]> granicus.if.org Git - php/log
php
8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Sat, 3 Dec 2016 17:28:47 +0000 (18:28 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix leak when using $this outside of object context
Bob Weinand [Sat, 3 Dec 2016 17:23:58 +0000 (18:23 +0100)]
Fix leak when using $this outside of object context

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Sat, 3 Dec 2016 13:18:56 +0000 (14:18 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Sat, 3 Dec 2016 13:18:00 +0000 (14:18 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFix minor typo
Adrien Crivelli [Wed, 30 Nov 2016 09:19:35 +0000 (18:19 +0900)]
Fix minor typo

8 years agoFix typo in php.ini-* comment
Yasuo Ohgaki [Sat, 3 Dec 2016 05:23:05 +0000 (14:23 +0900)]
Fix typo in php.ini-* comment

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Fri, 2 Dec 2016 16:03:59 +0000 (17:03 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix leak in shift_right_function
Nikita Popov [Fri, 2 Dec 2016 16:03:05 +0000 (17:03 +0100)]
Fix leak in shift_right_function

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Fri, 2 Dec 2016 14:42:19 +0000 (15:42 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix test of wrong operator in self_xor.phpt
Bob Weinand [Fri, 2 Dec 2016 14:41:47 +0000 (15:41 +0100)]
Fix test of wrong operator in self_xor.phpt

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Fri, 2 Dec 2016 12:40:04 +0000 (15:40 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Eliminated useless exception check

8 years agoEliminated useless exception check
Dmitry Stogov [Fri, 2 Dec 2016 12:39:33 +0000 (15:39 +0300)]
Eliminated useless exception check

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Fri, 2 Dec 2016 12:14:37 +0000 (15:14 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).

8 years agoFixed behavior of failing compound assignments (they shouldn't change the source...
Dmitry Stogov [Fri, 2 Dec 2016 12:13:55 +0000 (15:13 +0300)]
Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Fri, 2 Dec 2016 11:00:29 +0000 (14:00 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed behavior of failing compound assignments (they shouldn't change the source value).

8 years agoFixed behavior of failing compound assignments (they shouldn't change the source...
Dmitry Stogov [Fri, 2 Dec 2016 10:58:44 +0000 (13:58 +0300)]
Fixed behavior of failing compound assignments (they shouldn't change the source value).

8 years agoBump versions and NEWS for 7.1.1-dev
Davey Shafik [Fri, 2 Dec 2016 10:14:51 +0000 (02:14 -0800)]
Bump versions and NEWS for 7.1.1-dev

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Fri, 2 Dec 2016 09:35:44 +0000 (12:35 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed possible memory leak in &=, |=, ^=.

8 years agoFixed possible memory leak in &=, |=, ^=.
Dmitry Stogov [Fri, 2 Dec 2016 09:34:46 +0000 (12:34 +0300)]
Fixed possible memory leak in &=, |=, ^=.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Thu, 1 Dec 2016 14:21:49 +0000 (15:21 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix valgrind issue when throwing due to yield from aborted generator
Bob Weinand [Thu, 1 Dec 2016 14:21:28 +0000 (15:21 +0100)]
Fix valgrind issue when throwing due to yield from aborted generator

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Thu, 1 Dec 2016 13:53:22 +0000 (14:53 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fork tests

8 years agofork tests
Anatol Belski [Thu, 1 Dec 2016 13:52:18 +0000 (14:52 +0100)]
fork tests

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Thu, 1 Dec 2016 13:22:23 +0000 (16:22 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bad merge

8 years agoFixed bad merge
Dmitry Stogov [Thu, 1 Dec 2016 13:21:57 +0000 (16:21 +0300)]
Fixed bad merge

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Thu, 1 Dec 2016 12:50:19 +0000 (15:50 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Workaround for GCC-4.9.2 bug
  oops, changed in wrong place

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Dmitry Stogov [Thu, 1 Dec 2016 12:50:05 +0000 (15:50 +0300)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Workaround for GCC-4.9.2 bug
  oops, changed in wrong place

8 years agoWorkaround for GCC-4.9.2 bug
Dmitry Stogov [Thu, 1 Dec 2016 12:46:52 +0000 (15:46 +0300)]
Workaround for GCC-4.9.2 bug

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Thu, 1 Dec 2016 12:33:42 +0000 (13:33 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  improve skipif

8 years agofix condition
Anatol Belski [Thu, 1 Dec 2016 12:33:27 +0000 (13:33 +0100)]
fix condition

8 years agoimprove skipif
Anatol Belski [Thu, 1 Dec 2016 12:32:10 +0000 (13:32 +0100)]
improve skipif

8 years agoimprove skipif
Anatol Belski [Thu, 1 Dec 2016 12:25:28 +0000 (13:25 +0100)]
improve skipif

8 years agoFixed access to uninitialized value
Dmitry Stogov [Thu, 1 Dec 2016 10:25:50 +0000 (13:25 +0300)]
Fixed access to uninitialized value

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Thu, 1 Dec 2016 07:34:09 +0000 (10:34 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Simpler overflow check
  fix gcov coverage

8 years agoSimpler overflow check
Dmitry Stogov [Thu, 1 Dec 2016 07:30:02 +0000 (10:30 +0300)]
Simpler overflow check

8 years agofix dir separator
Anatol Belski [Thu, 1 Dec 2016 00:36:29 +0000 (01:36 +0100)]
fix dir separator

8 years agoUpdate NEWS for the build
Davey Shafik [Wed, 30 Nov 2016 23:05:45 +0000 (15:05 -0800)]
Update NEWS for the build

8 years agoMerge branch 'PHP-7.0' of https://git.php.net/push/php-src into PHP-7.0
Nuno Lopes [Wed, 30 Nov 2016 19:41:26 +0000 (14:41 -0500)]
Merge branch 'PHP-7.0' of https://git.php.net/push/php-src into PHP-7.0

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Wed, 30 Nov 2016 10:45:18 +0000 (11:45 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg available
Bob Weinand [Wed, 30 Nov 2016 10:44:10 +0000 (11:44 +0100)]
Fix run-tests.php to always include TEST_PHPDBG_EXECUTABLE if phpdbg available

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Wed, 30 Nov 2016 01:57:16 +0000 (02:57 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFixed bug #73615 (phpdbg without option never load .phpdbginit at startup)
Bob Weinand [Wed, 30 Nov 2016 01:56:47 +0000 (02:56 +0100)]
Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Mon, 28 Nov 2016 09:57:02 +0000 (12:57 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filter is working on).

8 years agoFixed bug #73586 (php_user_filter::$stream is not set to the stream the filter is...
Dmitry Stogov [Mon, 28 Nov 2016 09:54:47 +0000 (12:54 +0300)]
Fixed bug #73586 (php_user_filter::$stream is not set to the stream the filter is working on).

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Dmitry Stogov [Mon, 28 Nov 2016 09:30:01 +0000 (12:30 +0300)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed calling generators through magic __call()

8 years agoFixed calling generators through magic __call()
Dmitry Stogov [Mon, 28 Nov 2016 09:20:19 +0000 (12:20 +0300)]
Fixed calling generators through magic __call()

8 years agooops, changed in wrong place
Stanislav Malyshev [Mon, 28 Nov 2016 00:11:41 +0000 (16:11 -0800)]
oops, changed in wrong place

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Sun, 27 Nov 2016 23:38:33 +0000 (15:38 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  add NEWS
  Fix #68447: grapheme_extract take an extra trailing character

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Sun, 27 Nov 2016 23:38:22 +0000 (15:38 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  add NEWS

8 years agoadd NEWS
Stanislav Malyshev [Sun, 27 Nov 2016 23:38:09 +0000 (15:38 -0800)]
add NEWS

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Sun, 27 Nov 2016 23:36:29 +0000 (15:36 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix #68447: grapheme_extract take an extra trailing character

8 years agoMerge branch 'pull-request/1974' into PHP-5.6
Stanislav Malyshev [Sun, 27 Nov 2016 23:11:17 +0000 (15:11 -0800)]
Merge branch 'pull-request/1974' into PHP-5.6

* pull-request/1974:
  Fix #68447: grapheme_extract take an extra trailing character

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Sun, 27 Nov 2016 22:53:39 +0000 (14:53 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix #73549: Use after free when stream is passed to imagepng

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Sun, 27 Nov 2016 22:53:27 +0000 (14:53 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix #73549: Use after free when stream is passed to imagepng

8 years agoFix #73549: Use after free when stream is passed to imagepng
Christoph M. Becker [Thu, 17 Nov 2016 12:44:30 +0000 (13:44 +0100)]
Fix #73549: Use after free when stream is passed to imagepng

If a stream is passed to imagepng() or other image output functions,
opposed to a filename, we must not close this stream.

8 years agoUpdate UPGRADING with info about AEAD changes in openssl_(en|de)crypt
Jakub Zelenka [Sun, 27 Nov 2016 19:05:49 +0000 (19:05 +0000)]
Update UPGRADING with info about AEAD changes in openssl_(en|de)crypt

8 years agoDo not add extra timeval entropy when OpenSSL 1.1 used
Jakub Zelenka [Sun, 27 Nov 2016 19:00:05 +0000 (19:00 +0000)]
Do not add extra timeval entropy when OpenSSL 1.1 used

It is already added by OpenSSL so it is not needed

8 years agoClean up and fix php_openssl_dh_pub_from_priv
Jakub Zelenka [Sun, 27 Nov 2016 18:54:28 +0000 (18:54 +0000)]
Clean up and fix php_openssl_dh_pub_from_priv

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Matteo Beccati [Sun, 27 Nov 2016 09:20:50 +0000 (10:20 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix occasionaly failing test

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Matteo Beccati [Sun, 27 Nov 2016 09:20:38 +0000 (10:20 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix occasionaly failing test

8 years agoFix occasionaly failing test
Matteo Beccati [Sun, 27 Nov 2016 09:20:13 +0000 (10:20 +0100)]
Fix occasionaly failing test

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Matteo Beccati [Sun, 27 Nov 2016 09:08:14 +0000 (10:08 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Added missing array key to $JUNIT

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Matteo Beccati [Sun, 27 Nov 2016 09:08:04 +0000 (10:08 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Added missing array key to $JUNIT

8 years agoAdded missing array key to $JUNIT
Matteo Beccati [Sun, 27 Nov 2016 09:07:05 +0000 (10:07 +0100)]
Added missing array key to $JUNIT

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Sat, 26 Nov 2016 23:37:06 +0000 (15:37 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  acinclude.m4: fix krb5-config detection and usage in PHP_SETUP_KERBEROS.
  Add more mbfl string size checks (bug #73505)

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Sat, 26 Nov 2016 23:36:57 +0000 (15:36 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  acinclude.m4: fix krb5-config detection and usage in PHP_SETUP_KERBEROS.
  Add more mbfl string size checks (bug #73505)

8 years agoacinclude.m4: fix krb5-config detection and usage in PHP_SETUP_KERBEROS.
Michael Orlitzky [Fri, 30 Sep 2016 23:47:20 +0000 (19:47 -0400)]
acinclude.m4: fix krb5-config detection and usage in PHP_SETUP_KERBEROS.

When building with kerberos support (--with-kerberos), a few libraries
and flags need to be added to various parts of the build system. The
most reliable way to get those flags is through the krb5-config
program that ships with both major implementations of kerberos. The
PHP_SETUP_KERBEROS macro in acinclude.m4 attempts to detect
krb5-config, and use it.

However, there's a bug in that macro. The --with-kerberos parameter
accepts a directory where the kerberos libraries can be found. When a
directory is given, it is stored in the PHP_KERBEROS variable. The
following test,

  if test "$PHP_KERBEROS" = "yes" && test -x "$KRB5_CONFIG"; then

thus fails whenever a directory is passed to --with-kerberos, since it
compares a directory name against the string "yes". This causes
krb5-config to go unused, and some unreliable fallback logic is
attempted instead. One consequence of this is that the Heimdal
kerberos implementation cannot be substituted for the MIT one, at
least when a directory is passed to --with-kerberos.

This commit reverses the logic and checks for "$PHP_KERBEROS" != "no".
To confirm that this fixes the issue, one can inspect the "-l" library
flags that get appended to the command-line. On a machine with Heimdal
and the unmodified acinclude.m4, running

  ./configure --with-openssl --with-kerberos=/usr

will log (for example) to config.log,

  configure:18082: checking for krb5-config
  configure:18101: found /usr/bin/krb5-config
  configure:18114: result: /usr/bin/krb5-config
  configure:18450: checking for RAND_egd
  configure:18450: cc ... conftest.c ... -lgssapi_krb5 -lkrb5 ...

which are the library names for the MIT implementation. After patching
acinclude.m4 to negate the logic, the same command on the same machine
outputs (to config.log):

  configure:18450: cc ... conftest.c -lgssapi -lheimntlm ...

These are the correct library names for the Heimdal implementation.

PHP-Bug: 73214

8 years agoAdd more mbfl string size checks (bug #73505)
Stanislav Malyshev [Sat, 26 Nov 2016 22:44:58 +0000 (14:44 -0800)]
Add more mbfl string size checks (bug #73505)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Sat, 26 Nov 2016 22:48:50 +0000 (14:48 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Add more mbfl string size checks (bug #73505)

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Sat, 26 Nov 2016 22:48:40 +0000 (14:48 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Add more mbfl string size checks (bug #73505)

8 years agoAdd more mbfl string size checks (bug #73505)
Stanislav Malyshev [Sat, 26 Nov 2016 22:44:58 +0000 (14:44 -0800)]
Add more mbfl string size checks (bug #73505)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Sat, 26 Nov 2016 15:09:07 +0000 (16:09 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix #73612: preg_*() may leak memory
Christoph M. Becker [Sat, 26 Nov 2016 14:34:27 +0000 (15:34 +0100)]
Fix #73612: preg_*() may leak memory

We have to make sure that collectible zvals end up in the GC root
buffer, to avoid memory leaks.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Sat, 26 Nov 2016 02:57:06 +0000 (18:57 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix more size_t/int implicit conversions
  Fix int/size_t confusion in isValidPharFilename (bug #73580)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Fri, 25 Nov 2016 23:32:59 +0000 (15:32 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix more size_t/int implicit conversions

8 years agoFix more size_t/int implicit conversions
Stanislav Malyshev [Fri, 25 Nov 2016 23:30:20 +0000 (15:30 -0800)]
Fix more size_t/int implicit conversions

Now the conversions are explicit and do checks. Not sure it's
the best way but at least we can see them now in the open.

8 years agoFix int/size_t confusion in isValidPharFilename (bug #73580)
Stanislav Malyshev [Fri, 25 Nov 2016 21:42:35 +0000 (13:42 -0800)]
Fix int/size_t confusion in isValidPharFilename (bug #73580)

8 years agoMerge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1
Stanislav Malyshev [Fri, 25 Nov 2016 23:31:22 +0000 (15:31 -0800)]
Merge branch 'PHP-7.1' of git.php.net:php-src into PHP-7.1

* 'PHP-7.1' of git.php.net:php-src:
  Fix #73582: Failing ext/gd/tests/imagettftext_charmap_order.phpt

8 years agoFix more size_t/int implicit conversions
Stanislav Malyshev [Fri, 25 Nov 2016 23:30:20 +0000 (15:30 -0800)]
Fix more size_t/int implicit conversions

Now the conversions are explicit and do checks. Not sure it's
the best way but at least we can see them now in the open.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Fri, 25 Nov 2016 22:27:13 +0000 (23:27 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Christoph M. Becker [Fri, 25 Nov 2016 22:16:18 +0000 (23:16 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoFix #73582: Failing ext/gd/tests/imagettftext_charmap_order.phpt
Christoph M. Becker [Fri, 25 Nov 2016 22:02:34 +0000 (23:02 +0100)]
Fix #73582: Failing ext/gd/tests/imagettftext_charmap_order.phpt

This test is not supposed to work with JIS-mapped Japanese font support
enabled.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Fri, 25 Nov 2016 21:43:59 +0000 (13:43 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix int/size_t confusion in isValidPharFilename (bug #73580)

8 years agoFix int/size_t confusion in isValidPharFilename (bug #73580)
Stanislav Malyshev [Fri, 25 Nov 2016 21:42:35 +0000 (13:42 -0800)]
Fix int/size_t confusion in isValidPharFilename (bug #73580)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Thu, 24 Nov 2016 18:27:50 +0000 (19:27 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  add test for bug #57547

8 years agoadd test for bug #57547
Anatol Belski [Thu, 24 Nov 2016 18:25:47 +0000 (19:25 +0100)]
add test for bug #57547

8 years agoUpdated to version 2016.10 (2016j)
Derick Rethans [Thu, 24 Nov 2016 10:40:15 +0000 (10:40 +0000)]
Updated to version 2016.10 (2016j)

8 years agoEmpty merge
Derick Rethans [Thu, 24 Nov 2016 10:40:15 +0000 (10:40 +0000)]
Empty merge

8 years agoUpdated to version 2016.10 (2016j)
Derick Rethans [Thu, 24 Nov 2016 10:40:14 +0000 (10:40 +0000)]
Updated to version 2016.10 (2016j)

8 years agoEmpty merge
Derick Rethans [Thu, 24 Nov 2016 10:40:13 +0000 (10:40 +0000)]
Empty merge

8 years agoUpdated to version 2016.10 (2016j)
Derick Rethans [Thu, 24 Nov 2016 10:40:11 +0000 (10:40 +0000)]
Updated to version 2016.10 (2016j)

8 years agoUpdate NEWS
Xinchen Hui [Thu, 24 Nov 2016 04:04:03 +0000 (12:04 +0800)]
Update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Xinchen Hui [Thu, 24 Nov 2016 04:03:23 +0000 (12:03 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73585 (Logging of "Internal Zend error - Missing class information" missing class name)

8 years agoFixed bug #73585 (Logging of "Internal Zend error - Missing class information" missin...
Xinchen Hui [Thu, 24 Nov 2016 04:02:02 +0000 (12:02 +0800)]
Fixed bug #73585 (Logging of "Internal Zend error - Missing class information" missing class name)

Actually, I doubt how thing bug could be triggered

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Ferenc Kovacs [Thu, 24 Nov 2016 00:58:46 +0000 (01:58 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Ferenc Kovacs [Thu, 24 Nov 2016 00:57:42 +0000 (01:57 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years ago5.6.30 will be next
Ferenc Kovacs [Thu, 24 Nov 2016 00:54:23 +0000 (01:54 +0100)]
5.6.30 will be next

8 years agoCS (no leading space in comment for config option)
Remi Collet [Wed, 23 Nov 2016 13:56:39 +0000 (14:56 +0100)]
CS (no leading space in comment for config option)

8 years agoFixed bug #73583 (Segfaults when conditionally declared class and function have the...
Xinchen Hui [Wed, 23 Nov 2016 06:24:46 +0000 (14:24 +0800)]
Fixed bug #73583 (Segfaults when conditionally declared class and function have the same name)

bug was introduced in rev 88eae43f , and the runtime defined key is not
merged-able

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Tue, 22 Nov 2016 18:25:53 +0000 (19:25 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1