]> granicus.if.org Git - php/log
php
8 years agoMerge branch 'PHP-7.1'
Dmitry Stogov [Fri, 2 Dec 2016 09:36:02 +0000 (12:36 +0300)]
Merge branch 'PHP-7.1'

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

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 agoRevert "Fix return value memory leaks upon exceptions in opcode operand freeing"
Dmitry Stogov [Fri, 2 Dec 2016 08:58:41 +0000 (11:58 +0300)]
Revert "Fix return value memory leaks upon exceptions in opcode operand freeing"

This reverts commit 9ad9d7ae375a6e8847ceaab287d3d23e0963a06e.

8 years agoRevert "Fix memory leaks with FE_RESET upon empty iterator"
Dmitry Stogov [Fri, 2 Dec 2016 08:58:36 +0000 (11:58 +0300)]
Revert "Fix memory leaks with FE_RESET upon empty iterator"

This reverts commit 00e516e57549f29387ef858de7847e7e4ca0c1c0.

8 years agoRevert "Fix accidental zval_ptr_dtor()ing of object"
Dmitry Stogov [Fri, 2 Dec 2016 08:58:33 +0000 (11:58 +0300)]
Revert "Fix accidental zval_ptr_dtor()ing of object"

This reverts commit ae2f68d8a5868e90583765aca86c501f27664ef9.

8 years agoRevert "Fix a few valgrind warnings with undefing result"
Dmitry Stogov [Fri, 2 Dec 2016 08:58:25 +0000 (11:58 +0300)]
Revert "Fix a few valgrind warnings with undefing result"

This reverts commit 8f4e100f21b06e745e56f55ce49c248442f8e642.

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

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.1'
Anatol Belski [Thu, 1 Dec 2016 13:54:21 +0000 (14:54 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  fork tests

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.1'
Dmitry Stogov [Thu, 1 Dec 2016 13:22:32 +0000 (16:22 +0300)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed bad merge

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.1'
Dmitry Stogov [Thu, 1 Dec 2016 12:51:16 +0000 (15:51 +0300)]
Merge branch 'PHP-7.1'

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

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.1'
Anatol Belski [Thu, 1 Dec 2016 12:34:20 +0000 (13:34 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  fix condition
  improve skipif

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 agoMerge branch 'PHP-7.1'
Anatol Belski [Thu, 1 Dec 2016 12:26:09 +0000 (13:26 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  improve skipif

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

8 years agoMerge branch 'PHP-7.1'
Dmitry Stogov [Thu, 1 Dec 2016 10:26:26 +0000 (13:26 +0300)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  Fixed access to uninitialized value

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 agoFix a few valgrind warnings with undefing result
Bob Weinand [Thu, 1 Dec 2016 09:15:07 +0000 (10:15 +0100)]
Fix a few valgrind warnings with undefing result

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

* PHP-7.1:
  Simpler overflow check
  fix gcov coverage

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 agoMerge branch 'PHP-7.1'
Anatol Belski [Thu, 1 Dec 2016 00:37:24 +0000 (01:37 +0100)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  fix dir separator
  Update NEWS for the build

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 agoFix accidental zval_ptr_dtor()ing of object
Bob Weinand [Wed, 30 Nov 2016 22:57:22 +0000 (23:57 +0100)]
Fix accidental zval_ptr_dtor()ing of object

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 agoFix memory leaks with FE_RESET upon empty iterator
Bob Weinand [Mon, 28 Nov 2016 22:16:24 +0000 (23:16 +0100)]
Fix memory leaks with FE_RESET upon empty iterator

Solved by manually freeing and jumping to the opcode *after* FE_FREE

8 years agoFix return value memory leaks upon exceptions in opcode operand freeing
Bob Weinand [Mon, 28 Nov 2016 22:14:38 +0000 (23:14 +0100)]
Fix return value memory leaks upon exceptions in opcode operand freeing

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

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 agoadd skipif
Anatol Belski [Wed, 30 Nov 2016 10:09:15 +0000 (11:09 +0100)]
add skipif

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

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 agoExport zend_quick_get_constant()
Dmitry Stogov [Tue, 29 Nov 2016 08:07:49 +0000 (11:07 +0300)]
Export zend_quick_get_constant()

8 years agoFix typo
Yasuo Ohgaki [Mon, 28 Nov 2016 21:45:01 +0000 (06:45 +0900)]
Fix typo

8 years agoRemoved IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED)
Dmitry Stogov [Mon, 28 Nov 2016 19:59:57 +0000 (22:59 +0300)]
Removed IS_TYPE_IMMUTABLE (it's the same as COPYABLE & !REFCOUED)

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

* PHP-7.1:
  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: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.1'
Dmitry Stogov [Mon, 28 Nov 2016 09:30:16 +0000 (12:30 +0300)]
Merge branch 'PHP-7.1'

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

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 agoFixed build
Dmitry Stogov [Mon, 28 Nov 2016 09:12:54 +0000 (12:12 +0300)]
Fixed build

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.1'
Stanislav Malyshev [Sun, 27 Nov 2016 23:38:39 +0000 (15:38 -0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  add NEWS
  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 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 'pull-request/2223'
Stanislav Malyshev [Sun, 27 Nov 2016 23:02:40 +0000 (15:02 -0800)]
Merge branch 'pull-request/2223'

* pull-request/2223:
  Fix help messages

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

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

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 agoMerge branch 'PHP-7.1'
Jakub Zelenka [Sun, 27 Nov 2016 19:06:56 +0000 (19:06 +0000)]
Merge branch 'PHP-7.1'

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 agoMerge branch 'PHP-7.1'
Jakub Zelenka [Sun, 27 Nov 2016 19:00:57 +0000 (19:00 +0000)]
Merge branch 'PHP-7.1'

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 agoMerge branch 'PHP-7.1'
Jakub Zelenka [Sun, 27 Nov 2016 18:57:35 +0000 (18:57 +0000)]
Merge branch 'PHP-7.1'

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 agoFix help messages
Yoshio HANAWA [Sun, 27 Nov 2016 10:15:32 +0000 (19:15 +0900)]
Fix help messages

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

* PHP-7.1:
  Fix occasionaly failing test

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.1'
Matteo Beccati [Sun, 27 Nov 2016 09:08:23 +0000 (10:08 +0100)]
Merge branch 'PHP-7.1'

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

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 agoAdd XFAIL for failing test
Yasuo Ohgaki [Sun, 27 Nov 2016 01:49:17 +0000 (10:49 +0900)]
Add XFAIL for failing test

8 years agoMerge branch 'pull-request/2221'
Yasuo Ohgaki [Sun, 27 Nov 2016 01:48:07 +0000 (10:48 +0900)]
Merge branch 'pull-request/2221'

* pull-request/2221:
  Add a test for bug 73529

8 years agoMerge branch 'pull-request/2147'
Stanislav Malyshev [Sat, 26 Nov 2016 23:37:31 +0000 (15:37 -0800)]
Merge branch 'pull-request/2147'

* pull-request/2147:
  acinclude.m4: fix krb5-config detection and usage in PHP_SETUP_KERBEROS.

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

* PHP-7.1:
  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-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 agoawk: syntax error
think [Tue, 23 Aug 2016 09:03:07 +0000 (17:03 +0800)]
awk: syntax error

awk version 20070501

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.1'
Stanislav Malyshev [Sat, 26 Nov 2016 22:48:57 +0000 (14:48 -0800)]
Merge branch 'PHP-7.1'

* PHP-7.1:
  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 agofix test
Anatol Belski [Sat, 26 Nov 2016 19:29:42 +0000 (20:29 +0100)]
fix test

8 years agofix test portability
Anatol Belski [Sat, 26 Nov 2016 19:27:09 +0000 (20:27 +0100)]
fix test portability

8 years agofurther normalizations, uint vs uint32_t
Anatol Belski [Sat, 26 Nov 2016 14:18:42 +0000 (15:18 +0100)]
further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run

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