Re: [PHP-CVS] svn: /php/php-src/trunk/main/streams/ php_stream_context.h streams.c

2012-02-22 Thread Pierre Joye
hi, On Tue, Feb 21, 2012 at 11:09 PM, Gustavo Lopes wrote: >> Perhaps someone's private code used it? >> > > Sure, it's possible. In that case, they'll have a long time to complain > since this is only for trunk and PHP 5.5 is years away. No, php-next begins next year, one year after we began 5

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

2012-02-23 Thread Pierre Joye
hi! Thanks for applying the patch! Please add the test case as well. Btw, did you check with Stas and David about 5.4? Not sure if it is OK at this stage, but we may need another RC already anyway (commits done since last RC). On Thu, Feb 23, 2012 at 2:26 AM, Scott MacVicar wrote: > scottmac  

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-02-26 Thread Pierre Joye
pajoye Sun, 26 Feb 2012 16:54:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=323564 Log: Bruno acces to peclweb Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail =

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

2012-02-27 Thread Pierre Joye
On Mon, Feb 27, 2012 at 11:17 AM, Derick Rethans wrote: > You can't break extension APIs between 5.4.0 and 5.4.1 either, API > changes can only into trunk. And ABI neither. -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List (http://www.php.net/)

Re: [PHP-CVS] svn: /SVNROOT/ global_avail

2012-02-27 Thread Pierre Joye
b 27, 2012 at 2:47 PM, Hannes Magnusson >> wrote: >>> >>> On Sun, Feb 26, 2012 at 17:54, Pierre Joye wrote: >>> > pajoye                                   Sun, 26 Feb 2012 16:54:39 + >>> > >>> > Revision: http://svn.php.net/v

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/ext/standard/var_unserializer.c branches/PHP_5_4/ext/standard/var_unserializer.re trunk/ext/standard/var_unserializer.c trunk/ext/st

2012-02-28 Thread Pierre Joye
pajoye Tue, 28 Feb 2012 18:36:10 + Revision: http://svn.php.net/viewvc?view=revision&revision=323633 Log: - fix bug #60879, unserialize does not invoke __wakeup Bug: https://bugs.php.net/60879 (Closed) unserialize() Does not invoke __wakeup() on object

[PHP-CVS] svn: /php/php-src/trunk/ main/network.c win32/build/config.w32.h.in win32/inet.c win32/inet.h win32/sendmail.c

2012-03-04 Thread Pierre Joye
pajoye Sun, 04 Mar 2012 15:08:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=323865 Log: - bump minimum version, no more XP/2003 Changed paths: U php/php-src/trunk/main/network.c U php/php-src/trunk/win32/build/config.w32.h.in

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

2012-03-04 Thread Pierre Joye
pajoye Sun, 04 Mar 2012 15:23:24 + Revision: http://svn.php.net/viewvc?view=revision&revision=323866 Log: - fix bug #54407, Incorrectly defined NTDDI_VERSION macro Bug: https://bugs.php.net/54407 (Assigned) Incorrectly defined NTDDI_VERSION macro Ch

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING

2012-03-04 Thread Pierre Joye
pajoye Sun, 04 Mar 2012 17:02:55 + Revision: http://svn.php.net/viewvc?view=revision&revision=323886 Log: - notes about xp&2003 drop Changed paths: U php/php-src/trunk/NEWS U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/NEWS =

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

2012-03-04 Thread Pierre Joye
pajoye Sun, 04 Mar 2012 22:15:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=323903 Log: - fix bug #54407, Incorrectly defined NTDDI_VERSION macro Bug: https://bugs.php.net/54407 (Closed) Incorrectly defined NTDDI_VERSION macro Chan

[PHP-CVS] svn: /php/php-src/branches/ PHP_5_3/win32/inet.h PHP_5_4/win32/inet.h

2012-03-05 Thread Pierre Joye
pajoye Mon, 05 Mar 2012 20:53:40 + Revision: http://svn.php.net/viewvc?view=revision&revision=323926 Log: - fix bug #61290, fix build Bug: https://bugs.php.net/61290 (Open) php_sockets build failure - unresolved external symbol _inet_aton Changed pat

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ ext/standard/tests/general_functions/bug60227.phpt ext/standard/tests/general_functions/bug60227_1.phpt ext/standard/tests/general_functions/bug60227_

2012-03-07 Thread Pierre Joye
hi Chris, Agreed. I would also like to have entries for what get fixed since the last release of the same branch. It is even more important with the totally asynchronous (and somehow slow) 5.3 releases. On Wed, Mar 7, 2012 at 6:57 PM, Christopher Jones wrote: > > > On 03/07/2012 09:51 AM, Stas

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/fileinfo/ fileinfo.c tests/bug61173.phpt

2012-03-07 Thread Pierre Joye
I think what Chris is asking is to have NEWS entries in the branch where a commit is done, no mater if the fix was already reported in a previous branch NEWS file. On Wed, Mar 7, 2012 at 7:15 PM, Stas Malyshev wrote: > Hi! > > >> Users should be able to see the fixes in 5.4 by reading only 5.4 NE

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/fileinfo/ fileinfo.c tests/bug61173.phpt

2012-03-07 Thread Pierre Joye
On Wed, Mar 7, 2012 at 7:22 PM, Stas Malyshev wrote: > Or we'd just have it twice in both 5.3 and 5.4 sections? Yes > BTW, why we don't put the same in the trunk NEWS then? I would say we could consider to add NEWS entry after a 1st release for a given branch? Cheers, -- Pierre @pierrejoye

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

2012-03-13 Thread Pierre Joye
pajoye Tue, 13 Mar 2012 12:55:33 + Revision: http://svn.php.net/viewvc?view=revision&revision=324185 Log: - add CVE Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-03-16 Thread Pierre Joye
pajoye Fri, 16 Mar 2012 11:20:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=324295 Log: - tests karma for Anatoliy Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail =

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/php.ini-development branches/PHP_5_4/php.ini-production trunk/php.ini-development trunk/php.ini-production

2012-03-17 Thread Pierre Joye
pajoye Sat, 17 Mar 2012 08:52:27 + Revision: http://svn.php.net/viewvc?view=revision&revision=324317 Log: - Fix bug #61424, ext/sqlite is not bundled anymore, remove it from php.ini Bug: https://bugs.php.net/61424 (Open) 8 dll error messages during start of

[PHP-CVS] com php-src: - update NEWS: NEWS

2012-03-20 Thread Pierre Joye
Commit:fda25d97ffa4e623b824aa70f0ba98e9eba88ef7 Author:Pierre Joye Wed, 21 Mar 2012 07:06:07 +0100 Parents: baeaafd3951451c7dadf949c7677e90141c1e17a Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=fda25d97ffa4e623b824aa70f0ba98e9eba88ef7 Log

[PHP-CVS] com php-src: - test commit for log mail: NEWS

2012-03-20 Thread Pierre Joye
Commit:d11f4eddcc0910c732fa7cc60894ac07e89771ba Author:Pierre Joye Wed, 21 Mar 2012 07:34:46 +0100 Parents: 2288e0eed1f7d13d0dd79714215184bd075416b9 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=d11f4eddcc0910c732fa7cc60894ac07e89771ba Log

[PHP-CVS] com php-src: - merge fix bug #54374, bug #55500 - filter file names better, no dangling [s, svn revision 321664: main/rfc1867.c

2012-03-20 Thread Pierre Joye
Commit:95dcd799fb6fdccbc60d3bba3cd759f6b421ee69 Author:Pierre Joye Wed, 21 Mar 2012 06:58:55 +0100 Parents: cb4e82a1cc16457da224dd045842583c69bfa00e Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=95dcd799fb6fdccbc60d3bba3cd759f6b421ee69 Log

[PHP-CVS] com php-src: - add test for bug #55000 and #54374: tests/basic/bug55500.phpt

2012-03-20 Thread Pierre Joye
Commit:baeaafd3951451c7dadf949c7677e90141c1e17a Author:Pierre Joye Wed, 21 Mar 2012 07:00:22 +0100 Parents: 95dcd799fb6fdccbc60d3bba3cd759f6b421ee69 Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=baeaafd3951451c7dadf949c7677e90141c1e17a Log

[PHP-CVS] com php-src: - revert test commit: NEWS

2012-03-21 Thread Pierre Joye
Commit:363a3218e24e89fbf5ae70948dd5368b519a5573 Author:Pierre Joye Wed, 21 Mar 2012 08:30:33 +0100 Parents: d11f4eddcc0910c732fa7cc60894ac07e89771ba Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=363a3218e24e89fbf5ae70948dd5368b519a5573 Log

[PHP-CVS] com php-src: - fix test for 5.11: ext/fileinfo/tests/finfo_file_basic.phpt

2012-03-27 Thread Pierre Joye
Commit:d0e3289d126739ddfd72409e6ff40e7f98c14f2b Author:Pierre Joye Tue, 27 Mar 2012 14:01:38 +0200 Parents: 12cf930a403d0bbee0c40a5e93554cafd6b0895e Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fix bug #61504, potential vuln. in fileinfo. update to 5.11: ext/fileinfo/data_file.c ext/fileinfo/libmagic.patch ext/fileinfo/libmagic/apprentice.c ext/fileinfo/libmagic/apptyp

2012-03-27 Thread Pierre Joye
Commit:12cf930a403d0bbee0c40a5e93554cafd6b0895e Author:Pierre Joye Tue, 27 Mar 2012 13:34:46 +0200 Parents: bc313f5e804c0d01aafd016b0704d7ea7681e05e Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/fileinfo/libmagic/print.c

2012-03-27 Thread Pierre Joye
Commit:a8174653e33479c850342cd9f9b5e7898f52ad8d Author:Pierre Joye Tue, 27 Mar 2012 14:02:07 +0200 Parents: 50bdc486855f450e733bc529ac0ce4f5f52ce405 d0e3289d126739ddfd72409e6ff40e7f98c14f2b Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff

[PHP-CVS] com php-src: Merge branch 'PHP-5.4': ext/fileinfo/libmagic/print.c

2012-03-27 Thread Pierre Joye
Commit:63e58b6f3f46166b3dd826130e69c0569d787233 Author:Pierre Joye Tue, 27 Mar 2012 14:02:35 +0200 Parents: cfb2df5fb7b833b7a1c55e31ee22c8c9d542bb29 a8174653e33479c850342cd9f9b5e7898f52ad8d Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-03-27 Thread Pierre Joye
pajoye Tue, 27 Mar 2012 15:48:52 + Revision: http://svn.php.net/viewvc?view=revision&revision=324581 Log: - update Alexey's karma Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] com php-src: - fix bug #61504, fix build errors on windows and possibly other: Zend/zend_language_scanner.c Zend/zend_language_scanner_defs.h ext/fileinfo/libmagic/magic.c

2012-03-27 Thread Pierre Joye
Commit:74ee335e3aea8c48380334098b8d20eb54d6c6be Author:Pierre Joye Wed, 28 Mar 2012 01:59:41 +0200 Parents: c8ced8c0a33921abc974d2b6ec4f0756104bf715 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=74ee335e3aea8c48380334098b8d20eb54d6c6be Log

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-03-30 Thread Pierre Joye
pajoye Fri, 30 Mar 2012 10:55:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=324629 Log: - karma for Mariusz & other firebird/interbase devs Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] com php-src: - update to openssl 0.9.8u: win32/build/libs_version.txt

2012-04-02 Thread Pierre Joye
Commit:45416cbe5647241a30252146fd248c18fa16c220 Author:Pierre Joye Mon, 2 Apr 2012 12:59:03 +0200 Parents: cecc37b46781c8bd34f01736f2bd3f2e5bc2b66f Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=45416cbe5647241a30252146fd248c18fa16c220 Log

[PHP-CVS] com php-src: - update to openssl 0.9.8u: win32/build/libs_version.txt

2012-04-02 Thread Pierre Joye
Commit:55a6f3a12d069cc69f02a31dd45b99c6ac2e43c6 Author:Pierre Joye Mon, 2 Apr 2012 12:59:03 +0200 Parents: 0e53ac49e60b4a58a918aa311bbca405e9185fcf Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=55a6f3a12d069cc69f02a31dd45b99c6ac2e43c6 Log

[PHP-CVS] com php-src: - update to openssl 0.9.8u: win32/build/libs_version.txt

2012-04-02 Thread Pierre Joye
Commit:69e0e034577dedcb549c4fb5bd304f1a14d842d2 Author:Pierre Joye Mon, 2 Apr 2012 12:59:03 +0200 Parents: 6c6bec576027c081b4f953c54a9dcbaee701b43f Branches: PHP-5.4 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=69e0e034577dedcb549c4fb5bd304f1a14d842d2 Log

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-04-05 Thread Pierre Joye
pajoye Thu, 05 Apr 2012 12:27:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=324852 Log: - update steve karma Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ===

Re: [PHP-CVS] com php-src: Fix bug #61660: bin2hex(hex2bin($data)) != $data: NEWS ext/standard/string.c ext/standard/tests/strings/bug61660.phpt

2012-04-08 Thread Pierre Joye
hi! UPGRADING note too please :) Cheers, On Sun, Apr 8, 2012 at 10:36 PM, Nikita Popov wrote: > Commit:    7ae93a2c4c8a51cc2aec9977ce3c83c100e382a0 > Author:    Nikita Popov         Sun, 8 Apr 2012 22:36:50 +0200 > Parents:   f7d407678570f8e4063b70bd30f3fc19c10442ea > Branches:  PHP-5.4 master

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-04-25 Thread Pierre Joye
pajoye Wed, 25 Apr 2012 08:04:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=325441 Log: - wincache karma for Eric Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ==

Re: [PHP-CVS] com php-src: Merge branch 'PHP-5.4': Zend/zend_language_scanner.l

2012-04-29 Thread Pierre Joye
hi, Please use VK_ESCAPE instead. Thanks! On Mon, Apr 30, 2012 at 12:36 AM, Felipe Pena wrote: > Commit:    bbe9eec9a2c385f096f4200e0f70d0aea88117b8 > Author:    Felipe Pena         Sun, 29 Apr 2012 > 19:36:10 -0300 > Parents:   7fa45a9399922f324a4fe7e4af8d6f40b0592172 > cc5b995c78038b92317b

Re: [PHP-CVS] com php-src: Bug 61504 updated libmagic.patch: ext/fileinfo/libmagic.patch

2012-05-05 Thread Pierre Joye
hi, On Sat, May 5, 2012 at 12:10 AM, Sean Coates wrote: > In my opinion, it is too late to revert the new behaviour. Agreed. > I currently have this in my codebase: > >        if (version_compare(PHP_VERSION, '5.3.11') >= 0) { >                $magicfile = 'magic_php-gte-5_3_11.mgc'; >        

Re: [PHP-CVS] com php-src: add NEWS: NEWS

2012-06-08 Thread Pierre Joye
hi! Please add the CVE # too. Thanks! On Fri, Jun 8, 2012 at 8:11 AM, Stanislav Malyshev wrote: > Commit:    0e3a650e748b2bf79147d76a4739e17f3817c10c > Author:    Stanislav Malyshev         Thu, 7 Jun 2012 23:11:28 > -0700 > Parents:   10e8da1738dc5331c595524837e69fd17ad9236a > Branches:  PHP-

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-06-11 Thread Pierre Joye
pajoye Mon, 11 Jun 2012 20:31:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=326106 Log: - Casper karma for ssh2 Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

Re: [PHP-CVS] com php-src: Merge branch '5.4': ext/openssl/openssl.c

2012-06-12 Thread Pierre Joye
hi, This is a new feature, what does it do in 5.4? Also it was clearly not tested (did not build with < 1.0.0 f.e.). I am totally not in favour of having that in 5.4 yet, even if it looks non intrusive. The overall stability and reliability is a key, not only specific functions. Cheers, On Tue,

Re: [PHP-CVS] com php-src: Merge branch '5.4': ext/openssl/openssl.c

2012-06-12 Thread Pierre Joye
On Tue, Jun 12, 2012 at 4:50 PM, Scott MacVicar wrote: > I checked with Stas and he said ok for 5.4. Make it public next time. RFC says no new feature but very very small ones. RMs apply this rule. -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing List

Re: [PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/json/json.c ext/json/tests/bug43941.phpt ext/json/tests/bug53946.phpt ext/json/tests/bug61978.phpt main/php_version.h

2012-06-27 Thread Pierre Joye
hi Nikita, There is no consensus on that change, pls revert that merge. It could be in master in the meantime but I would not apply it there as well. Cheers, On Wed, Jun 27, 2012 at 12:28 PM, Nikita Popov wrote: > Commit:    d372b33c9b941be9a795bf3705bd22dc5f6092c3 > Author:    Nikita Popov  

Re: [PHP-CVS] com php-src: Merge branch 'PHP-5.4': ext/curl/interface.c

2012-07-08 Thread Pierre Joye
Hi Laruence! Thanks for the quick fix! Can you add a test too please? Thanks! On Mon, Jul 9, 2012 at 2:46 AM, Xinchen Hui wrote: > Commit:    0e97cdf86b8db73c5d80e5eaeb7efc99ae6383de > Author:    Xinchen Hui         Mon, 9 Jul 2012 08:46:38 > +0800 > Parents:   e6d9cd983b3503d38389d0c67267c

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-07-17 Thread Pierre Joye
pajoye Tue, 17 Jul 2012 08:43:48 + Revision: http://svn.php.net/viewvc?view=revision&revision=326661 Log: - web.qa karma for Laruence Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

Re: [PHP-CVS] com php-src: Add optional depth parameter to json_encode #62369: ext/json/json.c ext/json/php_json.h ext/json/tests/bug62369.phpt

2012-07-26 Thread Pierre Joye
hi! On Thu, Jul 26, 2012 at 9:16 AM, Stas Malyshev wrote: > Hi! > >> Commit:45d596ea1e32792c7b7b7f28be220dea861b6708 >> Author:Florian Anderiasch Tue, 24 Jul 2012 >> 13:15:16 +0200 >> Parents: dd9d64b21e4bbc8a106a6156dc6ffefbcc33ec02 >> Branches: master >> >> Link: >>

Re: [PHP-CVS] com php-src: Implemented 'finally' keywords for php: NEWS UPGRADING Zend/tests/catch_finally_001.phpt Zend/tests/catch_finally_002.phpt Zend/tests/catch_finally_003.phpt Zend/tests/catch

2012-08-13 Thread Pierre Joye
hi Laruence! Blame me for not having tested your patch before, but it sadly breaks the build, see: http://pastie.org/4466921 Thanks for your work! Cheers, On Mon, Aug 13, 2012 at 3:48 PM, Xinchen Hui wrote: > Commit:80d5ae3cea4c6fdd85789edfde0e2da721a0741b > Author:Xinchen Hui

Re: [PHP-CVS] com php-src: Require ICU >= 4.0 in configure: acinclude.m4

2012-08-28 Thread Pierre Joye
hi! On Sun, Aug 26, 2012 at 7:28 PM, Gustavo André dos Santos Lopes wrote: > Commit:8831b000cab7103e25fc2acf224d0009ef0646d4 > Author:Gustavo Lopes Sat, 25 Aug 2012 > 19:00:34 +0200 > Parents: 48f40969179d3db8dade1e64a273a26b8aa2e2a1 > Branches: master > > Link: > http

Re: [PHP-CVS] com php-src: Fixed bug #62907 (Double free when use traits): NEWS Zend/tests/bug62907.phpt Zend/zend_compile.c Zend/zend_compile.h Zend/zend_opcode.c

2012-09-05 Thread Pierre Joye
hi Dmitry, This fix breaks TS builds. ZEND_API void destroy_zend_class(zend_class_entry **pce) does not have a TSRM context and doing a fetch here will be horribly slow. Can you use something else than hash_apply instead? Cheers, On Wed, Sep 5, 2012 at 7:58 AM, Dmitry Stogov wrote: > Commit:

[PHP-CVS] com php-src: - fix build, declarations must be 1st in a contextgit checkout -f master: Zend/zend_generators.c

2012-09-05 Thread Pierre Joye
Commit:4a7d1b4ed8987188c3a628601ad9a027bf88b7eb Author:Pierre Joye Wed, 5 Sep 2012 12:53:29 +0200 Parents: bceec038c833d830a3f37d4eb14a778104eb2766 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=4a7d1b4ed8987188c3a628601ad9a027bf88b7eb Log

[PHP-CVS] com php-src: Merge branch 'PHP-5.4': Zend/zend_opcode.c

2012-09-05 Thread Pierre Joye
Commit:2b7bddd82a7d139f7389abb36ab0189ab5831570 Author:Pierre Joye Wed, 5 Sep 2012 13:00:41 +0200 Parents: 4a7d1b4ed8987188c3a628601ad9a027bf88b7eb 954e7a3b3ca115b619b1b326ae4ae31a7cf196db Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: - fix build, there was no tsrm context there, doing a fetch but this is horribly slow, this fix needs improvement (or simply add a TSRM context in the signature in master: Zend/

2012-09-05 Thread Pierre Joye
Commit:954e7a3b3ca115b619b1b326ae4ae31a7cf196db Author:Pierre Joye Wed, 5 Sep 2012 13:00:04 +0200 Parents: 6c0508f8d5d5a62adb37a76bc682c94540199ee3 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=954e7a3b3ca115b619b1b326ae4ae31a7cf196db

Re: [PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/date/lib/parse_date.c ext/date/lib/parse_iso_intervals.c ext/dba/libflatfile/flatfile.c ext/dba/libinifile/inifile.c ext/standard/ur

2012-09-05 Thread Pierre Joye
On Sep 5, 2012 5:12 PM, "Xinchen Hui" wrote: > > > - | PHP Version 5 | > + | PHP Version 6 | Pls restore the right version here :)

[PHP-CVS] com php-src: Merge branch 'PHP-5.4': win32/build/config.w32

2012-09-08 Thread Pierre Joye
Commit:80a2f2f68ecc381da9143cbfc49db68c3c701ee8 Author:unknown Sat, 8 Sep 2012 18:48:32 +0200 Parents: d4d82aac390f1222a8a89cc80ccf64ef421ad163 cea7f09043f2bb51eb946a4610f535e5827afd26 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=80a2f2f68ecc3

[PHP-CVS] com php-src: -enable VC11 (vc2012): win32/build/config.w32 win32/build/confutils.js

2012-09-08 Thread Pierre Joye
Commit:dabe89c6f36a03117e1614546dd90de80b9e90d4 Author:unknown Sat, 8 Sep 2012 18:46:33 +0200 Parents: 60ad16e11f97fb58f736577c2cf9fef9f109b97a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=dabe89c6f36a03117e1614546dd90de80b9e90d4 Log: -enable

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: win32/build/config.w32 win32/build/confutils.js

2012-09-08 Thread Pierre Joye
Commit:cea7f09043f2bb51eb946a4610f535e5827afd26 Author:unknown Sat, 8 Sep 2012 18:47:32 +0200 Parents: cd34067aecdd98e513f20d804f8fb1d278c9729a dabe89c6f36a03117e1614546dd90de80b9e90d4 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=cea7f09043f2b

Re: [PHP-CVS] com karma: - Request automatic bug report closing when refering to bug as "Fix(ed)? (bug)? #NNN": hooks/commit-bugs.php

2012-09-08 Thread Pierre Joye
are you sure about that? I always (or very often) ask for feedback first :) On Sat, Sep 8, 2012 at 7:50 PM, Felipe Pena wrote: > Commit:8aae7e02344616d162d44aa6e8829a374f0ed3e4 > Author:Felipe Pena Sat, 8 Sep 2012 14:50:19 > -0300 > Parents: 3f9aeb02ef1bde0d2f3c25c3a297bb87296

Re: [PHP-CVS] com php-src: update news: NEWS

2012-09-18 Thread Pierre Joye
On Tue, Sep 18, 2012 at 12:58 AM, Stanislav Malyshev wrote: > + . Support building PHP with the native client toolchain. (Stuart Langley) What's that? The chronium one or something else? :) Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PHP CVS Mailing Li

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-09-25 Thread Pierre Joye
pajoye Tue, 25 Sep 2012 10:11:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=32 Log: - karma for Joe, pecl's pthreads ext Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail ===

Re: [PHP-CVS] com php-src: Merge branch 'fuckgit' into PHP-5.4: sapi/fpm/config.m4

2012-09-27 Thread Pierre Joye
hi Jérôme, Could you please keep msg log sane? Thanks, On Fri, Sep 28, 2012 at 1:19 AM, Jérôme Loyet wrote: > Commit:be043ab6d00e9747727aefcb0dde12a40ddb4e8d > Author:Jerome Loyet Fri, 28 Sep 2012 01:19:01 +0200 > Parents: b2f4e686f0947217ee70953ecbafa84f173770c2 > 72f345716

Re: [PHP-CVS] com php-src: Merge the fix for #61964 to 5.3, which will fix #63304: ext/fileinfo/libmagic/apprentice.c ext/fileinfo/tests/bug61964.phpt

2012-10-18 Thread Pierre Joye
hi! Please update the patch file as well, so the fix won't be forgotten on update Thanks for your work! On Thu, Oct 18, 2012 at 5:29 PM, Xinchen Hui wrote: > Commit:0d7965f0a32dc967a1665d274cdc0e39d44c87bb > Author:Xinchen Hui Thu, 18 Oct 2012 23:29:33 > +0800 > Parents: db2

Re: [PHP-CVS] com php-src: Skip test if directory does not exist: tests/security/open_basedir_001.phpt

2012-11-15 Thread Pierre Joye
it would be much better to use the current directory or root tests directory for this kind of tests. Maybe adding a kind of constant we can expand in run-tests.php? On Thu, Nov 15, 2012 at 12:28 PM, Johannes Schlüter wrote: > Commit:7468fc0e374ad8cd8db482e6c228cdaae8aed075 > Author:Johann

[PHP-CVS] svn: /SVNROOT/ global_avail

2012-11-24 Thread Pierre Joye
pajoye Sat, 24 Nov 2012 13:03:24 + Revision: http://svn.php.net/viewvc?view=revision&revision=328487 Log: - give Remi php-src karma, Remi provided enough patches, tests and fixes already :) Changed paths: U SVNROOT/global_avail Modified: SVNROOT/glob

Re: [PHP-CVS] com php-src: Two tests deactivated until #63688 was fixed: tests/lang/034.phpt tests/lang/bug30638.phpt

2012-12-05 Thread Pierre Joye
On Wed, Dec 5, 2012 at 10:25 AM, Stas Malyshev wrote: > Why removing tests and not putting them as XFAIL? There is no platfrom specific XFAIL. I asked if we could add that to run-tests some time ago, that would be very handy. -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.o

Re: [PHP-CVS] com php-src: Two tests deactivated until #63688 was fixed: tests/lang/034.phpt tests/lang/bug30638.phpt

2012-12-05 Thread Pierre Joye
Again the change is win only. It does not affect other platforms at all. Also see stas reply, we should really do that :) On Dec 5, 2012 11:25 PM, "Christopher Jones" wrote:

Re: [PHP-CVS] com php-src: Fixed warning of no return in non-void funciton: Zend/zend_vm_def.h Zend/zend_vm_execute.h Zend/zend_vm_gen.php

2012-12-14 Thread Pierre Joye
On Fri, Dec 14, 2012 at 10:40 AM, Stas Malyshev wrote: > Hi! > >> Zend/zend_generators.c:734: warning: control reaches end of non-void function >> >> yes it's nothing difference , just make the compiler happy > > zend_error_noreturn already supposed to do that. Why it does not do it > in your case

Re: [PHP-CVS] com php-src: Add a timestamp to the mail log.: ext/standard/mail.c

2013-01-06 Thread Pierre Joye
Plesse always put the declaration on top of the current context, l in thus case. On Jan 6, 2013 3:14 PM, "Lars Strojny" wrote: > Commit:4a3bf25e3ffa71d8d65df686c27903d7c9fafee6 > Author:Martin Jansen Mon, 24 Dec 2012 > 11:11:28 +0100 > Committer: Lars Strojny Sun, 6 Jan 201

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: ext/standard/proc_open.c

2013-01-07 Thread Pierre Joye
Commit:a71e91626a3a72d360c285d0c78a16dbac6a0840 Author:Pierre Joye Mon, 7 Jan 2013 13:04:04 +0100 Parents: 954e7a3b3ca115b619b1b326ae4ae31a7cf196db c0fae054c92cf73e5f7a7c32d624e43afabfd8e0 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/standard/proc_open.c

2013-01-07 Thread Pierre Joye
Commit:f4142a92b2ecfa0fdf89ec83bb41c2a46b299973 Author:Pierre Joye Mon, 7 Jan 2013 13:04:29 +0100 Parents: 8a481c711a1c899971494d88086701ca783c6795 a71e91626a3a72d360c285d0c78a16dbac6a0840 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: - fix the fix for bug #50524: ext/standard/proc_open.c

2013-01-07 Thread Pierre Joye
Commit:c0fae054c92cf73e5f7a7c32d624e43afabfd8e0 Author:Pierre Joye Mon, 7 Jan 2013 13:03:12 +0100 Parents: 485c09a3765b900aea182ddd2dded2286fb0749a Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=c0fae054c92cf73e5f7a7c32d624e43afabfd8e0

[PHP-CVS] com php-src: - fix bug #47358, glob returns error, should be empty array(): ext/standard/dir.c

2013-01-08 Thread Pierre Joye
Commit:2fb7cd30c59345838588ba89ad8b05cc4c34d6dd Author:Pierre Joye Tue, 8 Jan 2013 15:06:58 +0100 Parents: a71e91626a3a72d360c285d0c78a16dbac6a0840 50ceeb9f750cecedc483ffc3d3e65a3324e21866 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: - NEWS entry for #50524: NEWS

2013-01-08 Thread Pierre Joye
Commit:bcb3ad043aa36d56945960bf985a673f938711de Author:Pierre Joye Mon, 7 Jan 2013 13:09:20 +0100 Parents: c0fae054c92cf73e5f7a7c32d624e43afabfd8e0 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bcb3ad043aa36d56945960bf985a673f938711de Log

[PHP-CVS] com php-src: - fix bug #47358, glob returns error, should be empty array(): ext/standard/dir.c

2013-01-08 Thread Pierre Joye
Commit:50ceeb9f750cecedc483ffc3d3e65a3324e21866 Author:Pierre Joye Tue, 8 Jan 2013 15:02:04 +0100 Parents: bcb3ad043aa36d56945960bf985a673f938711de Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=50ceeb9f750cecedc483ffc3d3e65a3324e21866 Log

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/standard/dir.c

2013-01-08 Thread Pierre Joye
Commit:10a2c0d574be62be1f0224d23909e27e74c87445 Author:Pierre Joye Tue, 8 Jan 2013 15:13:40 +0100 Parents: f4142a92b2ecfa0fdf89ec83bb41c2a46b299973 2fb7cd30c59345838588ba89ad8b05cc4c34d6dd Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: - Fixed ZTS build: Zend/zend_compile.c

2013-01-19 Thread Pierre Joye
Lars, It would be nice if you do more tests before committing, that is: - ZTS and NTS modes - -std=c89 with gcc (so the declaration not being done on top of a context will error out as well) Thanks for your work! On Sat, Jan 19, 2013 at 1:16 AM, Lars Strojny wrote: > Thanks for fixing! > > Am

Re: [PHP-CVS] com php-src: Implemented Feature #60524 (sys_temp_dir): main/main.c main/php_globals.h main/php_open_temporary_file.c php.ini-development php.ini-production tests/basic/req60524.phpt

2013-01-29 Thread Pierre Joye
hi Stas! php-5.5, build ts-windows-vc9-x86: php_open_temporary_file.c, 201, error, C2065, 'tsrm_ls' : undeclared identifier, main On Tue, Jan 29, 2013 at 7:37 AM, Stanislav Malyshev wrote: > Commit:475a644bd84c071da04b4272b829a187a2c6d282 > Author:ALeX Kazik Fri, 18 Jan 2013 17

[PHP-CVS] com php-src: - fix name for imageflip constants, consistent witht the other: ext/gd/gd.c

2013-02-27 Thread Pierre Joye
Commit:74983a45cc3be6f9697843d9dfb7913021c2519b Author:Pierre Joye Wed, 27 Feb 2013 20:23:31 +0100 Parents: 03d0bf633d26644f6105e1f75f86dd352e80ce0f Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=74983a45cc3be6f9697843d9dfb7913021c2519b Log

[PHP-CVS] com php-src: - add test: ext/gd/tests/imageflip.phpt

2013-02-27 Thread Pierre Joye
Commit:03d0bf633d26644f6105e1f75f86dd352e80ce0f Author:Pierre Joye Wed, 27 Feb 2013 20:22:45 +0100 Parents: 34adce6c47f817fb13df5be56cd0d29e42389e69 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=03d0bf633d26644f6105e1f75f86dd352e80ce0f Log

[PHP-CVS] com php-src: - add constants for imageflip: ext/gd/gd.c

2013-02-27 Thread Pierre Joye
Commit:34adce6c47f817fb13df5be56cd0d29e42389e69 Author:Pierre Joye Wed, 27 Feb 2013 20:08:26 +0100 Parents: efffdb4d7f7f9ace99bcd935c528c60c57c577a6 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=34adce6c47f817fb13df5be56cd0d29e42389e69 Log

[PHP-CVS] com php-src: - add only once: ext/gd/config.w32

2013-02-27 Thread Pierre Joye
Commit:efffdb4d7f7f9ace99bcd935c528c60c57c577a6 Author:Pierre Joye Wed, 27 Feb 2013 16:03:17 +0100 Parents: 98e43de7c59420240dc8ff12c9c1d80730ccb87a Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=efffdb4d7f7f9ace99bcd935c528c60c57c577a6 Log

[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gd/config.w32

2013-02-27 Thread Pierre Joye
Commit:6192dbaa7e4b79cd8bbd9b88167a7058bd8fcfa1 Author:Pierre Joye Wed, 27 Feb 2013 16:03:27 +0100 Parents: 6ab9f906da13ac84bf3a62aeb65f099ed28eb946 efffdb4d7f7f9ace99bcd935c528c60c57c577a6 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: - fix conflict on merge: ext/gd/config.w32

2013-02-27 Thread Pierre Joye
Commit:6ab9f906da13ac84bf3a62aeb65f099ed28eb946 Author:Pierre Joye Wed, 27 Feb 2013 16:00:11 +0100 Parents: c4ef791958a45c1a2623369b5daf143014812ed5 fa940a60dec4ac1609b2696607783cf5b68e4b07 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: - add new file for m4 as well: ext/gd/config.m4

2013-02-27 Thread Pierre Joye
Commit:98e43de7c59420240dc8ff12c9c1d80730ccb87a Author:Pierre Joye Wed, 27 Feb 2013 16:02:54 +0100 Parents: fa940a60dec4ac1609b2696607783cf5b68e4b07 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=98e43de7c59420240dc8ff12c9c1d80730ccb87a Log

[PHP-CVS] com php-src: - add image flip API support: ext/gd/php_gd.h

2013-02-27 Thread Pierre Joye
Commit:e6414140e64b5dd3fc356149e5cf6e024be18313 Author:Pierre Joye Wed, 27 Feb 2013 10:39:16 +0100 Parents: af5bf879aa2900f22bb63199858f66bfc38b88e4 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e6414140e64b5dd3fc356149e5cf6e024be18313 Log

[PHP-CVS] com php-src: - add image flip API support: ext/gd/gd.c

2013-02-27 Thread Pierre Joye
Commit:fa940a60dec4ac1609b2696607783cf5b68e4b07 Author:Pierre Joye Wed, 27 Feb 2013 10:39:25 +0100 Parents: e6414140e64b5dd3fc356149e5cf6e024be18313 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=fa940a60dec4ac1609b2696607783cf5b68e4b07 Log

[PHP-CVS] com php-src: - add image flip API support: ext/gd/libgd/gd.h

2013-02-27 Thread Pierre Joye
Commit:af5bf879aa2900f22bb63199858f66bfc38b88e4 Author:Pierre Joye Wed, 27 Feb 2013 10:39:09 +0100 Parents: e26ea9df42aecb2ae3ca5399acd3829e91c6b4e7 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=af5bf879aa2900f22bb63199858f66bfc38b88e4 Log

[PHP-CVS] com php-src: - add image flip API support: UPGRADING

2013-02-27 Thread Pierre Joye
Commit:e26ea9df42aecb2ae3ca5399acd3829e91c6b4e7 Author:Pierre Joye Wed, 27 Feb 2013 10:38:55 +0100 Parents: 6a3623e1990c92175276b45821a8ddb06d592558 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=e26ea9df42aecb2ae3ca5399acd3829e91c6b4e7 Log

[PHP-CVS] com php-src: - add image flip API support: ext/gd/config.w32

2013-02-27 Thread Pierre Joye
Commit:6a3623e1990c92175276b45821a8ddb06d592558 Author:Pierre Joye Wed, 27 Feb 2013 10:38:33 +0100 Parents: 246de922e616a1843b779d312408ec288adc6fbe Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6a3623e1990c92175276b45821a8ddb06d592558 Log

[PHP-CVS] com php-src: - add image flip API support: ext/gd/libgd/gd_transform.c

2013-02-27 Thread Pierre Joye
Commit:246de922e616a1843b779d312408ec288adc6fbe Author:Pierre Joye Wed, 27 Feb 2013 10:37:48 +0100 Parents: 0d65a85cc0b1c789ad70e32c97a2a82064d80a9f Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=246de922e616a1843b779d312408ec288adc6fbe Log

[PHP-CVS] com php-src: - typo: ext/gd/gd.c ext/gd/tests/imageflip.phpt

2013-02-27 Thread Pierre Joye
Commit:82765a07800fe39f662bb45fd18199d007e0dc23 Author:Pierre Joye Wed, 27 Feb 2013 21:02:47 +0100 Parents: 74983a45cc3be6f9697843d9dfb7913021c2519b Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=82765a07800fe39f662bb45fd18199d007e0dc23 Log

[PHP-CVS] com php-src: - add noisy php logo for autocrop with threshold test: ext/gd/tests/logo_noise.png

2013-03-04 Thread Pierre Joye
Commit:5001f40e822aa83cdc9d92697c79413562cc184e Author:Pierre Joye Mon, 4 Mar 2013 12:05:59 +0100 Parents: 2024ff3b61956f05929f2b87fa259b485cdf0810 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5001f40e822aa83cdc9d92697c79413562cc184e Log

[PHP-CVS] com php-src: Merge branch 'PHP-5.5': UPGRADING ext/gd/config.w32

2013-03-04 Thread Pierre Joye
Commit:3e0e64f2082bff83348e3f40e0b3d4d1cdc5922a Author:Pierre Joye Mon, 4 Mar 2013 12:03:01 +0100 Parents: 02a15898b263c5dcfb7ca663ab7f3b33deb7a8e1 2024ff3b61956f05929f2b87fa259b485cdf0810 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: - add test for imagecropauto: UPGRADING ext/gd/tests/imagecrop_auto.phpt

2013-03-04 Thread Pierre Joye
Commit:2024ff3b61956f05929f2b87fa259b485cdf0810 Author:Pierre Joye Mon, 4 Mar 2013 07:26:07 +0100 Parents: 0a55c4b1dd84382c7d53c460462b78e8ac9c7d8b Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=2024ff3b61956f05929f2b87fa259b485cdf0810 Log

[PHP-CVS] com php-src: - (s)rgb distance works way better for now, re enable threshold: ext/gd/gd.c ext/gd/libgd/gd_crop.c

2013-03-04 Thread Pierre Joye
Commit:0a55c4b1dd84382c7d53c460462b78e8ac9c7d8b Author:Pierre Joye Sun, 3 Mar 2013 05:30:12 +0100 Parents: 7698bc5735d188964cb98e6b6387c4cca26fcb0e Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0a55c4b1dd84382c7d53c460462b78e8ac9c7d8b Log

[PHP-CVS] com php-src: - disable threshold for now, will enable it again using CIEDE2000: UPGRADING ext/gd/gd.c ext/gd/php_gd.h

2013-03-04 Thread Pierre Joye
Commit:7698bc5735d188964cb98e6b6387c4cca26fcb0e Author:Pierre Joye Fri, 1 Mar 2013 08:10:49 +0100 Parents: 22aeb976e0a42c82cec594e8ca7b38846758c9b7 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7698bc5735d188964cb98e6b6387c4cca26fcb0e Log

[PHP-CVS] com php-src: - clean and enable threshold: ext/gd/gd.c ext/gd/libgd/gd.h ext/gd/libgd/gd_crop.c

2013-03-04 Thread Pierre Joye
Commit:0c32a18d4c9995fe101484eef46e292a51543b68 Author:Pierre Joye Thu, 28 Feb 2013 19:22:06 +0100 Parents: a991360344ed5bca7c20f74a10891d0fc52f0c9f Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0c32a18d4c9995fe101484eef46e292a51543b68 Log

[PHP-CVS] com php-src: - add todo for threshold: ext/gd/libgd/gd_crop.c

2013-03-04 Thread Pierre Joye
Commit:22aeb976e0a42c82cec594e8ca7b38846758c9b7 Author:Pierre Joye Thu, 28 Feb 2013 19:34:14 +0100 Parents: 0c32a18d4c9995fe101484eef46e292a51543b68 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=22aeb976e0a42c82cec594e8ca7b38846758c9b7 Log

[PHP-CVS] com php-src: - add image crop support: ext/gd/config.m4 ext/gd/config.w32 ext/gd/gd.c ext/gd/gdcache.c ext/gd/libgd/gd.h ext/gd/libgd/gd_crop.c ext/gd/libgd/gd_png.c ext/gd/php_gd.h

2013-03-04 Thread Pierre Joye
Commit:a991360344ed5bca7c20f74a10891d0fc52f0c9f Author:Pierre Joye Thu, 28 Feb 2013 17:24:23 +0100 Parents: 82765a07800fe39f662bb45fd18199d007e0dc23 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a991360344ed5bca7c20f74a10891d0fc52f0c9f Log

[PHP-CVS] com php-src: - damned conflicts: UPGRADING

2013-03-04 Thread Pierre Joye
Commit:33a8e387f58ba955e78e79c4b865dd989213443e Author:Pierre Joye Mon, 4 Mar 2013 12:11:20 +0100 Parents: a29ae8c8f76f6c96bad2cff1007bc037d0307dd3 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=33a8e387f58ba955e78e79c4b865dd989213443e Log

[PHP-CVS] com php-src: - fix path: ext/gd/tests/imagecrop_auto.phpt

2013-03-04 Thread Pierre Joye
Commit:0404c38615b54f6ea58ebd16f104da03f1202324 Author:Pierre Joye Mon, 4 Mar 2013 14:14:09 +0100 Parents: e9a2642c8913736be422938b555fd37d2f6ce5ef Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=0404c38615b54f6ea58ebd16f104da03f1202324

Re: [PHP-CVS] com php-src: Avoid trailing line break: ext/opcache/zend_accelerator_module.c

2013-03-18 Thread Pierre Joye
hi Dmitry, On Mon, Mar 18, 2013 at 2:40 PM, Dmitry Stogov wrote: > Hi Andrey, > > I don't think it makes a lot of sense to make it in only this particular > place. > We use "int" in thousands other places (near everywhere across PHP sources). Well it makes sense and as this code is new, why not

  1   2   3   4   5   6   7   8   9   10   >