Re: [PHP-INSTALL] mysql problems

2004-01-16 Thread Jim Thome
Recompile without the mysql switch altogether. MySQL support is automatically built into PHP. The switch is only there in case you want to point it to different MySQL client libraries than those supplied with the PHP source. -- Jim >>> "John" <[EMAIL PROTECTED]> 01/16/04 18:03 PM >>> I've se

[PHP-INSTALL] can't use phpinfo()

2004-01-16 Thread yves
I have installed php 4.3.5 and apache 2.0.48 on my Winxp pc. I can open the test.php //test.php But when I want to open phpinfo.php Nothing happened //phpinfo.php Who can tell me why Thx a lot

[PHP-INSTALL] mysql problems

2004-01-16 Thread John
I've seen this same thread posted a few times on this newsgroup but none of them got any answers, i was hoping i might... MySQL doesnt seem to be installed with PHP. when i try to run commands, it says undefined function. the configure command from php.ini is: --with-mysql=shared,/usr any ideas??

[PHP-INSTALL] after installing php-4.3.4 veiwing issues

2004-01-16 Thread lindsey
I am working on a 'deep' site which runs within PHP using layers to hold the navigations, images and content. Everything is loading except the content. I installed [php-4.3.4-installer.exe] when it did not work i rebooted and still nothing changed. For the rest of my co-workers this installat

[PHP-INSTALL] PHP 4.3.4, MySQL 4.1.1 Apache 1.3.29 configuration

2004-01-16 Thread klaus
I have a problem with getting MySQL and PHP to work together. I have installed MySQL rpm's from mysql site for linux. Including Devel and shared I have configured apache with ./configure --prefix=/usr/local/apache --enable-shared=max make and make install PHP er configuret således: ./configure

[PHP-INSTALL] Re: Unknown(): Unable to load dynamic library 'c:\php\extensions\php_oci8.dll'- Acces is denied

2004-01-16 Thread Gaetano Giunta
Try changing the user that runs the IIS processes for anonymous access: apparently the php_oci8.dll, or some other dll that is openend in cascade, is not quite happy with being opened by a user that belongs to the 'Guests' group. I figured that out by disallowing Anonymous access and discovering