sql >> データベース >  >> RDS >> Mysql

PDOMySQLを使用したPHP5.1.6のコンパイル

    それが本当に役立つかどうかはわかりませんが、「=shared」のすべてのインスタンスを削除するとどうなりますか "設定行に?

    たとえば、これは私が以前に使用したconfigureコマンドです*( phpinfo で指定) )*:

    $ /usr/local/php-5.1.6/bin/php -i | grep 'configure'
    Configure Command =>  './configure' '--prefix=/usr/local/php-5.1.6' '--with-config-file-path=/etc/php-5.1.6' 
      '--with-apxs2=/usr/bin/apxs2' '--disable-ipv6' '--with-openssl' '--with-zlib' '--enable-bcmath' 
      '--with-bz2' '--with-curl' '--enable-exif' '--enable-ftp' '--with-gd' '--with-ttf' 
      '--enable-gd-native-ttf' '--with-imap-ssl' '--with-ldap' '--enable-mbstring' '--with-mcrypt' 
      '--with-mhash' '--with-mysql' '--with-mysqli' '--enable-pcntl' '--with-pdo-mysql' '--with-pdo-sqlite' 
      '--enable-shmop' '--enable-soap' '--enable-sockets' '--enable-sqlite-utf8' '--with-xmlrpc' 
      '--with-xsl' '--with-pear'
    

    (読みやすくするために改行が追加されました)

    役に立ちますか?



    1. フレンドリーなURLのキリル文字の問題

    2. 日付/時刻の追加の基準は?

    3. Oracleの日付から文字列への変換

    4. Oracleの互換性レベルを確認する2つの方法(SQLclおよびSQL * Plus)