Forum Moderators: coopster

Message Too Old, No Replies

PHP Installation

         

PSWorx

5:59 pm on Oct 31, 2005 (gmt 0)

10+ Year Member



Dear users,

I've setup my pc as a development webserver with the following installed (on a win xp pro sp2 machine):

apache - apache_2.0.54-win32-x86-no_ssl
php - php-5.0.4-Win32
phpmyadmin - phpMyAdmin-2.6.3-pl1
tomcat - apache-tomcat-5.5.12
mysql - mysql-4.1.12a-win32
myodbc - MyODBC-3.51.11-2-win
smtp (IIS) - XP SP2

The issue is i am not receiving any php errors about my scripts, even when i intentionaly create an error, i receive no error reports, ive modded the php.ini file for E_STRICT but again no errors, going to try a reboot see if that helps.

Any info and suggestions would be great.

thanks

PSWorx

6:19 pm on Oct 31, 2005 (gmt 0)

10+ Year Member



Problem solved.

Missed a few settings in PHP.INI

coopster

6:19 pm on Oct 31, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



You may also need to set another directive in the php.ini file, display_errors [php.net]. And don't forget to restart Apache.

posted at the same time I see, glad you got it sorted.