]> granicus.if.org Git - php/log
php
12 years agoMerge branch 'PHP-5.5'
Remi Collet [Thu, 31 Jan 2013 13:26:10 +0000 (14:26 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix failed test: sys_errlist[116] have changed on recent glibc (Fedora 18) old: Stale NFS file handle new: Stale file handle

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Remi Collet [Thu, 31 Jan 2013 13:25:43 +0000 (14:25 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix failed test: sys_errlist[116] have changed on recent glibc (Fedora 18) old: Stale NFS file handle new: Stale file handle

12 years agoFix failed test: sys_errlist[116] have changed on recent glibc (Fedora 18)
Remi Collet [Thu, 31 Jan 2013 13:22:56 +0000 (14:22 +0100)]
Fix failed test: sys_errlist[116] have changed on recent glibc (Fedora 18)
old: Stale NFS file handle
new: Stale file handle

12 years agoMerge branch 'PHP-5.5'
Johannes Schlüter [Wed, 30 Jan 2013 23:59:27 +0000 (00:59 +0100)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Wed, 30 Jan 2013 23:59:10 +0000 (00:59 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Wed, 30 Jan 2013 23:58:52 +0000 (00:58 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

Conflicts:
configure.in
main/php_version.h

12 years agoThis will be PHP 5.3.23
Johannes Schlüter [Wed, 30 Jan 2013 23:57:29 +0000 (00:57 +0100)]
This will be PHP 5.3.23

12 years agoMerge branch 'PHP-5.5'
Lars Strojny [Wed, 30 Jan 2013 23:35:35 +0000 (00:35 +0100)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Lars Strojny [Wed, 30 Jan 2013 23:33:46 +0000 (00:33 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoNEWS entry new OpenSSL option [doc]
Lars Strojny [Wed, 30 Jan 2013 23:32:44 +0000 (00:32 +0100)]
NEWS entry new OpenSSL option [doc]

12 years agoAdded ssl context option, "disable_compression"
Daniel Lowrey [Wed, 30 Jan 2013 19:45:31 +0000 (14:45 -0500)]
Added ssl context option, "disable_compression"

The CRIME attack vector exploits TLS compression. This patch adds a stream context option
allowing servers to disable TLS compression for versions of OpenSSL >= 1.0.0 (which first
introduced the SSL_OP_NO_COMPRESSION option). A summary rundown of the CRIME attack can
be found at https://community.qualys.com/blogs/securitylabs/2012/09/14/crime-information-leakage-attack-against-ssltls

Thanks to @DaveRandom for pointing out the relevant section of code.

12 years agoMerge branch 'PHP-5.5'
Nikita Popov [Wed, 30 Jan 2013 22:55:59 +0000 (23:55 +0100)]
Merge branch 'PHP-5.5'

12 years agoFix potential segfault when finally in a generator is run during shutdown
Nikita Popov [Wed, 30 Jan 2013 22:52:02 +0000 (23:52 +0100)]
Fix potential segfault when finally in a generator is run during shutdown

If a generator is destroyed in a finally block it will resume the generator to run that finally
block before freeing the generator. This was done in the object storage free handler.

Running user code in the free handler isn't safe though because the free handlers may be run
during request shutdown, already after several key components have been shut down.

This is avoided by doing the finally handling in the dtor handler. These handlers are run at the
start of the shutdown sequence.

12 years agoMerge branch 'PHP-5.5'
Nikita Popov [Wed, 30 Jan 2013 19:42:30 +0000 (20:42 +0100)]
Merge branch 'PHP-5.5'

12 years agoFixed bug #64106: Segfault on SplFixedArray[][x] = y when extended
Nikita Popov [Wed, 30 Jan 2013 19:23:39 +0000 (20:23 +0100)]
Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extended

12 years agoMerge branch 'PHP-5.5'
Nikita Popov [Wed, 30 Jan 2013 19:38:04 +0000 (20:38 +0100)]
Merge branch 'PHP-5.5'

Conflicts:
configure.in
main/php_version.h

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Nikita Popov [Wed, 30 Jan 2013 19:34:01 +0000 (20:34 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
configure.in
main/php_version.h

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Nikita Popov [Wed, 30 Jan 2013 19:25:59 +0000 (20:25 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoFixed bug #64106: Segfault on SplFixedArray[][x] = y when extended
Nikita Popov [Wed, 30 Jan 2013 19:23:39 +0000 (20:23 +0100)]
Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extended

12 years agoFix build problem in C++11
Jelle Zijlstra [Wed, 30 Jan 2013 16:08:32 +0000 (11:08 -0500)]
Fix build problem in C++11

12 years agoFix build problem in C++11
Jelle Zijlstra [Wed, 30 Jan 2013 16:08:32 +0000 (11:08 -0500)]
Fix build problem in C++11

12 years agoFix build problem in C++11
Jelle Zijlstra [Wed, 30 Jan 2013 16:08:32 +0000 (11:08 -0500)]
Fix build problem in C++11

12 years agoMerge branch 'PHP-5.5'
Ferenc Kovacs [Wed, 30 Jan 2013 16:40:57 +0000 (17:40 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  having xz makes it three. thanks Mike Ford for spotting it

12 years agohaving xz makes it three. thanks Mike Ford for spotting it
Ferenc Kovacs [Wed, 30 Jan 2013 16:39:13 +0000 (17:39 +0100)]
having xz makes it three. thanks Mike Ford for spotting it

12 years agoTest commit (simple WS change)
Kalle Sommer Nielsen [Wed, 30 Jan 2013 15:16:43 +0000 (16:16 +0100)]
Test commit (simple WS change)

12 years agoMerge branch 'PHP-5.5'
Ferenc Kovacs [Wed, 30 Jan 2013 13:13:31 +0000 (14:13 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  now we have also an xz archive

12 years agonow we have also an xz archive
Ferenc Kovacs [Thu, 24 Jan 2013 11:56:02 +0000 (12:56 +0100)]
now we have also an xz archive

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Tue, 29 Jan 2013 23:03:19 +0000 (15:03 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  forgot this file :(

12 years agoforgot this file :(
Stanislav Malyshev [Tue, 29 Jan 2013 23:02:55 +0000 (15:02 -0800)]
forgot this file :(

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Tue, 29 Jan 2013 20:35:08 +0000 (12:35 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  branched 5.4.12
  update NEWS

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 29 Jan 2013 20:34:45 +0000 (12:34 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  branched 5.4.12
  update NEWS

Conflicts:
configure.in
main/php_version.h

12 years agobranched 5.4.12
Stanislav Malyshev [Tue, 29 Jan 2013 20:33:45 +0000 (12:33 -0800)]
branched 5.4.12

12 years agoupdate NEWS
Stanislav Malyshev [Tue, 29 Jan 2013 20:31:49 +0000 (12:31 -0800)]
update NEWS

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Tue, 29 Jan 2013 20:12:58 +0000 (12:12 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  complete zts fix

12 years agocomplete zts fix
Stanislav Malyshev [Tue, 29 Jan 2013 20:12:34 +0000 (12:12 -0800)]
complete zts fix

12 years agoMerge branch 'PHP-5.5'
Johannes Schlüter [Tue, 29 Jan 2013 18:50:44 +0000 (19:50 +0100)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'master' of git.php.net:/php-src
Johannes Schlüter [Tue, 29 Jan 2013 18:50:25 +0000 (19:50 +0100)]
Merge branch 'master' of git.php.net:/php-src

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Tue, 29 Jan 2013 18:50:14 +0000 (19:50 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

12 years agoMerge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5
Johannes Schlüter [Tue, 29 Jan 2013 18:50:00 +0000 (19:50 +0100)]
Merge branch 'PHP-5.5' of git.php.net:/php-src into PHP-5.5

12 years agoMerge branch 'PHP-5.3' into PHP-5.4
Johannes Schlüter [Tue, 29 Jan 2013 18:49:43 +0000 (19:49 +0100)]
Merge branch 'PHP-5.3' into PHP-5.4

12 years agoMerge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4
Johannes Schlüter [Tue, 29 Jan 2013 18:49:39 +0000 (19:49 +0100)]
Merge branch 'PHP-5.4' of git.php.net:/php-src into PHP-5.4

12 years agoMerge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3
Johannes Schlüter [Tue, 29 Jan 2013 18:49:13 +0000 (19:49 +0100)]
Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3

12 years agoFix bug #64099 (Wrong TSRM usage in zend_register_class_alias)
Johannes Schlüter [Tue, 29 Jan 2013 18:47:45 +0000 (19:47 +0100)]
Fix bug #64099 (Wrong TSRM usage in zend_register_class_alias)

12 years agoMerge branch 'PHP-5.5'
Gustavo Lopes [Tue, 29 Jan 2013 18:20:15 +0000 (19:20 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fixed paramter count
  Make converter work on VS

12 years agoFixed paramter count
Gustavo Lopes [Wed, 26 Dec 2012 18:16:04 +0000 (18:16 +0000)]
Fixed paramter count

12 years agoMake converter work on VS
Gustavo Lopes [Wed, 26 Dec 2012 00:51:45 +0000 (00:51 +0000)]
Make converter work on VS

12 years agoMerge branch 'PHP-5.5'
Gustavo Lopes [Tue, 29 Jan 2013 18:12:14 +0000 (19:12 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  intl/converter in line w/ intl error handling
  Fix zpp() call in intl/converter
  Write local err on intlcal_get_time_zone() failure
  Improve ERROR.CONVENTIONS
  Fix arginfo of BreakIterator::getLocale
  intl: doc explaining error conventions
  Add UConverter class (ICU's UConverter API)

12 years agointl/converter in line w/ intl error handling
Gustavo Lopes [Tue, 29 Jan 2013 17:57:42 +0000 (18:57 +0100)]
intl/converter in line w/ intl error handling

12 years agoFix zpp() call in intl/converter
Gustavo Lopes [Tue, 29 Jan 2013 16:50:15 +0000 (17:50 +0100)]
Fix zpp() call in intl/converter

12 years agoWrite local err on intlcal_get_time_zone() failure
Gustavo Lopes [Tue, 29 Jan 2013 15:36:14 +0000 (16:36 +0100)]
Write local err on intlcal_get_time_zone() failure

12 years agoImprove ERROR.CONVENTIONS
Gustavo Lopes [Tue, 29 Jan 2013 15:17:55 +0000 (16:17 +0100)]
Improve ERROR.CONVENTIONS

12 years agoFix arginfo of BreakIterator::getLocale
Gustavo Lopes [Tue, 29 Jan 2013 14:43:58 +0000 (15:43 +0100)]
Fix arginfo of BreakIterator::getLocale

12 years agointl: doc explaining error conventions
Gustavo Lopes [Tue, 29 Jan 2013 14:33:33 +0000 (15:33 +0100)]
intl: doc explaining error conventions

12 years agoAdd UConverter class (ICU's UConverter API)
Sara Golemon [Wed, 5 Dec 2012 23:07:36 +0000 (15:07 -0800)]
Add UConverter class (ICU's UConverter API)

RFC at http://wiki.php.net/rfc/uconverter

12 years agoMerge branch 'PHP-5.5'
Felipe Pena [Tue, 29 Jan 2013 11:27:09 +0000 (09:27 -0200)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  - Fixed ZTS build

12 years ago- Fixed ZTS build
Felipe Pena [Tue, 29 Jan 2013 11:26:54 +0000 (09:26 -0200)]
- Fixed ZTS build

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Tue, 29 Jan 2013 08:29:11 +0000 (00:29 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix bug #62524, only follow redirects in file streams for 3xx HTTP statuses

12 years agoMerge branch 'PHp-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 29 Jan 2013 08:28:50 +0000 (00:28 -0800)]
Merge branch 'PHp-5.4' into PHP-5.5

* PHp-5.4:
  Fix bug #62524, only follow redirects in file streams for 3xx HTTP statuses

12 years agoFix bug #62524, only follow redirects in file streams for 3xx HTTP statuses
Stanislav Malyshev [Tue, 29 Jan 2013 08:24:23 +0000 (00:24 -0800)]
Fix bug #62524, only follow redirects in file streams for 3xx HTTP statuses

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Tue, 29 Jan 2013 06:56:51 +0000 (22:56 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Add news for bug #60524
  Implemented Feature #60524 (sys_temp_dir)

Conflicts:
UPGRADING

12 years agoAdd news for bug #60524
Stanislav Malyshev [Tue, 29 Jan 2013 06:55:55 +0000 (22:55 -0800)]
Add news for bug #60524

12 years agoImplemented Feature #60524 (sys_temp_dir)
ALeX Kazik [Fri, 18 Jan 2013 16:13:39 +0000 (17:13 +0100)]
Implemented Feature #60524 (sys_temp_dir)

Added a new configuration directive which allows it to change the
temporary directory, the default behavior is unchanged.

This is a useful option if you use all/some hosts inside of one .ini file
with sections and want to change the temp dir per user (maybe it's not
allowed to write outside the users home directory). Since the TMPDIR
variable affects the whole php that way can not be used for this scenario.

(see https://bugs.php.net/bug.php?id=60524)

12 years agooops, unintended addition
Stanislav Malyshev [Tue, 29 Jan 2013 06:28:55 +0000 (22:28 -0800)]
oops, unintended addition

12 years agopost-5.5 changes for bug #46439 as described in the RFC
Stanislav Malyshev [Tue, 29 Jan 2013 06:26:59 +0000 (22:26 -0800)]
post-5.5 changes for bug #46439 as described in the RFC

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Tue, 29 Jan 2013 06:24:56 +0000 (22:24 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Implement fix for bug #46439 - add CURLFile class for safer uploads

Conflicts:
UPGRADING

12 years agoImplement fix for bug #46439 - add CURLFile class for safer uploads
Stanislav Malyshev [Tue, 29 Jan 2013 06:22:59 +0000 (22:22 -0800)]
Implement fix for bug #46439 - add CURLFile class for safer uploads

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Mon, 28 Jan 2013 20:14:56 +0000 (12:14 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  add new features

Conflicts:
UPGRADING

12 years agoadd new features
Stanislav Malyshev [Mon, 28 Jan 2013 20:13:13 +0000 (12:13 -0800)]
add new features

12 years agoMerge branch 'PHP-5.5'
Anatoliy Belsky [Mon, 28 Jan 2013 12:24:39 +0000 (13:24 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  allow for libpng 1.5.x

12 years agoallow for libpng 1.5.x
Anatoliy Belsky [Mon, 28 Jan 2013 12:23:31 +0000 (13:23 +0100)]
allow for libpng 1.5.x

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Mon, 28 Jan 2013 02:07:42 +0000 (18:07 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix bug #60833 - self, parent, static behave inconsistently case-sensitive

Conflicts:
UPGRADING

12 years agofix bug #60833 - self, parent, static behave inconsistently case-sensitive
Stanislav Malyshev [Mon, 28 Jan 2013 02:02:51 +0000 (18:02 -0800)]
fix bug #60833 - self, parent, static behave inconsistently case-sensitive

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Mon, 28 Jan 2013 01:11:53 +0000 (17:11 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix missing parameter

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Mon, 28 Jan 2013 01:11:36 +0000 (17:11 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix missing parameter

12 years agoFix missing parameter
Andras Elso [Thu, 24 Jan 2013 16:12:13 +0000 (17:12 +0100)]
Fix missing parameter

12 years agonow we have also an xz archive
Ferenc Kovacs [Thu, 24 Jan 2013 11:56:02 +0000 (12:56 +0100)]
now we have also an xz archive

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Wed, 23 Jan 2013 18:45:12 +0000 (10:45 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix tests
  fix tests

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 23 Jan 2013 18:45:01 +0000 (10:45 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix tests

12 years agofix tests
Stanislav Malyshev [Tue, 22 Jan 2013 08:36:07 +0000 (00:36 -0800)]
fix tests

12 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Stanislav Malyshev [Wed, 23 Jan 2013 18:44:53 +0000 (10:44 -0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  fix valgrind warning
  Fix bug #64023 (__toString() & SplFileInfo)
  Fix test related to change for #bug64007 and also fix in newInstanceArgs
  NEWS: Start PHP 5.5.0 Beta 1 section
  NEWS for PHP 5.5.0alpha4
  Fix NEWS

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Wed, 23 Jan 2013 18:44:38 +0000 (10:44 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix tests

12 years agofix tests
Stanislav Malyshev [Tue, 22 Jan 2013 08:36:07 +0000 (00:36 -0800)]
fix tests

12 years agoNEWS for bug #64023 (see aa0adce)
Gustavo Lopes [Wed, 23 Jan 2013 12:30:40 +0000 (13:30 +0100)]
NEWS for bug #64023 (see aa0adce)

12 years agoMerge branch 'PHP-5.5'
Gustavo Lopes [Wed, 23 Jan 2013 12:26:15 +0000 (13:26 +0100)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  Fix bug #64023 (__toString() & SplFileInfo)

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Gustavo Lopes [Wed, 23 Jan 2013 12:24:50 +0000 (13:24 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #64023 (__toString() & SplFileInfo)

12 years agoMerge branch 'PHP-5.5'
Andrey Hristov [Tue, 22 Jan 2013 15:49:13 +0000 (16:49 +0100)]
Merge branch 'PHP-5.5'

12 years agofix valgrind warning
Andrey Hristov [Tue, 22 Jan 2013 15:48:39 +0000 (16:48 +0100)]
fix valgrind warning

12 years agoMerge branch 'bug64023' into PHP-5.4
Gustavo Lopes [Tue, 22 Jan 2013 11:24:33 +0000 (12:24 +0100)]
Merge branch 'bug64023' into PHP-5.4

* bug64023:
  Fix bug #64023 (__toString() & SplFileInfo)

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

12 years agoFix bug #64023 (__toString() & SplFileInfo)
Gustavo Lopes [Sat, 19 Jan 2013 15:21:26 +0000 (16:21 +0100)]
Fix bug #64023 (__toString() & SplFileInfo)

Defining a __toString() method was having no effect when concatenating
the object. This was because the cast_object() handler would ignore
__toString().

Using echo() directly would actually use __toString(), but this was a
bug: the ECHO handler would try zend_std_cast_object_tostring() before
cast_object(), but cast_object() should have priority as
zend_std_cast_object_tostring() assumes an object with a
zend_class_entry.

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Tue, 22 Jan 2013 09:00:15 +0000 (17:00 +0800)]
Merge branch 'PHP-5.5'

12 years agoFix test related to change for #bug64007 and also fix in newInstanceArgs
Xinchen Hui [Tue, 22 Jan 2013 08:58:40 +0000 (16:58 +0800)]
Fix test related to change for #bug64007 and also fix in newInstanceArgs

12 years agoNEWS: Start PHP 5.5.0 Beta 1 section
David Soria Parra [Tue, 22 Jan 2013 08:45:04 +0000 (09:45 +0100)]
NEWS: Start PHP 5.5.0 Beta 1 section

12 years agoNEWS for PHP 5.5.0alpha4
David Soria Parra [Tue, 22 Jan 2013 08:37:02 +0000 (09:37 +0100)]
NEWS for PHP 5.5.0alpha4

12 years agoFix NEWS
David Soria Parra [Tue, 22 Jan 2013 08:35:24 +0000 (09:35 +0100)]
Fix NEWS

12 years agoMerge branch 'PHP-5.5'
Stanislav Malyshev [Tue, 22 Jan 2013 08:37:26 +0000 (00:37 -0800)]
Merge branch 'PHP-5.5'

* PHP-5.5:
  fix tests

12 years agoMerge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5
Stanislav Malyshev [Tue, 22 Jan 2013 08:36:26 +0000 (00:36 -0800)]
Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5

* 'PHP-5.5' of git.php.net:php-src:
  Merge fix of #62836 to ?.re, and regenerate ?.c
  Fixed bug #64007 (There is an ability to create instance of Generator by hand).
  - Fixed ZTS build
  Class Name Resolution As Scalar Via "class" Keyword

12 years agofix tests
Stanislav Malyshev [Tue, 22 Jan 2013 08:36:07 +0000 (00:36 -0800)]
fix tests

12 years agoMerge branch 'PHP-5.5'
Xinchen Hui [Mon, 21 Jan 2013 03:49:01 +0000 (11:49 +0800)]
Merge branch 'PHP-5.5'

12 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Mon, 21 Jan 2013 03:42:16 +0000 (11:42 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
ext/standard/var_unserializer.c

12 years agoMerge fix of #62836 to ?.re, and regenerate ?.c
Xinchen Hui [Mon, 21 Jan 2013 03:35:22 +0000 (11:35 +0800)]
Merge fix of #62836 to ?.re, and regenerate ?.c