[PHP-CVS] com php-src: make libvpx optional: ext/gd/config.w32

2013-02-06 Thread Anatoliy Belsky
Commit:215da6057f5fe1545805fb5ab9299b78d3a3b259 Author:Anatoliy Belsky Wed, 6 Feb 2013 16:22:27 +0100 Parents: 02ae4522f5fba7564fe5529950862dc0da1af5d7 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.5': ext/gd/config.w32

2013-02-06 Thread Anatoliy Belsky
Commit:2249881c0dd769321757a91f026cf12114eb4b06 Author:Anatoliy Belsky Wed, 6 Feb 2013 16:23:16 +0100 Parents: 9f7b121da318c8f9a10b577316fee6da190ae4d5 215da6057f5fe1545805fb5ab9299b78d3a3b259 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fix enchant compilation under vc11: ext/enchant/enchant.c

2013-02-01 Thread Anatoliy Belsky
Commit:ac18c318dc4af08074a56cf706678a2457495944 Author:Anatoliy Belsky Fri, 1 Feb 2013 12:43:26 +0100 Parents: 9c821ec7a1003f5f7988114e8724657dbe026e7d Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: allow for libpng 1.5.x: ext/gd/config.w32

2013-01-28 Thread Anatoliy Belsky
Commit:263a220997df05f2d96c4fd200354a239af4626c Author:Anatoliy Belsky Mon, 28 Jan 2013 13:23:31 +0100 Parents: 184db665ebdb6a2717d15e956391f6d88e1d05c6 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/string.c

2013-01-15 Thread Anatoliy Belsky
Commit:18e160411e364ee02eff12e8ab516be9911be393 Author:Anatoliy Belsky Tue, 15 Jan 2013 22:39:49 +0100 Parents: dba22c08640b02e68bfea68440246fec1fb7459d 9498cf6194496a1dd6b400e3e9a85ff005dc3dcd Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: fixed build: ext/standard/string.c

2013-01-15 Thread Anatoliy Belsky
Commit:9498cf6194496a1dd6b400e3e9a85ff005dc3dcd Author:Anatoliy Belsky Tue, 15 Jan 2013 22:36:29 +0100 Parents: 4c38003dbdbb5b66c9d61db4cfd3248d15c93729 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: fix windows build: ext/standard/mail.c

2013-01-06 Thread Anatoliy Belsky
Hi Lars, the issue was only 5.5 and master, 5.4 is fine. Everything is merged so no worries. Cheers Anatoliy On Sun, 2013-01-06 at 19:41 +0100, Lars Strojny wrote: > Thanks for fixing. Could you merge to 5.5 as well? If not, I could do as well. > -- PHP CVS Mailing List (http://www.php.ne

[PHP-CVS] com php-src: fix windows build: ext/standard/mail.c

2013-01-06 Thread Anatoliy Belsky
Commit:8a481c711a1c899971494d88086701ca783c6795 Author:Anatoliy Belsky Sun, 6 Jan 2013 18:37:26 +0100 Parents: 98331c89a178add153f9f30484f59300499fc742 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=8a481c711a1c899971494d88086701ca783c6795 Log

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

2012-12-13 Thread Anatoliy Belsky
Commit:bef54e53653951bd28e0a2e5a40cfe139033dfd4 Author:Anatoliy Belsky Thu, 13 Dec 2012 15:05:35 +0100 Parents: d5c2da57560017c2b4f8951f600d8e6a839568ec 0d458ae89f7499da51636140c186970dbfdc06ae Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: Fixed mysqlnd compilation in debug mode on windows: ext/mysqlnd/mysqlnd_driver.c

2012-12-13 Thread Anatoliy Belsky
Commit:0d458ae89f7499da51636140c186970dbfdc06ae Author:Anatoliy Belsky Thu, 13 Dec 2012 15:01:01 +0100 Parents: 35f86d24d81b81e8c755e82d0b2e76d36f4a0201 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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 Anatoliy Belsky
That's a windows specific fail, the tests still pass on linux. XFAIL would mark that wrong on linux, that's why. Regards Anatoliy On Wed, 2012-12-05 at 01:25 -0800, Stas Malyshev wrote: > Hi! > > > Commit:94cbd6374adcb3e2ac15303dd47a212953f93e98 > > Author:

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

2012-12-05 Thread Anatoliy Belsky
Commit:94cbd6374adcb3e2ac15303dd47a212953f93e98 Author:Anatoliy Belsky Wed, 5 Dec 2012 09:55:49 +0100 Parents: 31ab57e052925305008c20e787f514c159d3469d Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Revert the previous test fix: ext/sockets/tests/socket_import_stream-4-win.phpt

2012-12-03 Thread Anatoliy Belsky
Commit:b8553d8494ce197b8a86c0a23f8a41e9feac653b Author:Anatoliy Belsky Mon, 3 Dec 2012 15:14:43 +0100 Parents: 89e547ce7f3dd96fe81bbe78a4ced5dbd53c9f58 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fix test with a slightly different warning in TS: ext/sockets/tests/socket_import_stream-4-win.phpt

2012-12-03 Thread Anatoliy Belsky
Commit:89e547ce7f3dd96fe81bbe78a4ced5dbd53c9f58 Author:Anatoliy Belsky Mon, 3 Dec 2012 10:41:17 +0100 Parents: 627eb9e3d99c75a4d0309c1321e91a3a7ec4571c Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2012-11-27 Thread Anatoliy Belsky
Commit:ca240f5b2259ea7d915e4b3182b0ee55d32572cb Author:Anatoliy Belsky Tue, 27 Nov 2012 16:59:27 +0100 Parents: f094723852b0ac8dbb2767a385bbe6653b4d444f Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows: NEWS ext/fileinfo/libmagic.patch ext/fileinfo/libmagic/apprentice.c ext/fileinfo/tests/finfo_fil

2012-11-27 Thread Anatoliy Belsky
Commit:e6b727d3b7eef06d8b7b6a4638a95e7a571d97b5 Author:Anatoliy Belsky Tue, 27 Nov 2012 16:33:58 +0100 Parents: eff12e56b63531ca70f2bc55bbb59366b65191e0 Branches: PHP-5.3 PHP-5.4 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.3' into PHP-5.4: NEWS ext/fileinfo/libmagic.patch ext/fileinfo/libmagic/apprentice.c ext/fileinfo/tests/finfo_open_error.phpt

2012-11-27 Thread Anatoliy Belsky
Commit:d88017e992d03dc6909b1a1c120668b90f52ae39 Author:Anatoliy Belsky Tue, 27 Nov 2012 16:45:25 +0100 Parents: e0ad33c24aa874dd31053829414f45a9d95ad46a e6b727d3b7eef06d8b7b6a4638a95e7a571d97b5 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: This test isn't supposed to pass on windows: ext/standard/tests/file/lstat_stat_variation22.phpt

2012-11-27 Thread Anatoliy Belsky
Commit:eff12e56b63531ca70f2bc55bbb59366b65191e0 Author:Anatoliy Belsky Tue, 27 Nov 2012 16:02:55 +0100 Parents: df3b9a1e0791803b1d9f9300d8f36dd981126bc7 Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Backported the fix for bug #63248 from 5.4+: NEWS ext/fileinfo/config.w32 ext/fileinfo/libmagic.patch ext/fileinfo/libmagic/apprentice.c

2012-11-23 Thread Anatoliy Belsky
Commit:8a84b1b5d9ccb78cff61f386a6a92737ac091ee2 Author:Anatoliy Belsky Fri, 23 Nov 2012 13:58:22 +0100 Parents: 17020240735ced7c68938cda1ba195be1625211f Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed test for bug #63297: ext/phar/tests/tar/phar_setsignaturealgo2.phpt

2012-11-22 Thread Anatoliy Belsky
Commit:17020240735ced7c68938cda1ba195be1625211f Author:Anatoliy Belsky Thu, 22 Nov 2012 19:01:09 +0100 Parents: cc315e79e17b7c2a64fbd0a138eaeab64530de9e Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed ext/intl/tests/timezone_createDefault_basic.phpt: ext/intl/tests/timezone_createDefault_basic.phpt

2012-11-15 Thread Anatoliy Belsky
Commit:36fadde72c577577bba88a31d1d399fcf3998a01 Author:Anatoliy Belsky Thu, 15 Nov 2012 14:31:55 +0100 Parents: eb943fbc934ac70ae5d632a2c48b65a1669e1c09 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt: ext/pdo_mysql/tests/pdo_mysql_class_constants.phpt

2012-11-14 Thread Anatoliy Belsky
Commit:f85ae48f4f06af3cf20e96e51cf7a86afcd3670f Author:Anatoliy Belsky Wed, 14 Nov 2012 21:18:16 +0100 Parents: 01f189419429bb84b298dd9630fa9a63b67fe041 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed test sapi/cli/tests/006.phpt: sapi/cli/tests/006.phpt

2012-11-14 Thread Anatoliy Belsky
Commit:3d82f16c7de1bf89d0e618f113e361fe13abe697 Author:Anatoliy Belsky Wed, 14 Nov 2012 16:20:59 +0100 Parents: f99befadbd7f9896558ec2c3640c8e028ac09b1f Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Updated NEWS: NEWS UPGRADING

2012-11-14 Thread Anatoliy Belsky
Jup, of course. But it's added to the windows section, not to the SAPIs one. So it should be fine. Regards Anatoliy On Wed, November 14, 2012 10:33, Johannes Schlüter wrote: > On Wed, 2012-11-14 at 09:02 +, Anatoliy Belsky wrote: > >> >> +- Apache 2.4 handler is sup

[PHP-CVS] com php-src: Updated NEWS: NEWS UPGRADING

2012-11-14 Thread Anatoliy Belsky
Commit:e73beb82dfec93e4e196604107355b21bb2f166e Author:Anatoliy Belsky Wed, 14 Nov 2012 10:15:42 +0100 Parents: 0cac06c0ebe5033199ce984d005173edd94e615b Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: UPdated NEWS: NEWS UPGRADING

2012-11-14 Thread Anatoliy Belsky
Commit:5a1d2fe415cbd21f2237629b956012565494f203 Author:Anatoliy Belsky Wed, 14 Nov 2012 10:06:46 +0100 Parents: 55a4da7f53820846f38a89b061193afa943a0954 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Updated NEWS: NEWS UPGRADING

2012-11-14 Thread Anatoliy Belsky
Commit:f5d8b638c7864150db3e7d39ecf3808850c82e0f Author:Anatoliy Belsky Wed, 14 Nov 2012 10:02:35 +0100 Parents: 019bdff3951f415e2d5c44933da30a4669c628e8 Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Enabled apache 2.4 handler build option: sapi/apache2handler/config.w32

2012-11-13 Thread Anatoliy Belsky
Commit:019bdff3951f415e2d5c44933da30a4669c628e8 Author:Pierre Joye Tue, 13 Nov 2012 19:34:00 +0100 Committer: Anatoliy Belsky Tue, 13 Nov 2012 19:34:00 +0100 Parents: 00ad4c0e6ad6431337037b817074a7853dc0d638 Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: sapi/apache2handler/config.w32

2012-11-13 Thread Anatoliy Belsky
Commit:117d2dd6882b906ecc92fffe0b627535a48cd0c6 Author:Anatoliy Belsky Tue, 13 Nov 2012 19:40:22 +0100 Parents: 4f36aeb1209d1521bcba912bdeb0d67a69df3af8 019bdff3951f415e2d5c44933da30a4669c628e8 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: Fixed sockets ext build on win: ext/sockets/multicast.c ext/sockets/sockets.c

2012-11-13 Thread Anatoliy Belsky
Commit:bc9f8030c7511b13ee151a7af15aaa5bd7ae42b5 Author:Anatoliy Belsky Tue, 13 Nov 2012 14:53:32 +0100 Parents: dae05b2973efb93b54b3f1a34b1d23a20c5943c3 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=bc9f8030c7511b13ee151a7af15aaa5bd7ae42b5

[PHP-CVS] com php-src: Fixed bug #63241 PHP fails to open Windows deduplicated files.: NEWS TSRM/tsrm_virtual_cwd.c

2012-10-31 Thread Anatoliy Belsky
Commit:a2e4404bc8155e6b6d9deefa22a172857d4b5e08 Author:Anatoliy Belsky Wed, 31 Oct 2012 22:41:03 +0100 Parents: a17559d4224eea0148ad67de9bb1cca22cbef7f6 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=a2e4404bc8155e6b6d9deefa22a172857d4b5e08

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: NEWS TSRM/tsrm_virtual_cwd.c

2012-10-31 Thread Anatoliy Belsky
Commit:24e4af0b8f8ca86e26a6e536c3827ae3f33bfebc Author:Anatoliy Belsky Wed, 31 Oct 2012 22:55:32 +0100 Parents: 965bd32fec803c4ca20157c621ee663dccfaeb29 a2e4404bc8155e6b6d9deefa22a172857d4b5e08 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: merged changes for bug #63297 from 5.3: NEWS ext/phar/util.c

2012-10-25 Thread Anatoliy Belsky
Commit:f962260081c4341c768533c5fb23c83c6ca9b1ed Author:Anatoliy Belsky Thu, 25 Oct 2012 09:40:21 +0200 Parents: 9a6d8e250aa8cd7502f20059ad7b686ac814fc9e Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fixed a typo in the error message: ext/phar/util.c

2012-10-25 Thread Anatoliy Belsky
Commit:6e23cfeba48cc10fe59d3dacfea90ccb1a2f1dd4 Author:Anatoliy Belsky Thu, 25 Oct 2012 09:26:44 +0200 Parents: a88379e03d806a1218926e9bf2c9bcd74c4124c7 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: Fixed bug #63297 Phar fails to write an openssl based signature: NEWS ext/phar/util.c

2012-10-24 Thread Anatoliy Belsky
Commit:a88379e03d806a1218926e9bf2c9bcd74c4124c7 Author:Anatoliy Belsky Wed, 24 Oct 2012 13:38:44 +0200 Parents: b48e163c35f3d56e151946317e982991199d597a 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: enabled libxpm for gd on windows: ext/gd/config.w32

2012-10-24 Thread Anatoliy Belsky
Commit:e3ac41830988ad0b5c8424ce85bac47c2a06b00f Author:Anatoliy Belsky Wed, 24 Oct 2012 10:36:52 +0200 Parents: 3b7ee4dced6f20a41ed29f35ef06e7293a670cdc Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: enabled libxpm for gd on windows: ext/gd/config.w32

2012-10-24 Thread Anatoliy Belsky
Commit:b48e163c35f3d56e151946317e982991199d597a Author:Anatoliy Belsky Wed, 24 Oct 2012 10:26:27 +0200 Parents: dbb72de6c75796803ed6ed103763a12eebc9e78e 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: updated NEWS: NEWS

2012-10-19 Thread Anatoliy Belsky
Commit:df82bf8a124145ec4defb132d423c15ac1c366e6 Author:Anatoliy Belsky Fri, 19 Oct 2012 10:02:37 +0200 Parents: 3f9cd82fa6652aaf3ae0581496ef61d5acc12c94 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=df82bf8a124145ec4defb132d423c15ac1c366e6

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

2012-10-19 Thread Anatoliy Belsky
Commit:cbb857f8b9c96178836bf584de42d45676922d5e Author:Anatoliy Belsky Fri, 19 Oct 2012 09:58:46 +0200 Parents: dfb1956f1a7f20d7dc3ff5c1ad70fcd2e9ca7804 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #63284 PCRE upgrade to 8.31: ext/pcre/config.w32 ext/pcre/config0.m4 ext/pcre/pcrelib/AUTHORS ext/pcre/pcrelib/ChangeLog ext/pcre/pcrelib/HACKING ext/pcre/pcrelib/LICE

2012-10-19 Thread Anatoliy Belsky
Commit:276c5de0d86abab52a19f489dd74565fdec0d3ca Author:Anatoliy Belsky Fri, 19 Oct 2012 09:49:28 +0200 Parents: 90bd54c46e0195f65a1a49ac0c01f139915a2dd3 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: updated NEWS: NEWS

2012-10-19 Thread Anatoliy Belsky
Commit:7293cb72509350a4ede860c6383ebb2c11d93d39 Author:Anatoliy Belsky Fri, 19 Oct 2012 09:56:02 +0200 Parents: 276c5de0d86abab52a19f489dd74565fdec0d3ca 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: updated NEWS: NEWS

2012-10-16 Thread Anatoliy Belsky
Commit:7eba512b5170fc57dc3d4a6b93f98a0e0acc7721 Author:Anatoliy Belsky Tue, 16 Oct 2012 11:14:43 +0200 Parents: 3c89f8507f5c476135e7b3ceead4837271dff421 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=7eba512b5170fc57dc3d4a6b93f98a0e0acc7721

[PHP-CVS] com php-src: Fixed bug #63248 Load multiple magic files on win: NEWS ext/fileinfo/config.w32 ext/fileinfo/libmagic.patch ext/fileinfo/libmagic/apprentice.c

2012-10-16 Thread Anatoliy Belsky
Commit:6d019deee206dd76396bcaff9497ae3619d279b0 Author:Anatoliy Belsky Tue, 16 Oct 2012 11:03:32 +0200 Parents: 13d4d8e2d037385bfa2c7775929b65ae1f73998d Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: extended the SKIPIF section with ICU 49 (sync with 5.4 branch): ext/intl/tests/locale_get_display_script2.phpt

2012-10-12 Thread Anatoliy Belsky
Commit:5020b51d72d3e7ee38f366ef3685ce2c8e9b13c1 Author:Anatoliy Belsky Fri, 12 Oct 2012 19:50:35 +0200 Parents: 131d7d7a89dda1d5677cccb37b69628ee784b1b4 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: fixed tests for gd having freetype >= 2.4.10: ext/gd/tests/bug43073.phpt ext/gd/tests/bug43073_1.phpt ext/gd/tests/bug48801.phpt ext/gd/tests/bug48801_1.phpt ext/gd/tests/func.i

2012-10-12 Thread Anatoliy Belsky
Commit:131d7d7a89dda1d5677cccb37b69628ee784b1b4 Author:Anatoliy Belsky Fri, 12 Oct 2012 19:34:31 +0200 Parents: 1b9e0de2ccab0d6ae6f77b53b5c3a306ec154496 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 warnings preventing this test from passing: ext/date/tests/bug62896.phpt

2012-10-10 Thread Anatoliy Belsky
Commit:674ccefc2d74c1ca145ca713cce7da92c1b591ed Author:Anatoliy Belsky Wed, 10 Oct 2012 11:01:07 +0200 Parents: 69a4301f6c235fb4535bdd31a9de5f730f07574d Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: exposing the libxpm version in phpinfo: ext/gd/gd.c

2012-10-04 Thread Anatoliy Belsky
Commit:5d9fb8ffeb58d51c44f8a4b9f6b2eaabe271ce82 Author:Anatoliy Belsky Thu, 4 Oct 2012 18:20:02 +0200 Parents: b004a04f0aaf041e5fabaf788eee3e9ee0f3afaf 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/gd/gd.c

2012-10-04 Thread Anatoliy Belsky
Commit:9a99426e802f554237658a5e8e8fe4c91ddf716a Author:Anatoliy Belsky Thu, 4 Oct 2012 18:21:07 +0200 Parents: 34eb787828d3ef7a773464ace6db40444dcef9a3 5d9fb8ffeb58d51c44f8a4b9f6b2eaabe271ce82 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a

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

2012-10-02 Thread Anatoliy Belsky
Commit:26e492f2f3d3e26f7320957172e37ee49f6e6112 Author:Anatoliy Belsky Tue, 2 Oct 2012 10:00:09 +0200 Parents: 45351eaab4d8f065c5948de5f28df975b36d592c 92a46fe07e4407d52eb384c48aec5a3538731341 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: reverted the previous fix for libpng include: ext/gd/config.w32

2012-10-02 Thread Anatoliy Belsky
Commit:92a46fe07e4407d52eb384c48aec5a3538731341 Author:Anatoliy Belsky Tue, 2 Oct 2012 09:57:44 +0200 Parents: 0165eec1ea63d4b4a063d68e7b78947f038d67ba 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: fixed include checks for libpng under win: ext/gd/config.w32

2012-10-02 Thread Anatoliy Belsky
Commit:0165eec1ea63d4b4a063d68e7b78947f038d67ba Author:Anatoliy Belsky Tue, 2 Oct 2012 09:39:34 +0200 Parents: 4f860a44126bf4cd87e7eb4eaa0ea4d44f96abc5 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/gd/config.w32

2012-10-02 Thread Anatoliy Belsky
Commit:45351eaab4d8f065c5948de5f28df975b36d592c Author:Anatoliy Belsky Tue, 2 Oct 2012 09:40:42 +0200 Parents: 60a280936e52b3ab20f0ece06e80088a5bd8fd0c 0165eec1ea63d4b4a063d68e7b78947f038d67ba Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: fix unix/win dir separators: ext/spl/tests/RecursiveDirectoryIterator_getSubPath_basic.phpt ext/spl/tests/RecursiveDirectoryIterator_getSubPathname_basic.phpt

2012-09-27 Thread Anatoliy Belsky
Commit:6a50a8640c562a41d90c7ab46affa767b97d2621 Author:Anatoliy Belsky Thu, 27 Sep 2012 19:52:34 +0200 Parents: 592b232e834ed2698fa97ad4dd58e5ab21f257be Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6a50a8640c562a41d90c7ab46affa767b97d2621

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: win32/build/libs_version.txt

2012-09-21 Thread Anatoliy Belsky
Commit:6c1f5eb215b25908f63b180816baf0fcd72a8b5e Author:Anatoliy Belsky Fri, 21 Sep 2012 09:58:16 +0200 Parents: f037ddc85971496f985d0cea540129b9d928bb97 d59c1371c215097cbe813dd9507c65393697de1c Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: updated lib versions: win32/build/libs_version.txt

2012-09-21 Thread Anatoliy Belsky
Commit:d59c1371c215097cbe813dd9507c65393697de1c Author:Anatoliy Belsky Fri, 21 Sep 2012 09:57:22 +0200 Parents: fd0b3ea663431b7adaedde11668fbc0b6ba07494 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: win32/build/libs_version.txt

2012-09-18 Thread Anatoliy Belsky
Commit:1e1db9d9bb8dffc9421d8d8ac0eeafcf33389d26 Author:Anatoliy Belsky Tue, 18 Sep 2012 10:20:05 +0200 Parents: bb276c615509a1c6abc8f621bac7f35ce75ddd13 6752f38ccca37213865f330a2f0dc49d834dc92e Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: split tests for the new zlib version on win: ext/zlib/tests/bug_52944-darwin.phpt ext/zlib/tests/bug_52944-win.phpt ext/zlib/tests/bug_52944.phpt ext/zlib/tests/bug_52944_corrup

2012-09-18 Thread Anatoliy Belsky
Commit:3ad033ffba68cbe2738034805da0bb36b448d602 Author:Anatoliy Belsky Tue, 18 Sep 2012 09:59:49 +0200 Parents: e66a5ce56fc9be74096e0d0452a1172c8130752c 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: updated libary versions: win32/build/libs_version.txt

2012-09-18 Thread Anatoliy Belsky
Commit:6752f38ccca37213865f330a2f0dc49d834dc92e Author:Anatoliy Belsky Tue, 18 Sep 2012 10:18:26 +0200 Parents: 3ad033ffba68cbe2738034805da0bb36b448d602 Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] Re: 回复: [PHP-CVS] com php-src: forked two tests for windows: ext/zlib/tests/bug55544-win.phpt ext/zlib/tests/bug55544.phpt ext/zlib/tests/bug_52944-win.phpt ext/zlib/tests/bug_52944.phpt

2012-09-03 Thread Anatoliy Belsky
ber 3, 2012 13:58, Reeze Xia wrote: > Hi Anatoliy, > > 在 2012年9月3日星期一,下午7:37,Anatoliy Belsky 写道: > >> Commit: ff0aa24054c166de64993ef608ccbb8486c64ba5 >> Author: Anatoliy Belsky mailto:a...@php.net)> Mon, 3 Sep 2012 >> 13:37:34 +0200 >> Parents: 33db8c0ef6f469173

[PHP-CVS] com php-src: forked two tests for windows: ext/zlib/tests/bug55544-win.phpt ext/zlib/tests/bug55544.phpt ext/zlib/tests/bug_52944-win.phpt ext/zlib/tests/bug_52944.phpt

2012-09-03 Thread Anatoliy Belsky
Commit:ff0aa24054c166de64993ef608ccbb8486c64ba5 Author:Anatoliy Belsky Mon, 3 Sep 2012 13:37:34 +0200 Parents: 33db8c0ef6f46917349fbe07514a06f4f98bff85 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: updated mpir version: win32/build/libs_version.txt

2012-08-29 Thread Anatoliy Belsky
Commit:677de8568ae43d3b83f1558dcd15f1008119129c Author:Anatoliy Belsky Wed, 29 Aug 2012 17:49:02 +0200 Parents: 521ab787887b74f0825e2e281b0fe4e50d599751 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fixing test for upcoming mpir upgrade: ext/gmp/tests/022-win32.phpt ext/gmp/tests/022.phpt ext/gmp/tests/gmp_nextprime-win32.phpt ext/gmp/tests/gmp_nextprime.phpt

2012-08-23 Thread Anatoliy Belsky
Commit:9a72b52a1f36d8eacf122d2bc52be6b792fbb18a Author:Anatoliy Belsky Thu, 23 Aug 2012 17:09:45 +0200 Parents: e4a3696553a7bd1059b994da489617041804abea Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: ZTS fix introduced by Felipe must also go into 5.3: ext/intl/msgformat/msgformat_class.c

2012-08-23 Thread Anatoliy Belsky
Commit:eca4fc69918c856966298435bd1133e55a3c8e58 Author:Anatoliy Belsky Thu, 23 Aug 2012 13:32:06 +0200 Parents: 6a8db0c0815b0458a8db3b213487198cc5288875 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: Fixed bug #62313 Zend\tests\errmsg_021.phpt fails: Zend/zend_API.c

2012-08-22 Thread Anatoliy Belsky
Commit:22f55d56659d31a3546556dd39f3833af6d1fa3d Author:Anatoliy Belsky Wed, 22 Aug 2012 11:43:12 +0200 Parents: 4e561055a46fc68077300b8ec25490a198e82560 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Added test for bug #51353. It'll be skipped by default and must be activated manually.: ext/zip/tests/bug51353.phpt

2012-08-22 Thread Anatoliy Belsky
Hi Chris, I've thought about that but the test takes about 20 minutes on my laptop, that's pretty long. Do you think it'd be still ok? Regards Anatoliy Am Mi, 22.08.2012, 02:18 schrieb Christopher Jones: > > > On 8/21/12 4:22 AM, Anatoliy

[PHP-CVS] com php-src: Added test for bug #51353. It'll be skipped by default and must be activated manually.: ext/zip/tests/bug51353.phpt

2012-08-21 Thread Anatoliy Belsky
Commit:92153dcfe3f7643526572439622408d94fd4aa14 Author:Anatoliy Belsky Tue, 21 Aug 2012 13:22:00 +0200 Parents: 0cdc1f5626bd400278aa193867e1fd4fe3f771d4 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: More intl tests extracted from symfony: ext/intl/symfony_format_type_double_intl1.phpt ext/intl/symfony_format_type_double_intl2.phpt ext/intl/symfony_format_type_double_intl3.p

2012-08-17 Thread Anatoliy Belsky
Commit:1a23d42909070269d53fc7500d683e88ba219cb3 Author:Matt Ficken Fri, 17 Aug 2012 20:29:08 +0200 Committer: Anatoliy Belsky Fri, 17 Aug 2012 20:29:08 +0200 Parents: 9cf0139460c7531ebe8fdd523ba6cf7067a7f282 Branches: PHP-5.3 PHP-5.4 master Link: http

[PHP-CVS] com php-src: fix windows build: Zend/zend_vm_def.h Zend/zend_vm_execute.h

2012-08-13 Thread Anatoliy Belsky
Commit:baea290b6c0843afb23bf9ea2979a8de15a406ce Author:Anatoliy Belsky Mon, 13 Aug 2012 19:44:45 +0200 Parents: f3192ea6e4405dded21cc81a6587374b019a6173 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=baea290b6c0843afb23bf9ea2979a8de15a406ce

[PHP-CVS] com php-src: Added the intl tests extracted from Symfony. These are making the intl ext crash with ICU at least 4.6, but probably with earlier versions too.: ext/intl/tests/symfony_format_ty

2012-08-06 Thread Anatoliy Belsky
Commit:ed793b2a3f857fd49c0c1b036062140da5b3e674 Author:Matt Ficken Mon, 6 Aug 2012 14:07:42 +0200 Committer: Anatoliy Belsky Mon, 6 Aug 2012 14:07:42 +0200 Parents: a239658b9ed06008ca0cbb69c4d85fdfa506c01c Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net

[PHP-CVS] com php-src: Fix for bug #62379 was missing in 5.3: ext/pdo/tests/pdo_test.inc ext/pdo_odbc/odbc_stmt.c ext/pdo_odbc/tests/common.phpt ext/pdo_odbc/tests/long_columns.phpt

2012-07-17 Thread Anatoliy Belsky
Commit:bd39495332f12f074ef0916280c446a3c37704b4 Author:Anatoliy Belsky Tue, 17 Jul 2012 17:50:05 +0200 Parents: 88f7f3c00fba1aea5e5ca7d0f01b31bc2e8bf275 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: Fixed bug #62379 failing ODBC long column functionality: ext/pdo/tests/pdo_test.inc ext/pdo_odbc/odbc_stmt.c ext/pdo_odbc/tests/common.phpt ext/pdo_odbc/tests/long_columns.phpt

2012-07-13 Thread Anatoliy Belsky
Commit:10251b20c3be842f1a8dbc43e2f4894fa41aa16b Author:Matt Ficken Fri, 13 Jul 2012 15:34:00 +0200 Committer: Anatoliy Belsky Fri, 13 Jul 2012 15:34:00 +0200 Parents: d9d21b20379850f7cc73dd8a7c728a918cb2fafa Branches: PHP-5.4 master Link: http://git.php.net/?p

[PHP-CVS] com php-src: Fixed bug #61677 ext\zlib\tests\bug_52944.phpt fails: ext/zlib/tests/bug_52944.phpt

2012-07-13 Thread Anatoliy Belsky
Commit:02b8362ec231edb5be2a4ff633ad609c70713131 Author:Anatoliy Belsky Fri, 13 Jul 2012 11:39:57 +0200 Parents: ad7eeba3c1a4c77f439afc936fbf50b811a46a6b 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: fixed the test for warnings changed: ext/fileinfo/tests/finfo_open_error-win32.phpt

2012-07-12 Thread Anatoliy Belsky
Commit:cf91b163e1c16cfc0f6e4cd2b3ec78d82bc3ba1c Author:Anatoliy Belsky Thu, 12 Jul 2012 18:24:38 +0200 Parents: ec7e479562506842766fcf2bc47f417e9da44813 Branches: 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.4': ext/spl/spl_iterators.c

2012-07-12 Thread Anatoliy Belsky
Commit:ed1f5b4dae81316ad53cee5c8cfa7e7f7746ad46 Author:Anatoliy Belsky Thu, 12 Jul 2012 11:02:33 +0200 Parents: 7bd3d0bf8c130bb6478312a303fa309a31dcb3d1 ec7e479562506842766fcf2bc47f417e9da44813 Branches: 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/spl/spl_iterators.c ext/spl/spl_iterators.h

2012-07-12 Thread Anatoliy Belsky
Commit:86428169d3c8d7d9a3dfd4e27fb48cf1314102dc Author:Anatoliy Belsky Thu, 12 Jul 2012 10:57:26 +0200 Parents: be8f089a13ef5e023ec27f14de8bc2453c75bb54 ad7eeba3c1a4c77f439afc936fbf50b811a46a6b Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: reverted news about #62477: NEWS

2012-07-12 Thread Anatoliy Belsky
Commit:ec7e479562506842766fcf2bc47f417e9da44813 Author:Anatoliy Belsky Thu, 12 Jul 2012 10:57:56 +0200 Parents: 86428169d3c8d7d9a3dfd4e27fb48cf1314102dc Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: reverted changes for #62477: NEWS ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/bug62477_1.phpt ext/spl/tests/bug62477_2.phpt

2012-07-12 Thread Anatoliy Belsky
Commit:ad7eeba3c1a4c77f439afc936fbf50b811a46a6b Author:Anatoliy Belsky Thu, 12 Jul 2012 10:54:14 +0200 Parents: 896d0fcd41df13fc852417de222aac2482d2704b Branches: PHP-5.3 PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

Re: [PHP-CVS] com php-src: Fixed bug #62477 LimitIterator int overflow: ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/bug62477_1.phpt ext/spl/tests/bug62477_2.phpt

2012-07-12 Thread Anatoliy Belsky
ntics. > > Also I'm not exactly sure what the problem was in the first place. > > Nikita > > On Wed, Jul 11, 2012 at 10:25 PM, Anatoliy Belsky wrote: >> Commit:b383ddf1e5175abf1d000e887961fdcebae646a0 >> Author:Anatoliy Belsky Wed, 11 Jul 2012 >

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

2012-07-11 Thread Anatoliy Belsky
Commit:b530d6d79039ee8baa2b3dcf916e9ddecb525693 Author:Anatoliy Belsky Wed, 11 Jul 2012 22:30:40 +0200 Parents: 6071bfb325e4facd697c38e4d398d008dd1dc37a 40f8010a130fe33f3ecb90f482d7e46572bf1f88 Branches: 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/spl/spl_iterators.c ext/spl/spl_iterators.h

2012-07-11 Thread Anatoliy Belsky
Commit:40f8010a130fe33f3ecb90f482d7e46572bf1f88 Author:Anatoliy Belsky Wed, 11 Jul 2012 22:29:45 +0200 Parents: 977ce78d82b006a24e29c7dbcee92754351495e3 b383ddf1e5175abf1d000e887961fdcebae646a0 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a

[PHP-CVS] com php-src: Fixed bug #62477 LimitIterator int overflow: ext/spl/spl_iterators.c ext/spl/spl_iterators.h ext/spl/tests/bug62477_1.phpt ext/spl/tests/bug62477_2.phpt

2012-07-11 Thread Anatoliy Belsky
Commit:b383ddf1e5175abf1d000e887961fdcebae646a0 Author:Anatoliy Belsky Wed, 11 Jul 2012 22:25:31 +0200 Parents: bcf5853eaa8b8be793d4a1bd325eaea68cfe57bb 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: updated NEWS: NEWS

2012-07-11 Thread Anatoliy Belsky
Commit:be8f089a13ef5e023ec27f14de8bc2453c75bb54 Author:Anatoliy Belsky Wed, 11 Jul 2012 22:37:39 +0200 Parents: 899c8f485a00bee3885ccb40f4fb5af4e499b887 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2012-07-11 Thread Anatoliy Belsky
Commit:896d0fcd41df13fc852417de222aac2482d2704b Author:Anatoliy Belsky Wed, 11 Jul 2012 22:33:42 +0200 Parents: b383ddf1e5175abf1d000e887961fdcebae646a0 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 windows build: ext/mysqlnd/mysqlnd_debug.h

2012-07-11 Thread Anatoliy Belsky
Commit:6071bfb325e4facd697c38e4d398d008dd1dc37a Author:Anatoliy Belsky Wed, 11 Jul 2012 13:32:19 +0200 Parents: bf0154896705afe0da6ee1c7af4dc3d75afd194b Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=6071bfb325e4facd697c38e4d398d008dd1dc37a

[PHP-CVS] com php-src: Fixed test bug #62312 (warnings changed one more time): ext/sockets/tests/socket_import_stream-4-win.phpt

2012-07-09 Thread Anatoliy Belsky
Commit:97b8798520533f062a5c5c422d79cd84526312ce Author:Anatoliy Belsky Mon, 9 Jul 2012 18:21:51 +0200 Parents: 66e1ac23c1601abb66fa78bff87453e5e37a9377 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fixed #62433 test for win: ext/spl/tests/bug62433.phpt

2012-07-09 Thread Anatoliy Belsky
Commit:2032470e4113dfbf04a1ed3b12de85ffcde6f367 Author:Anatoliy Belsky Mon, 9 Jul 2012 12:42:10 +0200 Parents: 4323a7acedf0eff76f709456930d89380c16f0b8 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: fix windows build: ext/mysqlnd/mysqlnd_debug.h

2012-06-20 Thread Anatoliy Belsky
Commit:40af974c7355e8c3ea6744874f470c63bb556c9b Author:Anatoliy Belsky Wed, 20 Jun 2012 15:02:49 +0200 Parents: 6eb169da8cdb83f509a53465825d5ba388866015 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=40af974c7355e8c3ea6744874f470c63bb556c9b

[PHP-CVS] com php-src: sync zip ext version with pecl: ext/zip/php_zip.h

2012-06-19 Thread Anatoliy Belsky
Commit:e793539678caf3ae1999602de0b3dcdbb9ae9cd2 Author:Anatoliy Belsky Tue, 19 Jun 2012 17:15:56 +0200 Parents: f0726626210d6a1785c4a171c3576a7566aaeae5 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: one more correction for COM upgrading notes: UPGRADING

2012-06-19 Thread Anatoliy Belsky
Commit:5c001d42d415eb376413e76d0b69efd1ef28e138 Author:Anatoliy Belsky Tue, 19 Jun 2012 14:58:06 +0200 Parents: df138c57198ff57bedb3fc6a34c5b084efe2c106 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: one more correction for COM upgrading notes: UPGRADING

2012-06-19 Thread Anatoliy Belsky
Commit:f0726626210d6a1785c4a171c3576a7566aaeae5 Author:Anatoliy Belsky Tue, 19 Jun 2012 14:42:59 +0200 Parents: a8948d08083bf59d437ac21abe5929f5668f41d7 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: split gzgetc_basic.phpt for zlib 1.2.7: ext/zlib/tests/func.inc ext/zlib/tests/gzgetc_basic.phpt ext/zlib/tests/gzgetc_basic_1.phpt

2012-06-19 Thread Anatoliy Belsky
Commit:a8948d08083bf59d437ac21abe5929f5668f41d7 Author:Anatoliy Belsky Tue, 19 Jun 2012 14:08:34 +0200 Parents: 592917f91fce25a7b0245d34d024595dacc4e06f 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: com ext upgrading infos: UPGRADING

2012-06-18 Thread Anatoliy Belsky
Commit:1c4e48650cb9471805b0fa2801c9d4bc7465 Author:Anatoliy Belsky Mon, 18 Jun 2012 22:04:40 +0200 Parents: b408028b880ff2defd62d6e7c2bdb9da9f0d75ff Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: com ext upgrading info: UPGRADING

2012-06-18 Thread Anatoliy Belsky
Commit:6176b96a230ac76827242256b1c92e0ac7871f14 Author:Anatoliy Belsky Mon, 18 Jun 2012 21:56:17 +0200 Parents: d3780f1f903e6cee4bb2ff723aa36a5cd1824c08 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: com ext upgrading correction: UPGRADING

2012-06-18 Thread Anatoliy Belsky
Commit:592917f91fce25a7b0245d34d024595dacc4e06f Author:Anatoliy Belsky Mon, 18 Jun 2012 22:07:19 +0200 Parents: 6176b96a230ac76827242256b1c92e0ac7871f14 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: Reverted the BC fix regarding to #57905, test adopted: ext/zip/lib/zip_open.c ext/zip/tests/pecl12414.phpt

2012-06-17 Thread Anatoliy Belsky
Commit:d3780f1f903e6cee4bb2ff723aa36a5cd1824c08 Author:Anatoliy Belsky Sun, 17 Jun 2012 16:04:36 +0200 Parents: 26cb5706155347815cec5b2fb5af968e31fd55e3 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 #62270 Test bug - ext/fileinfo/tests/finfo_open_error-win32: ext/fileinfo/tests/finfo_open_error-win32.phpt

2012-06-14 Thread Anatoliy Belsky
Commit:3faebe2becdbdf0de134ca4e19542b0014fce162 Author:Anatoliy Belsky Thu, 14 Jun 2012 17:59:39 +0200 Parents: fef691b142ae1b2a4c93de4f57a757a3d073c7cb Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fixed bug #62312 ext\sockets\tests\socket_import_stream-4.phpt fails: ext/sockets/tests/socket_import_stream-4-win.phpt ext/sockets/tests/socket_import_stream-4.phpt

2012-06-14 Thread Anatoliy Belsky
Commit:280e3a4ec8616f4a32a5186463d475592d1eebda Author:Anatoliy Belsky Thu, 14 Jun 2012 18:02:53 +0200 Parents: 3faebe2becdbdf0de134ca4e19542b0014fce162 Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fix bug #62271 test bug - ext/wddx/tests/bug48562.phpt: ext/wddx/tests/bug48562.phpt

2012-06-11 Thread Anatoliy Belsky
Commit:a18cede1c5094d5255daeb99cd6debe09938399d Author:Matt Ficken Mon, 11 Jun 2012 17:00:36 +0200 Committer: Anatoliy Belsky Mon, 11 Jun 2012 17:00:36 +0200 Parents: b55e69285bdfa280b94673e8a9434be6c08c65dc Branches: PHP-5.4 master Link: http://git.php.net/?p

[PHP-CVS] com php-src: set current versions for libzip and zip ext: ext/zip/php_zip.c ext/zip/php_zip.h

2012-06-07 Thread Anatoliy Belsky
Commit:baacc2cb135280f18f6c908b4b99160fba262c6a Author:Anatoliy Belsky Thu, 7 Jun 2012 22:32:03 +0200 Parents: 9ecb67d5a424d132a3e7c1ef6413b58343d72415 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/zip/php_zip.c

2012-06-07 Thread Anatoliy Belsky
Commit:d24d5b62c1d55af4059c9a220c25cc080895b20c Author:Anatoliy Belsky Thu, 7 Jun 2012 22:37:32 +0200 Parents: 7907dc4d666e9879997c7a9b18074da9d05dadbd baacc2cb135280f18f6c908b4b99160fba262c6a Branches: PHP-5.4 master Link: http://git.php.net/?p=php-src.git;a

  1   2   3   >