ID: 4419 Comment by: temkashka at yahoo dot com Reported By: broesel at broesel dot ch Status: Closed Bug Type: Scripting Engine problem Operating System: Debian PHP Version: 4.0 Release Candidate 2 New Comment:
huuhed Previous Comments: ------------------------------------------------------------------------ [2000-07-24 09:00:32] [EMAIL PROTECTED] no feedback from the user ------------------------------------------------------------------------ [2000-06-24 10:51:51] stas at cvs dot php dot net Does it still happen on latest version? Could you bring an example? ------------------------------------------------------------------------ [2000-05-12 07:05:25] broesel at broesel dot ch On every parse error message or warnings, the line number is always 1. So it's not easy to find the bug. Perhaps it's a misbehaving of one php.ini option. here is my section: error_reporting = E_ALL & ~E_NOTICE ; Show all errors except for notices display_errors = On ; Print out errors (as a part of the HTML script) log_errors = On ; Log errors into a log file (server-specific log, stderr, or error_log (below)) track_errors = On ; Store the last error/warning message in $php_errormsg (boolean) ;error_prepend_string = "<font color=ff0000>" ; string to output before an error message ;error_append_string = "</font>" ; string to output after an error message error_log = /data/all/log/php.log ; log errors to specified file ;error_log = syslog ; log errors to syslog (Event Log on NT, not valid in Windows 95) warn_plus_overloading = Off ; warn if the + operator is used with strings This error I had in PHP RC1 too ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=4419&edit=1