Re: [PHP-CVS] svn: /php/php-src/trunk/ TSRM/TSRM.c TSRM/TSRM.h TSRM/tsrm.m4 Zend/Makefile.am Zend/Zend.m4 Zend/zend.c Zend/zend.h Zend/zend_alloc.c Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_s

2011-06-02 Thread Ilia Alshanetsky
News will be added once this goes into 5.4 On Fri, Jun 3, 2011 at 3:14 AM, Christopher Jones wrote: > Ilia, > > What about NEWS? > > Chris > > On 06/02/2011 02:16 PM, Ilia Alshanetsky wrote: >> >> iliaa                                    Thu, 02 Jun 2011 21:16:50 + >> >> Revision: http://svn.

[PHP-CVS] svn: /php/php-src/trunk/ext/standard/ basic_functions.c

2011-06-02 Thread Scott MacVicar
scottmac Fri, 03 Jun 2011 01:44:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=311748 Log: Further fix for #54918 - We attach a bunch of submodules loading to the basic MINIT, but if an error occurs during their MINIT we still call the MSHUTDO

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/tokenizer/tokenizer_data.c trunk/ext/tokenizer/tokenizer_data.c

2011-06-02 Thread Stanislav Malyshev
stas Fri, 03 Jun 2011 01:16:01 + Revision: http://svn.php.net/viewvc?view=revision&revision=311747 Log: and clean the tokenizer too Changed paths: U php/php-src/branches/PHP_5_4/ext/tokenizer/tokenizer_data.c U php/php-src/trunk/ext/tokenizer/t

Re: [PHP-CVS] svn: /php/php-src/trunk/ TSRM/TSRM.c TSRM/TSRM.h TSRM/tsrm.m4 Zend/Makefile.am Zend/Zend.m4 Zend/zend.c Zend/zend.h Zend/zend_alloc.c Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_s

2011-06-02 Thread Christopher Jones
Ilia, What about NEWS? Chris On 06/02/2011 02:16 PM, Ilia Alshanetsky wrote: iliaaThu, 02 Jun 2011 21:16:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=311740 Log: Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals) Th

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/zend.h branches/PHP_5_4/Zend/zend_API.c branches/PHP_5_4/Zend/zend_API.h branches/PHP_5_4/Zend/zend_compile.c branches/PHP_5_4/Zend/zend_language_par

2011-06-02 Thread Stanislav Malyshev
stas Fri, 03 Jun 2011 01:09:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=311746 Log: scalar types cleanup Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend.h U php/php-src/branches/PHP_5_4/Zend/zend_API.c U php/ph

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/standard/browscap.c trunk/ext/standard/browscap.c

2011-06-02 Thread Scott MacVicar
scottmac Fri, 03 Jun 2011 00:42:07 + Revision: http://svn.php.net/viewvc?view=revision&revision=311745 Log: Fix Bug #54918 - Crash when there is a failure to read the browscap file Bug: http://bugs.php.net/54918 (Assigned) browscap issues Changed paths:

[PHP-CVS] svn: /php/php-src/trunk/ext/pcntl/ php_signal.c

2011-06-02 Thread Felipe Pena
felipe Fri, 03 Jun 2011 00:35:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=311744 Log: - Fix crash in pcntl Changed paths: U php/php-src/trunk/ext/pcntl/php_signal.c Modified: php/php-src/trunk/ext/pcntl/php_signal.c ===

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/UPGRADING branches/PHP_5_4/ext/standard/basic_functions.c branches/PHP_5_4/ext/standard/php_string.h branches/PHP_5_4/ext/standard/s

2011-06-02 Thread Scott MacVicar
scottmac Fri, 03 Jun 2011 00:12:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=311743 Log: Added fabled hex2bin() function Changed paths: U php/php-src/branches/PHP_5_4/NEWS U php/php-src/branches/PHP_5_4/UPGRADING U php/php-

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_hash.c

2011-06-02 Thread Felipe Pena
felipe Thu, 02 Jun 2011 22:54:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=311742 Log: - Fix ZTS build Changed paths: U php/php-src/trunk/Zend/zend_hash.c Modified: php/php-src/trunk/Zend/zend_hash.c

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_alloc.c

2011-06-02 Thread Ilia Alshanetsky
iliaaThu, 02 Jun 2011 21:38:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=311741 Log: Missing ifdef related to the previous patch Changed paths: U php/php-src/trunk/Zend/zend_alloc.c Modified: php/php-src/trunk/Zend/zend_alloc.c ==

[PHP-CVS] svn: /php/php-src/trunk/ TSRM/TSRM.c TSRM/TSRM.h TSRM/tsrm.m4 Zend/Makefile.am Zend/Zend.m4 Zend/zend.c Zend/zend.h Zend/zend_alloc.c Zend/zend_execute_API.c Zend/zend_hash.c Zend/zend_signa

2011-06-02 Thread Ilia Alshanetsky
iliaaThu, 02 Jun 2011 21:16:50 + Revision: http://svn.php.net/viewvc?view=revision&revision=311740 Log: Zend Signal Handling (see RFC: https://wiki.php.net/rfc/zendsignals) This needs to go into 5.4 as well, but will wait for Pierre to review win32 situati

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/intl/php_intl.c branches/PHP_5_3/ext/intl/tests/intl_icu_version_constant.phpt branches/PHP_5_4/ext/intl/php_intl.c branches

2011-06-02 Thread Ilia Alshanetsky
The version is already printed in phpinfo(), I am not sure we need to bring the data version... What do you think? On Thu, Jun 2, 2011 at 11:37 AM, Hannes Magnusson wrote: > On Wed, Jun 1, 2011 at 18:26, Ilia Alshanetsky wrote: >> iliaa                                    Wed, 01 Jun 2011 16:26:2

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/intl/php_intl.c branches/PHP_5_3/ext/intl/tests/intl_icu_version_constant.phpt branches/PHP_5_4/ext/intl/php_intl.c branches

2011-06-02 Thread Hannes Magnusson
On Wed, Jun 1, 2011 at 18:26, Ilia Alshanetsky wrote: > iliaa                                    Wed, 01 Jun 2011 16:26:21 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=311714 > > Log: > Implemented FR #54561 (Expose ICU Version & ICU Data Version info). > > Bug: http://bugs

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/browscap.c branches/PHP_5_4/ext/standard/browscap.c trunk/ext/standard/browscap.c

2011-06-02 Thread Gustavo André dos Santos Lopes
cataphract Thu, 02 Jun 2011 08:46:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=311730 Log: - Fixed double registering of browscap ini directive. See bug #54896. Bug: http://bugs.php.net/54896 (Assigned) Connection to localhost doesn't work in