Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/config.m4 branches/PHP_5_4/sapi/cli/config.w32 branches/PHP_5_4/sapi/cli/php_cli.c branches/PHP_5_4/sapi/cli/php_cli_server.c branches/PHP_5_

2011-06-22 Thread Alexey Shein
2011/6/22 Christopher Jones : > > > On 06/21/2011 11:01 PM, Alexey Shein wrote: >> >> Anybody? It seems Pierre fixed only windows build, at least, mine is >> still broken: > > I've built 5.4 & trunk OK on a couple of Linux machines.  Have you > cleaned up before building, e.g. with vcsclean? > You

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt branches/PHP_5_3/ext/dom/tests/dom004.phpt branches/PHP_5_3/ext/dom/tests/dom_xinclude.phpt bra

2011-06-22 Thread Shein Alexey
sheinWed, 22 Jun 2011 09:28:14 + Revision: http://svn.php.net/viewvc?view=revision&revision=312375 Log: Fixed dom tests. Changed paths: U php/php-src/branches/PHP_5_3/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt U php/php-src/bra

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/dom/examples/note.dtd branches/PHP_5_4/ext/dom/tests/DOMDocument_validate_on_parse_variation.phpt trunk/ext/dom/examples/note.dtd trunk/ext/dom/te

2011-06-22 Thread Alexey Shein
Hi, Hannes! Could you also apply this trivial fix to note.dtd on PHP_5_3 branch? I don't have enough karma to do it myself. Thank you. Index: branches/PHP_5_3/ext/dom/examples/note.dtd === --- branches/PHP_5_3/ext/dom/examples/note.dt

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/cli/config.m4 branches/PHP_5_4/sapi/cli/config.w32 branches/PHP_5_4/sapi/cli/php_cli.c branches/PHP_5_4/sapi/cli/php_cli_server.c branches/PHP_5_

2011-06-22 Thread Johannes Schlüter
On Wed, 22 Jun 2011 11:01:11 +0500, Alexey Shein wrote: > Anybody? It seems Pierre fixed only windows build, at least, mine is > still broken: > > sapi/cli/php_cli.o: In function `main': > /home/conf/php-src/trunk/sapi/cli/php_cli.c:1301: undefined reference > to `cli_server_sapi_module' > /home

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/dom/examples/ note.dtd

2011-06-22 Thread Hannes Magnusson
bjoriWed, 22 Jun 2011 14:59:20 + Revision: http://svn.php.net/viewvc?view=revision&revision=312379 Log: Add charset, fixes the validate_on_parse test (confik) Changed paths: U php/php-src/branches/PHP_5_3/ext/dom/examples/note.dtd Modified: php/php-

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

2011-06-22 Thread Felipe Pena
felipe Wed, 22 Jun 2011 15:12:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=312381 Log: - Fix ZTS build Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_hash.c Modified: php/php-src/branches/PHP_5_4/Zend/zend_hash.c ==

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS 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_ha

2011-06-22 Thread Jérôme Loyet
Hi it breaks FPM in 5.4 branch on my server: fat@dev:~/dev/php-src/branches/PHP_5_4$ gdb ./sapi/fpm/php-fpm GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free softwa

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/fpm/fpm/fpm_main.c trunk/sapi/fpm/fpm/fpm_main.c

2011-06-22 Thread Felipe Pena
felipe Thu, 23 Jun 2011 00:25:54 + Revision: http://svn.php.net/viewvc?view=revision&revision=312389 Log: - Fixed crash on startup Changed paths: U php/php-src/branches/PHP_5_4/sapi/fpm/fpm/fpm_main.c U php/php-src/trunk/sapi/fpm/fpm/fpm_main.c

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS 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_ha

2011-06-22 Thread Felipe Pena
Hi, I've committed a fix, can you check if it's ok? 2011/6/22 Jérôme Loyet : > Hi > > it breaks FPM in 5.4 branch on my server: > > fat@dev:~/dev/php-src/branches/PHP_5_4$ gdb ./sapi/fpm/php-fpm > GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 > Copyright (C) 2010 Free Software Foundation, Inc. > Lice

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS 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_ha

2011-06-22 Thread Jérôme Loyet
Le 23 juin 2011 02:26, Felipe Pena a écrit : > Hi, > > I've committed a fix, can you check if it's ok? nope: fat@dev:~/dev/php-src/branches/PHP_5_4$ gdb ./sapi/fpm/php-fpm GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/fpm/fpm/fpm_main.c trunk/sapi/fpm/fpm/fpm_main.c

2011-06-22 Thread Felipe Pena
felipe Thu, 23 Jun 2011 00:40:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=312390 Log: - Fixed crash (take 2) Changed paths: U php/php-src/branches/PHP_5_4/sapi/fpm/fpm/fpm_main.c U php/php-src/trunk/sapi/fpm/fpm/fpm_main.c Mo

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS 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_ha

2011-06-22 Thread Felipe Pena
Try again, please. :) 2011/6/22 Jérôme Loyet : > Le 23 juin 2011 02:26, Felipe Pena a écrit : >> Hi, >> >> I've committed a fix, can you check if it's ok? > > nope: > > fat@dev:~/dev/php-src/branches/PHP_5_4$ gdb ./sapi/fpm/php-fpm > GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2 > Copyright (C) 2010

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/sapi/cgi/ cgi_main.c

2011-06-22 Thread Felipe Pena
felipe Thu, 23 Jun 2011 02:28:04 + Revision: http://svn.php.net/viewvc?view=revision&revision=312393 Log: - Fix crash on cgi Changed paths: U php/php-src/branches/PHP_5_4/sapi/cgi/cgi_main.c Modified: php/php-src/branches/PHP_5_4/sapi/cgi/cgi_main.c =