Re: [PHP-CVS] cvs: php-src /ext/standard pack.c /ext/standard/tests/strings bug38770.phpt

2009-05-26 Thread Hannes Magnusson
This is still broken Ilia -Hannes On Tue, May 12, 2009 at 14:37, Ilia Alshanetsky wrote: > iliaa           Tue May 12 12:37:52 2009 UTC > >  Modified files: >    /php-src/ext/standard/tests/strings bug38770.phpt >    /php-src/ext/standard       pack.c >  Log: > >  MFB: Fixed bug #47564 (unpacki

Re: [PHP-CVS] cvs: php-src /ext/standard pack.c /ext/standard/tests/strings bug38770.phpt

2009-05-18 Thread Felipe Pena
Hello, Em Ter, 2009-05-12 às 12:37 +, Ilia Alshanetsky escreveu: > iliaa Tue May 12 12:37:52 2009 UTC > > Modified files: > /php-src/ext/standard/tests/strings bug38770.phpt > /php-src/ext/standard pack.c > Log: > > MFB: Fixed bug #47564 (unpa

[PHP-CVS] cvs: php-src /ext/standard pack.c /ext/standard/tests/strings bug38770.phpt

2009-05-12 Thread Ilia Alshanetsky
iliaa Tue May 12 12:37:52 2009 UTC Modified files: /php-src/ext/standard/tests/strings bug38770.phpt /php-src/ext/standard pack.c Log: MFB: Fixed bug #47564 (unpacking unsigned long 32bit bit endian returns wrong result) http://cvs.php.net/v

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

2007-09-22 Thread Ilia Alshanetsky
iliaa Sat Sep 22 15:26:51 2007 UTC Modified files: /php-src/ext/standard pack.c Log: MFB: Fixed memory leak inside pack() (coverity issues #398,#399,#400) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/pack.c?r1=1.69&r2=1.70&diff_format=u Index: p

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

2007-07-02 Thread Dmitry Stogov
dmitry Mon Jul 2 10:29:49 2007 UTC Modified files: /php-src/ext/standard pack.c Log: Unicode support http://cvs.php.net/viewvc.cgi/php-src/ext/standard/pack.c?r1=1.68&r2=1.69&diff_format=u Index: php-src/ext/standard/pack.c diff -u php-src/ext/standar

[PHP-CVS] cvs: php-src /ext/standard pack.c /ext/standard/tests/strings unpack.phpt

2007-06-06 Thread Ilia Alshanetsky
iliaa Wed Jun 6 22:04:47 2007 UTC Modified files: /php-src/ext/standard/tests/strings unpack.phpt /php-src/ext/standard pack.c Log: MFB: Added missing format validator to unpack() function http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests

[PHP-CVS] cvs: php-src /ext/standard pack.c /ext/standard/tests/strings pack.phpt

2007-04-03 Thread Brian Shire
shire Tue Apr 3 19:50:43 2007 UTC Modified files: /php-src/ext/standard pack.c /php-src/ext/standard/tests/strings pack.phpt Log: MFB: correction for previous fix to bug #38770 (pack/unpack is broken on 64bit) fix pack test, correct space to tabs

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

2006-11-30 Thread Andrei Zmievski
andrei Thu Nov 30 21:18:22 2006 UTC Modified files: /php-src/ext/standard pack.c Log: Mark pack()/unpack() as Unicode-safe. They will accept Unicode strings but convert them to binary. We can revisit supporting something like 'U' format in the future, if

[PHP-CVS] cvs: php-src /ext/standard pack.c /ext/standard/tests/strings bug38770.phpt

2006-11-19 Thread Ilia Alshanetsky
iliaa Sun Nov 19 18:21:50 2006 UTC Modified files: /php-src/ext/standard/tests/strings bug38770.phpt /php-src/ext/standard pack.c Log: MFB: Fixed bug #38770 (unpack() broken with longs on 64 bit machines). http://cvs.php.net/viewvc.cgi/php-src/ex

[PHP-CVS] cvs: php-src /ext/standard pack.c /ext/standard/tests/strings bug36148.phpt

2006-01-26 Thread Ilia Alshanetsky
iliaa Thu Jan 26 15:48:15 2006 UTC Modified files: /php-src/ext/standard/tests/strings bug36148.phpt /php-src/ext/standard pack.c Log: MFB51: Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to the end of the string). http

[PHP-CVS] cvs: php-src /ext/standard pack.c /ext/standard/tests/strings bug35817.phpt

2005-12-28 Thread Ilia Alshanetsky
iliaa Wed Dec 28 20:56:22 2005 EDT Modified files: /php-src/ext/standard pack.c /php-src/ext/standard/tests/strings bug35817.phpt Log: MFB51: Fixed bug #35817 (unpack() does not decode odd number of hexadecimal values) http://cvs.php.net/viewc

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

2005-12-15 Thread Antony Dovgal
tony2001Thu Dec 15 22:14:25 2005 EDT Modified files: /php-src/ext/standard pack.c Log: fix #35690 (pack() tries to allocate huge memory block when packing float values to strings) http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/pack.c?r1=1.

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

2005-02-21 Thread Anantha Kesari H Y
hyanantha Mon Feb 21 04:17:30 2005 EDT Modified files: /php-src/ext/standard pack.c Log: NetWare has pwd.h and removed unwanted check on NEW_LIBC while including param.h http://cvs.php.net/diff.php/php-src/ext/standard/pack.c?r1=1.55&r2=1.56&ty=u

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

2005-01-25 Thread Ilia Alshanetsky
iliaa Tue Jan 25 17:50:41 2005 EDT Modified files: /php-src/ext/standard pack.c Log: Fixed bug #31465 (False warning in unpack() when working with *). http://cvs.php.net/diff.php/php-src/ext/standard/pack.c?r1=1.54&r2=1.55&ty=u Index: php-src/ext/stan

[PHP-CVS] cvs: php-src /ext/standard pack.c /main php.h

2004-11-28 Thread Stefan Esser
sesser Sun Nov 28 07:44:28 2004 EDT Modified files: /php-src/ext/standard pack.c /php-src/main php.h Log: Fixed: removed possible integer over-/underflows http://cvs.php.net/diff.php/php-src/ext/standard/pack.c?r1=1.53&r2=1.54&ty=u Index:

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

2004-09-25 Thread Anantha Kesari H Y
hyanantha Sat Sep 25 11:36:47 2004 EDT Modified files: /php-src/ext/standard pack.c Log: removing unwanted comment http://cvs.php.net/diff.php/php-src/ext/standard/pack.c?r1=1.52&r2=1.53&ty=u Index: php-src/ext/standard/pack.c diff -u php-src/ext/

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

2004-02-24 Thread Ilia Alshanetsky
On February 24, 2004 04:49 pm, George Schlossnagle wrote: > gschlossnagle Tue Feb 24 16:49:29 2004 EDT > > Modified files: > /php-src/ext/standard pack.c > Log: > fix for bug 27384 Please don't forget to MFH the fix. Thanks, Ilia -- PHP CVS Mailing List (http://www.php.ne

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

2004-02-24 Thread George Schlossnagle
gschlossnagle Tue Feb 24 16:49:29 2004 EDT Modified files: /php-src/ext/standard pack.c Log: fix for bug 27384 http://cvs.php.net/diff.php/php-src/ext/standard/pack.c?r1=1.51&r2=1.52&ty=u Index: php-src/ext/standard/pack.c diff -u php-src/ext/standard/pa