[PHP-DEV] PHP 4.0 Bug #7165 Updated: Trouble with configuration from httpd.conf From: Bug Database (php-dev <email protected>)
Date: 10/15/00

ID: 7165
Updated by: sniper
Reported By: sitnikov <email protected>
Status: Closed
Bug Type: Apache related
Assigned To:
Comments:

This should be fixed in PHP4.0.3pl1

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2000-10-15 06:51:50] sitnikov <email protected>
This problem is present and in 4.0.3RC2.

But settings changes only after run script from a directory with personal settings (in http.conf).

---------------------------------------------------------------------------

[2000-10-12 15:12:56] sitnikov <email protected>
/home/sitnikov/public_html/ver.php
<?
phpinfo();
?>

.. Skip ...
Verison | Name | Local | Master
============================================================
4.0.3RC2 | error_log | no value | no value
4.0.3 | error_log | /home/toit/logs/php.log | no value

httpd.conf:

<Directory /home/toit/public_html>
<IfModule mod_php4.c>
  php_value include_path ./:/home/toit/include:/home/toit/conf:/home/php/include
  php_value doc_root /
  php_flag display_errors Off
  php_flag log_errors On
  php_flag track_errors On
  php_value error_reporting 1023
  php_value error_log /home/toit/logs/php.log
</IfModule>
</Directory>

More in detail:
http://www.sitnikov.f2s.com/php4_0_3dev.html
http://www.sitnikov.f2s.com/php4_0_3.html

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7165

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>