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

2008-03-29 Thread Antony Dovgal
On 28.03.2008 17:35, Felipe Pena wrote: Log: MFH: Implemented "jump label" operator (limited "goto") # cat ./Zend/tests/jump01.mem ==14076== Invalid read of size 4 ==14076==at 0x863C6F: zend_resolve_goto_label (zend_compile.c:1734) ==14076==by 0x863D72: zend_do_goto (zend_compile.c:

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

2008-03-29 Thread Felipe Pena
Fixed the problem on 64bit plat., thanks and sorry for that! Em Sáb, 2008-03-29 às 12:59 +0300, Antony Dovgal escreveu: > On 28.03.2008 17:35, Felipe Pena wrote: > > Log: > > MFH: Implemented "jump label" operator (limited "goto") > > # cat ./Zend/tests/jump01.mem > ==14076== Invalid read of

[PHP-CVS] cvs: CVSROOT / avail

2008-03-29 Thread Philip Olson
philip Sat Mar 29 20:44:33 2008 UTC Modified files: /CVSROOTavail Log: - phpdoc karma for Alexandru Szasz (alexxed) http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1375&r2=1.1376&diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1375 CVSROOT/ava

[PHP-CVS] cvs: php-src /ext/standard type.c

2008-03-29 Thread Felipe Pena
felipe Sat Mar 29 22:02:20 2008 UTC Modified files: /php-src/ext/standard type.c Log: - Fixed bug #44533 (floatval() issues E_NOTICE "non well formed numeric value") (Keep the old behavior, as other related functions) http://cvs.php.net/viewvc.cg