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

2011-07-13 Thread Pierre Joye
how so? On Wed, Jul 13, 2011 at 10:12 PM, Stanislav Malyshev s...@php.net wrote: stas                                     Wed, 13 Jul 2011 20:12:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313214 Log: integrate 5.3 NEWS Changed paths:    U  

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/winutil.c branches/PHP_5_4/win32/winutil.c trunk/win32/winutil.c

2011-07-12 Thread Pierre Joye
pajoye Tue, 12 Jul 2011 11:46:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313175 Log: - Bug #55169, improve fix, allow non interactive user, hash-like ops only usage Bug: https://bugs.php.net/55169 (Assigned) mcrypt_create_iv always fails

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

2011-07-10 Thread Pierre Joye
pajoye Sun, 10 Jul 2011 14:19:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313109 Log: - use warning here to match unix behavior Changed paths: U php/php-src/branches/PHP_5_3/NEWS U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/win32/winutil.c branches/PHP_5_4/win32/winutil.c trunk/win32/winutil.c

2011-07-10 Thread Pierre Joye
pajoye Sun, 10 Jul 2011 14:36:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313110 Log: - fix bug #55169, mcrypt_create_iv always fails to gather sufficient random data Bug: https://bugs.php.net/55169 (Open) mcrypt_create_iv always fails to

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

2011-07-10 Thread Pierre Joye
pajoye Sun, 10 Jul 2011 14:59:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313112 Log: - use php_win32_get_random_bytes instead of over slow and partially wrong openssl's version Changed paths: U

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

2011-07-10 Thread Pierre Joye
pajoye Sun, 10 Jul 2011 15:00:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313113 Log: - rng change 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/win32/build/libs_version.txt trunk/win32/build/libs_version.txt

2011-07-09 Thread Pierre Joye
pajoye Sun, 10 Jul 2011 02:20:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313101 Log: - update libpng to 1.2.45 Changed paths: U php/php-src/branches/PHP_5_4/win32/build/libs_version.txt U

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/tests/bug53727.phpt branches/PHP_5_3/Zend/tests/is_a.phpt branches/PHP_5_3/Zend/zend_builtin_functi

2011-07-07 Thread Pierre Joye
what kind of troubles do they see? 2011/7/7 Johannes Schlüter johan...@schlueters.de: Hi, I was told (didn't verify) that this causes lots of trouble with PEAR and other applications. We're in final RC phase of 5.3.7. I don't think it is critical for 5.3.7 and I wonder whether we need it for

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/apache2handler/config.w32 trunk/sapi/apache2handler/config.w32

2011-07-06 Thread Pierre Joye
pajoye Wed, 06 Jul 2011 11:13:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=313001 Log: - add apache 2.3 (upcoming 2.4) handler Changed paths: U php/php-src/branches/PHP_5_4/sapi/apache2handler/config.w32 U

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS configure.in main/php_version.h

2011-07-06 Thread Pierre Joye
On Wed, Jul 6, 2011 at 9:20 PM, Rasmus Lerdorf ras...@lerdorf.com wrote: Given the pretty big changes that are likely to occur between alpha releases, I think it would be a good idea to have separated NEWS sections. And yes, when we put out the first beta we merge them all. Exactly, every

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-25 Thread Pierre Joye
pajoye Sat, 25 Jun 2011 09:41:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312451 Log: - pecl/yaf and doc karma for laruence Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/sapi/cli/php_cli.c branches/PHP_5_4/sapi/cli/php_cli.c trunk/sapi/cli/php_cli.c

2011-06-25 Thread Pierre Joye
pajoye Sat, 25 Jun 2011 10:47:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312454 Log: - reflection is always enabled Changed paths: U php/php-src/branches/PHP_5_3/sapi/cli/php_cli.c U

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-21 Thread Pierre Joye
The build is still broken. Can you fix it please? On Tue, Jun 21, 2011 at 11:12 AM, Moriyoshi Koizumi m...@mozo.jp wrote: Thanks! On 2011/06/21, at 8:36, Felipe Pena wrote: Fixed. 2011/6/20 Johannes Schlüter johan...@schlueters.de Hi, On Mon, 2011-06-20 at 20:27 +, Moriyoshi

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

2011-06-21 Thread Pierre Joye
pajoye Tue, 21 Jun 2011 11:43:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312355 Log: - fix build Changed paths: U php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c U php/php-src/trunk/sapi/cli/php_cli_server.c Modified:

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-20 Thread Pierre Joye
Build is also broken: php-trunk, build nts-windows-vc9-x86: php_cli_server.c, 21, error, C1083, Cannot open include file: 'php_config.h': No such file or directory, sapi\cli , NMAKE, error, U1077, 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\cl.exe' : return code '0x2', php-trunk,

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

2011-06-17 Thread Pierre Joye
pajoye Sat, 18 Jun 2011 02:24:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312250 Log: - fix build Changed paths: U php/php-src/branches/PHP_5_4/main/main.c U php/php-src/trunk/main/main.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/winutil.c branches/PHP_5_4/win32/winutil.c trunk/win32/winutil.c

2011-06-16 Thread Pierre Joye
pajoye Thu, 16 Jun 2011 10:20:25 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312203 Log: - fix nts build Changed paths: U php/php-src/branches/PHP_5_3/win32/winutil.c U php/php-src/branches/PHP_5_4/win32/winutil.c U

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

2011-06-16 Thread Pierre Joye
pajoye Thu, 16 Jun 2011 13:06:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312209 Log: - did I not kill that already? (do not use rand_screen, pointless on server and not TS) Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/session/config.w32 branches/PHP_5_4/ext/session/config.w32 trunk/ext/session/config.w32

2011-06-15 Thread Pierre Joye
pajoye Thu, 16 Jun 2011 01:21:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312200 Log: - install extra headers Changed paths: U php/php-src/branches/PHP_5_3/ext/session/config.w32 U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/main/main.c branches/PHP_5_3/win32/winutil.c branches/PHP_5_3/win32/winutil.h branches/PHP_5_4/main/main.c branches/PHP_5_4/win32/winutil.c branches/PHP_5

2011-06-15 Thread Pierre Joye
pajoye Thu, 16 Jun 2011 01:31:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312201 Log: - init win32 rng context once per process Changed paths: U php/php-src/branches/PHP_5_3/main/main.c U

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

2011-06-11 Thread Pierre Joye
pajoye Sat, 11 Jun 2011 13:23:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=312050 Log: - missing entry for curl.cainfo Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-01 Thread Pierre Joye
pajoye Wed, 01 Jun 2011 08:18:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311694 Log: - duplicate entries Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-06-01 Thread Pierre Joye
pajoye Wed, 01 Jun 2011 08:19:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311695 Log: - CLA trashbin Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-05-31 Thread Pierre Joye
pajoye Tue, 31 May 2011 18:15:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311674 Log: - amqp karma for jtansavatdi Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

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

2011-05-26 Thread Pierre Joye
pajoye Thu, 26 May 2011 14:37:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311444 Log: -fix bug 54935, php_win_err can lead to crash Bug: http://bugs.php.net/54935 (Open) php_win_err can lead to crash Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/filestat.c branches/PHP_5_4/ext/standard/tests/file/userstreams_007.phpt branches/PHP_5_4/main/php_streams.h branch

2011-05-25 Thread Pierre Joye
hi, Besides that, did we even approve that change? Gustavo and I were two that did not like the current implemenation/design. Cheers, On Wed, May 25, 2011 at 11:24 PM, Stas Malyshev smalys...@gmail.com wrote: Hi! There seem to be a lot of unrelated code cleanup here, and I am in general a

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/filestat.c branches/PHP_5_4/ext/standard/tests/file/userstreams_007.phpt branches/PHP_5_4/main/php_streams.h branch

2011-05-25 Thread Pierre Joye
On Thu, May 26, 2011 at 12:04 AM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! Besides that, did we even approve that change? Gustavo and I were two that did not like the current implemenation/design. There were no objections and/or proposals for improving it since I posted the patch,

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/strings/ 006-win32.phpt 006.phpt

2011-05-24 Thread Pierre Joye
pajoye Tue, 24 May 2011 09:44:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311383 Log: - make svn-eol LF and use one test for unix and windows Changed paths: D php/php-src/branches/PHP_5_3/ext/standard/tests/strings/006-win32.phpt

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/standard/tests/strings/ addslashes_variation2.phpt addslashes_variation3.phpt bug21453.phpt chop_variation3.phpt chunk_split_variation11.phpt chunk_spl

2011-05-24 Thread Pierre Joye
pajoye Tue, 24 May 2011 10:23:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311384 Log: - fix tests, keep EOL as unix style as the str len is used in expectf Changed paths: _U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/php_crypt_r.c branches/PHP_5_3/ext/standard/tests/strings/bug54721.phpt branches/PHP_5_4/ext/standard/php_crypt_r.c bra

2011-05-24 Thread Pierre Joye
pajoye Tue, 24 May 2011 13:48:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311390 Log: - Fix #54721, different Hashes on Windows, BSD and Linux on wrong Salt size Bug: http://bugs.php.net/54721 (Feedback) crypt function Changed

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/libs_version.txt branches/PHP_5_4/win32/build/libs_version.txt trunk/win32/build/libs_version.txt

2011-05-19 Thread Pierre Joye
pajoye Thu, 19 May 2011 13:36:29 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311255 Log: - initial import, will add all libs later Changed paths: A php/php-src/branches/PHP_5_3/win32/build/libs_version.txt A

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

2011-05-17 Thread Pierre Joye
pajoye Tue, 17 May 2011 10:39:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311123 Log: - WS Changed paths: U php/php-src/branches/PHP_5_4/Zend/zend_compile.c U php/php-src/trunk/Zend/zend_compile.c Modified:

Re: [PHP-CVS] svn: /php/php-src/trunk/ UPGRADING ext/simplexml/simplexml.c ext/simplexml/tests/034.phpt ext/simplexml/tests/bug51615.phpt

2011-05-17 Thread Pierre Joye
hi, Whatever fits for you for this commit. For the next commits, please try to commit to all branches at once, see https://wiki.php.net/vcs/svnfaq about how to do a sparse checkout, then you can simply do a commit like: cd php-src svn commit branches/PHP_5_4 trunk/ Cheers, On Tue, May 17,

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/main/ php_version.h

2011-05-15 Thread Pierre Joye
pajoye Sun, 15 May 2011 20:07:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311062 Log: - version Changed paths: U php/php-src/branches/PHP_5_4/main/php_version.h Modified: php/php-src/branches/PHP_5_4/main/php_version.h

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

2011-05-14 Thread Pierre Joye
hi Stas, what's that? While we must begin soonish with 5.4 release process, we MUST adopt the RFC before anything happen officially. Cheers, On Sun, May 15, 2011 at 2:48 AM, Stanislav Malyshev s...@php.net wrote: stas                                     Sun, 15 May 2011 00:48:05 +

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pcre/pcrelib/pcre_internal.h trunk/ext/pcre/pcrelib/pcre_internal.h

2011-05-13 Thread Pierre Joye
Patch has been sent upstream. That's why we have it as patch here and a readme that should be read :) On 13 May 2011 15:51, Scott MacVicar scott...@php.net wrote: scottmac Fri, 13 May 2011 13:51:07 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310991 Log: Fix Windows

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-05-09 Thread Pierre Joye
pajoye Mon, 09 May 2011 16:28:02 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310858 Log: - gearman karma for Herman Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/tidy/tidy.c trunk/ext/tidy/tidy.c

2011-04-25 Thread Pierre Joye
On Mon, Apr 25, 2011 at 9:46 AM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Mon, Apr 25, 2011 at 00:08, Pierre Joye paj...@php.net wrote: pajoye                                   Sun, 24 Apr 2011 22:08:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310457 Log

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

2011-04-25 Thread Pierre Joye
pajoye Mon, 25 Apr 2011 09:28:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310466 Log: - keep inode creation check Changed paths: U php/php-src/branches/PHP_5_3/ext/tidy/tidy.c U php/php-src/trunk/ext/tidy/tidy.c Modified:

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

2011-04-25 Thread Pierre Joye
pajoye Mon, 25 Apr 2011 09:31:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310467 Log: - keep node creation check Changed paths: U php/php-src/branches/PHP_5_3/ext/tidy/tidy.c U php/php-src/trunk/ext/tidy/tidy.c Modified:

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

2011-04-24 Thread Pierre Joye
pajoye Sun, 24 Apr 2011 22:08:11 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310457 Log: - fix use of unitiliazed var Changed paths: U php/php-src/branches/PHP_5_3/ext/tidy/tidy.c U php/php-src/trunk/ext/tidy/tidy.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/main/main.c trunk/main/main.c

2011-04-19 Thread Pierre Joye
pajoye Tue, 19 Apr 2011 21:43:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310369 Log: - fix build (btw, has novell man pages too?) Changed paths: U php/php-src/branches/PHP_5_3/main/main.c U php/php-src/trunk/main/main.c

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

2011-04-19 Thread Pierre Joye
pajoye Tue, 19 Apr 2011 21:57:01 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310370 Log: - not desired yt Changed paths: U php/php-src/trunk/main/main.c Modified: php/php-src/trunk/main/main.c

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/standard/string.c branches/PHP_5_3/ext/standard/tests/strings/bug54238.phpt trunk/ext/standard/string.c trunk/ext/standard/t

2011-04-13 Thread Pierre Joye
hi Stas, please add the CVE to the news entry. On Wed, Apr 13, 2011 at 8:32 AM, Stanislav Malyshev s...@php.net wrote: stas                                     Wed, 13 Apr 2011 06:32:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=310194 Log: fix bug #54238

[PHP-CVS] svn: /php/php-src/trunk/ext/curl/ interface.c

2011-04-01 Thread Pierre Joye
pajoye Fri, 01 Apr 2011 17:10:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309880 Log: - [doc] add ini option to set the default cainfo file, in case none was set at compile time Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/curl/interface.c trunk/ext/curl/interface.c

2011-04-01 Thread Pierre Joye
pajoye Fri, 01 Apr 2011 17:19:08 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309881 Log: - add CURLINFO_REDIRECT_URL Changed paths: U php/php-src/branches/PHP_5_3/NEWS U php/php-src/branches/PHP_5_3/ext/curl/interface.c U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/Zend/zend_API.c trunk/Zend/zend_API.c

2011-03-31 Thread Pierre Joye
Hi Tony, This commit breaks the build, see: http://windows.php.net/downloads/snaps/trunk-ts-windows-vc9-x86/logs/r309857/compile.txt Not sure yet why it fails. Does it work for you? On Thu, Mar 31, 2011 at 1:59 PM, Antony Dovgal tony2...@php.net wrote: tony2001                                

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

2011-03-31 Thread Pierre Joye
pajoye Thu, 31 Mar 2011 23:58:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309861 Log: - fix bug #54423, fix build in trunk, introduce by previous related commit Bug: http://bugs.php.net/54423 (Closed) classes from dl()'ed extensions are

[PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ config.w32

2011-03-30 Thread Pierre Joye
pajoye Wed, 30 Mar 2011 09:25:09 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309839 Log: - fix build Changed paths: U php/php-src/trunk/ext/mysqlnd/config.w32 Modified: php/php-src/trunk/ext/mysqlnd/config.w32

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

2011-03-30 Thread Pierre Joye
pajoye Wed, 30 Mar 2011 09:42:21 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309840 Log: - attempt to fix build, 1st error Changed paths: U php/php-src/trunk/ext/sockets/sockets.c Modified: php/php-src/trunk/ext/sockets/sockets.c

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

2011-03-30 Thread Pierre Joye
pajoye Wed, 30 Mar 2011 09:46:20 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309841 Log: - fix build, should fix that code too on non win (wondering if that part was working at all) Changed paths: U

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

2011-03-30 Thread Pierre Joye
pajoye Wed, 30 Mar 2011 09:46:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309842 Log: - not used on win Changed paths: U php/php-src/trunk/ext/sockets/sockets.c Modified: php/php-src/trunk/ext/sockets/sockets.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/config.w32 trunk/win32/build/config.w32

2011-03-28 Thread Pierre Joye
pajoye Mon, 28 Mar 2011 10:55:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309779 Log: - re enable static analyzer, crash fixed with snapshot builds Changed paths: U php/php-src/branches/PHP_5_3/win32/build/config.w32 U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/main/php_open_temporary_file.c trunk/main/php_open_temporary_file.c

2011-03-28 Thread Pierre Joye
pajoye Mon, 28 Mar 2011 16:43:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309792 Log: - Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent, windows fix Bug: http://bugs.php.net/48465 (Assigned) sys_get_temp_dir() possibly

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

2011-03-28 Thread Pierre Joye
pajoye Mon, 28 Mar 2011 16:45:57 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309793 Log: - not applied yet Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/spl/ php_spl.c php_spl.h spl_directory.c spl_iterators.c tests/bug41828.phpt tests/bug54281.phpt tests/bug54384.phpt tests/iterator_031.phpt

2011-03-27 Thread Pierre Joye
2011/3/27 Gustavo André dos Santos Lopes cataphr...@php.net: cataphract                               Sun, 27 Mar 2011 04:21:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309729 Log: - Fixed bug #54384: Several SPL classes crash when parent constructor is  not called.

Re: [PHP-CVS] svn: /php/php-src/trunk/ NEWS ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/CallbackFilterIteratorTest-002.phpt ext/spl/tests/CallbackFilterIteratorTest.phpt ext/spl/test

2011-03-27 Thread Pierre Joye
hi Arnaud, Please add a note in the UPGRADING guide. Thanks, On Sun, Mar 27, 2011 at 10:13 PM, Arnaud Le Blanc lbarn...@php.net wrote: lbarnaud                                 Sun, 27 Mar 2011 20:13:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309749 Log: Added

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-03-20 Thread Pierre Joye
pajoye Sun, 20 Mar 2011 17:09:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309483 Log: - peclweb should be here too Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_2/NEWS branches/PHP_5_2/Zend/tests/bug54262.phpt branches/PHP_5_2/Zend/zend_vm_def.h branches/PHP_5_2/Zend/zend_vm_execute.h branches/PHP_5_3/NEWS branc

2011-03-16 Thread Pierre Joye
hi Dmitry, Can you revert this commit from 5.3 please? We are about to package 5.3.6 and as far as I can tell Johannes do not want more commits before. 5.3.7 release process should follow shortly as we already have quite a few issues already. Cheers, On Wed, Mar 16, 2011 at 12:14 PM, Dmitry

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/main/ SAPI.c

2011-03-16 Thread Pierre Joye
pajoye Wed, 16 Mar 2011 23:54:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309319 Log: - MFH: make setlocale thread only, drastically reduce TS related crashes in error mgt and other parts like pcre, and actually a good thing (tm) Changed

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

2011-03-16 Thread Pierre Joye
pajoye Wed, 16 Mar 2011 23:57:04 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309320 Log: - news entry for the setlocale fix Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c

2011-03-15 Thread Pierre Joye
pajoye Tue, 15 Mar 2011 17:13:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=309261 Log: - make setlocale thread only, drastically reduce TS related crashes in error mgt and other parts like pcre, and actually a good thing (tm) Changed

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-02 Thread Pierre Joye
hi, Please merge to 5.3 On Wed, Mar 2, 2011 at 6:22 AM, Moriyoshi Koizumi moriyo...@php.net wrote: moriyoshi                                Wed, 02 Mar 2011 05:22:22 + Modified: php/php-src/trunk/win32/build/config.w32 ===

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-02 Thread Pierre Joye
hi, On Wed, Mar 2, 2011 at 7:35 PM, Moriyoshi Koizumi m...@mozo.jp wrote: Please merge to 5.3 Done. Thanks! On Wed, Mar 2, 2011 at 6:22 AM, Moriyoshi Koizumi moriyo...@php.net wrote: moriyoshi                                Wed, 02 Mar 2011 05:22:22 + Modified:

Re: [PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile config.w32

2011-03-02 Thread Pierre Joye
Ah right, almost forgot I decided that, joy :) On 2 Mar 2011 22:37, Johannes Schlüter johan...@schlueters.de wrote: On Thu, 2011-03-03 at 06:26 +0900, Moriyoshi Koizumi wrote: On Thu, Mar 3, 2011 at 3:42 AM, Pierre Joye pierre@gmail.com wrote: hi, On Wed, Mar 2, 2011 at 7:35 PM

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-26 Thread Pierre Joye
btw, you can use valgrind as well with the tests suite. That should help you to catch other possible leaks or bad memory access. On Sat, Feb 26, 2011 at 8:08 PM, Boris Lytochkin lytbo...@php.net wrote: lytboris                                 Sat, 26 Feb 2011 19:08:55 + Revision:

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-26 Thread Pierre Joye
with valgrind enabled. On Sat, Feb 26, 2011 at 10:19 PM, Pierre Joye pierre@gmail.com wrote: btw, you can use valgrind as well with the tests suite. That should help you to catch other possible leaks or bad memory access. On Sat, Feb 26, 2011 at 8:08 PM, Boris Lytochkin lytbo...@php.net

[PHP-CVS] svn: /php/php-src/trunk/main/ SAPI.c

2011-02-25 Thread Pierre Joye
pajoye Fri, 25 Feb 2011 11:28:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308665 Log: - fix regression (carsten_st...@gmx.de) Changed paths: U php/php-src/trunk/main/SAPI.c Modified: php/php-src/trunk/main/SAPI.c

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqlnd/mysqlnd.c branches/PHP_5_3/ext/mysqlnd/mysqlnd.h branches/PHP_5_3/ext/mysqlnd/mysqlnd_structs.h trunk/ext/mysqlnd/mysqlnd.c trunk/ext/mysq

2011-02-25 Thread Pierre Joye
hi, I know that this commit could be considered as cosmetic only but we are in a RC phase, in case you did not notice it. And such commits look dangerous to me. On Fri, Feb 25, 2011 at 1:25 PM, Andrey Hristov and...@php.net wrote: andrey                                   Fri, 25 Feb 2011

[PHP-CVS] svn: /php/php-src/trunk/sapi/cli/ php_cli_readline.c php_cli_readline.h

2011-02-22 Thread Pierre Joye
pajoye Tue, 22 Feb 2011 12:59:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308565 Log: - missing files Changed paths: A php/php-src/trunk/sapi/cli/php_cli_readline.c A php/php-src/trunk/sapi/cli/php_cli_readline.h Added:

[PHP-CVS] svn: /php/php-src/trunk/sapi/cli/ php_cli_readline.c php_cli_readline.h

2011-02-22 Thread Pierre Joye
pajoye Tue, 22 Feb 2011 13:09:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308566 Log: -not needed, buildconf helps... Changed paths: D php/php-src/trunk/sapi/cli/php_cli_readline.c D

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/openssl/openssl.c branches/PHP_5_3/ext/openssl/tests/bug54060.phpt trunk/ext/openssl/openssl.c trunk/ext/openssl/tests/bug54060.

2011-02-21 Thread Pierre Joye
pajoye Mon, 21 Feb 2011 10:07:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308531 Log: - fix bug #54060, memory leak in openssl_encrypt Bug: http://bugs.php.net/54060 (Open) Memory leaks when openssl_encrypt called Changed paths:

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/openssl/ openssl.c

2011-02-21 Thread Pierre Joye
pajoye Mon, 21 Feb 2011 10:09:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308532 Log: - fix test 025 Changed paths: U php/php-src/branches/PHP_5_3/ext/openssl/openssl.c Modified: php/php-src/branches/PHP_5_3/ext/openssl/openssl.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/openssl/openssl.c trunk/ext/openssl/openssl.c

2011-02-21 Thread Pierre Joye
pajoye Mon, 21 Feb 2011 12:47:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308534 Log: - fix bug #54061, memory leak in openssl_decrypt Bug: http://bugs.php.net/54061 (unknown) Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/openssl/tests/bug54061.phpt trunk/ext/openssl/tests/bug54061.phpt

2011-02-21 Thread Pierre Joye
pajoye Mon, 21 Feb 2011 12:50:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308535 Log: - fix bug #54061, memory leak in openssl_decrypt Bug: http://bugs.php.net/54061 (unknown) Changed paths: A

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

2011-02-18 Thread Pierre Joye
pajoye Fri, 18 Feb 2011 17:22:27 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308473 Log: - bug #54002 entry Bug: http://bugs.php.net/54002 (error getting bug information) Changed paths: U php/php-src/branches/PHP_5_3/NEWS

[PHP-CVS] svn: /php/php-src/trunk/ acinclude.m4 ext/intl/config.m4 ext/intl/php_intl.c

2011-02-15 Thread Pierre Joye
pajoye Tue, 15 Feb 2011 08:28:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308351 Log: - fix build with ICU 4.2, add ICU_VERSION for m4 checks Changed paths: U php/php-src/trunk/acinclude.m4 U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ acinclude.m4

2011-02-15 Thread Pierre Joye
pajoye Tue, 15 Feb 2011 08:28:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308352 Log: - fix build with ICU 4.2, add ICU_VERSION for m4 checks Changed paths: U php/php-src/branches/PHP_5_3/acinclude.m4 Modified:

[PHP-CVS] svn: /php/php-src/trunk/ext/intl/ config.w32

2011-02-15 Thread Pierre Joye
pajoye Tue, 15 Feb 2011 08:48:24 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308353 Log: - fix intl build with ICU 4.2, windows part Changed paths: U php/php-src/trunk/ext/intl/config.w32 Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle.c trunk/ext/intl/resourcebundle/resourcebundle.c

2011-02-15 Thread Pierre Joye
pajoye Tue, 15 Feb 2011 09:07:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308354 Log: - unused var Changed paths: U php/php-src/branches/PHP_5_3/ext/intl/resourcebundle/resourcebundle.c U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c branches/PHP_5_3/ext/exif/tests/bug54002.phpt branches/PHP_5_3/ext/exif/tests/bug54002_1.jpeg branches/PHP_5_3/ext/exif/tests/bug54002

2011-02-15 Thread Pierre Joye
On Tue, Feb 15, 2011 at 10:17 AM, Dmitry Stogov dmi...@zend.com wrote: Hi Pierre, The check for (byte_count_signed 2147483648) looks ugly and it's even wrong. It is not ugly nor wrong. See my post in when I proposed the patch. It should actually be something much lower but I did not find a

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c branches/PHP_5_3/ext/exif/tests/bug54002.phpt branches/PHP_5_3/ext/exif/tests/bug54002_1.jpeg branches/PHP_5_3/ext/exif/tests/bug54002

2011-02-15 Thread Pierre Joye
On Tue, Feb 15, 2011 at 12:54 PM, Dmitry Stogov dmi...@zend.com wrote: I don't know all the logic but it looks very strange 2147483648 == 0x8000 != 0x7fff == 2147483647 so byte_count_signed may be 0x8000 == -1 negative value are checked before. Btw, byte_count_signed is a 64bit

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c branches/PHP_5_3/ext/exif/tests/bug54002.phpt branches/PHP_5_3/ext/exif/tests/bug54002_1.jpeg branches/PHP_5_3/ext/exif/tests/bug54002

2011-02-15 Thread Pierre Joye
03:31 PM, Pierre Joye wrote: On Tue, Feb 15, 2011 at 12:54 PM, Dmitry Stogovdmi...@zend.com  wrote: I don't know all the logic but it looks very strange 2147483648 == 0x8000 != 0x7fff == 2147483647 so byte_count_signed may be 0x8000 == -1 negative value are checked before. Btw

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c branches/PHP_5_3/ext/exif/tests/bug54002.phpt branches/PHP_5_3/ext/exif/tests/bug54002_1.jpeg branches/PHP_5_3/ext/exif/tests/bug54002

2011-02-15 Thread Pierre Joye
and btw, as I said earlier, I would prefer to use the largest possible value, which is likely to be 64K and not maxint. If only one could point us to the specs for this exact value... On Tue, Feb 15, 2011 at 2:27 PM, Pierre Joye pierre@gmail.com wrote: why don't you fix it the way you want

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

2011-02-15 Thread Pierre Joye
pajoye Tue, 15 Feb 2011 14:02:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308362 Log: - fix the fix (Dmitry) and ensure that it builds everywhere, can someone test on solarisco pls? Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c branches/PHP_5_3/ext/exif/tests/bug54002.phpt branches/PHP_5_3/ext/exif/tests/bug54002_1.jpeg branches/PHP_5_3/ext/exif/tests/bug54002_2.j

2011-02-14 Thread Pierre Joye
pajoye Mon, 14 Feb 2011 09:08:44 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308316 Log: - fix bug #54002, exif_read_data crashes on crafted tags Bug: http://bugs.php.net/54002 (error getting bug information) Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/exif/exif.c branches/PHP_5_3/ext/exif/tests/bug54002.phpt trunk/ext/exif/exif.c trunk/ext/exif/tests/bug54002.phpt

2011-02-14 Thread Pierre Joye
pajoye Mon, 14 Feb 2011 09:40:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308317 Log: -Bug #54002, fix windows build, use the relevant values in the warnings Bug: http://bugs.php.net/54002 (error getting bug information) Changed

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

2011-02-12 Thread Pierre Joye
pajoye Sat, 12 Feb 2011 20:25:48 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308298 Log: - add CVE Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS UPGRADING ext/spl/spl_directory.c ext/spl/tests/DirectoryIterator_getExtension_basic.phpt ext/spl/tests/SplFileInfo_getExtension_basic.phpt

2011-02-11 Thread Pierre Joye
hi, Please add it to UPGRADING too :) Cheers, On Fri, Feb 11, 2011 at 11:07 PM, Peter Cowburn sala...@php.net wrote: salathe                                  Fri, 11 Feb 2011 22:07:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308264 Log: MFH - Added

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ Makefile.phpize

2011-02-10 Thread Pierre Joye
pajoye Thu, 10 Feb 2011 21:40:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308229 Log: - missing Changed paths: A php/php-src/trunk/win32/build/Makefile.phpize Added: php/php-src/trunk/win32/build/Makefile.phpize

[PHP-CVS] svn: /php/php-src/trunk/win32/build/ phpize.bat

2011-02-10 Thread Pierre Joye
pajoye Thu, 10 Feb 2011 21:42:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308230 Log: - missing Changed paths: A php/php-src/trunk/win32/build/phpize.bat Added: php/php-src/trunk/win32/build/phpize.bat

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/win32/build/config.w32 trunk/win32/build/config.w32

2011-02-07 Thread Pierre Joye
pajoye Mon, 07 Feb 2011 10:17:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308089 Log: - disable realloc warning about not checking its return value, 100% valid but way too many of them for now, reduce noises Changed paths: U

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

2011-02-07 Thread Pierre Joye
pajoye Mon, 07 Feb 2011 10:25:34 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308090 Log: - null deref fix Changed paths: U php/php-src/branches/PHP_5_3/Zend/zend_alloc.c U php/php-src/trunk/Zend/zend_alloc.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/zip/php_zip.c branches/PHP_5_3/ext/zip/tests/bug53603.phpt trunk/ext/zip/php_zip.c trunk/ext/zip/tests/bug53603.phpt

2011-02-07 Thread Pierre Joye
pajoye Mon, 07 Feb 2011 16:20:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=308107 Log: - Fixed bug #53893 (Wrong return value for ZipArchive::extractTo()) Bug: http://bugs.php.net/53893 (Open) Wrong return value for

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-01 Thread Pierre Joye
hi, I wonder why you need that as we don't release snmp outside php. I would suggest to either drop these backward compatible checks (cleaner code) or consider to do release through pecl as well and then these checks make sense. Cheers, On Tue, Feb 1, 2011 at 9:20 AM, Boris Lytochkin

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-02-01 Thread Pierre Joye
believe this legacy will be corrected in next Cacti release). That is the only reason to make ext/snmp module be backwards compatible down-to php5.2 On Tue, Feb 1, 2011 at 11:34 AM, Pierre Joye pierre@gmail.com wrote: hi, I wonder why you need that as we don't release snmp outside php. I

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/mysqlnd/ mysqlnd_auth.c

2011-02-01 Thread Pierre Joye
On Mon, Jan 31, 2011 at 3:55 PM, Andrey Hristov p...@hristov.com wrote: this will return emalloc-ed memory, right? Later this memory will be freed with free() and guess what happens :) Is it used outside php? if not then it is a documentation matter no? returned value has to be freed using

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/zip/php_zip.c trunk/ext/zip/php_zip.c

2011-02-01 Thread Pierre Joye
pajoye Tue, 01 Feb 2011 10:57:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307905 Log: - WS Changed paths: U php/php-src/branches/PHP_5_3/ext/zip/php_zip.c U php/php-src/trunk/ext/zip/php_zip.c Modified:

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

2011-02-01 Thread Pierre Joye
pajoye Tue, 01 Feb 2011 13:57:06 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307914 Log: - fix build, wrong version id Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp/snmp.c

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-01-31 Thread Pierre Joye
pajoye Mon, 31 Jan 2011 11:17:22 + Revision: http://svn.php.net/viewvc?view=revisionrevision=307875 Log: - NEWS karma for Lytochkin Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

<    1   2   3   4   5   6   7   8   9   10   >