[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard basic_functions.c /main main.c php_streams.h streams.c

2005-05-16 Thread Antony Dovgal
tony2001Mon May 16 04:55:32 2005 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard basic_functions.c /php-src/main main.c php_streams.h streams.c Log: MFH: fix bug #32742 (segmentation fault when the stream

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard basic_functions.c

2005-04-21 Thread Jani Taskinen
sniper Thu Apr 21 10:47:15 2005 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/standard basic_functions.c /php-srcNEWS Log: MFH: - Fixed bug #32647 (Using register_shutdown_function() with invalid callback can crash PHP)

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard basic_functions.c math.c php_math.h

2004-05-24 Thread Ilia Alshanetsky
iliaa Mon May 24 13:02:32 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard math.c php_math.h basic_functions.c Log: MFH: Fixed bug #28508 (Do not make hypot() available if not supported by libc).

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard basic_functions.c

2004-01-19 Thread Jani Taskinen
sniper Mon Jan 19 14:07:09 2004 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard basic_functions.c Log: - Fixed bug #26381 (rand() without srand() doesn't work with certain php.ini) # This was no prob in PHP5, some memory

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard basic_functions.c

2003-12-19 Thread Ilia Alshanetsky
iliaa Fri Dec 19 08:33:58 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard basic_functions.c Log: MFH: Fixed bug #26667 (Added safety checks to ip2long()). Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.509

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard basic_functions.c

2003-11-09 Thread Ilia Alshanetsky
iliaa Sun Nov 9 23:12:51 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard basic_functions.c Log: MFH: Fixed bug #26176 (Fixed handling of numeric keys in INI files). Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard basic_functions.c

2003-10-19 Thread Ilia Alshanetsky
iliaa Sun Oct 19 21:59:49 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard basic_functions.c Log: MFH: Fixed bug #25895 (Incorrect detection of safe_mode limited ini options) Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard basic_functions.c

2003-10-14 Thread Wez Furlong
wez Tue Oct 14 20:14:38 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcNEWS /php-src/ext/standard basic_functions.c Log: Fix bug #25825. tzset() was not called when resetting the TZ env var. In addition, fix a slight error (made by sniper!)

Re: [PHP-CVS] cvs: php-src(PHP_4_3) / NEWS /ext/standard basic_functions.c

2003-10-14 Thread Jani Taskinen
Ah well, who would have TZ prefixed env vars anyway? :) btw. you should put the #ifdef HAVE_TZSET around that addition in php_putenv_destructor().. --Jani On Wed, 15 Oct 2003, Wez Furlong wrote: wezTue Oct 14 20:14:38 2003 EDT Modified files: