]> granicus.if.org Git - php/log
php
8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Bob Weinand [Wed, 25 Jan 2017 12:01:10 +0000 (13:01 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFix copying too much leading to potential segfault
Bob Weinand [Wed, 25 Jan 2017 12:00:48 +0000 (13:00 +0100)]
Fix copying too much leading to potential segfault

8 years agodirname() should not normalize paths
Anatol Belski [Tue, 24 Jan 2017 16:56:00 +0000 (17:56 +0100)]
dirname() should not normalize paths

This is the BC piece with the case where dirname() is used with an URL.

8 years agomake length check more robust
Anatol Belski [Tue, 24 Jan 2017 12:24:11 +0000 (13:24 +0100)]
make length check more robust

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Mon, 23 Jan 2017 16:55:43 +0000 (16:55 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix Bug #69865 php-fpm does not close stderr when using syslog

8 years agoFix Bug #69865 php-fpm does not close stderr when using syslog
Michael Wallner [Wed, 22 Jul 2015 11:44:21 +0000 (13:44 +0200)]
Fix Bug #69865 php-fpm does not close stderr when using syslog

8 years agouse correct shift and fix slowlog bt in 7.1
Antony Dovgal [Mon, 23 Jan 2017 11:50:09 +0000 (14:50 +0300)]
use correct shift and fix slowlog bt in 7.1

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Mon, 23 Jan 2017 05:34:21 +0000 (05:34 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  move decl to correct place

8 years agomove decl to correct place
Joe Watkins [Mon, 23 Jan 2017 05:33:58 +0000 (05:33 +0000)]
move decl to correct place

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Sun, 22 Jan 2017 16:11:38 +0000 (16:11 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed #73969 - Fixed segmentation fault when debug_print_backtrace called

8 years agoFixed #73969 - Fixed segmentation fault when debug_print_backtrace called
andrewnester [Sun, 22 Jan 2017 15:59:59 +0000 (18:59 +0300)]
Fixed #73969 - Fixed segmentation fault when debug_print_backtrace called

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Sun, 22 Jan 2017 14:02:59 +0000 (15:02 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Add regression test for bug #47946

8 years agoAdd regression test for bug #47946
Christoph M. Becker [Sun, 22 Jan 2017 14:01:01 +0000 (15:01 +0100)]
Add regression test for bug #47946

This bug had already been fixed, but apparently there's no regression
test yet, so we add one.

Note that the expected image has black pixel artifacts, which are
another issue (perhaps bug #40158), and would have to be adressed
separately.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Sun, 22 Jan 2017 06:41:07 +0000 (06:41 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix intermittent segfault in GD library

8 years agoFix intermittent segfault in GD library
Mitch Hagstrand [Sat, 21 Jan 2017 20:40:15 +0000 (12:40 -0800)]
Fix intermittent segfault in GD library

The gdIOCtx struct should be zero filled with ecalloc.
emalloc does not zero fill the struct.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Sat, 21 Jan 2017 17:53:43 +0000 (18:53 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Add myself as primary maintainer of GD

8 years agoAdd myself as primary maintainer of GD
Christoph M. Becker [Sat, 21 Jan 2017 17:52:34 +0000 (18:52 +0100)]
Add myself as primary maintainer of GD

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Christoph M. Becker [Sat, 21 Jan 2017 12:10:54 +0000 (13:10 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix #73968: Premature failing of XBM reading

8 years agoFix #73968: Premature failing of XBM reading
Christoph M. Becker [Sat, 21 Jan 2017 00:21:03 +0000 (01:21 +0100)]
Fix #73968: Premature failing of XBM reading

We must take into account the line padding, when we're reading XBM
files.

We deliberately ignore the potential integer overflow here, because
that would be caught by gdImageCreate() or even earlier if `bytes==0`,
what happens in libgd00094.phpt which we adapt accordingly.

8 years agoFix bug #73961 environmental build dependency in hash sha3 source
Joe Watkins [Sat, 21 Jan 2017 07:45:28 +0000 (07:45 +0000)]
Fix bug #73961 environmental build dependency in hash sha3 source

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sat, 21 Jan 2017 01:57:54 +0000 (02:57 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  backport 51e1da6ea1e663908302e162ced1b7a8cb5aee05 into 7.0

8 years agobackport 51e1da6ea1e663908302e162ced1b7a8cb5aee05 into 7.0
Anatol Belski [Sat, 21 Jan 2017 01:56:15 +0000 (02:56 +0100)]
backport 51e1da6ea1e663908302e162ced1b7a8cb5aee05 into 7.0

8 years agoexclude debug code
Anatol Belski [Sat, 21 Jan 2017 01:17:06 +0000 (02:17 +0100)]
exclude debug code

8 years agoensure the string for conversion is \0 terminated and integrade
Anatol Belski [Sat, 21 Jan 2017 01:11:24 +0000 (02:11 +0100)]
ensure the string for conversion is \0 terminated and integrade
additional path length check

8 years agoFixed bug #73962 bug with symlink related to cyrillic directory
Anatol Belski [Fri, 20 Jan 2017 22:45:08 +0000 (23:45 +0100)]
Fixed bug #73962 bug with symlink related to cyrillic directory

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Fri, 20 Jan 2017 20:11:26 +0000 (20:11 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed #73959 - lastInsertId fails to throw an exception in pdsql

8 years agoFixed #73959 - lastInsertId fails to throw an exception in pdsql
andrewnester [Fri, 20 Jan 2017 18:39:45 +0000 (21:39 +0300)]
Fixed #73959 - lastInsertId fails to throw an exception in pdsql

8 years agoNEWS
Remi Collet [Fri, 20 Jan 2017 16:46:41 +0000 (17:46 +0100)]
NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Remi Collet [Fri, 20 Jan 2017 16:46:24 +0000 (17:46 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  NEWS
  Fixed bug #73965 DTrace reported as enabled when disabled

8 years agoNEWS
Remi Collet [Fri, 20 Jan 2017 16:46:11 +0000 (17:46 +0100)]
NEWS

8 years agoFixed bug #73965 DTrace reported as enabled when disabled
Remi Collet [Fri, 20 Jan 2017 16:45:15 +0000 (17:45 +0100)]
Fixed bug #73965 DTrace reported as enabled when disabled

8 years agoUpdate comment, incorrect since 224aaf94
SjonHortensius [Thu, 19 Jan 2017 10:41:02 +0000 (11:41 +0100)]
Update comment, incorrect since 224aaf94

In 224aaf94; the warning was enabled; making the comment above incorrect. I've updated the comment to reflect the current code

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Xinchen Hui [Thu, 19 Jan 2017 04:23:56 +0000 (12:23 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed another part in ldap (bug #73933)

8 years agoFixed another part in ldap (bug #73933)
Xinchen Hui [Thu, 19 Jan 2017 04:23:23 +0000 (12:23 +0800)]
Fixed another part in ldap (bug #73933)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Ferenc Kovacs [Thu, 19 Jan 2017 00:22:10 +0000 (01:22 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Ferenc Kovacs [Thu, 19 Jan 2017 00:20:57 +0000 (01:20 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoupdate NEWS
Ferenc Kovacs [Thu, 19 Jan 2017 00:16:31 +0000 (01:16 +0100)]
update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Wed, 18 Jan 2017 20:20:00 +0000 (21:20 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoRemoving zmemcheck from .gdbinit
Mitch Hagstrand [Tue, 17 Jan 2017 20:39:07 +0000 (12:39 -0800)]
Removing zmemcheck from .gdbinit

It doesn't seem to make sense anymore

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Wed, 18 Jan 2017 18:23:30 +0000 (18:23 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix bug #73949 leak in mysqli_fetch_object

8 years agoFix bug #73949 leak in mysqli_fetch_object
Joe Watkins [Wed, 18 Jan 2017 18:22:57 +0000 (18:22 +0000)]
Fix bug #73949 leak in mysqli_fetch_object

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Wed, 18 Jan 2017 17:46:11 +0000 (17:46 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Remove remnants of TSMRLS_* macro calls

8 years agoRemove remnants of TSMRLS_* macro calls
Thomas Punt [Wed, 18 Jan 2017 09:48:23 +0000 (09:48 +0000)]
Remove remnants of TSMRLS_* macro calls

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Wed, 18 Jan 2017 17:23:29 +0000 (17:23 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  DNS CAA record type implementation and tests for https://bugs.php.net/bug.php?id=73850

8 years agoDNS CAA record type implementation and tests for https://bugs.php.net/bug.php?id...
Marcus Bointon [Tue, 3 Jan 2017 22:32:22 +0000 (23:32 +0100)]
DNS CAA record type implementation and tests for https://bugs.php.net/bug.php?id=73850

8 years agoAdd php_openssl_store_errors to bailouts
Leigh [Wed, 18 Jan 2017 15:02:52 +0000 (15:02 +0000)]
Add php_openssl_store_errors to bailouts

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Leigh [Wed, 18 Jan 2017 14:47:49 +0000 (14:47 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoChange free to OPENSSL_free
Leigh [Wed, 18 Jan 2017 14:45:41 +0000 (14:45 +0000)]
Change free to OPENSSL_free

8 years agoNEWS
Remi Collet [Wed, 18 Jan 2017 12:02:33 +0000 (13:02 +0100)]
NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Remi Collet [Wed, 18 Jan 2017 12:02:19 +0000 (13:02 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  NEWS
  Fix #73956 Link use CC instead of CXX

8 years agoNEWS
Remi Collet [Wed, 18 Jan 2017 12:02:03 +0000 (13:02 +0100)]
NEWS

8 years agoFix #73956 Link use CC instead of CXX
Remi Collet [Wed, 18 Jan 2017 12:00:49 +0000 (13:00 +0100)]
Fix #73956 Link use CC instead of CXX

8 years agoRemove more TSRMLS_CC macros
Thomas Punt [Wed, 18 Jan 2017 09:57:27 +0000 (09:57 +0000)]
Remove more TSRMLS_CC macros

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Wed, 18 Jan 2017 05:06:07 +0000 (05:06 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix ce comparison

8 years agoFix ce comparison
Thomas Punt [Tue, 17 Jan 2017 18:10:33 +0000 (18:10 +0000)]
Fix ce comparison

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Tue, 17 Jan 2017 20:33:44 +0000 (20:33 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  updates to release docs

8 years agoupdates to release docs
Joe Watkins [Tue, 17 Jan 2017 20:33:25 +0000 (20:33 +0000)]
updates to release docs

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Tue, 17 Jan 2017 17:07:53 +0000 (17:07 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixes in .gdbinit for ZE 3

8 years agoFixes in .gdbinit for ZE 3
Mitch Hagstrand [Tue, 17 Jan 2017 05:55:03 +0000 (21:55 -0800)]
Fixes in .gdbinit for ZE 3

1. Fixed print_pi function
2. Fixed printing properties in ____printzv_contents
3. Added optional max length parameter in ____print_str

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 17 Jan 2017 09:57:56 +0000 (10:57 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  [ci skip] sync NEWS

8 years ago[ci skip] sync NEWS
Anatol Belski [Tue, 17 Jan 2017 09:54:53 +0000 (10:54 +0100)]
[ci skip] sync NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Tue, 17 Jan 2017 08:35:26 +0000 (09:35 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix #73869: Signed Integer Overflow gd_io.c
  Fix #73868: DOS vulnerability in gdImageCreateFromGd2Ctx()

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Tue, 17 Jan 2017 08:33:51 +0000 (09:33 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix #73869: Signed Integer Overflow gd_io.c
  Fix #73868: DOS vulnerability in gdImageCreateFromGd2Ctx()

8 years agoFix #73869: Signed Integer Overflow gd_io.c
Christoph M. Becker [Sat, 17 Dec 2016 16:06:58 +0000 (17:06 +0100)]
Fix #73869: Signed Integer Overflow gd_io.c

GD2 stores the number of horizontal and vertical chunks as words (i.e. 2
byte unsigned). These values are multiplied and assigned to an int when
reading the image, what can cause integer overflows. We have to avoid
that, and also make sure that either chunk count is actually greater
than zero. If illegal chunk counts are detected, we bail out from
reading the image.

(cherry picked from commit 5b5d9db3988b829e0b121b74bb3947f01c2796a1)

8 years agoFix #73868: DOS vulnerability in gdImageCreateFromGd2Ctx()
Christoph M. Becker [Tue, 16 Aug 2016 16:23:36 +0000 (18:23 +0200)]
Fix #73868: DOS vulnerability in gdImageCreateFromGd2Ctx()

We must not pretend that there are image data if there are none. Instead
we fail reading the image file gracefully.

(cherry picked from commit cdb648dc4115ce0722f3cc75e6a65115fc0e56ab)

8 years agoUpdate NEWS
Xinchen Hui [Tue, 17 Jan 2017 07:35:29 +0000 (15:35 +0800)]
Update NEWS

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Xinchen Hui [Tue, 17 Jan 2017 07:35:06 +0000 (15:35 +0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fixed bug #73933 (error/segfault with ldap_mod_replace and opcache)

8 years agoFixed bug #73933 (error/segfault with ldap_mod_replace and opcache)
Xinchen Hui [Tue, 17 Jan 2017 07:34:19 +0000 (15:34 +0800)]
Fixed bug #73933 (error/segfault with ldap_mod_replace and opcache)

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Mon, 16 Jan 2017 20:14:03 +0000 (12:14 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix bug #73648 - integer overflow in substr

8 years agoFix bug #73648 - integer overflow in substr
Stanislav Malyshev [Mon, 16 Jan 2017 20:11:50 +0000 (12:11 -0800)]
Fix bug #73648 - integer overflow in substr

8 years agoMake unserialize() ref unwrapping compatible with 7.0
Nikita Popov [Mon, 16 Jan 2017 13:25:58 +0000 (14:25 +0100)]
Make unserialize() ref unwrapping compatible with 7.0

Also fix output difference in merged test (unrelated).

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Mon, 16 Jan 2017 13:12:10 +0000 (14:12 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Nikita Popov [Mon, 16 Jan 2017 13:11:41 +0000 (14:11 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

8 years agoAdd additional serialize tests for fixed bugs
Nikita Popov [Mon, 16 Jan 2017 12:24:13 +0000 (13:24 +0100)]
Add additional serialize tests for fixed bugs

These have been fixed as a side-effect of the delayed __wakeup
patch.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Mon, 16 Jan 2017 09:18:50 +0000 (01:18 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix bug #73634 - grapheme_strpos illegal memory access
  Fix typo

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Mon, 16 Jan 2017 09:18:38 +0000 (01:18 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix typo

8 years agoFix bug #73634 - grapheme_strpos illegal memory access
Stanislav Malyshev [Mon, 16 Jan 2017 09:18:16 +0000 (01:18 -0800)]
Fix bug #73634 - grapheme_strpos illegal memory access

8 years agoFix typo
Stanislav Malyshev [Mon, 16 Jan 2017 08:23:06 +0000 (00:23 -0800)]
Fix typo

8 years agoFix bug #73939 memory allocation in signal handler when HAVE_STRUCT_SIGINFO_T
Joe Watkins [Mon, 16 Jan 2017 04:32:27 +0000 (04:32 +0000)]
Fix bug #73939 memory allocation in signal handler when HAVE_STRUCT_SIGINFO_T

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Mon, 16 Jan 2017 04:13:26 +0000 (04:13 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Add test ini_set with invalid time zone

8 years agoAdd test ini_set with invalid time zone
Niklas Keller [Sun, 15 Jan 2017 22:06:08 +0000 (23:06 +0100)]
Add test ini_set with invalid time zone

Wasn't covered before according to gcov.php.net.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Mon, 16 Jan 2017 02:42:44 +0000 (18:42 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Fix test

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Mon, 16 Jan 2017 02:42:33 +0000 (18:42 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix test

8 years agoFix test
Stanislav Malyshev [Mon, 16 Jan 2017 02:42:22 +0000 (18:42 -0800)]
Fix test

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Stanislav Malyshev [Mon, 16 Jan 2017 01:32:37 +0000 (17:32 -0800)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Update more functions with path check

8 years agoMerge branch 'PHP-5.6' into PHP-7.0
Stanislav Malyshev [Mon, 16 Jan 2017 01:32:26 +0000 (17:32 -0800)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Update more functions with path check

8 years agoUpdate more functions with path check
Stanislav Malyshev [Mon, 16 Jan 2017 01:31:08 +0000 (17:31 -0800)]
Update more functions with path check

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Sun, 15 Jan 2017 20:18:48 +0000 (21:18 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix AppVeyor failures with Opcache enabled

8 years agofix AppVeyor failures with Opcache enabled
Anatol Belski [Sun, 15 Jan 2017 20:13:15 +0000 (21:13 +0100)]
fix AppVeyor failures with Opcache enabled

opcache_reset() only schedules the restart. Under circumstances,
the follow up requests might run uncached, until the restart
condition is met. To mitigate the false positives caused by this
behavior, any tests using opcache_reset() should not be put in
between other tests. Thus, moving the corresponding test to be
executed last.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Nikita Popov [Sat, 14 Jan 2017 13:13:23 +0000 (14:13 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

8 years agoFixed bug #69993
Yordan Gigov [Fri, 12 Aug 2016 14:52:18 +0000 (17:52 +0300)]
Fixed bug #69993

8 years agoFix bug #69061
Tom Sommer [Sat, 14 Jan 2017 12:51:12 +0000 (13:51 +0100)]
Fix bug #69061

Make mail.log append correct PHP_EOL and remove timestamp when
sending to syslog.

8 years agoAdd hash_hkdf()
Andrey Andreev [Wed, 11 Jan 2017 19:54:38 +0000 (21:54 +0200)]
Add hash_hkdf()

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Joe Watkins [Sat, 14 Jan 2017 07:33:08 +0000 (07:33 +0000)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Added test for "opcache: print restart reason" to basic_logging.phpt

8 years agoAdded test for "opcache: print restart reason" to basic_logging.phpt
Mitch Hagstrand [Sat, 14 Jan 2017 00:33:05 +0000 (16:33 -0800)]
Added test for "opcache: print restart reason" to basic_logging.phpt

8 years agoopcache: print restart reason
Alexander Polyakov [Fri, 13 Jan 2017 11:55:10 +0000 (14:55 +0300)]
opcache: print restart reason

8 years agoopcache: print restart reason
Alexander Polyakov [Fri, 13 Jan 2017 11:55:10 +0000 (14:55 +0300)]
opcache: print restart reason

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 13 Jan 2017 16:21:01 +0000 (17:21 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  fix remaining tests for Opcache runs

8 years agofix remaining tests for Opcache runs
Anatol Belski [Fri, 13 Jan 2017 16:16:15 +0000 (17:16 +0100)]
fix remaining tests for Opcache runs

The fail reason here is the TMP change while both top and test
run same binary with opcache enabled.

8 years agoMerge branch 'PHP-7.0' into PHP-7.1
Anatol Belski [Fri, 13 Jan 2017 15:54:10 +0000 (16:54 +0100)]
Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  ensure the end path wouldn't contain double slashes