Click to See Complete Forum and Search --> : ZEND_DEBUG


Anon
12-27-2000, 08:00 AM
Hi,

Were switching to a new webhost and now I have to make sure that the php configuration on the new server is configured correctly.

Since Im not an expert at this I am now comparing the 2 phpinfo() pages of both servers but there are some differences of wich I dont know if they matter.

for example :

what does ZEND_DEBUG do when enabled ?

Anon
12-27-2000, 11:55 AM
ZEND_DEBUG is set if you build PHP with the "--enable-debug" parameter. It should normally not be enabled. It's for developers which want more information if PHP crashes.