[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c

2009-07-07 Thread Jani Taskinen
janiTue Jul 7 16:43:35 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main main.c Log: MFH:- Fixed bug #48247 (Infinite loop and possible crash during startup with errors)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c

2009-05-03 Thread Derick Rethans
derick Sun May 3 19:09:23 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main main.c Log: - MFH: Fixed bug #45191 (error_log ignores date.timezone php.ini val when setting logging timestamps).

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c

2008-11-02 Thread Jani Taskinen
janiSun Nov 2 14:12:15 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main main.c Log: MF53: added missing constants http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1290r2=1.2027.2.547.2.1291diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c /tests/lang bug43958.phpt

2008-09-02 Thread Dmitry Stogov
dmitry Tue Sep 2 09:45:36 2008 UTC Added files: (Branch: PHP_5_2) /php-src/tests/lang bug43958.phpt Modified files: /php-srcNEWS /php-src/main main.c Log: Fixed Bug #43958 (class name added into the error message)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c php_ticks.c php_ticks.h

2008-06-25 Thread Dmitry Stogov
dmitry Wed Jun 25 12:18:22 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main main.c php_ticks.c php_ticks.h Log: Fixed bug #45352 (Segmentation fault because of tick function on second request)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c

2008-03-05 Thread Pierre-Alain Joye
pajoye Wed Mar 5 20:58:08 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main main.c Log: - #42505, new sendmail default path breaks on Novell (Guenter Knauf)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c

2007-04-01 Thread Ilia Alshanetsky
iliaa Sun Apr 1 19:29:42 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main main.c Log: Fixed bug #40897 (error_log file not locked)

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c

2007-04-01 Thread Rasmus Lerdorf
I see no reason for this lock. We are in append mode and doing a single write now. No need to lock. -Rasmus Ilia Alshanetsky wrote: iliaa Sun Apr 1 19:29:42 2007 UTC Modified files: (Branch: PHP_5_2) /php-src NEWS /php-src/main main.c Log:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c

2006-11-23 Thread Dmitry Stogov
dmitry Thu Nov 23 08:37:21 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main main.c Log: Fixed bug #39548 (ZMSG_LOG_SCRIPT_NAME not routed to OutputDebugString() on Windows)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c

2006-09-25 Thread Ilia Alshanetsky
iliaa Mon Sep 25 14:48:33 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main main.c Log: Fixed bug #38904 (apache2filter changes cwd to /).

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c

2006-05-15 Thread Ilia Alshanetsky
iliaa Tue May 16 00:39:33 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main main.c /php-srcNEWS Log: Disable realpath cache when open_basedir or safe_mode are enabled on a per-request basis.

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c /sapi/cli php_cli.c

2006-05-11 Thread Dmitry Stogov
dmitry Thu May 11 22:10:31 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main main.c /php-src/sapi/cli php_cli.c Log: Fixed bug #37306 (max_execution_time = max_input_time)