]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'PHP-5.6'
Remi Collet [Tue, 10 Jun 2014 08:39:10 +0000 (10:39 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  NEWS
  NEWS
  Fixed bug #67406 built-in web-server segfaults on startup

11 years agofix merge from php 5.5 (already fixed, differently)
Remi Collet [Tue, 10 Jun 2014 08:38:39 +0000 (10:38 +0200)]
fix merge from php 5.5 (already fixed, differently)

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Tue, 10 Jun 2014 08:32:26 +0000 (10:32 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  NEWS
  Fixed bug #67406 built-in web-server segfaults on startup

11 years agoNEWS
Remi Collet [Tue, 10 Jun 2014 08:32:15 +0000 (10:32 +0200)]
NEWS

11 years agoNEWS
Remi Collet [Tue, 10 Jun 2014 08:31:17 +0000 (10:31 +0200)]
NEWS

11 years agoFixed bug #67406 built-in web-server segfaults on startup
Remi Collet [Tue, 10 Jun 2014 08:28:34 +0000 (10:28 +0200)]
Fixed bug #67406 built-in web-server segfaults on startup

Reproduce on aarch64.

From select man page:
  "select() may update the timeout argument to indicate how much time was left."
So "const" is not ok.

11 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Mon, 9 Jun 2014 13:30:49 +0000 (15:30 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  enable phpdbg for the travis build, and also run the testsuite for it

11 years agoenable phpdbg for the travis build, and also run the testsuite for it
Ferenc Kovacs [Mon, 9 Jun 2014 13:30:09 +0000 (15:30 +0200)]
enable phpdbg for the travis build, and also run the testsuite for it

11 years agoMerge branch 'PHP-5.6'
Bob Weinand [Mon, 9 Jun 2014 08:07:36 +0000 (10:07 +0200)]
Merge branch 'PHP-5.6'

11 years agoMerge sapi/phpdbg into PHP-5.6
Bob Weinand [Mon, 9 Jun 2014 08:06:29 +0000 (10:06 +0200)]
Merge sapi/phpdbg into PHP-5.6

11 years agoFinish fixing phpdbg on ZTS build
Bob Weinand [Mon, 9 Jun 2014 07:49:21 +0000 (09:49 +0200)]
Finish fixing phpdbg on ZTS build

11 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 9 Jun 2014 06:10:52 +0000 (23:10 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed bug #67399 (putenv with empty variable may lead to crash)
  Fixed bug #67399 (putenv with empty variable may lead to crash)
  Fixed bug #67399 (putenv with empty variable may lead to crash)

11 years agoFixed bug #67399 (putenv with empty variable may lead to crash)
Stanislav Malyshev [Mon, 9 Jun 2014 06:00:38 +0000 (23:00 -0700)]
Fixed bug #67399 (putenv with empty variable may lead to crash)

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 9 Jun 2014 06:10:11 +0000 (23:10 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #67399 (putenv with empty variable may lead to crash)
  Fixed bug #67399 (putenv with empty variable may lead to crash)

11 years agoFixed bug #67399 (putenv with empty variable may lead to crash)
Stanislav Malyshev [Mon, 9 Jun 2014 06:00:38 +0000 (23:00 -0700)]
Fixed bug #67399 (putenv with empty variable may lead to crash)

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 9 Jun 2014 06:09:37 +0000 (23:09 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed bug #67399 (putenv with empty variable may lead to crash)

11 years agoFixed bug #67399 (putenv with empty variable may lead to crash)
Stanislav Malyshev [Mon, 9 Jun 2014 06:00:38 +0000 (23:00 -0700)]
Fixed bug #67399 (putenv with empty variable may lead to crash)

11 years agoFixed bug #67399 (putenv with empty variable may lead to crash)
Stanislav Malyshev [Mon, 9 Jun 2014 06:00:38 +0000 (23:00 -0700)]
Fixed bug #67399 (putenv with empty variable may lead to crash)

11 years agoMerge branch 'PHP-5.6'
Matteo Beccati [Mon, 9 Jun 2014 05:07:28 +0000 (07:07 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Matteo Beccati [Mon, 9 Jun 2014 05:07:17 +0000 (07:07 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Matteo Beccati [Mon, 9 Jun 2014 05:07:07 +0000 (07:07 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191

11 years agoFixed DOM tests when using libxml2 versions patched against CVE-2014-0191
Matteo Beccati [Wed, 4 Jun 2014 11:26:24 +0000 (13:26 +0200)]
Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191

DOMDocument::substituteEntities needs to be set to true in order for
external entities to be parsed.

11 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 9 Jun 2014 02:47:59 +0000 (19:47 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  update news
  add news
  Bug 49898 __getCookies() method implementation

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 9 Jun 2014 02:47:38 +0000 (19:47 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  add news
  Bug 49898 __getCookies() method implementation

11 years agoupdate news
Stanislav Malyshev [Mon, 9 Jun 2014 02:47:14 +0000 (19:47 -0700)]
update news

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 9 Jun 2014 02:44:49 +0000 (19:44 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add news
  Bug 49898 __getCookies() method implementation

11 years agoadd news
Stanislav Malyshev [Mon, 9 Jun 2014 02:38:07 +0000 (19:38 -0700)]
add news

11 years agoBug 49898
Boro Sitnikovski [Thu, 26 Sep 2013 00:03:48 +0000 (02:03 +0200)]
Bug 49898
__getCookies() method implementation

11 years agoMerge remote-tracking branch 'github/pr/669'
Stanislav Malyshev [Mon, 9 Jun 2014 02:29:44 +0000 (19:29 -0700)]
Merge remote-tracking branch 'github/pr/669'

* github/pr/669:
  Removed another cvsclean file
  Removed cvsclean and svnclean tools

11 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 9 Jun 2014 02:29:26 +0000 (19:29 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Removed another cvsclean file
  Removed cvsclean and svnclean tools

11 years agoRemoved another cvsclean file
Sobak [Sat, 10 May 2014 11:30:54 +0000 (13:30 +0200)]
Removed another cvsclean file

11 years agoRemoved cvsclean and svnclean tools
Sobak [Sat, 10 May 2014 11:16:48 +0000 (13:16 +0200)]
Removed cvsclean and svnclean tools

11 years agoMerge remote-tracking branch 'github/pr/462'
Stanislav Malyshev [Mon, 9 Jun 2014 02:19:36 +0000 (19:19 -0700)]
Merge remote-tracking branch 'github/pr/462'

* github/pr/462:
  Bug 64744 Show the type of the non-object for more descriptive errors

11 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 9 Jun 2014 02:18:09 +0000 (19:18 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Bug 64744 Show the type of the non-object for more descriptive errors

11 years agoBug 64744
Boro Sitnikovski [Fri, 20 Sep 2013 00:58:11 +0000 (02:58 +0200)]
Bug 64744
Show the type of the non-object for more descriptive errors

11 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 9 Jun 2014 02:05:10 +0000 (19:05 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  fix order
  fix order
  add news

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 9 Jun 2014 02:04:47 +0000 (19:04 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix order
  fix order

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 9 Jun 2014 02:04:35 +0000 (19:04 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix order

11 years agofix order
Stanislav Malyshev [Mon, 9 Jun 2014 02:04:21 +0000 (19:04 -0700)]
fix order

11 years agofix order
Stanislav Malyshev [Mon, 9 Jun 2014 02:03:50 +0000 (19:03 -0700)]
fix order

11 years agoadd news
Stanislav Malyshev [Mon, 9 Jun 2014 02:03:31 +0000 (19:03 -0700)]
add news

11 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Mon, 9 Jun 2014 02:02:51 +0000 (19:02 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix bug 666222
  Fix bug 666222

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Mon, 9 Jun 2014 02:02:24 +0000 (19:02 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug 666222
  Fix bug 666222

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 9 Jun 2014 01:59:55 +0000 (18:59 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug 666222

11 years agoFix bug 666222
Levi Morrison [Tue, 13 May 2014 03:53:08 +0000 (21:53 -0600)]
Fix bug 666222

This also adds some smaller, isolated tests related to bug 66622.

11 years agoFix bug 666222
Levi Morrison [Tue, 13 May 2014 03:53:08 +0000 (21:53 -0600)]
Fix bug 666222

This also adds some smaller, isolated tests related to bug 66622.

Conflicts:
Zend/zend_vm_def.h
Zend/zend_vm_execute.h

11 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Sun, 8 Jun 2014 22:54:49 +0000 (15:54 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fixed identation on file
  Fix align indentation

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Sun, 8 Jun 2014 22:54:32 +0000 (15:54 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed identation on file
  Fix align indentation

11 years agoMerge branch 'PHp-5.4' into PHP-5.5
Stanislav Malyshev [Sun, 8 Jun 2014 22:53:26 +0000 (15:53 -0700)]
Merge branch 'PHp-5.4' into PHP-5.5

* PHp-5.4:
  Fixed identation on file
  Fix align indentation

11 years agoFix segfault in tests with lexer
Bob Weinand [Sun, 8 Jun 2014 22:38:06 +0000 (00:38 +0200)]
Fix segfault in tests with lexer
There's still a bug in parsing commands

11 years agoFix ZTS build
Bob Weinand [Sun, 8 Jun 2014 22:02:10 +0000 (00:02 +0200)]
Fix ZTS build

11 years agoFixed identation on file
Jefersson Nathan [Tue, 23 Apr 2013 11:24:15 +0000 (08:24 -0300)]
Fixed identation on file

11 years agoMerge remote-tracking branch 'github/pr/671'
Stanislav Malyshev [Sun, 8 Jun 2014 21:29:03 +0000 (14:29 -0700)]
Merge remote-tracking branch 'github/pr/671'

* github/pr/671:
  Fix align indentation
  Fixed identation on file

11 years agoFix align indentation
Jefersson Nathan [Mon, 12 May 2014 16:37:47 +0000 (13:37 -0300)]
Fix align indentation

11 years agoMerge branch 'pull-request/676'
Stanislav Malyshev [Sun, 8 Jun 2014 21:20:30 +0000 (14:20 -0700)]
Merge branch 'pull-request/676'

* pull-request/676:
  Added support for parsing ssl certificates using GeneralizedTime format.

11 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Sun, 8 Jun 2014 21:20:07 +0000 (14:20 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Added support for parsing ssl certificates using GeneralizedTime format.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Sun, 8 Jun 2014 21:19:25 +0000 (14:19 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Added support for parsing ssl certificates using GeneralizedTime format.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Sun, 8 Jun 2014 21:18:24 +0000 (14:18 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Added support for parsing ssl certificates using GeneralizedTime format.

11 years agoAdded support for parsing ssl certificates using GeneralizedTime format.
Paul Oehler [Tue, 13 May 2014 17:38:25 +0000 (13:38 -0400)]
Added support for parsing ssl certificates using GeneralizedTime format.

fix bug #65698
fix bug #66636

11 years agoremove phpdbg directory from source tree on travis
krakjoe [Sun, 8 Jun 2014 21:16:06 +0000 (22:16 +0100)]
remove phpdbg directory from source tree on travis

11 years agoMerge remote-tracking branch 'github/pr/677'
Stanislav Malyshev [Sun, 8 Jun 2014 21:01:32 +0000 (14:01 -0700)]
Merge remote-tracking branch 'github/pr/677'

* github/pr/677:
  Test
  Fix grammar #2683

11 years agoMerge branch 'pull-request/687'
Stanislav Malyshev [Sun, 8 Jun 2014 20:53:40 +0000 (13:53 -0700)]
Merge branch 'pull-request/687'

* pull-request/687:
  Remove superfluous echos.

11 years agoMerge branch 'PHP-5.6'
Stanislav Malyshev [Sun, 8 Jun 2014 20:53:27 +0000 (13:53 -0700)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Remove superfluous echos.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Sun, 8 Jun 2014 20:53:01 +0000 (13:53 -0700)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Remove superfluous echos.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Sun, 8 Jun 2014 20:50:41 +0000 (13:50 -0700)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Remove superfluous echos.

11 years agoRemove superfluous echos.
Jeff Welch [Sun, 8 Jun 2014 08:09:14 +0000 (04:09 -0400)]
Remove superfluous echos.

11 years agoUpdated parser & leer to be usable with re2c
Bob Weinand [Sun, 8 Jun 2014 20:34:30 +0000 (20:34 +0000)]
Updated parser & leer to be usable with re2c
Fixes some weird temporary compilation errors too

11 years agoRemove superfluous echos.
Jeff Welch [Sun, 8 Jun 2014 08:09:14 +0000 (04:09 -0400)]
Remove superfluous echos.

11 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Sat, 7 Jun 2014 22:18:33 +0000 (00:18 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  use ./tokenizer_data_gen.sh to for adding T_POW & T_POW_EQUAL

11 years agouse ./tokenizer_data_gen.sh to for adding T_POW & T_POW_EQUAL
Ferenc Kovacs [Sat, 7 Jun 2014 22:01:01 +0000 (00:01 +0200)]
use ./tokenizer_data_gen.sh to for adding T_POW & T_POW_EQUAL

11 years agoMerge branch 'PHP-5.6'
Ferenc Kovacs [Sat, 7 Jun 2014 13:29:29 +0000 (15:29 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  Fix bug #67392: token_name() does not return name for T_POW and T_POW_EQUAL token

11 years agoFix bug #67392: token_name() does not return name for T_POW and T_POW_EQUAL token
Ferenc Kovacs [Sat, 7 Jun 2014 13:27:54 +0000 (15:27 +0200)]
Fix bug #67392: token_name() does not return name for T_POW and T_POW_EQUAL token

11 years agoMerge branch 'PHP-5.6'
Remi Collet [Fri, 6 Jun 2014 15:19:57 +0000 (17:19 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  move NEWS entry in the right place

11 years agomove NEWS entry in the right place
Remi Collet [Fri, 6 Jun 2014 15:19:35 +0000 (17:19 +0200)]
move NEWS entry in the right place

11 years agoMerge branch 'PHP-5.6'
Nikita Popov [Fri, 6 Jun 2014 15:13:08 +0000 (17:13 +0200)]
Merge branch 'PHP-5.6'

11 years agoFix bug #67392: dtrace breaks argument unpack
Nikita Popov [Fri, 6 Jun 2014 15:09:49 +0000 (17:09 +0200)]
Fix bug #67392: dtrace breaks argument unpack

11 years agoMerge branch 'PHP-5.6'
Remi Collet [Fri, 6 Jun 2014 12:19:28 +0000 (14:19 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  NEWS
  NEWS
  NEWS
  Fix bug #67390 insecure temporary file use in the configure script

11 years agoNEWS
Remi Collet [Fri, 6 Jun 2014 12:19:21 +0000 (14:19 +0200)]
NEWS

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Fri, 6 Jun 2014 12:19:05 +0000 (14:19 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  NEWS
  NEWS
  Fix bug #67390 insecure temporary file use in the configure script

11 years agoNEWS
Remi Collet [Fri, 6 Jun 2014 12:18:29 +0000 (14:18 +0200)]
NEWS

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Fri, 6 Jun 2014 12:18:17 +0000 (14:18 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  NEWS
  Fix bug #67390 insecure temporary file use in the configure script

11 years agoNEWS
Remi Collet [Fri, 6 Jun 2014 12:17:54 +0000 (14:17 +0200)]
NEWS

11 years agoFix bug #67390 insecure temporary file use in the configure script
Remi Collet [Fri, 6 Jun 2014 12:16:04 +0000 (14:16 +0200)]
Fix bug #67390 insecure temporary file use in the configure script

11 years agoMerge branch 'PHP-5.6'
Remi Collet [Thu, 5 Jun 2014 15:46:21 +0000 (17:46 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  drop exec perm on doc files

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Thu, 5 Jun 2014 15:45:59 +0000 (17:45 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  drop exec perm on doc files

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Thu, 5 Jun 2014 15:45:41 +0000 (17:45 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  drop exec perm on doc files

11 years agodrop exec perm on doc files
Remi Collet [Thu, 5 Jun 2014 15:45:22 +0000 (17:45 +0200)]
drop exec perm on doc files

11 years agofix test for 5.4/5.5
Remi Collet [Thu, 5 Jun 2014 15:36:20 +0000 (17:36 +0200)]
fix test for 5.4/5.5

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Thu, 5 Jun 2014 15:34:32 +0000 (17:34 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix test for 5.4/5.5

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Thu, 5 Jun 2014 15:34:09 +0000 (17:34 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix test for 5.4/5.5

11 years agofix test for 5.4/5.5
Remi Collet [Thu, 5 Jun 2014 15:33:40 +0000 (17:33 +0200)]
fix test for 5.4/5.5

11 years agorestore correct behavior of DateTime
Remi Collet [Thu, 5 Jun 2014 12:04:44 +0000 (14:04 +0200)]
restore correct behavior of DateTime

11 years agofix test use invalid code
Remi Collet [Thu, 5 Jun 2014 12:01:20 +0000 (14:01 +0200)]
fix test use invalid code

11 years agoMerge branch 'PHP-5.6'
Remi Collet [Thu, 5 Jun 2014 12:00:40 +0000 (14:00 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  add test for previous fix

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Thu, 5 Jun 2014 12:00:29 +0000 (14:00 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  add test for previous fix

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Thu, 5 Jun 2014 12:00:15 +0000 (14:00 +0200)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  add test for previous fix

11 years agoadd test for previous fix
Remi Collet [Thu, 5 Jun 2014 12:00:00 +0000 (14:00 +0200)]
add test for previous fix

11 years agoMerge branch 'PHP-5.6'
Remi Collet [Thu, 5 Jun 2014 11:47:14 +0000 (13:47 +0200)]
Merge branch 'PHP-5.6'

* PHP-5.6:
  NEWS
  NEWS
  NEWS
  Fix regression introduce in fix for bug #67118

11 years agoNEWS
Remi Collet [Thu, 5 Jun 2014 11:46:55 +0000 (13:46 +0200)]
NEWS

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Thu, 5 Jun 2014 11:46:41 +0000 (13:46 +0200)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  NEWS
  NEWS
  Fix regression introduce in fix for bug #67118