[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/mbstring/libmbfl/filters/mbfilter_cp936.c branches/PHP_5_4/ext/mbstring/tests/bug60306.phpt trunk/ext/mbstring/libmbfl/filters/m

2011-11-18 Thread Xinchen Hui
laruence Fri, 18 Nov 2011 08:50:29 + Revision: http://svn.php.net/viewvc?view=revision&revision=319452 Log: Fixed bug #60306 (Characters lost while converting from cp936 to utf8) Bug: https://bugs.php.net/60306 (Assigned) Characters lost while converting from

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/zend_builtin_functions.c branches/PHP_5_4/ext/com_dotnet/com_typeinfo.c branches/PHP_5_4/ext/oci8/oci8.c branches/PHP_5_4/e

2011-11-18 Thread Kalle Sommer Nielsen
Hi Stas 2011/11/18 Stanislav Malyshev : > Modified: php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c > === > --- php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c  2011-11-18 > 07:07:42 UTC (rev 319441) > +++ php/p

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_builtin_functions.c trunk/Zend/zend_builtin_functions.c

2011-11-18 Thread Stanislav Malyshev
stas Fri, 18 Nov 2011 09:15:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=319453 Log: fix typo Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_builtin_functions.c U php/php-src/trunk/Zend/zend_builtin_functions.c Modi

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/oci8.c branches/PHP_5_3/ext/oci8/package.xml branches/PHP_5_4/ext/oci8/oci8.c branches/PHP_5_4/ext/oci8/package.xml trunk/ext/oci8/oci8.c trunk/e

2011-11-18 Thread Christopher Jones
sixd Fri, 18 Nov 2011 09:59:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=319457 Log: Sync to 5.3 and check additional cases for #55748 Bug: https://bugs.php.net/55748 (Closed) multiple NULL Pointer Dereference with zend_strndup()

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug60138.phpt branches/PHP_5_3/Zend/zend_execute_API.c branches/PHP_5_4/Zend/tests/bug60138.phpt trunk/Zend/tests/bug6013

2011-11-18 Thread Dmitry Stogov
dmitry Fri, 18 Nov 2011 12:43:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=319469 Log: Fixed bug #60138 (GC crash with referenced array in RecursiveArrayIterator) Bug: https://bugs.php.net/60138 (Assigned) GC crash with referenced array in

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/soap/php_http.c branches/PHP_5_4/ext/soap/soap.c trunk/ext/soap/php_http.c trunk/ext/soap/soap.c

2011-11-18 Thread Pierrick Charron
pierrick Fri, 18 Nov 2011 13:24:35 + Revision: http://svn.php.net/viewvc?view=revision&revision=319472 Log: Added new SoapClient option "keep_alive". FR #60329 Bug: https://bugs.php.net/60329 (Open) New keep_alive option Changed paths: U php/php-s

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS

2011-11-18 Thread Pierrick Charron
pierrick Fri, 18 Nov 2011 13:39:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=319478 Log: ws in NEWS Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS ===

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/tests/traits/bug54441.phpt branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/tests/traits/bug54441.phpt trunk/Zend/zend_compile.c

2011-11-18 Thread Stefan Marr
gron Fri, 18 Nov 2011 13:49:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=319483 Log: Fixes Bug #54441 (Handling of changing modifiers on a trait alias) # this now results also in a compilation error, since it would open the door for inco

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-11-18 Thread Felipe Pena
felipe Fri, 18 Nov 2011 13:56:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=319487 Log: - CS Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_compile.c U php/php-src/trunk/Zend/zend_compile.c Modified: php/php-src/branch

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-11-18 Thread Stefan Marr
Hi Felipe: On 18 Nov 2011, at 14:56, Felipe Pena wrote: > felipe Fri, 18 Nov 2011 13:56:41 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=319487 > > - else if (!strncmp(mname, ZEND_DESTRUCTOR_FUNC_NAME, mname_len)) { > ce->destr

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-11-18 Thread Pierre Joye
On Fri, Nov 18, 2011 at 3:07 PM, Stefan Marr wrote: > Would it be a problem to revert that change, or at least 'table' it again? http://svn.php.net/viewvc/php/php-src/trunk/CODING_STANDARDS?revision=296679&view=markup Nothing to discuss, love, hate, etc., just apply them :-) Cheers, -- Pierre

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-11-18 Thread Felipe Pena
Hi, 2011/11/18 Stefan Marr : > Hi Felipe: > > On 18 Nov 2011, at 14:56, Felipe Pena wrote: > >> felipe                                   Fri, 18 Nov 2011 13:56:41 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=319487 >> >> -     else if (!strncmp(mname, ZEND_DESTRUCTOR_FUNC

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-11-18 Thread Stefan Marr
Hi: On 18 Nov 2011, at 15:16, Felipe Pena wrote: > Hi, > > 2011/11/18 Stefan Marr : >> Hi Felipe: >> >> On 18 Nov 2011, at 14:56, Felipe Pena wrote: >> >>> felipe Fri, 18 Nov 2011 13:56:41 + >>> >>> Revision: http://svn.php.net/viewvc?view=revision&revisi

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-11-18 Thread Felipe Pena
> Then at least follow what 3. states as the first (and deducted from that) > most important statement: > >   "Be generous with whitespace" > > Please, make it look like a table. > That is not against the coding standards.  (Which IMHO should leave room for > exceptions when it comes to readabili

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-11-18 Thread Stefan Marr
On 18 Nov 2011, at 15:36, Felipe Pena wrote: > 'Be generous with whitespace' is the opposite of what you want to do. > I.e. generous != stingy. :P I was obviously to imprecise in my request: Index: Zend/zend_compile.c === --- Zend/z

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/zend_compile.c

2011-11-18 Thread Pierre Joye
On Fri, Nov 18, 2011 at 4:03 PM, Stefan Marr wrote: > > On 18 Nov 2011, at 15:36, Felipe Pena wrote: >> 'Be generous with whitespace' is the opposite of what you want to do. >> I.e. generous != stingy. :P > > I was obviously to imprecise in my request: I do not want to sound harsh but discussions

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/mbstring/libmbfl/filters/mbfilter_cp936.c branches/PHP_5_4/ext/mbstring/tests/bug60306.phpt trunk/ext/mbstring/libmbfl/filte

2011-11-18 Thread Laruence
Hi Moriyoshi: plz sync this fix into libmbfl :) thanks On Fri, Nov 18, 2011 at 4:50 PM, Xinchen Hui wrote: > laruence                                 Fri, 18 Nov 2011 08:50:29 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=319452 > > Log: > Fixed bug #60306 (Character

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/oci8/package.xml branches/PHP_5_4/ext/oci8/package.xml trunk/ext/oci8/package.xml

2011-11-18 Thread Christopher Jones
sixd Fri, 18 Nov 2011 18:14:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=319498 Log: r319456 also fixed the OCI8 part of #55301 (multiple null pointer) Bug: https://bugs.php.net/55301 (Open) multiple null pointer Changed paths:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/exif/exif.c branches/PHP_5_4/ext/exif/tests/bug60150.jpg branches/PHP_5_4/ext/exif/tests/bug60150.phpt trunk/ext/exif/exif.c tru

2011-11-18 Thread Stanislav Malyshev
stas Sat, 19 Nov 2011 04:41:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=319534 Log: Fix bug #60150 (Integer overflow during the parsing of invalid exif header) Bug: https://bugs.php.net/60150 (Closed) Integer overflow during the parsing

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/exif/exif.c ext/exif/tests/bug60150.jpg ext/exif/tests/bug60150.phpt

2011-11-18 Thread Stanislav Malyshev
stas Sat, 19 Nov 2011 04:49:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=319535 Log: fix bug #60150 for 5.3 too Bug: https://bugs.php.net/60150 (Closed) Integer overflow during the parsing of invalid exif header Changed paths:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/exif/tests/bug60150.phpt trunk/ext/exif/tests/bug60150.phpt

2011-11-18 Thread Stanislav Malyshev
stas Sat, 19 Nov 2011 04:49:59 + Revision: http://svn.php.net/viewvc?view=revision&revision=319536 Log: fix test number Changed paths: U php/php-src/branches/PHP_5_4/ext/exif/tests/bug60150.phpt U php/php-src/trunk/ext/exif/tests/bug60150.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/phar/phar.c branches/PHP_5_3/ext/phar/tests/bug60164.phpt branches/PHP_5_3/ext/phar/tests/files/stuboflength1041.phar branches/P

2011-11-18 Thread Stanislav Malyshev
stas Sat, 19 Nov 2011 04:59:56 + Revision: http://svn.php.net/viewvc?view=revision&revision=319538 Log: fix bug #60164 (Stubs of a specific length break phar_open_from_fp scanning for __HALT_COMPILER) Bug: https://bugs.php.net/60164 (Feedback) Stubs of a

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/NEWS PHP_5_4/NEWS

2011-11-18 Thread Stanislav Malyshev
stas Sat, 19 Nov 2011 04:52:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=319537 Log: fix NEWS Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS