Hallo Allerseits,
Ich hab einen Account bei hoststar.at und die bieten auch PHP 5.2 an. Ich habe die .htaccess entsprechend umgestellt und jetzt ein einfaches Beispielskript das nur folgendes Kommando laufen laesst probiert:
$pdo = new PDO( ‚mysql:host=localhost;dbname=xxx‘, ‚yyy‘, ‚zzz‘, array( PDO::ATTR_PERSISTENT => true, PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION ) );
Darauf bekomme ich einfach nur:
Fatal error: Class ‚PDO‘ not found in /path/test.php on line 3
Ein anderes Testskript das nur phpinfo() aufruft meldet korrekt PHP 5.2.2 und im configure command ist PDO drinnen:
‚./configure‘ ‚–prefix=/usr/local/php-5.2.2‘ ‚–enable-safe-mode‘ ‚–with-openssl‘ ‚–enable-dba‘ ‚–enable-ftp‘ ‚–with-imap=/usr/local/src/imap-2004g‘ ‚–with-imap-ssl‘ ‚–with-mysql=/usr/local/mysql‘ ‚–with-mysqli=/usr/local/mysql/bin/mysql_config‘ ‚–with-gd=/usr/local/gd‘ ‚–with-jpeg-dir=/usr‘ ‚–with-png-dir=/usr‘ ‚–with-zlib-dir=/usr‘ ‚–with-xml‘ ‚–enable-xslt‘ ‚–with-xslt-sablot=/usr‘ ‚–with-iconv‘ ‚–with-dom‘ ‚–with-dom-xslt‘ ‚–with-xmlrpc‘ ‚–with-xsl=/usr‘ ‚–with-freetype-dir‘ ‚–enable-exif‘ ‚–with-gettext‘ ‚–enable-mbstring‘ ‚–enable-bcmath‘ ‚–enable-memory-limit‘ ‚–with-bz2‘ ‚–with-mhash‘ ‚–with-mcrypt‘ ‚–with-curl‘ ‚–enable-calendar‘ ‚–enable-force-cgi-redirect‘ ‚–with-config-file-path=/usr/local/php52/lib/‘ ‚–with-config-file=/usr/local/php52/lib/php.ini‘ ‚–enable-zip‘ ‚–with-pdo-mysql=shared‘ ‚–enable-pdo=shared‘ ‚–with-pdo-sqlite=shared‘ ‚–with-sqlite=shared‘
Hat jemand eine Idee woran das liegen koennte?
Danke und schoene Gruesse, Robert