]> granicus.if.org Git - php/log
php
11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Wed, 22 Jan 2014 10:53:56 +0000 (11:53 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fixed missing usleep() prototype in pgsql

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Wed, 22 Jan 2014 10:53:32 +0000 (11:53 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fixed missing usleep() prototype in pgsql

11 years agofixed missing usleep() prototype in pgsql
Anatol Belski [Wed, 22 Jan 2014 10:52:52 +0000 (11:52 +0100)]
fixed missing usleep() prototype in pgsql

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Yasuo Ohgaki [Wed, 22 Jan 2014 10:23:17 +0000 (19:23 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed previous commit may delete unwanted cookies.
  Re-fixed bug #66469

11 years agoFixed previous commit may delete unwanted cookies.
Yasuo Ohgaki [Wed, 22 Jan 2014 10:23:01 +0000 (19:23 +0900)]
Fixed previous commit may delete unwanted cookies.

11 years agoFixed previous commit may delete unwanted cookies. Sync tests from upper branches.
Yasuo Ohgaki [Wed, 22 Jan 2014 10:21:25 +0000 (19:21 +0900)]
Fixed previous commit may delete unwanted cookies. Sync tests from upper branches.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Yasuo Ohgaki [Wed, 22 Jan 2014 04:47:55 +0000 (13:47 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Re-fixed bug #66469

11 years agoRe-fixed bug #66469
Yasuo Ohgaki [Wed, 22 Jan 2014 04:46:59 +0000 (13:46 +0900)]
Re-fixed bug #66469

11 years agoRe-fixed bug #66469
Yasuo Ohgaki [Wed, 22 Jan 2014 04:40:58 +0000 (13:40 +0900)]
Re-fixed bug #66469

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Stanislav Malyshev [Tue, 21 Jan 2014 21:28:32 +0000 (13:28 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix CVE ref for bug #66060
  fix CVE ref for bug #66060
  fix buglet in makedist
  5.4.26 next
  fix news

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Stanislav Malyshev [Tue, 21 Jan 2014 21:28:03 +0000 (13:28 -0800)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix CVE ref for bug #66060
  5.4.26 next
  fix news

Conflicts:
configure.in
main/php_version.h

11 years agofix CVE ref for bug #66060
Stanislav Malyshev [Tue, 21 Jan 2014 21:27:18 +0000 (13:27 -0800)]
fix CVE ref for bug #66060

11 years agofix CVE ref for bug #66060
Stanislav Malyshev [Tue, 21 Jan 2014 21:26:56 +0000 (13:26 -0800)]
fix CVE ref for bug #66060

11 years agofix buglet in makedist
Stanislav Malyshev [Tue, 21 Jan 2014 21:24:52 +0000 (13:24 -0800)]
fix buglet in makedist

11 years ago5.4.26 next
Stanislav Malyshev [Tue, 21 Jan 2014 20:13:42 +0000 (12:13 -0800)]
5.4.26 next

11 years agofix news
Stanislav Malyshev [Tue, 21 Jan 2014 20:11:59 +0000 (12:11 -0800)]
fix news

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Tue, 21 Jan 2014 16:14:56 +0000 (17:14 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fixed post deactivate signature in ext\libxml

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Tue, 21 Jan 2014 16:14:32 +0000 (17:14 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fixed post deactivate signature in ext\libxml

11 years agofixed post deactivate signature in ext\libxml
Anatol Belski [Tue, 21 Jan 2014 16:08:59 +0000 (17:08 +0100)]
fixed post deactivate signature in ext\libxml

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Johannes Schlüter [Tue, 21 Jan 2014 15:38:32 +0000 (16:38 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Johannes Schlüter [Tue, 21 Jan 2014 15:37:02 +0000 (16:37 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agofix NEWS formatting
Johannes Schlüter [Tue, 21 Jan 2014 15:35:51 +0000 (16:35 +0100)]
fix NEWS formatting

11 years agoFix bug #66283 (Segmentation fault after memory_limit)
Johannes Schlüter [Tue, 21 Jan 2014 15:28:30 +0000 (16:28 +0100)]
Fix bug #66283 (Segmentation fault after memory_limit)

There are situations where mysqlnd dupliates zvals while freeing result
sets. If the memory_limit is reached during this operation the engine
will bailout. This patch makes sure that a later attempt (during
RSHIUTDOWN) won't cause a double free, instead we rely on the engine to
free emalloc()ed memory after bailout.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
David Soria Parra [Tue, 21 Jan 2014 15:20:08 +0000 (16:20 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Change automaticaly to automatically

11 years agoChange automaticaly to automatically
Carson McDonald [Thu, 19 Dec 2013 18:57:26 +0000 (13:57 -0500)]
Change automaticaly to automatically

11 years agostarting a new NEWS section for alpha2
Ferenc Kovacs [Tue, 21 Jan 2014 10:20:40 +0000 (11:20 +0100)]
starting a new NEWS section for alpha2

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Ferenc Kovacs [Tue, 21 Jan 2014 01:28:49 +0000 (02:28 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  fix these tests so they properly clean up after themselves.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Ferenc Kovacs [Tue, 21 Jan 2014 01:28:32 +0000 (02:28 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  fix these tests so they properly clean up after themselves.

11 years agoUpdating NEWS with PDO change
Will Fitch [Mon, 20 Jan 2014 17:19:42 +0000 (12:19 -0500)]
Updating NEWS with PDO change

11 years agoUpdating NEWS with 66509 change
Will Fitch [Mon, 20 Jan 2014 17:18:20 +0000 (12:18 -0500)]
Updating NEWS with 66509 change

11 years agofix these tests so they properly clean up after themselves.
Ferenc Kovacs [Mon, 20 Jan 2014 17:04:35 +0000 (18:04 +0100)]
fix these tests so they properly clean up after themselves.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Mon, 20 Jan 2014 13:44:32 +0000 (14:44 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Skip those test which fails on ARM architecture
  dos2unix

11 years agoSkip those test which fails on ARM architecture
Remi Collet [Mon, 20 Jan 2014 13:42:28 +0000 (14:42 +0100)]
Skip those test which fails on ARM architecture

Add minimal tests for all arch.

11 years agodos2unix
Remi Collet [Mon, 20 Jan 2014 13:39:05 +0000 (14:39 +0100)]
dos2unix

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Mon, 20 Jan 2014 13:25:26 +0000 (21:25 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agorelease 7.0.3
Xinchen Hui [Mon, 20 Jan 2014 13:23:23 +0000 (21:23 +0800)]
release 7.0.3

11 years agofixed glob compilation with vc12
Anatol Belski [Mon, 20 Jan 2014 09:11:31 +0000 (10:11 +0100)]
fixed glob compilation with vc12

11 years agosupport for Visual C+ 2013
Anatol Belski [Mon, 20 Jan 2014 09:04:20 +0000 (10:04 +0100)]
support for Visual C+ 2013

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Mon, 20 Jan 2014 08:39:29 +0000 (09:39 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Skip readline tests which fail with libedit Add specific libedit test (output slightly differs)

11 years agoSkip readline tests which fail with libedit
Remi Collet [Mon, 20 Jan 2014 08:38:34 +0000 (09:38 +0100)]
Skip readline tests which fail with libedit
Add specific libedit test (output slightly differs)

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Remi Collet [Mon, 20 Jan 2014 07:40:39 +0000 (08:40 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed Bug #66412 readline_clear_history() with libedit causes segfault after #65714

11 years agoFixed Bug #66412 readline_clear_history() with libedit causes segfault after #65714
Remi Collet [Mon, 20 Jan 2014 07:38:53 +0000 (08:38 +0100)]
Fixed Bug #66412 readline_clear_history() with libedit causes segfault after #65714

Checking all libedit functions, this check is done in each functions (add_history,
read_history, write_history, ...) but is missing in clear_history.

Test coverage: readline_clear_history_001.phpt

11 years agoUpdate NEWS for bug fix #62479
Will Fitch [Sun, 19 Jan 2014 18:12:06 +0000 (13:12 -0500)]
Update NEWS for bug fix #62479

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Yasuo Ohgaki [Sun, 19 Jan 2014 04:32:35 +0000 (13:32 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Enable zend.multibyte tests. Tipcal configuration works, but most tests fail.

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Sun, 19 Jan 2014 04:31:50 +0000 (13:31 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Enable zend.multibyte tests. Tipcal configuration works, but most tests fail.

11 years agoEnable zend.multibyte tests. Tipcal configuration works, but most tests fail.
Yasuo Ohgaki [Sun, 19 Jan 2014 04:28:48 +0000 (13:28 +0900)]
Enable zend.multibyte tests. Tipcal configuration works, but most tests fail.

11 years agofix C89 compat
Anatol Belski [Sun, 19 Jan 2014 01:05:10 +0000 (02:05 +0100)]
fix C89 compat

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Will Fitch [Sun, 19 Jan 2014 00:41:45 +0000 (19:41 -0500)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix #62479: Some chars not parsed in passwords

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Will Fitch [Sun, 19 Jan 2014 00:40:54 +0000 (19:40 -0500)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix #62479: Some chars not parsed in passwords

11 years agoFix #62479: Some chars not parsed in passwords
Will Fitch [Sun, 19 Jan 2014 00:24:22 +0000 (19:24 -0500)]
Fix #62479: Some chars not parsed in passwords

This fixes an issue where backslashes and spaces aren't
correctly parsed for passwords.

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Will Fitch [Sat, 18 Jan 2014 16:56:22 +0000 (11:56 -0500)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fix bug #66509: copy() arginfo incorrect since 5.4

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Will Fitch [Sat, 18 Jan 2014 16:39:32 +0000 (11:39 -0500)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Fix bug #66509: copy() arginfo incorrect since 5.4

Conflicts:
NEWS

11 years agoFix bug #66509: copy() arginfo incorrect since 5.4
Will Fitch [Sat, 18 Jan 2014 16:25:53 +0000 (11:25 -0500)]
Fix bug #66509: copy() arginfo incorrect since 5.4

Since 5.4, the ZEND_BEGIN_ARG_INFO_EX was replaced
by non _EX, causing Reflection to assume the
$context parameter is required.

11 years agoFix argument unpacking across stack pages
Nikita Popov [Sat, 18 Jan 2014 11:30:44 +0000 (12:30 +0100)]
Fix argument unpacking across stack pages

If multiple unpacks were used (or mixed with normal arguments)
parts of the arguments could land on different stack pages. If
this occurs the arguments will now be copied to a new stack page.

The code used to do this is copied verbatim from the PHP 5.4 branch
and only modified to reduce the amount of inlined code.

11 years agoMerge branch 'phpdbg' into PHP-5.6
Johannes Schlüter [Sat, 18 Jan 2014 12:52:27 +0000 (13:52 +0100)]
Merge branch 'phpdbg' into PHP-5.6

11 years agozts fix
krakjoe [Fri, 17 Jan 2014 21:20:19 +0000 (21:20 +0000)]
zts fix

11 years ago...
krakjoe [Fri, 17 Jan 2014 21:15:03 +0000 (21:15 +0000)]
...

11 years agoremove goto from zend_try/zend_end_try/zend_catch blocks
krakjoe [Fri, 17 Jan 2014 21:08:35 +0000 (21:08 +0000)]
remove goto from zend_try/zend_end_try/zend_catch blocks

11 years agoAdd a couple of missing items to UPGRADING.
Adam Harvey [Fri, 17 Jan 2014 12:28:49 +0000 (20:28 +0800)]
Add a couple of missing items to UPGRADING.

Usual grumble about please ensuring UPGRADING gets updated goes here. :)

11 years agoClarify always_populate_raw_post_data situation in 5.6
Michael Wallner [Fri, 17 Jan 2014 11:18:16 +0000 (12:18 +0100)]
Clarify always_populate_raw_post_data situation in 5.6

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 17 Jan 2014 10:08:02 +0000 (11:08 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  added appropriate exception handling flag to ext\intl
  Update NEWS

11 years agoadded appropriate exception handling flag to ext\intl
Anatol Belski [Fri, 17 Jan 2014 10:03:40 +0000 (11:03 +0100)]
added appropriate exception handling flag to ext\intl

According to the doc page
http://msdn.microsoft.com/en-us/library/1deeycx5.aspx
it's appropriate as none of the extern C functions do throw
exceptions. This also fixes the warning C4530.

11 years agofix indentation
Antony Dovgal [Thu, 16 Jan 2014 13:53:40 +0000 (17:53 +0400)]
fix indentation

11 years agoAdd some basic and apparmor tests to fpm
Gernot Vormayr [Mon, 6 Jan 2014 23:21:24 +0000 (00:21 +0100)]
Add some basic and apparmor tests to fpm

11 years agoAdd --force-stderr to fpm
Gernot Vormayr [Mon, 6 Jan 2014 23:19:01 +0000 (00:19 +0100)]
Add --force-stderr to fpm

11 years agoAdd apparmor change hat functionality to fpm
Gernot Vormayr [Tue, 2 Jul 2013 11:06:02 +0000 (13:06 +0200)]
Add apparmor change hat functionality to fpm

11 years agoUpdate NEWS
Yasuo Ohgaki [Fri, 17 Jan 2014 03:34:23 +0000 (12:34 +0900)]
Update NEWS

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Fri, 17 Jan 2014 02:32:06 +0000 (03:32 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  forked the test for bug #66481

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Anatol Belski [Fri, 17 Jan 2014 02:31:38 +0000 (03:31 +0100)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  forked the test for bug #66481

11 years agoforked the test for bug #66481
Anatol Belski [Fri, 17 Jan 2014 02:30:42 +0000 (03:30 +0100)]
forked the test for bug #66481

11 years agofix #50
krakjoe [Thu, 16 Jan 2014 20:10:30 +0000 (20:10 +0000)]
fix #50

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Xinchen Hui [Thu, 16 Jan 2014 06:42:04 +0000 (14:42 +0800)]
Merge branch 'PHP-5.5' into PHP-5.6

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Xinchen Hui [Thu, 16 Jan 2014 06:41:52 +0000 (14:41 +0800)]
Merge branch 'PHP-5.4' into PHP-5.5

11 years agoRe-fixed Bug #66481 (Calls to session_name() segfault when session.name is null)
Xinchen Hui [Thu, 16 Jan 2014 06:41:12 +0000 (14:41 +0800)]
Re-fixed Bug #66481 (Calls to session_name() segfault when session.name is null)

11 years agoRevert "Bug #66481 Segfaults on session_name()"
Xinchen Hui [Thu, 16 Jan 2014 06:38:35 +0000 (14:38 +0800)]
Revert "Bug #66481 Segfaults on session_name()"

This reverts commit 5662ffb295c6f9cb10768d8246f2656aae6b8abb.

11 years agoRevert "Update NEWS"
Xinchen Hui [Thu, 16 Jan 2014 06:38:22 +0000 (14:38 +0800)]
Revert "Update NEWS"

This reverts commit 8f5de8ddcf5fea43928cf2358b95f3de1ab5ade9.

11 years agoUpdate NEWS
Yasuo Ohgaki [Thu, 16 Jan 2014 02:41:30 +0000 (11:41 +0900)]
Update NEWS

11 years agoUpdate NEWS
Yasuo Ohgaki [Thu, 16 Jan 2014 02:40:33 +0000 (11:40 +0900)]
Update NEWS

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Yasuo Ohgaki [Thu, 16 Jan 2014 02:35:11 +0000 (11:35 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Bug #66481 Segfaults on session_name()

11 years agoMerge branch 'PHP-5.4' into PHP-5.5
Yasuo Ohgaki [Thu, 16 Jan 2014 02:34:31 +0000 (11:34 +0900)]
Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
  Bug #66481 Segfaults on session_name()

11 years agoBug #66481 Segfaults on session_name()
Conor McDermottroe [Tue, 14 Jan 2014 02:08:13 +0000 (02:08 +0000)]
Bug #66481 Segfaults on session_name()

If the previous value of session.name was NULL then any call to
session_name($string) would result in a segmentation fault.

This changes the behaviour to set the value of session.name to
"PHPSESSID" if a blank value is given in php.ini or via -d on the
command line. There is already protection against setting it to NULL via
session_name() or ini_set().

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Wed, 15 Jan 2014 08:15:25 +0000 (12:15 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Log information about cached scripts and keys

11 years agoLog information about cached scripts and keys
Dmitry Stogov [Wed, 15 Jan 2014 08:12:22 +0000 (12:12 +0400)]
Log information about cached scripts and keys

11 years agoWe don't know PHP_5_6_X_API_NO yet
Dmitry Stogov [Wed, 15 Jan 2014 07:09:38 +0000 (11:09 +0400)]
We don't know PHP_5_6_X_API_NO yet

11 years agoAdded pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and up
Yasuo Ohgaki [Wed, 15 Jan 2014 05:37:24 +0000 (14:37 +0900)]
Added pg_lo_truncate() and 64bit large object support from PostgreSQL 9.3 and up

11 years agoAlways initialize pg_version() result array elements to prevent failed test with...
Yasuo Ohgaki [Wed, 15 Jan 2014 05:27:33 +0000 (14:27 +0900)]
Always initialize pg_version() result array elements to prevent failed test with older postgresql servers. Add missing client_encoding element.

11 years agoFixed pg_version() crash with older postgresql
Yasuo Ohgaki [Wed, 15 Jan 2014 04:32:15 +0000 (13:32 +0900)]
Fixed pg_version() crash with older postgresql

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Yasuo Ohgaki [Wed, 15 Jan 2014 02:07:10 +0000 (11:07 +0900)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed session module is sending multiple set-cookie headers when session.use_strict_mode=1

11 years agoFixed session module is sending multiple set-cookie headers when session.use_strict_m...
Yasuo Ohgaki [Wed, 15 Jan 2014 02:03:07 +0000 (11:03 +0900)]
Fixed session module is sending multiple set-cookie headers when session.use_strict_mode=1

11 years agoFixed arguments unpacking segfault with opcache
Nikita Popov [Tue, 14 Jan 2014 14:34:08 +0000 (22:34 +0800)]
Fixed arguments unpacking segfault with opcache

11 years agoMade pg_version() return full connection info.
Yasuo Ohgaki [Tue, 14 Jan 2014 01:10:48 +0000 (10:10 +0900)]
Made pg_version() return full connection info.

11 years agoissues raised in #46, don't quit on CTRL+C if not executing
krakjoe [Mon, 13 Jan 2014 20:16:50 +0000 (20:16 +0000)]
issues raised in #46, don't quit on CTRL+C if not executing

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Mon, 13 Jan 2014 19:10:35 +0000 (23:10 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed ZTS build

11 years agoFixed ZTS build
Dmitry Stogov [Mon, 13 Jan 2014 19:09:59 +0000 (23:09 +0400)]
Fixed ZTS build

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Anatol Belski [Mon, 13 Jan 2014 16:12:53 +0000 (17:12 +0100)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  forked test for win32

11 years agoforked test for win32
Anatol Belski [Mon, 13 Jan 2014 16:12:14 +0000 (17:12 +0100)]
forked test for win32

11 years agoMerge branch 'PHP-5.5' into PHP-5.6
Dmitry Stogov [Mon, 13 Jan 2014 14:06:49 +0000 (18:06 +0400)]
Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
  Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)

Conflicts:
NEWS

11 years agoFixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)
Dmitry Stogov [Mon, 13 Jan 2014 14:05:21 +0000 (18:05 +0400)]
Fixed bug #66461 (PHP crashes if opcache.interned_strings_buffer=0)

11 years agoFixed bug #66440 (Optimisation of conditional JMPs based on pre-evaluate constant...
Dmitry Stogov [Mon, 13 Jan 2014 12:16:23 +0000 (16:16 +0400)]
Fixed bug #66440 (Optimisation of conditional JMPs based on pre-evaluate constant function calls)

11 years agoFixed bug #66471 (Keep backward compatibility)
Dmitry Stogov [Mon, 13 Jan 2014 11:34:25 +0000 (15:34 +0400)]
Fixed bug #66471 (Keep backward compatibility)