[PHP-CVS] com php-src: modified the new glob() test for master: ext/standard/tests/file/glob_variation3.phpt

2013-08-19 Thread Anatol Belski
Commit:f61b648da4df521b0aaed1c588ae3ac3ab2e540b Author:Anatol Belski a...@php.net Mon, 19 Aug 2013 11:22:18 +0200 Parents: 6c570ad322c7f21b2a9f59c85fd1619b83656b1d Branches: master Link:

[PHP-CVS] com php-src: fixed glob() edge case on windows, ref bug #47358: ext/standard/dir.c ext/standard/tests/file/glob_variation3.phpt

2013-08-19 Thread Anatol Belski
Commit:f4df40108be641a4167f6f6c1c3989958dda438a Author:Anatol Belski a...@php.net Mon, 19 Aug 2013 14:21:16 +0200 Parents: f61b648da4df521b0aaed1c588ae3ac3ab2e540b Branches: master Link:

[PHP-CVS] com php-src: Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse').: Zend/zend_language_parser.y

2013-08-19 Thread Stanislav Malyshev
Commit:a4862503d485abf449e0565ac03157d859a31bf7 Author:Xinchen Hui larue...@php.net Mon, 25 Mar 2013 23:48:21 +0800 Committer: Stanislav Malyshev s...@php.net Mon, 19 Aug 2013 11:18:51 -0700 Parents: 4bad49e3bcb8851b6bdf7ce8e8405a12d0eec6d0 Branches: PHP-5.4 PHP-5.5

[PHP-CVS] com php-src: Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse').: Zend/zend_language_parser.y

2013-08-19 Thread Stanislav Malyshev
Commit:7a79cf0206de62e61f3afe17e0665cb076a8a925 Author:Xinchen Hui larue...@php.net Mon, 25 Mar 2013 23:48:21 +0800 Committer: Stanislav Malyshev s...@php.net Mon, 19 Aug 2013 10:42:47 -0700 Parents: cf96aa155ec5e9fbee7af339ca7d4dd98c2086a4 Branches: PHP-5.5 master Link:

[PHP-CVS] svn: /SVNROOT/ global_avail

2013-08-19 Thread Hannes Magnusson
bjoriMon, 19 Aug 2013 18:39:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=331164 Log: give chris doc karma Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] com php-src: Track created curl_slist structs by option so they can be updated in situ.: NEWS ext/curl/interface.c ext/curl/php_curl.h ext/curl/tests/bug65458.phpt

2013-08-19 Thread Adam Harvey
Commit:aa7d3d8e6d8de73ebe8dd015fb5392a4bde5bfc6 Author:Adam Harvey ahar...@php.net Mon, 19 Aug 2013 11:58:57 -0700 Parents: a4862503d485abf449e0565ac03157d859a31bf7 Branches: PHP-5.4 PHP-5.5 master Link:

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

2013-08-19 Thread Adam Harvey
Commit:2a46fc0470c0cec055178af8cb962c8d52fb4700 Author:Adam Harvey ahar...@php.net Mon, 19 Aug 2013 12:19:13 -0700 Parents: d17ade127b4f0b546c0fd1d11b915c485ceea9ea 69f12ad582c102c1d7b3b2c0ae6cf7cd633dfe1d Branches: master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS ext/curl/interface.c ext/curl/php_curl.h

2013-08-19 Thread Adam Harvey
Commit:69f12ad582c102c1d7b3b2c0ae6cf7cd633dfe1d Author:Adam Harvey ahar...@php.net Mon, 19 Aug 2013 12:16:36 -0700 Parents: d2c78c9e2039b0dfd14587800e24b30ff0ab0e1e aa7d3d8e6d8de73ebe8dd015fb5392a4bde5bfc6 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: fix bug #65481 (shutdown segfault due to serialize): NEWS ext/standard/php_var.h ext/standard/tests/serialize/bug65481.phpt ext/standard/var_unserializer.c ext/standard/var_unse

2013-08-19 Thread Michael Wallner
Commit:1ac4d8f2c632f5be5a02d49c1e0d3b1fb515e4a8 Author:Michael Wallner m...@php.net Mon, 29 Jul 2013 17:59:35 +0200 Parents: aa7d3d8e6d8de73ebe8dd015fb5392a4bde5bfc6 Branches: master Link:

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

2013-08-19 Thread Michael Wallner
Commit:9d2cdacf4a36045120aab049b03229bf0064df4e Author:Michael Wallner m...@php.net Tue, 20 Aug 2013 00:08:55 +0200 Parents: 69f12ad582c102c1d7b3b2c0ae6cf7cd633dfe1d 1ac4d8f2c632f5be5a02d49c1e0d3b1fb515e4a8 Branches: master Link:

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

2013-08-19 Thread Christopher Jones
Commit:4ee1ec4bcfee93a3d9bdc2abf195bf5b29dcea73 Author:Christopher Jones s...@php.net Mon, 19 Aug 2013 17:14:38 -0700 Parents: 9d2cdacf4a36045120aab049b03229bf0064df4e Branches: PHP-5.5 Link:

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

2013-08-19 Thread Christopher Jones
Commit:c60067c09a32af325d6cd70e4cfa6db3c78a8621 Author:Christopher Jones s...@php.net Mon, 19 Aug 2013 17:14:15 -0700 Parents: 1ac4d8f2c632f5be5a02d49c1e0d3b1fb515e4a8 Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: Remove compile warnings: variable ‘obj_cnt’ set but not used [-Wunused-but-set-variable] unused variable ‘last’ [-Wunused-variable] unused variable ‘j’ [-Wunused-variable]

2013-08-19 Thread Christopher Jones
Commit:cf7f50748a787affd9306b34ee1ba2c83772aedc Author:Christopher Jones s...@php.net Mon, 19 Aug 2013 17:44:36 -0700 Parents: 279b4fe614ac8380d6bdea9f9b54a77ec60114db Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Reduce (some more) compile noise of 'unused variable' and 'may be used uninitialized' warnings.: ext/curl/interface.c ext/intl/calendar/calendar_methods.cpp ext/intl/calendar/gr

2013-08-19 Thread Christopher Jones
Commit:d5979c88eaca273479cf244d3e10c2f089c4f080 Author:Christopher Jones s...@php.net Mon, 19 Aug 2013 17:17:54 -0700 Parents: 4ee1ec4bcfee93a3d9bdc2abf195bf5b29dcea73 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Remove compile warning: variable ‘streamp’ set but not used [-Wunused-but-set-variable]: ext/bz2/bz2_filter.c

2013-08-19 Thread Christopher Jones
Commit:f69a5c520fd699a32d0787dc04984313b2b677ff Author:Christopher Jones s...@php.net Mon, 19 Aug 2013 17:46:50 -0700 Parents: cf7f50748a787affd9306b34ee1ba2c83772aedc Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Remove compile warning variable ‘mekeylen’ set but not used: ext/intl/resourcebundle/resourcebundle_class.c

2013-08-19 Thread Christopher Jones
Commit:279b4fe614ac8380d6bdea9f9b54a77ec60114db Author:Christopher Jones s...@php.net Mon, 19 Aug 2013 17:40:15 -0700 Parents: d5979c88eaca273479cf244d3e10c2f089c4f080 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Remove compile warning: warning: unused variable ‘j’ [-Wunused-variable]: ext/openssl/openssl.c

2013-08-19 Thread Christopher Jones
Commit:1a00b9bd264ba2495930be05cd0ed2b1c13b8ef8 Author:Christopher Jones s...@php.net Mon, 19 Aug 2013 17:58:42 -0700 Parents: 83469477e70cba8191a4698252fc83804e88322b Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Remove compile warnings: warning: variable ‘lastch’ set but not used [-Wunused-but-set-variable] warning: variable ‘buf’ set but not used [-Wunused-but-set-variable]: ext/ft

2013-08-19 Thread Christopher Jones
Commit:83469477e70cba8191a4698252fc83804e88322b Author:Christopher Jones s...@php.net Mon, 19 Aug 2013 17:48:46 -0700 Parents: f69a5c520fd699a32d0787dc04984313b2b677ff Branches: PHP-5.5 master Link:

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

2013-08-19 Thread Christopher Jones
Commit:5697aa57284bc6898b034aa5c968bc6a6e8c820c Author:Christopher Jones s...@php.net Mon, 19 Aug 2013 17:51:04 -0700 Parents: 19476f51f2167988909f5524d23444c05630 83469477e70cba8191a4698252fc83804e88322b Branches: master Link:

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

2013-08-19 Thread Christopher Jones
Commit:19476f51f2167988909f5524d23444c05630 Author:Christopher Jones s...@php.net Mon, 19 Aug 2013 17:18:28 -0700 Parents: 73cd2e0ab14d804c6bf0b689490bdd4fd6e969b1 d5979c88eaca273479cf244d3e10c2f089c4f080 Branches: master Link:

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

2013-08-19 Thread Christopher Jones
Commit:24288eb4d119ab4f613feb5c64cf0f08ecf8d10a Author:Christopher Jones s...@php.net Mon, 19 Aug 2013 17:58:53 -0700 Parents: 5697aa57284bc6898b034aa5c968bc6a6e8c820c 1a00b9bd264ba2495930be05cd0ed2b1c13b8ef8 Branches: master Link:

[PHP-CVS] com php-src: Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse').: Zend/zend_language_parser.y

2013-08-19 Thread Stanislav Malyshev
Commit:910980b8a84969cdd76e2933881f24f6d215092b Author:Xinchen Hui larue...@php.net Mon, 25 Mar 2013 23:48:21 +0800 Committer: Stanislav Malyshev s...@php.net Mon, 19 Aug 2013 21:35:33 -0700 Parents: 66606b8462e7daef68f5a21bdebe20f288dfd49f Branches: PHP-5.4.19 Link:

[PHP-CVS] com php-src: news for 5.4.19: NEWS

2013-08-19 Thread Stanislav Malyshev
Commit:fe475fc8b721ba352299cfaea19ba66a66aa978b Author:Stanislav Malyshev s...@php.net Mon, 19 Aug 2013 21:37:29 -0700 Parents: 910980b8a84969cdd76e2933881f24f6d215092b Branches: PHP-5.4.19 Link:

[PHP-CVS] com php-src: fix using wrong buffer pointer: ext/openssl/openssl.c

2013-08-19 Thread Stanislav Malyshev
Commit:66606b8462e7daef68f5a21bdebe20f288dfd49f Author:Stanislav Malyshev s...@php.net Mon, 19 Aug 2013 01:02:12 -0700 Parents: 0780256c196a8a32f104a804b2d6eb029ccafa6a Branches: PHP-5.4.19 Link:

[PHP-CVS] com php-src: fix using wrong buffer pointer: ext/openssl/openssl.c

2013-08-19 Thread Stanislav Malyshev
Commit:b7f033bd5de844e7cf0f1f7c2b884d582d4aa847 Author:Stanislav Malyshev s...@php.net Mon, 19 Aug 2013 01:02:12 -0700 Parents: 29b4532f618973b80b6b7017b44139995dce697c Branches: PHP-5.5.3 Link:

[PHP-CVS] com php-src: 5.5.3: NEWS configure.in main/php_version.h

2013-08-19 Thread Stanislav Malyshev
Commit:d005ed9681d6797012570c4e32abb3abcdf3b72a Author:Stanislav Malyshev s...@php.net Mon, 19 Aug 2013 21:46:43 -0700 Parents: b7f033bd5de844e7cf0f1f7c2b884d582d4aa847 Branches: PHP-5.5.3 Link:

[PHP-CVS] com php-src: PHP 5.5.2: configure.in main/php_version.h

2013-08-19 Thread Stanislav Malyshev
Commit:29b4532f618973b80b6b7017b44139995dce697c Author:David Soria Parra d...@php.net Thu, 15 Aug 2013 22:42:04 +0200 Parents: f12f3abe8e529a1ddfcbcc857f95986b591bce9f Branches: PHP-5.5.3 Link:

[PHP-CVS] tag php-src: create tag php-5.4.19

2013-08-19 Thread Stanislav Malyshev
Tag php-5.4.19 in php-src.git was created Tag: 0b328fe330ae60a6c570984baccb601b1fc0d86e Tagger: Stanislav Malyshevs...@php.net Mon Aug 19 21:50:26 2013 -0700 Log: 5.4.19 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin)

[PHP-CVS] tag php-src: create tag php-5.5.3

2013-08-19 Thread Stanislav Malyshev
Tag php-5.5.3 in php-src.git was created Tag: 6c53e7552fb20c2509c3678ee2315494ee22061b Tagger: Stanislav Malyshevs...@php.net Mon Aug 19 21:50:53 2013 -0700 Log: 5.5.3 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin)

[PHP-CVS] com php-src: Fixed test bug: ext/pgsql/tests/80_bug32223b.phpt

2013-08-19 Thread Yasuo Ohgaki
Commit:7d538cf8dd41a2584c56ec4abfafd738f0fa1e31 Author:Yasuo Ohgaki yohg...@php.net Tue, 20 Aug 2013 14:25:01 +0900 Parents: 24288eb4d119ab4f613feb5c64cf0f08ecf8d10a Branches: master Link:

[PHP-CVS] com php-src: Revise pgsql tests: ext/pgsql/tests/80_bug32223.phpt ext/pgsql/tests/80_bug32223b.phpt

2013-08-18 Thread Yasuo Ohgaki
Commit:e960eebfea1fccbb4a2f030949249d4d1d198728 Author:Yasuo Ohgaki yohg...@php.net Sun, 18 Aug 2013 18:24:34 +0900 Parents: 0c4ba514bec77497fe54396b5e5c2b342ac68152 Branches: master Link:

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

2013-08-18 Thread Stanislav Malyshev
Commit:03b2603ce043a9592ebcafe9adf5630421b36cd2 Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 13:47:00 -0700 Parents: e960eebfea1fccbb4a2f030949249d4d1d198728 144eab0889c086bc31226bad98be9ce04d231f8a Branches: master Link:

[PHP-CVS] com php-src: code related typo fixes: ext/odbc/config.m4 ext/standard/basic_functions.c ext/standard/math.c ext/xml/compat.c ext/xml/expat_compat.h

2013-08-18 Thread Stanislav Malyshev
Commit:144eab0889c086bc31226bad98be9ce04d231f8a Author:Veres Lajos vla...@gmail.com Wed, 24 Jul 2013 00:54:16 +0100 Committer: Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 13:46:32 -0700 Parents: 803045e3c74c3360d141b4aec26f6a1507e7508c Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Fixbug: phpize --clean will delete include/*.h: scripts/phpize.in

2013-08-18 Thread Stanislav Malyshev
Commit:19312fa8f6ef28340f314d7848d3e7de99f95189 Author:Tianfeng mikan.te...@gmail.com Mon, 12 Aug 2013 13:55:23 +0800 Parents: 3ada3aaea65bdfa11d6a70040ea7c63f7020d0ef Branches: master Link:

[PHP-CVS] com php-src: Fixbug: phpize --clean will delete include/*.h: scripts/phpize.in

2013-08-18 Thread Stanislav Malyshev
Commit:4a0e87e497ae77ef9e98ba7906f3c659c3ef289d Author:Tianfeng mikan.te...@gmail.com Mon, 12 Aug 2013 13:55:23 +0800 Committer: Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 13:52:20 -0700 Parents: cb539b3e96dd0fc8df9564a60b66d8dea4439bc1 Branches: PHP-5.4 PHP-5.5

[PHP-CVS] com php-src: Add -P option to use the current binary: run-tests.php

2013-08-18 Thread Stanislav Malyshev
Commit:3da2fb335db1f8ed64967164e090688ba0eb793d Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 14:08:03 -0700 Parents: ac2d2b9b72d568fdd3d548d8fb22a85182a910a9 Branches: PHP-5.4 PHP-5.5 master Link:

[PHP-CVS] com php-src: Create test to the extension xmlrpc: ext/xmlrpc/tests/003.phpt ext/xmlrpc/tests/004.phpt

2013-08-18 Thread Stanislav Malyshev
Commit:ac2d2b9b72d568fdd3d548d8fb22a85182a910a9 Author:root root@precise64.(none) Sun, 18 Aug 2013 18:44:52 + Committer: Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 13:59:39 -0700 Parents: 4a0e87e497ae77ef9e98ba7906f3c659c3ef289d Branches: PHP-5.4 PHP-5.5 master

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: run-tests.php

2013-08-18 Thread Stanislav Malyshev
Commit:2ee7e122a7aa03aaadb38ebccb9b5c2b07b2a1b3 Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 14:09:19 -0700 Parents: 296a434d528b1c4c61e11b93890e605d0793612c 3da2fb335db1f8ed64967164e090688ba0eb793d Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Create test to the extension xmlrpc: ext/xmlrpc/tests/003.phpt ext/xmlrpc/tests/004.phpt

2013-08-18 Thread Stanislav Malyshev
Commit:acda3dab6c236ac47165ba5de7d512fd57d6f26d Author:root root@precise64.(none) Sun, 18 Aug 2013 18:44:52 + Parents: e960eebfea1fccbb4a2f030949249d4d1d198728 Branches: master Link:

[PHP-CVS] com php-src: Merge branch 'pull-request/411': ext/odbc/config.m4

2013-08-18 Thread Stanislav Malyshev
Commit:88452629957fb196c81fc8ca7d0b057301ec182a Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 14:15:53 -0700 Parents: 958ee39fc7bd3f036b5bd6548f216590dc24a9e2 7e7a8f00c42e0432f3b823388b499b41dacaa037 Branches: master Link:

[PHP-CVS] com php-src: Use pkg-config to detect iodbc: ext/odbc/config.m4

2013-08-18 Thread Stanislav Malyshev
Commit:a3fa25e857ca5d714e72b25c7f6a2999d1df8a6b Author:Ole Markus With olemar...@olemarkus.org Sat, 17 Aug 2013 14:22:11 +0200 Committer: Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 14:16:17 -0700 Parents: 3da2fb335db1f8ed64967164e090688ba0eb793d Branches: PHP-5.4

[PHP-CVS] com php-src: Use pkg-config to detect iodbc: ext/odbc/config.m4

2013-08-18 Thread Stanislav Malyshev
Commit:7e7a8f00c42e0432f3b823388b499b41dacaa037 Author:Ole Markus With olemar...@olemarkus.org Sat, 17 Aug 2013 14:22:11 +0200 Parents: 0c4ba514bec77497fe54396b5e5c2b342ac68152 Branches: master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/odbc/config.m4

2013-08-18 Thread Stanislav Malyshev
Commit:1794291ebe02d7a1c5387c1d404a9022925f5b47 Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 14:16:24 -0700 Parents: 2ee7e122a7aa03aaadb38ebccb9b5c2b07b2a1b3 a3fa25e857ca5d714e72b25c7f6a2999d1df8a6b Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: new for fix #65225: NEWS

2013-08-18 Thread Stanislav Malyshev
Commit:0154db1c5fcfd0c4030a0aefb2861dc8386b4a1c Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 14:20:17 -0700 Parents: 98d29d20a1e5d2d8bc1699fbc61efde95f5ce87f Branches: PHP-5.4 PHP-5.5 master Link:

[PHP-CVS] com php-src: Fixed #65225: PHP_BINARY incorrectly set: main/main.c

2013-08-18 Thread Stanislav Malyshev
Commit:98d29d20a1e5d2d8bc1699fbc61efde95f5ce87f Author:Patrick Allaert p...@ez.no Tue, 9 Jul 2013 15:05:10 +0200 Committer: Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 14:18:33 -0700 Parents: a3fa25e857ca5d714e72b25c7f6a2999d1df8a6b Branches: PHP-5.4 PHP-5.5 master

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS main/main.c

2013-08-18 Thread Stanislav Malyshev
Commit:bf0c6f2858226d787bb8c7abe9d24a391df53d7a Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 14:20:38 -0700 Parents: 1794291ebe02d7a1c5387c1d404a9022925f5b47 0154db1c5fcfd0c4030a0aefb2861dc8386b4a1c Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Merge branch 'pull-request/381': main/main.c

2013-08-18 Thread Stanislav Malyshev
Commit:4fbce676bd505f92be771ba1ce106b67a3317aff Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 14:20:46 -0700 Parents: 756ce65b92de3be5841cd7e0a4cdef1173bc31dd b980e4fedc945dd0a45d73349716f6ab18a97635 Branches: master Link:

[PHP-CVS] com php-src: Fixed #65225: PHP_BINARY incorrectly set: main/main.c

2013-08-18 Thread Stanislav Malyshev
Commit:b980e4fedc945dd0a45d73349716f6ab18a97635 Author:Patrick Allaert p...@ez.no Tue, 9 Jul 2013 15:05:10 +0200 Parents: 3cdd09a76eb21789bb10d02581b21fc9403e39a1 Branches: master Link:

[PHP-CVS] com php-src: add CVE-2011-4718: NEWS

2013-08-18 Thread Stanislav Malyshev
Commit:b33a1a139771b677ddc0858d66111667361d478c Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 14:42:06 -0700 Parents: bf0c6f2858226d787bb8c7abe9d24a391df53d7a Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: https://bugs.php.net/bug.php?id=64979: Zend/tests/generators/generator_closure_static_variable.phpt

2013-08-18 Thread Stanislav Malyshev
Commit:47678c06c65be8cd844b1d6ee61f7645e0f9bfcf Author:Marcel Araujo ceceld...@gmail.com Fri, 21 Jun 2013 18:25:51 -0300 Committer: Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 15:09:43 -0700 Parents: b33a1a139771b677ddc0858d66111667361d478c Branches: PHP-5.5 master

[PHP-CVS] com php-src: Use in preg_replace_callback() using variables by reference and test for bug #64979: Zend/tests/bug64979.phpt Zend/tests/closure_047.phpt Zend/tests/closure_048.phpt Zend/tests/

2013-08-18 Thread Stanislav Malyshev
Commit:265224778bc340b16087e60a52b4ca4a3acb5c01 Author:Marcel Araujo ceceld...@gmail.com Fri, 21 Jun 2013 23:08:15 -0300 Committer: Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 15:18:30 -0700 Parents: 47678c06c65be8cd844b1d6ee61f7645e0f9bfcf Branches: PHP-5.5 master

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

2013-08-18 Thread Stanislav Malyshev
Commit:12c2a8a5eb97049ec0f68369dfe8516ffde87bf3 Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 16:55:03 -0700 Parents: 42214b647408ff8730ac8bb023be9023a8c97f90 bd29ff7c38a14a0273329180c0e9f4d7a12e0d74 Branches: master Link:

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

2013-08-18 Thread Stanislav Malyshev
Commit:bd29ff7c38a14a0273329180c0e9f4d7a12e0d74 Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 15:44:40 -0700 Parents: 265224778bc340b16087e60a52b4ca4a3acb5c01 9973658a44090cbf67cb8a1d93f00d46a4330356 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Fix for php bug #64802 includes test case: NEWS ext/openssl/openssl.c ext/openssl/tests/bug64802.pem ext/openssl/tests/bug64802.phpt

2013-08-18 Thread Stanislav Malyshev
Commit:9973658a44090cbf67cb8a1d93f00d46a4330356 Author:Mark Jones m...@zedwood.com Wed, 14 Aug 2013 11:26:45 -0600 Committer: Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 15:42:37 -0700 Parents: 0154db1c5fcfd0c4030a0aefb2861dc8386b4a1c Branches: PHP-5.4 PHP-5.5 master

[PHP-CVS] com php-src: Fix bug #65470 Segmentation fault in zend_error() with --enable-dtrace: NEWS Zend/zend.c

2013-08-18 Thread Stanislav Malyshev
Commit:14f5732096575f3c4ff0438e6650238370cb465c Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 17:20:56 -0700 Parents: 9973658a44090cbf67cb8a1d93f00d46a4330356 Branches: PHP-5.4 PHP-5.5 master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS Zend/zend.c

2013-08-18 Thread Stanislav Malyshev
Commit:bcf785fb6667194ff70ef6f903189a495c15eb40 Author:Stanislav Malyshev s...@php.net Sun, 18 Aug 2013 17:22:50 -0700 Parents: bd29ff7c38a14a0273329180c0e9f4d7a12e0d74 14f5732096575f3c4ff0438e6650238370cb465c Branches: PHP-5.5 master Link:

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

2013-08-17 Thread Christopher Jones
Commit:60c8d814e7997e5dab596b0644d6b2e064e71c0b Author:Christopher Jones s...@php.net Fri, 16 Aug 2013 11:16:06 -0700 Parents: 7237c317d6bb896372fcaa7ace1cd521994b9442 Branches: PHP-5.5 master Link:

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

2013-08-17 Thread Christopher Jones
Commit:cb539b3e96dd0fc8df9564a60b66d8dea4439bc1 Author:Christopher Jones s...@php.net Fri, 16 Aug 2013 11:13:27 -0700 Parents: 6993ca5bd71541e77853fc1739355efe889f9a02 Branches: PHP-5.4 PHP-5.5 master Link:

[PHP-CVS] com php-src: Fix duplicated 5.5.2 NEWS in my tree: NEWS

2013-08-17 Thread Christopher Jones
Commit:803045e3c74c3360d141b4aec26f6a1507e7508c Author:Christopher Jones s...@php.net Fri, 16 Aug 2013 12:03:01 -0700 Parents: a6f596f90f7a3c8c68d84b33fcfdfb4ac5c13fcb Branches: PHP-5.5 Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: acinclude.m4

2013-08-17 Thread Christopher Jones
Commit:4b4ffaf703a243db6bb1026a339376d089dec72d Author:Christopher Jones s...@php.net Fri, 16 Aug 2013 10:49:05 -0700 Parents: e8a4477a4836b552557a483d803e0b1c29224c2a 0ebef462ceb50094e64a8d48bf705594175f86ab Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: With --enable-dtrace, the correct PIC/non-PIC .o files on Solaris and Linux are now used. DTrace is part of Oracle Linux. See https://oss.oracle.com/projects/DTrace/: acinclud

2013-08-17 Thread Christopher Jones
Commit:0ebef462ceb50094e64a8d48bf705594175f86ab Author:Christopher Jones s...@php.net Fri, 16 Aug 2013 10:40:50 -0700 Parents: ba30c78d5ca1edfa593c32bfa203cf6ea7f942b2 Branches: PHP-5.4 PHP-5.5 master Link:

[PHP-CVS] com php-src: fix typo: NEWS

2013-08-17 Thread Stanislav Malyshev
Commit:466584f40bc2443c77bde38b797d5d2864a26a82 Author:Stanislav Malyshev s...@php.net Fri, 16 Aug 2013 11:34:16 -0700 Parents: 4734b31953b4ffaba5a5d144a6544cba4b391727 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: NEWS

2013-08-17 Thread Stanislav Malyshev
Commit:57887979644f4c9a9de21063f30691404216f372 Author:Stanislav Malyshev s...@php.net Fri, 16 Aug 2013 10:21:21 -0700 Parents: e8a4477a4836b552557a483d803e0b1c29224c2a 060fadca31c61a36823954d030a987a73d04ea02 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.5': acinclude.m4

2013-08-17 Thread Christopher Jones
Commit:2251e4369a77eab540db6e08e01fb941b3a62ba7 Author:Christopher Jones s...@php.net Fri, 16 Aug 2013 10:57:55 -0700 Parents: 30502dbc75fb604eb1741d5b735f86c16f5dd0b1 4b4ffaf703a243db6bb1026a339376d089dec72d Branches: master Link:

[PHP-CVS] com php-src: fix cve number: NEWS

2013-08-17 Thread Stanislav Malyshev
Commit:060fadca31c61a36823954d030a987a73d04ea02 Author:Stanislav Malyshev s...@php.net Fri, 16 Aug 2013 10:20:32 -0700 Parents: ba30c78d5ca1edfa593c32bfa203cf6ea7f942b2 Branches: PHP-5.4 PHP-5.5 master Link:

[PHP-CVS] branch php-src: 5.4 deleted

2013-08-15 Thread Johannes Schlüter
Deleted branch: 5.4 User: Johannes Schlüter johan...@php.net Thu, 15 Aug 2013 17:47:44 + -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] branch php-src: 5.5 deleted

2013-08-15 Thread Johannes Schlüter
Deleted branch: 5.5 User: Johannes Schlüter johan...@php.net Thu, 15 Aug 2013 17:47:44 + -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] branch php-src: 5.3 deleted

2013-08-15 Thread Johannes Schlüter
Deleted branch: 5.3 User: Johannes Schlüter johan...@php.net Thu, 15 Aug 2013 17:47:43 + -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] git branches 5.3/ 5.4 / 5.5

2013-08-15 Thread Johannes Schlüter
Hi, there were branches with the names 5.3 5.4 5.5 in our main repository. This was confusing with PHP-5.x which we use. As those where full merged they were most likely pushed by accident. I have deleted them from the repo. Important: To ensure you don't push them by accident please

[PHP-CVS] tag php-src: create tag php-5.5.2

2013-08-15 Thread David Soria Parra
Tag php-5.5.2 in php-src.git was created Tag: 06be669a2ec363fec2c35871031a6f2a82ee0f83 Tagger: David Soria Parrad...@php.net Thu Aug 15 22:46:02 2013 +0200 Log: PHP 5.5.2 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.14 (GNU/Linux)

[PHP-CVS] com php-src: New news section: NEWS

2013-08-15 Thread David Soria Parra
Commit:e8a4477a4836b552557a483d803e0b1c29224c2a Author:David Soria Parra d...@php.net Thu, 15 Aug 2013 22:41:18 +0200 Parents: f12f3abe8e529a1ddfcbcc857f95986b591bce9f Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Prepare news for PHP-5.5.2: NEWS

2013-08-15 Thread David Soria Parra
Commit:f12f3abe8e529a1ddfcbcc857f95986b591bce9f Author:David Soria Parra d...@php.net Thu, 15 Aug 2013 22:40:38 +0200 Parents: 82dd6b94f28a49c4b109d223ebe6b2b5650388e1 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Fix to file uploads 2G with size overflow: main/rfc1867.c

2013-08-14 Thread Anatol Belski
Commit:9d4e5b0dbab21ecba3536136ce8241862fa813b0 Author:Anatol Belski a...@php.net Wed, 14 Aug 2013 18:59:46 +0200 Parents: 4da62730927ea469e74577a269072ed1069ab05f Branches: master Link:

[PHP-CVS] com php-src: Skip test if SKIP_ONLINE_TESTS set: ext/standard/tests/file/file_get_contents_error001.phpt

2013-08-14 Thread Christopher Jones
Commit:9d62807190ebda858acbb09ad832c96570a97c40 Author:Christopher Jones s...@php.net Wed, 14 Aug 2013 15:45:06 -0700 Parents: 7f69f07fc18f750843e756668a1a8a9178cdef97 Branches: PHP-5.4 PHP-5.5 master Link:

[PHP-CVS] com php-src: Fixed #65431 in zend_exception.c by Sixd: Zend/zend_exceptions.c

2013-08-14 Thread Xinchen Hui
Commit:8280393828e31913da45ba5ae5efbce34d90f8a8 Author:Xinchen Hui larue...@php.net Thu, 15 Aug 2013 11:47:44 +0800 Parents: 9d62807190ebda858acbb09ad832c96570a97c40 Branches: PHP-5.4 PHP-5.5 master Link:

[PHP-CVS] com php-src: Reduce (some) compile noise of 'unused variable' and 'may be used uninitialized' warnings.: ext/date/php_date.c ext/dba/dba.c ext/dba/libinifile/inifile.c ext/dom/xpath.c ext/gm

2013-08-14 Thread Christopher Jones
Commit:9ad97cd48903ea5454853960f2c14de326e0f624 Author:Christopher Jones s...@php.net Wed, 14 Aug 2013 20:36:50 -0700 Parents: 9d62807190ebda858acbb09ad832c96570a97c40 Branches: PHP-5.4 PHP-5.5 master Link:

[PHP-CVS] com php-src: Reduce compiler noise by removing unused variables and labels: ext/gd/gd.c ext/gd/libgd/gd.c ext/standard/url_scanner_ex.c

2013-08-14 Thread Christopher Jones
Commit:cd14de94d2428a28c8bfad1aad9837c59ab81e8f Author:Christopher Jones s...@php.net Wed, 14 Aug 2013 21:06:59 -0700 Parents: 39612afc72623e89a2bc595c9be4be497568d1be Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/date/php_date.c ext/intl/resourcebundle/resourcebundle_class.c ext/openssl/openssl.c ext/openssl/xp_ssl.c ext/session/session.c ext/simp

2013-08-14 Thread Christopher Jones
Commit:39612afc72623e89a2bc595c9be4be497568d1be Author:Christopher Jones s...@php.net Wed, 14 Aug 2013 20:43:25 -0700 Parents: 8c61758dc772345636e436e3f69bef7323f8b339 9ad97cd48903ea5454853960f2c14de326e0f624 Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Remove unused variable: ext/openssl/openssl.c

2013-08-14 Thread Christopher Jones
Commit:ac03b67e6a04f4337dcaa0ef0061afaa57c70e12 Author:Christopher Jones s...@php.net Wed, 14 Aug 2013 21:21:17 -0700 Parents: 4824d0f43e6d8742eafb5e751f3c9a3d7da3f3cd Branches: master Link:

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

2013-08-14 Thread Christopher Jones
Commit:4824d0f43e6d8742eafb5e751f3c9a3d7da3f3cd Author:Christopher Jones s...@php.net Wed, 14 Aug 2013 21:08:55 -0700 Parents: 3c166c47584c7a7eb8c1ce42ea05a8a5677da028 cd14de94d2428a28c8bfad1aad9837c59ab81e8f Branches: master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.5': ext/gmp/gmp.c ext/openssl/openssl.c ext/openssl/xp_ssl.c ext/session/session.c ext/standard/string.c ext/zip/php_zip.c main/rfc1867.c

2013-08-14 Thread Christopher Jones
Commit:3c166c47584c7a7eb8c1ce42ea05a8a5677da028 Author:Christopher Jones s...@php.net Wed, 14 Aug 2013 20:47:00 -0700 Parents: 759517651ec5fb09349a3653435dc9ddd0fc53b5 39612afc72623e89a2bc595c9be4be497568d1be Branches: master Link:

[PHP-CVS] com php-src: Fix unused variable warning in OCI8 2.0: ext/oci8/oci8_statement.c

2013-08-13 Thread Christopher Jones
Commit:f95cd93408997bd03e1811060d1f25680dc66607 Author:Christopher Jones s...@php.net Tue, 13 Aug 2013 15:15:57 -0700 Parents: c5674bb502ba5a0b4f14c3171de1ab617245a39d Branches: master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.5': Zend/zend_vm_def.h Zend/zend_vm_execute.h main/main.c

2013-08-13 Thread Xinchen Hui
Commit:b6fa0b40f7e1f942febdc35513f310a5880c4eb0 Author:Xinchen Hui larue...@php.net Wed, 14 Aug 2013 11:44:53 +0800 Parents: f95cd93408997bd03e1811060d1f25680dc66607 f3d18add089113a032d785169a6859c8719db307 Branches: master Link:

[PHP-CVS] com php-src: Fixed #65431 (Discarded qualifiers from pointer target warnings when using --enable-dtrace) by Sixd: Zend/zend.c Zend/zend_dtrace.c Zend/zend_vm_def.h Zend/zend_vm_execute.h mai

2013-08-13 Thread Xinchen Hui
Commit:f4dc2240a048050a87a6e3e31573f13a2256cf2e Author:Xinchen Hui larue...@php.net Wed, 14 Aug 2013 11:42:39 +0800 Parents: 72aacbf735c59d4414b6111284a6232befd093fc Branches: PHP-5.4 PHP-5.5 master Link:

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: Zend/zend.c Zend/zend_dtrace.c Zend/zend_vm_def.h Zend/zend_vm_execute.h main/main.c

2013-08-13 Thread Xinchen Hui
Commit:f3d18add089113a032d785169a6859c8719db307 Author:Xinchen Hui larue...@php.net Wed, 14 Aug 2013 11:44:37 +0800 Parents: bab33f7e05fce2ec3834149826da6cbb1545d962 f4dc2240a048050a87a6e3e31573f13a2256cf2e Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: Fix CVE-2013-4073 - handling of certs with null bytes: NEWS ext/openssl/openssl.c ext/openssl/tests/cve2013_4073.pem ext/openssl/tests/cve2013_4073.phpt

2013-08-13 Thread Stanislav Malyshev
Commit:2874696a5a8d46639d261571f915c493cd875897 Author:Stanislav Malyshev s...@php.net Tue, 13 Aug 2013 22:20:33 -0700 Parents: f4dc2240a048050a87a6e3e31573f13a2256cf2e Branches: PHP-5.4 PHP-5.5 master Link:

[PHP-CVS] com php-src: Fix CVE-2013-4073 - handling of certs with null bytes: NEWS ext/openssl/openssl.c ext/openssl/tests/cve2013_4073.pem ext/openssl/tests/cve2013_4073.phpt

2013-08-13 Thread Stanislav Malyshev
Commit:dcea4ec698dcae39b7bba6f6aa08933cbfee6755 Author:Stanislav Malyshev s...@php.net Tue, 13 Aug 2013 22:20:33 -0700 Parents: 7c9bb87edd51ebf1637bc55878b1c6380ada11dc Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link:

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

2013-08-13 Thread Stanislav Malyshev
Commit:2b9f5ac2525118bab372d5fc66eb19cabc46f483 Author:Stanislav Malyshev s...@php.net Tue, 13 Aug 2013 22:24:57 -0700 Parents: f3d18add089113a032d785169a6859c8719db307 7f69f07fc18f750843e756668a1a8a9178cdef97 Branches: PHP-5.5 master Link:

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

2013-08-13 Thread Stanislav Malyshev
Commit:4da62730927ea469e74577a269072ed1069ab05f Author:Stanislav Malyshev s...@php.net Tue, 13 Aug 2013 22:26:32 -0700 Parents: b6fa0b40f7e1f942febdc35513f310a5880c4eb0 2b9f5ac2525118bab372d5fc66eb19cabc46f483 Branches: master Link:

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

2013-08-13 Thread Stanislav Malyshev
Commit:aa1fe1b4803442ab0297a6f80b1a33998fd9d8fd Author:Stanislav Malyshev s...@php.net Tue, 13 Aug 2013 22:46:52 -0700 Parents: 76af988fece55a6228d892bb736c76916b8f6864 Branches: PHP-5.4.18 Link:

[PHP-CVS] com php-src: 5.4.18: configure.in main/php_version.h

2013-08-13 Thread Stanislav Malyshev
Commit:0780256c196a8a32f104a804b2d6eb029ccafa6a Author:Stanislav Malyshev s...@php.net Tue, 13 Aug 2013 22:47:24 -0700 Parents: aa1fe1b4803442ab0297a6f80b1a33998fd9d8fd Branches: PHP-5.4.18 Link:

[PHP-CVS] com php-src: Fix CVE-2013-4073 - handling of certs with null bytes: ext/openssl/openssl.c ext/openssl/tests/cve2013_4073.pem ext/openssl/tests/cve2013_4073.phpt

2013-08-13 Thread Stanislav Malyshev
Commit:76af988fece55a6228d892bb736c76916b8f6864 Author:Stanislav Malyshev s...@php.net Tue, 13 Aug 2013 22:20:33 -0700 Parents: 10b84a9015a29071df5f5f9d8e4368a38ffbb805 Branches: PHP-5.4.18 Link:

[PHP-CVS] tag php-src: create tag php-5.4.18

2013-08-13 Thread Stanislav Malyshev
Tag php-5.4.18 in php-src.git was created Tag: 4431a35c73b0e22520580df6523d7328a0944ec2 Tagger: Stanislav Malyshevs...@php.net Tue Aug 13 22:49:17 2013 -0700 Log: 5.4.18 -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (Darwin)

[PHP-CVS] com php-src: Fixed bug #65382 (Segfault in closure_030.phpt): Zend/zend_vm_def.h Zend/zend_vm_execute.h

2013-08-12 Thread Dmitry Stogov
Commit:52dac3e8cda94c8f38287ec3c437d9450b31b527 Author:Dmitry Stogov dmi...@zend.com Mon, 12 Aug 2013 10:53:20 +0400 Parents: 3ada3aaea65bdfa11d6a70040ea7c63f7020d0ef Branches: master Link:

[PHP-CVS] com php-src: Fixes to unified stdint usage: ext/date/lib/timelib_structs.h main/php_stdint.h

2013-08-12 Thread Anatol Belski
Commit:acea91b18c26149f753a037b96bed9e2b61bfdd1 Author:Anatol Belski a...@php.net Mon, 12 Aug 2013 13:39:17 +0200 Parents: 52dac3e8cda94c8f38287ec3c437d9450b31b527 Branches: master Link:

[PHP-CVS] com php-src: fixed strndup usage in the pgsql ext: ext/pgsql/pgsql.c

2013-08-12 Thread Anatol Belski
Commit:4134ebec8e0b614b419eeaee41b10bcfeb72d16a Author:Anatol Belski a...@php.net Mon, 12 Aug 2013 15:44:47 +0200 Parents: cf39c3d63829235626fd4dcb52e1274ca561932e Branches: PHP-5.4 PHP-5.5 master Link:

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

2013-08-12 Thread Anatol Belski
Commit:87198989cd39e139ea5343914db4e0e5750b19b0 Author:Anatol Belski a...@php.net Mon, 12 Aug 2013 15:45:26 +0200 Parents: 76fd13f742853b1d90c2bb79d7076636c9b141a0 4134ebec8e0b614b419eeaee41b10bcfeb72d16a Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: removed unused vars: ext/pgsql/pgsql.c

2013-08-12 Thread Anatol Belski
Commit:72aacbf735c59d4414b6111284a6232befd093fc Author:Anatol Belski a...@php.net Mon, 12 Aug 2013 15:52:15 +0200 Parents: 4134ebec8e0b614b419eeaee41b10bcfeb72d16a Branches: PHP-5.4 PHP-5.5 master Link:

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

2013-08-12 Thread Anatol Belski
Commit:bab33f7e05fce2ec3834149826da6cbb1545d962 Author:Anatol Belski a...@php.net Mon, 12 Aug 2013 15:52:50 +0200 Parents: 87198989cd39e139ea5343914db4e0e5750b19b0 72aacbf735c59d4414b6111284a6232befd093fc Branches: PHP-5.5 master Link:

[PHP-CVS] com php-src: ensure notices are not ignored when tests need them: ext/pgsql/tests/09notice.phpt ext/pgsql/tests/80_bug32223.phpt ext/pgsql/tests/80_bug32223b.phpt

2013-08-11 Thread Stanislav Malyshev
Commit:cf39c3d63829235626fd4dcb52e1274ca561932e Author:Stanislav Malyshev s...@php.net Sat, 10 Aug 2013 23:12:04 -0700 Parents: 36b759d1dd0258859d247997b9c81727531ce1ba Branches: PHP-5.4 PHP-5.5 master Link:

<    4   5   6   7   8   9   10   11   12   13   >