Re: [PHP-CVS] com php-src: DNS name comparison is now case insensitive.: ext/openssl/openssl.c ext/openssl/tests/bug65729.phpt

2013-10-08 Thread Johannes Schlüter
Hi, On Tue, 2013-10-08 at 02:07 +, Michael Wallner wrote: Log: DNS name comparison is now case insensitive. - if (strcmp(subjectname, certname) == 0) { + if (strcasecmp(subjectname, certname) == 0) { Shouldn't that use an non-locale-dependent (ASCII based) comparison?

Re: [PHP-CVS] com php-src: Make 'make distclean' remove the downloaded pear PHAR: Makefile.global

2013-09-30 Thread Johannes Schlüter
hi, On Mon, 2013-09-30 at 22:46 +, Christopher Jones wrote: Commit:d7baf0427fb56cbde55495e5c2071b1cdacb94ce Author:Christopher Jones s...@php.net Mon, 30 Sep 2013 15:46:22 -0700 Parents: d4d6a95105feb3d7a39a5dfea7c4cd3080097295 Branches: 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
: 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 ---End Message--- -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] com php-src: Allow 'make distclean' to clean up the 'generated' phar.inc: Makefile.global ext/phar/Makefile.frag ext/phar/phar/phar.inc ext/phar/phar/phar.inc.in

2013-07-31 Thread Johannes Schlüter
On Wed, 2013-07-31 at 19:31 +, Christopher Jones wrote: Commit:017145bc57e604153f2a2400dd6e73a397f52f96 Author:Christopher Jones s...@php.net Wed, 31 Jul 2013 12:31:50 -0700 Parents: 4ed18d5955ad7ac0172f6eec87735fefcd113270 Branches: PHP-5.5 master Link:

Re: [PHP-CVS] com php-src: Allow 'make distclean' to clean up the 'generated' phar.inc: Makefile.global ext/phar/Makefile.frag ext/phar/phar/phar.inc ext/phar/phar/phar.inc.in

2013-07-31 Thread Johannes Schlüter
On Thu, 2013-08-01 at 04:59 +0200, Johannes Schlüter wrote: On Wed, 2013-07-31 at 19:31 +, Christopher Jones wrote: Commit:017145bc57e604153f2a2400dd6e73a397f52f96 Author:Christopher Jones s...@php.net Wed, 31 Jul 2013 12:31:50 -0700 Parents

[PHP-CVS] svn: /SVNROOT/ global_avail

2013-07-29 Thread Johannes Schlüter
johannes Mon, 29 Jul 2013 17:31:03 + Revision: http://svn.php.net/viewvc?view=revisionrevision=331029 Log: Add bukka for pecl fann Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

Re: [PHP-CVS] com php-src: Merge from GitHub: ext/opcache/ZendAccelerator.c ext/opcache/ZendAccelerator.h

2013-07-28 Thread Johannes Schlüter
On Sun, 2013-07-28 at 09:47 +, Dmitry Stogov wrote: index 733e544..5f414f2 100644 --- a/ext/opcache/ZendAccelerator.h +++ b/ext/opcache/ZendAccelerator.h @@ -27,7 +27,7 @@ #endif #define ACCELERATOR_PRODUCT_NAME Zend OPcache -#define ACCELERATOR_VERSION 7.0.2-dev +#define

[PHP-CVS] com php-src: Fix comment: Zend/zend_hash.h

2013-07-23 Thread Johannes Schlüter
Commit:063e10b275159dc9d50228f451f94d6990a41f6d Author:Johannes Schlüter johan...@php.net Tue, 23 Jul 2013 12:41:24 +0200 Parents: 8aebe0f1e7003301091e91730ce50a58dc7285cb Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fix compiler warning on redefined constant: ext/pdo_mysql/mysql_driver.c

2013-07-23 Thread Johannes Schlüter
Commit:c28ab73d7346e332594c30a9a544cfd74b8bc5bb Author:Johannes Schlüter johan...@php.net Tue, 23 Jul 2013 12:50:37 +0200 Parents: 9b6aa268a3ab431b7dcd592b922dbc399202e58d 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: Merge branch 'PHP-5.4' into PHP-5.5: ext/pdo_mysql/mysql_driver.c

2013-07-23 Thread Johannes Schlüter
Commit:5a8b0ca8fa00fdc70b2d55be02ef9d7472990bec Author:Johannes Schlüter johan...@php.net Tue, 23 Jul 2013 12:57:08 +0200 Parents: 063e10b275159dc9d50228f451f94d6990a41f6d c28ab73d7346e332594c30a9a544cfd74b8bc5bb Branches: PHP-5.5 master Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: Fix bug 65299: NEWS ext/pdo_mysql/mysql_driver.c ext/pdo_mysql/pdo_mysql.c ext/pdo_mysql/php_pdo_mysql_int.h

2013-07-23 Thread Johannes Schlüter
Commit:7b92a227726106917a65c42676f87a88267a4770 Author:Johannes Schlüter johan...@php.net Tue, 23 Jul 2013 14:13:22 +0200 Parents: 5a8b0ca8fa00fdc70b2d55be02ef9d7472990bec Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Remove README about PHP 4.0 - 4.1 API changes: README.EXTENSIONS

2013-07-19 Thread Johannes Schlüter
Commit:17361b9707377ef545932362615fa01b0fa7b8ab Author:Johannes Schlüter johan...@php.net Fri, 19 Jul 2013 21:45:26 +0200 Parents: 85bbc8fa9dcfde80a1628ac5e05b22f14f76e222 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Update patch submitting instructions: README.SUBMITTING_PATCH

2013-07-19 Thread Johannes Schlüter
Commit:b278aba429ee86574f3f02294ffbcd4e858b15b1 Author:Johannes Schlüter johan...@php.net Fri, 19 Jul 2013 22:00:01 +0200 Parents: 17361b9707377ef545932362615fa01b0fa7b8ab Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Mention git and suggest PECL for new things: CODING_STANDARDS

2013-07-19 Thread Johannes Schlüter
Commit:7daf1a6c1473e4d5f414256c02944527f2ec3c63 Author:Johannes Schlüter johan...@php.net Fri, 19 Jul 2013 22:05:52 +0200 Parents: b278aba429ee86574f3f02294ffbcd4e858b15b1 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Slightly modernize ext_skel and sekelton/: ext/ext_skel ext/skeleton/php_skeleton.h ext/skeleton/skeleton.c

2013-07-17 Thread Johannes Schlüter
Commit:f7e204d7ed57754eceb01004b68dc733d3259c4c Author:Johannes Schlüter johan...@php.net Wed, 17 Jul 2013 23:15:37 +0200 Parents: a5d177cbc864ff983bdcd4890029ea7eb6dd4d51 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Drop PHP 4 related README: README.PHP4-TO-PHP5-THIN-CHANGES

2013-07-17 Thread Johannes Schlüter
Commit:57c50f8fed33bc74e41191f6b351f16cc215d3af Author:Johannes Schlüter johan...@php.net Wed, 17 Jul 2013 23:25:44 +0200 Parents: f7e204d7ed57754eceb01004b68dc733d3259c4c Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Remove PHP3 conversion scripts: scripts/dev/conv_proto scripts/dev/conv_z_macros scripts/dev/extern_c.php

2013-07-17 Thread Johannes Schlüter
Commit:2a13fb106da1973ab4533315444fdafa3638df69 Author:Johannes Schlüter johan...@php.net Wed, 17 Jul 2013 23:32:23 +0200 Parents: 57c50f8fed33bc74e41191f6b351f16cc215d3af Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Make zval2myslqnd implementations aware of inheritance: ext/mysqli/mysqli.c ext/pdo_mysql/pdo_mysql.c

2013-07-16 Thread Johannes Schlüter
Commit:d3a4af4db8d44f3d4a353589857c3c016ba8beda Author:Johannes Schlüter johan...@php.net Tue, 16 Jul 2013 13:52:57 +0200 Parents: bcb39d9c6a0b0a16c9bda5a661a0897e96de09a5 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: Merge branch 'PHP-5.4' into PHP-5.5: ext/mysqli/mysqli.c ext/pdo_mysql/pdo_mysql.c

2013-07-16 Thread Johannes Schlüter
Commit:e1a0c90b8b032ce8a677b5aeca9920ceac41fc72 Author:Johannes Schlüter johan...@php.net Tue, 16 Jul 2013 13:55:32 +0200 Parents: 54b740a7e1ceea80690d47833a3fe667ce839522 d3a4af4db8d44f3d4a353589857c3c016ba8beda Branches: PHP-5.5 master Link: http://git.php.net/?p=php

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

2013-07-10 Thread Johannes Schlüter
2kGGDPiDSsILsvRTl3yjSXKXMWvbbIRYxTATgm63J3Tw6iJDesgIW6R9sXzaRto= =zR4b -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=683a41866a68f1d52d1a28fb5a95868113139f47 Target: b1e49d95a17f8e553172da43834588a8ea78081e Author: Johannes Schlüter johan...@php.net Wed, 10 Jul

[PHP-CVS] com php-src: Merge PHP 5.3.27 NEWS: NEWS

2013-07-10 Thread Johannes Schlüter
Commit:9c4ef501462cb672df1f6736261a1c8beea77c7e Author:Johannes Schlüter johan...@php.net Wed, 10 Jul 2013 19:45:45 +0200 Parents: 710eeebc5c95692bd3c84f5d2b5d687349b6 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: add test for bug #65236: ext/xml/tests/bug65236.phpt

2013-07-10 Thread Johannes Schlüter
Commit:710eeebc5c95692bd3c84f5d2b5d687349b6 Author:Johannes Schlüter johan...@php.net Wed, 10 Jul 2013 19:35:18 +0200 Parents: 7d163e8a0880ae8af2dd869071393e5dc07ef271 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: PHP 5.3.27: NEWS configure.in main/php_version.h

2013-07-10 Thread Johannes Schlüter
Commit:b1e49d95a17f8e553172da43834588a8ea78081e Author:Johannes Schlüter johan...@php.net Wed, 10 Jul 2013 19:43:08 +0200 Parents: 154a39a72db346628cce8af1246bd6c267e6d576 Branches: PHP-5.3.27 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: add test for bug #65236: ext/xml/tests/bug65236.phpt

2013-07-10 Thread Johannes Schlüter
Commit:154a39a72db346628cce8af1246bd6c267e6d576 Author:Johannes Schlüter johan...@php.net Wed, 10 Jul 2013 19:35:18 +0200 Parents: fd803718df0aa413fd8c47eaa030fcc61f3feb28 Branches: PHP-5.3.27 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: truncate results at depth of 255 to prevent corruption: ext/xml/xml.c

2013-07-10 Thread Johannes Schlüter
Commit:fd803718df0aa413fd8c47eaa030fcc61f3feb28 Author:Rob Richards rricha...@php.net Sat, 6 Jul 2013 07:53:07 -0400 Committer: Johannes Schlüter johan...@php.net Wed, 10 Jul 2013 19:40:44 +0200 Parents: 55c279ed3fd6de8ce4d9d16d98ae7bce1a8b73fa Branches: PHP-5.3.27 Link

Re: [PHP-CVS] com php-src: Add bison 2.6.4 to the list of supported versions: Zend/acinclude.m4

2013-07-03 Thread Johannes Schlüter
The 5.3 branch is closed. Do we really need this here? On Wed, 2013-07-03 at 04:36 +, Sebastian Bergmann wrote: Commit:50ac53e1b109795e3abb92735a3a35cebcdd47a7 Author:Sebastian Bergmann s...@sebastian-bergmann.de Wed, 3 Jul 2013 06:36:54 +0200 Parents:

Re: [PHP-CVS] com php-src: Add bison 2.6.4 to the list of supported versions: Zend/acinclude.m4

2013-07-03 Thread Johannes Schlüter
On Wed, 2013-07-03 at 13:07 +0200, Johannes Schlüter wrote: The 5.3 branch is closed. Do we really need this here? Additionally I got merge conflicts due to this while merging 5.4 into 5.5, please verify the result there. johannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe

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

2013-07-03 Thread Johannes Schlüter
Commit:9aa7343ae0828d881e8438a5a9146fd4a95a93d9 Author:Johannes Schlüter johan...@php.net Wed, 3 Jul 2013 17:10:58 +0200 Parents: 631bb27dcacf625e35f6dacc5e8df0b45624531a 5bc7e597d990eb3c38d07c0189d27c246c7b4ae5 Branches: PHP-5.5 master Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: Make sure return value is initialised in case transaction startup fails: ext/mysqlnd/mysqlnd.c

2013-07-03 Thread Johannes Schlüter
Commit:5bc7e597d990eb3c38d07c0189d27c246c7b4ae5 Author:Johannes Schlüter johan...@php.net Wed, 3 Jul 2013 17:08:14 +0200 Parents: 0265c2d961aa99e00361d6ab0f845dc1e8782558 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: Update git rules (5.5 is stable, 5.3 sec only): README.GIT-RULES

2013-06-20 Thread Johannes Schlüter
Commit:e4ee921b7ea7f549b6cc2ed29797a7f7f17962c6 Author:Johannes Schlüter johan...@php.net Thu, 20 Jun 2013 11:51:21 +0200 Parents: f0eaa02f6f773bd383e403fd5b9699cea7a8f457 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] tag php-src: create tag php-5.3.27RC1

2013-06-19 Thread Johannes Schlüter
gSaLsBM4RglUOaaKZzxs5k9aOMXY9aibW+pxuZyB9i+9OqGY2y82T5y5H2YrvHE= =7jsy -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=a264dfaed7209bdd3a883e7a0be718993a85b0e1 Target: 825bd97c6840bb8464a330142751600c093e8b8a Author: Johannes Schlüter johan...@php.net Wed

[PHP-CVS] com php-src: This will be PHP 5.3.28: NEWS configure.in main/php_version.h

2013-06-19 Thread Johannes Schlüter
Commit:f0eaa02f6f773bd383e403fd5b9699cea7a8f457 Author:Johannes Schlüter johan...@php.net Wed, 19 Jun 2013 15:08:02 +0200 Parents: 6238dd6f3257bed9efe60a39978376862668e71c 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: PHP 5.3.27RC1: NEWS configure.in main/php_version.h

2013-06-19 Thread Johannes Schlüter
Commit:825bd97c6840bb8464a330142751600c093e8b8a Author:Johannes Schlüter johan...@php.net Wed, 19 Jun 2013 14:57:16 +0200 Parents: 6238dd6f3257bed9efe60a39978376862668e71c Branches: PHP-5.3.27 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Add NEWS for PHP 5.3.26: NEWS

2013-06-05 Thread Johannes Schlüter
Commit:ec3bcbcb5a6336861951ad569e378e4b77984df5 Author:Johannes Schlüter johan...@php.net Wed, 5 Jun 2013 16:34:18 +0200 Parents: 3c87945c95c9c31986e690bb046c70e58c8d8896 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] tag php-src: create tag php-5.3.26

2013-06-05 Thread Johannes Schlüter
IX8rUoNhIQebwVvSEqKve1WSwls5IpWI48zzYT7hLUo01YTz2HvW/fjj1inwd+g= =hNIW -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=edfecc21787880775bab25b4874aa5e864399744 Target: 4e573053dc625cc2a92917ab10511759bc19135e Author: Johannes Schlüter johan...@php.net Wed, 5 Jun

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

2013-06-05 Thread Johannes Schlüter
Commit:882aa9c687806d44f7e70555d7dfa125b507561e Author:Johannes Schlüter johan...@php.net Wed, 5 Jun 2013 16:27:49 +0200 Parents: eeb7f93294cd0a11af44905d84044e0b158d802c Branches: PHP-5.3.26 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-06-05 Thread Johannes Schlüter
Commit:4e573053dc625cc2a92917ab10511759bc19135e Author:Johannes Schlüter johan...@php.net Wed, 5 Jun 2013 16:29:25 +0200 Parents: 882aa9c687806d44f7e70555d7dfa125b507561e Branches: PHP-5.3.26 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] tag php-src: create tag php-5.3.26RC1

2013-05-22 Thread Johannes Schlüter
8bv62qv1ptAiqtZVC0UG+RA5xkUAuE1m2HeXLi1R/1JIqBOw+IsuKgkrSahqj4Q= =Iwot -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=40e490a90b74ec23fa58bf7416bfc94b45c2cb34 Target: 9e28f20fba538c602ff3270deeb4aa5835448866 Author: Johannes Schlüter johan...@php.net Wed

[PHP-CVS] com php-src: This will be PHP 5.3.27: NEWS configure.in main/php_version.h

2013-05-22 Thread Johannes Schlüter
Commit:4cb25d25f10017f0b3f2158bef41a23efb85dc4d Author:Johannes Schlüter johan...@php.net Wed, 22 May 2013 17:13:17 +0200 Parents: c50cef1dc54ffd1d0fb71d1afb8b2c3cb3c5b6ef 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: PHP 5.3.26RC1: NEWS configure.in main/php_version.h

2013-05-22 Thread Johannes Schlüter
Commit:9e28f20fba538c602ff3270deeb4aa5835448866 Author:Johannes Schlüter johan...@php.net Wed, 22 May 2013 17:10:20 +0200 Parents: c50cef1dc54ffd1d0fb71d1afb8b2c3cb3c5b6ef Branches: PHP-5.3.26 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-05-17 Thread Johannes Schlüter
Commit:22da0b7364e4290ef57ede40468564d6a4ff2797 Author:Johannes Schlüter johan...@php.net Fri, 17 May 2013 11:22:04 +0200 Parents: 273ad58295d738b1d146abfae92babc075282d85 Branches: master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-05-08 Thread Johannes Schlüter
Commit:ae3a37659f93bb16ca813a39d2cdd0a96a63bea8 Author:Johannes Schlüter johan...@php.net Wed, 8 May 2013 17:58:52 +0200 Parents: 916226b745bab77e60fcf87041ed4f324dfdfa5c Branches: PHP-5.3.25 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-05-08 Thread Johannes Schlüter
KVqyFy0SpPvFrQp9STKPRYPLGxGwAmA9PS1VRXQuij4slZwnm+ICRPceVMealVM= =Yq3D -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=4227962d25a44b07fa6f219756db40388bd8231c Target: ae3a37659f93bb16ca813a39d2cdd0a96a63bea8 Author: Johannes Schlüter johan...@php.net Wed, 8 May

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

2013-05-08 Thread Johannes Schlüter
Commit:1cc2162b835ff6bcb8650b9522f54d266576401e Author:Johannes Schlüter johan...@php.net Wed, 8 May 2013 18:01:39 +0200 Parents: 5c701d19aca937e28fca32934719836991b40cf0 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: don't include smart_str.h in a too global header, fixes #64718: ext/mysqlnd/mysqlnd.c ext/mysqlnd/mysqlnd_structs.h

2013-04-30 Thread Johannes Schlüter
Commit:062519ed4186d5f19a131a3a4c0e430a83dc0766 Author:Johannes Schlüter johan...@php.net Tue, 30 Apr 2013 14:26:55 +0200 Parents: 36b968ae96fed67c91f3ac785e56aec8d565795a Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-04-25 Thread Johannes Schlüter
Commit:671ef9fda7ec5876e5c1da2d98e296fb7e7620c9 Author:Johannes Schlüter johan...@php.net Thu, 25 Apr 2013 17:58:02 +0200 Parents: 18fdab5a09b64252a9a61ad6d1b2eff4a257b8f2 Branches: PHP-5.3 PHP-5.4 PHP-5.5 master PHP-5.3.25 Link: http://git.php.net/?p=php-src.git

[PHP-CVS] tag php-src: create tag php-5.3.25RC1

2013-04-25 Thread Johannes Schlüter
3xlk0346bsM8S/V5WmF7ojyRtkV/uEBGzJNBrCNxbwXYKH1BNtG5qQm8dKZAw34= =BY0e -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=7884e82a2d25319af4e9b9fe64eb9dfc975fcfff Target: 916226b745bab77e60fcf87041ed4f324dfdfa5c Author: Johannes Schlüter johan...@php.net Thu

[PHP-CVS] com php-src: PHP 5.3.26 this will be: NEWS configure.in main/php_version.h

2013-04-25 Thread Johannes Schlüter
Commit:63434524f82f8686e16bb6ebed10ad206987481f Author:Johannes Schlüter johan...@php.net Thu, 25 Apr 2013 18:02:53 +0200 Parents: 671ef9fda7ec5876e5c1da2d98e296fb7e7620c9 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.5': NEWS

2013-04-25 Thread Johannes Schlüter
Commit:488933792a8e5455c55a578a12e6a66ac684b68f Author:Johannes Schlüter johan...@php.net Thu, 25 Apr 2013 18:05:56 +0200 Parents: 22f6b6dbec4772febe0e3c31bceeb31eecf806ab 6251706ea681ac6685008f63c9e169d09e6c474a Branches: master Link: http://git.php.net/?p=php-src.git

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

2013-04-25 Thread Johannes Schlüter
Commit:916226b745bab77e60fcf87041ed4f324dfdfa5c Author:Johannes Schlüter johan...@php.net Thu, 25 Apr 2013 17:59:56 +0200 Parents: 671ef9fda7ec5876e5c1da2d98e296fb7e7620c9 Branches: PHP-5.3.25 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-04-10 Thread Johannes Schlüter
lzP6dqqC9uvwH8cGB+N0McdFnREtpD/r/320c2Su1LJyUJAkEq9IL62a//D70uQ= =2HOy -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=ccbdf9210aea08c2486b321b192098ad1936f3c3 Target: c2383857790e75ff405c2518a7aaf40bde8ef788 Author: Johannes Schlüter johan...@php.net Wed, 10 Apr

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

2013-04-10 Thread Johannes Schlüter
wuX9bukijLOeP4O0KCgPf4wYDeatJ4+qKCci3pbmift1FhV9GbssPPB/nOfXAMc= =NllO -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=99549d09b9bc88e2353d09d71b187fb63228ecae Target: b30251268dbee5d7780ef04a2c027f6ceb3c3f53 Author: Johannes Schlüter johan...@php.net Wed, 10 Apr

[PHP-CVS] com php-src: PHP 5.3.24 release date: NEWS

2013-04-10 Thread Johannes Schlüter
Commit:ecdf8bcc455a660086f85b47f68ecc802c20ac2b Author:Johannes Schlüter johan...@php.net Wed, 10 Apr 2013 09:41:21 +0200 Parents: 88b3cdc4e9ec199044dd9b2d82d12639226091dd 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: PHP 5.3.24: NEWS configure.in main/php_version.h

2013-04-10 Thread Johannes Schlüter
Commit:c2383857790e75ff405c2518a7aaf40bde8ef788 Author:Johannes Schlüter johan...@php.net Wed, 10 Apr 2013 09:42:48 +0200 Parents: 65cf185e0a716c75c1466b4f2a415155bfa75c21 Branches: PHP-5.3.24 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: PHP 5.4.14 release date: NEWS

2013-04-10 Thread Johannes Schlüter
Commit:442ff25187081212631c03a49041a0529520b505 Author:Johannes Schlüter johan...@php.net Wed, 10 Apr 2013 09:45:16 +0200 Parents: 146d7861370114430185bb849bda5ebb9415ca66 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: PHP 5.4.14: NEWS configure.in main/php_version.h

2013-04-10 Thread Johannes Schlüter
Commit:b30251268dbee5d7780ef04a2c027f6ceb3c3f53 Author:Johannes Schlüter johan...@php.net Wed, 10 Apr 2013 09:47:04 +0200 Parents: b4e4a2c7aea8cc0b59b7836463bdd2d214b83177 Branches: PHP-5.4.14 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-04-04 Thread Johannes Schlüter
On Wed, 2013-04-03 at 19:04 +0800, Laruence wrote: Hey: remi did, see https://bugs.php.net/bug.php?id=64503 but seems start from 2.4.1 Then please update Zend/acinclude.m4: accordingly. johannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] com php-src: Improve warning when trying to load zend ext as PHP module: ext/standard/dl.c

2013-04-04 Thread Johannes Schlüter
Commit:9587cf385e9c0220cbd999a13ed73ce5e496515b Author:Johannes Schlüter johan...@php.net Wed, 3 Apr 2013 10:59:37 +0200 Parents: 01ca2bf8c3f694c3637a161a5d68f3c947a22c08 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-04-03 Thread Johannes Schlüter
Hi, On Mon, 2013-03-25 at 15:48 +, Xinchen Hui wrote: +%code requires { +#ifdef ZTS +# define YYPARSE_PARAM tsrm_ls +# define YYLEX_PARAM tsrm_ls +#endif +} + This doesn't seem to work with bison 2.3, either we have to increase the bison dependency or find another fix. Bison 2.3 is

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

2013-04-03 Thread Johannes Schlüter
On Wed, 2013-04-03 at 18:26 +0800, Laruence wrote: Hey: yes, %code is introduced in bison 2.3+(it is said is 2.3a) . so, maybe we need to drop supports of 2.3 in 5.5 release, or revert this fix,, wait for somethings (like one year) thanks Bison 2.4 is from November 2008. As

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

2013-03-28 Thread Johannes Schlüter
Commit:46ee57f2d77671bdb13819f71b43b60ca571221b Author:Johannes Schlüter johan...@php.net Thu, 28 Mar 2013 15:05:46 +0100 Parents: c4686b4de93a89e8265331b0d4a6a7954ccbae95 Branches: PHP-5.3 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-03-28 Thread Johannes Schlüter
Commit:65cf185e0a716c75c1466b4f2a415155bfa75c21 Author:Johannes Schlüter johan...@php.net Thu, 28 Mar 2013 15:03:11 +0100 Parents: c4686b4de93a89e8265331b0d4a6a7954ccbae95 Branches: PHP-5.3.24 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] tag php-src: create tag php-5.3.24RC1

2013-03-28 Thread Johannes Schlüter
/+s/xmYyFrzn7LmWsklogHJLDa1+xSIGjj+Rd8bu//yl4TH9pOH5uhe1tlk= =T3qw -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=b6779733e64273dc92eabeaa6afb2301c6560225 Target: 65cf185e0a716c75c1466b4f2a415155bfa75c21 Author: Johannes Schlüter johan...@php.net Thu

[PHP-CVS] com php-src: It's 2013, even for a manpage: sapi/cli/php.1.in

2013-03-24 Thread Johannes Schlüter
Commit:66682f5abe27e7e53e088ec5d8268754912b5988 Author:Johannes Schlüter johan...@php.net Sun, 24 Mar 2013 17:31:29 +0100 Parents: 638c4b89b7f33a86b45b02f72ee42b25a439863b 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: Document embedded server options in manpage: sapi/cli/php.1.in

2013-03-24 Thread Johannes Schlüter
Commit:6f560b0487b48d8364a2077b97e661fd5107054e Author:Johannes Schlüter johan...@php.net Sun, 24 Mar 2013 17:32:30 +0100 Parents: de71f435d8b4e30539284c73bd910f8dcc9e8d98 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: Merge branch 'PHP-5.3' into PHP-5.4: sapi/cli/php.1.in

2013-03-24 Thread Johannes Schlüter
Commit:de71f435d8b4e30539284c73bd910f8dcc9e8d98 Author:Johannes Schlüter johan...@php.net Sun, 24 Mar 2013 17:32:00 +0100 Parents: bb18fa448c104c10d0899090bf64ca66e36e492e 66682f5abe27e7e53e088ec5d8268754912b5988 Branches: PHP-5.4 PHP-5.5 master Link: http

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

2013-03-22 Thread Johannes Schlüter
/ClxyaeeRrI59/8Nyw/TY6ueKaS5VLzJPdcYAELcYyVEWmenIjg= =wDIu -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=92cdc2983fbad89703d336b3509a42e94d34a9d0 Target: 854ababcc906677d4379fccab79adc783cd1f3a1 Author: Johannes Schlüter johan...@php.net Wed, 16 Jan

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

2013-03-14 Thread Johannes Schlüter
/HR1XoHVd1o3bIPeJURziAd2KzjpzJlgEnWfdUwctNj1Ghjw5/YS99k= =7QP1 -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=35841ff0fc33b046bd8a3cad0e7342b25059469b Target: 575aeb37d0f4ce2b5ba9157884a19b8270ae07e3 Author: Johannes Schlüter johan...@php.net Thu, 14 Mar

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

2013-03-14 Thread Johannes Schlüter
Commit:575aeb37d0f4ce2b5ba9157884a19b8270ae07e3 Author:Johannes Schlüter johan...@php.net Thu, 14 Mar 2013 18:07:03 +0100 Parents: 8f533d2dfd1f029b5d1a811fdeac753a4dc0a7a2 Branches: PHP-5.3.23 Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] com php-src: Fix #60840 (undefined symbol: mysqlnd_debug_std_no_trace_funcs): NEWS ext/mysqlnd/mysqlnd_alloc.c ext/mysqlnd/mysqlnd_alloc.h

2013-02-21 Thread Johannes Schlüter
Commit:064c62e4cf078cf08a40478dfe0e64bd51789e57 Author:Johannes Schlüter johan...@schlueters.de Thu, 21 Feb 2013 16:49:28 +0100 Parents: 1e9bc5677505585173ac105c997a09c095f34d1d Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

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

2013-02-20 Thread Johannes Schlüter
m0DVNXsyMMI7kjPdnwe+GpRRGIqLkymXFK0xFe3WoeiyNYkQi5wi55QksCpXTww= =NU41 -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=0a516d521e97c6bf788f07dc7a49795ad72ae8c2 Target: 13616e8856076ee7bd3d661fd492326565ae48ff Author: Johannes Schlüter johan...@php.net Wed, 20 Feb

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

2013-02-20 Thread Johannes Schlüter
Commit:afc1debb2f48938e98ec35dbc6545b331b1c3096 Author:Johannes Schlüter johan...@php.net Wed, 20 Feb 2013 11:56:29 +0100 Parents: 558c5dbe655ffe13d27c47fa02e108302a7dfe73 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] svn: /SVNROOT/ global_avail

2013-02-15 Thread Johannes Schlüter
johannes Fri, 15 Feb 2013 22:11:19 + Revision: http://svn.php.net/viewvc?view=revisionrevision=329484 Log: svn to git for runkit Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /SVNROOT/ global_avail

2013-02-15 Thread Johannes Schlüter
johannes Fri, 15 Feb 2013 23:43:33 + Revision: http://svn.php.net/viewvc?view=revisionrevision=329485 Log: SVNROOT karma for Ferenc (tyrael) Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] tag php-src: create tag php-5.3.22RC2

2013-02-13 Thread Johannes Schlüter
4xhwVod7W0Ae8/frwMLo2bOJNlTcZig2TufgqHK1dyZnEINNwjYxNdWX1V638UM= =Jiia -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=489eed2252639afb01cfd82127af03866900f6e6 Target: 229edf4f3d76bb34637f87b24240631c013ab79e Author: Johannes Schlüter johan...@php.net Wed

[PHP-CVS] com php-src: Check if soap.wsdl_cache_dir confirms to open_basedir (cherry picked from commit cc4c318b0c71e1a9c9cf803b5ee5d437344d64db): ext/soap/soap.c

2013-02-13 Thread Johannes Schlüter
Commit:71c63bcfc5456a59b090754cf0b0ba2815e1bf16 Author:Dmitry Stogov dmi...@zend.com Thu, 7 Feb 2013 13:04:47 +0400 Committer: Johannes Schlüter johan...@php.net Wed, 13 Feb 2013 21:51:02 +0100 Parents: 8285a82070d7279624b876b0e13e88f629000e66 Branches: PHP-5.3.22 Link

[PHP-CVS] svn: /SVNROOT/ global_avail

2013-02-08 Thread Johannes Schlüter
johannes Fri, 08 Feb 2013 14:45:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=329453 Log: Move ssdeep to git (on request by Tyrael) Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

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

2013-02-01 Thread Johannes Schlüter
Commit:9c821ec7a1003f5f7988114e8724657dbe026e7d Author:Johannes Schlüter johan...@php.net Fri, 1 Feb 2013 12:32:00 +0100 Parents: 4608341303a35d05cd9d12c7db39c702151a5d39 b09f5a4f56348a2f0b12f3d1a15b880845aca9c6 Branches: PHP-5.5 master Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: Fix typo in error message: ext/snmp/snmp.c

2013-02-01 Thread Johannes Schlüter
Commit:b09f5a4f56348a2f0b12f3d1a15b880845aca9c6 Author:Johannes Schlüter johan...@php.net Fri, 1 Feb 2013 12:31:07 +0100 Parents: 9d75bf35e96bfc5c8d629ecef6807a90b4c98be7 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h

[PHP-CVS] tag php-src: create tag php-5.3.22RC1

2013-01-30 Thread Johannes Schlüter
5S1dlEYC48oOG2ZHfXo2QyflD2JGxZ696k2NmubEHObFJ+mqzwyzcV5AvQUM5Zs= =pTCe -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=3f00f76f7c93ad297849c938304f1bfd0f6db03b Target: 8285a82070d7279624b876b0e13e88f629000e66 Author: Johannes Schlüter johan...@php.net Thu

[PHP-CVS] com php-src: This will be PHP 5.3.23: NEWS configure.in main/php_version.h

2013-01-30 Thread Johannes Schlüter
Commit:a80fdc47b3b5046188aee6a9ef310879322cf4e9 Author:Johannes Schlüter johan...@php.net Thu, 31 Jan 2013 00:57:29 +0100 Parents: 321f4f18e52bfabe19fb9217dff0bf661d48e5d3 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: Fix bug #64099 (Wrong TSRM usage in zend_register_class_alias): NEWS Zend/zend_API.h

2013-01-29 Thread Johannes Schlüter
Commit:93fd9c704b9aae141008274e9f3bd2775116a83a Author:Johannes Schlüter johan...@php.net Tue, 29 Jan 2013 19:47:45 +0100 Parents: be2f547497c32e845f99516df4785ddb3fbff416 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: Fix NEWS after 5.3.21: NEWS

2013-01-29 Thread Johannes Schlüter
Commit:be2f547497c32e845f99516df4785ddb3fbff416 Author:Johannes Schlüter johan...@php.net Wed, 16 Jan 2013 17:38:17 +0100 Parents: f63a9f6c11c05aa76158b6cae0e05340d303a6af 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.4' into PHP-5.5: Zend/zend_API.h

2013-01-29 Thread Johannes Schlüter
Commit:78d3e66f3ae4230cee0c28722284948201e001d8 Author:Johannes Schlüter johan...@php.net Tue, 29 Jan 2013 19:50:14 +0100 Parents: 078b025a15a22c290f36e66b0c3336376623266e 1433854681d8cd37803873b2f891a8d60d77cc3c Branches: PHP-5.5 master Link: http://git.php.net/?p=php

[PHP-CVS] com php-src: Merge branch 'PHP-5.3' into PHP-5.4: Zend/zend_API.h

2013-01-29 Thread Johannes Schlüter
Commit:1433854681d8cd37803873b2f891a8d60d77cc3c Author:Johannes Schlüter johan...@php.net Tue, 29 Jan 2013 19:49:43 +0100 Parents: 264279439b5707ecbc21ad06c8f48d3ffd6bd862 ec53b60072799704a0d94cdd935bdf54bd5e5344 Branches: PHP-5.4 PHP-5.5 master Link: http

[PHP-CVS] svn: /SVNROOT/ global_avail

2013-01-17 Thread Johannes Schlüter
johannes Thu, 17 Jan 2013 15:35:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=329181 Log: Upgrade Sherif Ramadan (googleguy) with php-src karma Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] tag php-src: create tag php-5.3.21RC1

2013-01-03 Thread Johannes Schlüter
L5t8yj7SQsTu0IfC/HZETVe3M6V9hHZYhb/DnGnuWjjSJHFPEVCXe0BLHuxKyok= =pLF+ -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=0c94d2c5b38d575189ef36df01944b6327a2d03f Target: ec04de6368427909491866cf658e6060f79429ea Author: Johannes Schlüter johan...@php.net Thu, 3

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

2012-12-19 Thread Johannes Schlüter
CSq8F5Jm9Fuq2e2VX/QRh07IwjiV/RpmOT0E7IhOep0WQoI3LfNTnq2BA9g1HTU= =WBh7 -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=a6eb90a4cafeba3ac7186742809a8c1744ab0a67 Target: 13adcc108d882e792b765fbfc4849eb7bd4e9863 Author: Johannes Schlüter johan...@php.net Wed, 19 Dec

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

2012-12-19 Thread Johannes Schlüter
Commit:e01fe5315c5fd03231641f7bb0819dbfaaadf935 Author:Johannes Schlüter johan...@php.net Wed, 19 Dec 2012 16:15:39 +0100 Parents: 06739a1b72ce1e7192108f9b313746814912a425 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: Fix Bug #63762 Sigsegv when Exception::$trace is changed by user: NEWS Zend/tests/bug63762.phpt Zend/zend_exceptions.c

2012-12-13 Thread Johannes Schlüter
Commit:a11606b18fd20be1048a858eb5011fb7117855a9 Author:Johannes Schlüter johan...@php.net Thu, 13 Dec 2012 22:39:35 +0100 Parents: 39a3007ab2f88d860beb524024ab97fb13110561 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: Fix typo: NEWS

2012-12-10 Thread Johannes Schlüter
Commit:795e3f1c0fa3a41cd933cc3ab3cd1867bbc7b817 Author:Johannes Schlüter johan...@php.net Mon, 10 Dec 2012 13:32:08 +0100 Parents: db6d8e27247429746985cf1c424e73728449922f 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] tag php-src: create tag php-5.3.20RC1

2012-12-05 Thread Johannes Schlüter
/Y4jM1v4EK6uNiUFs6ikqXLSWDrseH5w/qrVjTRt2uH6NdCw/PCCHSPKc= =IjvB -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=12070197112944b3a82d2874d78125d6b094daa5 Target: c31ce8a12502fc7db84a05c36c493f4f5a84a044 Author: Johannes Schlüter johan...@php.net Wed, 5

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

2012-11-21 Thread Johannes Schlüter
+kHNfkew20g4HXh6zpZxn1PJwAN+x99XlD7aqQZYiAIUKuuqW5Zirce1BoA= =6XNI -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=2a6f699d12a0fe28b62e3e6ece3bb9ca5d752408 Target: f0799ceeb404cf7f7132cc85f075e1bd2648298d Author: Johannes Schlüter johan...@php.net Wed, 21 Nov

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

2012-11-16 Thread Johannes Schlüter
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 johan...@php.net wrote: Commit:7468fc0e374ad8cd8db482e6c228cdaae8aed075 Author:Johannes Schlüter johan...@php.net Thu, 15 Nov

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

2012-11-14 Thread Johannes Schlüter
On Wed, 2012-11-14 at 09:02 +, Anatoliy Belsky wrote: +- Apache 2.4 handler is supported as of PHP 5.3.20 + That's Windows specific, isn't? From source, I think, we supported this for a while already. johannes -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] tag php-src: create tag php-5.3.19RC1

2012-11-07 Thread Johannes Schlüter
5HsKeXrAVMrJFmFGMDzglYW+IaeV/4AxjlHkyZq+DCmfFLJas8ODXUX7O4Uh+d4= =Jlez -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=98dd54e5cb31d3034ddba91099af75778a6075b3 Target: ff65385742c39a739f369baa4d5b5dcc4d31165b Author: Johannes Schlüter johan...@php.net Wed, 7 Nov

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

2012-10-17 Thread Johannes Schlüter
YCxtdsjEkE7ocHgtHQDkUkp6UjXh135EQvE/7BlR0ezj/VNtKGsPPcuC/4Bhsuc= =BMvo -END PGP SIGNATURE- Link: http://git.php.net/?p=php-src.git;a=tag;h=4359c4761b1ffc40ba5b6168d13819d6d4d65851 Target: f0e3cbb8b6c066bb9ea8655cc70e2645a73526f0 Author: Johannes Schlüter johan...@php.net Wed, 17 Oct

  1   2   3   4   5   6   7   8   >