[PHP-CVS] cvs: php-src(PHP_5_3) /main output.c

2009-03-25 Thread Christian Seiler
cseiler Wed Mar 25 23:59:45 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main output.c Log: - Fixed memory leak in ob_get_clean/ob_get_flush. # Not necessary in HEAD because output buffering was completely rewritten # there. http://cvs.php.net

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

2009-03-25 Thread Christian Seiler
cseiler Thu Mar 26 00:00:18 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main output.c Log: MFB: Fixed memory leak in ob_get_clean/ob_get_flush. http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.1449&r2=1.2027.2.54

[PHP-CVS] cvs: php-src /ext/spl php_spl.c /ext/spl/tests spl_autoload_013.phpt spl_autoload_014.phpt spl_autoload_bug48541.phpt

2009-06-22 Thread Christian Seiler
cseiler Mon Jun 22 18:14:14 2009 UTC Added files: /php-src/ext/spl/tests spl_autoload_013.phpt spl_autoload_014.phpt Modified files: /php-src/ext/splphp_spl.c /php-src/ext/spl/tests spl_autoload_bug48541.phpt Log: - Fixed

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/spl php_spl.c /ext/spl/tests spl_autoload_013.phpt spl_autoload_014.phpt spl_autoload_bug48541.phpt

2009-06-30 Thread Christian Seiler
register/spl_autoad_functions wrt. Closures and + Functors. (Christian Seiler) + - Fixed bug #48681 (openssl signature verification for tar archives broken). (Greg) - Fixed bug #47351 (Memory leak in DateTime). (Derick, Tobias John) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/reflection php_reflection.c /ext/reflection/tests reflectionParameter_invalidMethodInConstructor.phpt

2008-08-11 Thread Christian Seiler
cseiler Mon Aug 11 22:08:59 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/reflection/tests reflectionParameter_invalidMethodInConstructor.phpt Modified files: /php-src/ext/reflection php_

[PHP-CVS] cvs: php-src /ext/reflection php_reflection.c /ext/reflection/tests closures_003.phpt closures_004.phpt reflectionParameter_invalidMethodInConstructor.phpt

2008-08-11 Thread Christian Seiler
cseiler Mon Aug 11 22:30:44 2008 UTC Added files: /php-src/ext/reflection/tests closures_003.phpt closures_004.phpt Modified files: /php-src/ext/reflection php_reflection.c /php-src/ext/reflection/tests

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests closures_003.phpt closures_004.phpt reflectionParameter_invalidMethodInConstructor.phpt

2008-08-11 Thread Christian Seiler
cseiler Mon Aug 11 22:31:23 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/reflection/tests closures_003.phpt closures_004.phpt reflectionParameter_invalidMethodInConstructor.phpt Modified files:

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

2008-08-12 Thread Christian Seiler
s within an attribute. (Scott) +- Fixed a crash on invalid method in ReflectionParameter constructor. + (Christian Seiler) - Fixed bug #45765 (ReflectionObject with default parameters of self::xxx cause an error). (Felipe) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/reflection php_reflection.c /ext/reflection/tests reflectionParameter_invalidMethodInConstructor.phpt

2008-08-12 Thread Christian Seiler
Hi Hannes, Modified files: /php-src/ext/reflection php_reflection.c Log: - Fixed segmentation fault (test added) Don't be shy adding NEWS entries, even though there is no bug report about it (although they are preferred..) Actually, I simply forgot. I just updated it: http://news.

[PHP-CVS] Re: cvs: php-src(PHP_5_3) /ext/standard math.c

2008-10-30 Thread Christian Seiler
Hi, > Modified files: (Branch: PHP_5_3) > /php-src/ext/standard math.c > Log: > Fixed bug #42294 (Unified solution for round() based on C99 round) > [DOC] New implementation of round() to work-around inconsistencies for win32 > and 64 bit platforms. > > This so

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c config.m4 math.c php_math.h /ext/standard/tests/math round_large_exp.phpt round_modes.phpt round_prerounding.phpt

2008-12-02 Thread Christian Seiler
cseiler Tue Dec 2 16:25:06 2008 UTC Added files: /php-src/ext/standard/tests/mathround_large_exp.phpt round_modes.phpt round_prerounding.phpt Modified files:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c config.m4 math.c php_math.h /ext/standard/tests/math round_large_exp.phpt round_modes.phpt round_prerounding.phpt

2008-12-02 Thread Christian Seiler
cseiler Tue Dec 2 16:27:15 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/mathround_large_exp.phpt round_modes.phpt round_prerounding.phpt Modified files:

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS

2008-12-02 Thread Christian Seiler
arameter validation. (Felipe) - Changed openssl info to show the shared library version number. (Scott) +- Changed floating point behaviour to consistently use double precision on all + platforms and with all compilers. (Christian Seiler) +- Changed round() to act more intuitively when rounding to a

[PHP-CVS] Re: cvs: php-src /ext/posix/tests posix_getcwd.phpt posix_getgrnam.phpt posix_getpwnam.phpt posix_getrlimit.phpt posix_initgroups.phpt posix_isatty.phpt posix_mknod.phpt

2008-12-03 Thread Christian Seiler
Hi Felipe, > --SKIP-- > ?> > ?> > Shouldn't those be function_exists instead of posix_mknod? Regards, Christian -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c /ext/reflection/tests 027.phpt ReflectionFunction_getClosure_basic.phpt ReflectionFunction_getClosure_error.phpt ReflectionMethod_getC

2009-01-26 Thread Christian Seiler
cseiler Mon Jan 26 22:54:41 2009 UTC Removed files: (Branch: PHP_5_3) /ZendEngine2/tests closure_005.phpt closure_007.phpt /php-src/ext/reflection/tests 027.phpt ReflectionFunction_getClosure_basic.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/reflection php_reflection.c

2009-02-01 Thread Christian Seiler
cseiler Sun Feb 1 15:06:20 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/reflection php_reflection.c Log: Fixed regression of bug #46205, thanks to felipe for pointing this out. http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/php_reflection