This is a discussion on Apache 2.0 and php 4 within the alt.comp.lang.php forums, part of the PHP Programming Forums category; Hi Im using Apache 2.0 to test my phpapplications (php4) on winxp, it works just fine but it doesnt ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
*** neuphlex wrote/escribió (Thu, 22 Jan 2004 13:12:05 +0100):
> Im using Apache 2.0 to test my phpapplications (php4) on winxp, it works > just fine but it doesnt write out the compilation errors. > > Does anyone know how to set this (yes, I have checked the Apache > documentation...) ? Apache knows nothing about PHP compilation errors, it's a PHP issue. In config file php.ini you will find the error_reporting directive with some usage examples. An option could be: error_reporting = E_ALL & ~E_NOTICE -- -- -- Álvaro G. Vicario - Burgos, Spain -- |
|
|||
|
Thank you. Dont know what I was thinking... :)
"Alvaro G Vicario" <alvaro_QUITAR_REMOVE@telecomputeronline.com> wrote in message news:5qf0s7u54m2v.13ywf68un0zrc.dlg@40tude.net... > *** neuphlex wrote/escribió (Thu, 22 Jan 2004 13:12:05 +0100): > > Im using Apache 2.0 to test my phpapplications (php4) on winxp, it works > > just fine but it doesnt write out the compilation errors. > > > > Does anyone know how to set this (yes, I have checked the Apache > > documentation...) ? > > Apache knows nothing about PHP compilation errors, it's a PHP issue. In > config file php.ini you will find the error_reporting directive with some > usage examples. An option could be: > > error_reporting = E_ALL & ~E_NOTICE > > > > -- > -- > -- Álvaro G. Vicario - Burgos, Spain > -- |
![]() |
| Thread Tools | |
| Display Modes | |
|
|