[PHP-INSTALL] php5.2.5 with apache @ windows Vista?

2008-01-23 Thread bipul aggarwal
Hi! I am new to PHP programming and need help. I have Windows Vista basic installed on my computer (without IIS). I have downloaded php5.2.5 but is it okay to run it with Apache as webserver on windows Vista basic? Are there any specific precautions to be taken while installing this combination? p

[PHP-INSTALL] php_mysql library

2008-01-23 Thread John Ertel
hi there -- i need help badly -- i finally got the mysql library for php to work but now it will work for a few page loads and then all mysql/php pages produce a web server 500 error -- this is unrelated to programming as it doesn't matter what php script is running -- even the phpmyadmin panel

Re: [PHP-INSTALL] php4 to php5

2008-01-23 Thread Keith Roberts
Hi Bass. What problems did you have with php 5.2.5? I had problems like this when trying to install PunBB forum software. An error occurred while loading http://localhost/punbb-forum/index.php: Connection to host localhost is broken. Did you have the same error as well? Regards Keith Rober

Re: [PHP-INSTALL] php4 to php5

2008-01-23 Thread Bass Bizri
Hi Richard, Not sure what OSs you're using but. I tried to install the latest version of PHP 5.2.5 on Windows Server 2003. I needed it to connect to a Dabase Server running Windows 2000. I spent two and a half weeks of trying to make it work to no avail. Only yesterday, I rolled back to an e

[PHP-INSTALL] ZLib not found

2008-01-23 Thread Chip Burke
This list likely hates me by now. Now I am unable to get past ZLIB. ZLib is indeed installed on my system. /usr/lib/libz.a /usr/lib/libz.so /usr/lib64/libz.a /usr/lib64/libz.so are the various places it lives and I am on version 1.2.3 of Zlib. However, the configure script bombs with: checking

Re: [PHP-INSTALL] php4 to php5

2008-01-23 Thread Keith Roberts
Hi Richard. You might find the following usefull: http://www.php.net/manual/en/migration5.php PHP 5 has a new directive called:- zend.ze1_compatibility_mode boolean Enable compatibility mode with Zend Engine 1 (PHP 4). It affects the cloning, casting (objects with no properties cast to FALS