Date: 05/30/98
- Next message: Jan Legenhausen: "[PHP-DEV] Re: PHP3 once again - latest cvs-version [FIXED]"
- Previous message: Jan Legenhausen: "Re: [PHP-DEV] Bug #417: silent (?) change in variable's value behaviour"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] Bug #417: silent (?) change in variable's value behaviour"
- Next in thread: Jan Legenhausen: "[PHP-DEV] Re: PHP3 once again - latest cvs-version [FIXED]"
- Reply: Jan Legenhausen: "[PHP-DEV] Re: PHP3 once again - latest cvs-version [FIXED]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Once in the process of re-checking all those nifty little features which
didn't work completly so far, i stumbled over error_log().
If you try the snippet below, you'll find "my-errors.log" ending up in
containing only "You Once" - nothing else.
Since "message" in fwrite() in basic_functions.c contains the correct
content, i don't know where to look...
This is on Linux 2.0.33, if it matters.
Btw, do you prefer if i put those little bugs into your
online-bug-database? If so, i'll do it next time.
yours, Jan
<?
error_log("You messed up!\n", 3, "/tmp/my-errors.log");
error_log("Once again...\n", 3, "/tmp/my-errors.log");
?>
- Next message: Jan Legenhausen: "[PHP-DEV] Re: PHP3 once again - latest cvs-version [FIXED]"
- Previous message: Jan Legenhausen: "Re: [PHP-DEV] Bug #417: silent (?) change in variable's value behaviour"
- In reply to: Zeev Suraski: "Re: [PHP-DEV] Bug #417: silent (?) change in variable's value behaviour"
- Next in thread: Jan Legenhausen: "[PHP-DEV] Re: PHP3 once again - latest cvs-version [FIXED]"
- Reply: Jan Legenhausen: "[PHP-DEV] Re: PHP3 once again - latest cvs-version [FIXED]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

