Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Added test for "opcache: print restart reason" to basic_logging.phpt
This commit is contained in:
Joe Watkins 2017-01-14 07:33:08 +00:00
commit 687b02789e
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E

View File

@ -14,7 +14,11 @@ opcache.log_verbosity_level=4
--FILE--
<?php
echo "Foo Bar\n";
opcache_reset();
echo "Opcache reset";
?>
--EXPECTF--
%s Message Cached script '%sbasic_logging%s'
Foo Bar
%s Debug Restart Scheduled! Reason: user
Opcache reset