]> granicus.if.org Git - php/log
php
9 years agoreorder comments
Anatol Belski [Tue, 19 Jan 2016 08:04:52 +0000 (09:04 +0100)]
reorder comments

9 years agoget rid of win32_ prefix
Anatol Belski [Tue, 19 Jan 2016 08:02:12 +0000 (09:02 +0100)]
get rid of win32_ prefix

9 years agocheck return values and cleanup the job object on exit
Anatol Belski [Tue, 19 Jan 2016 07:57:58 +0000 (08:57 +0100)]
check return values and cleanup the job object on exit

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Tue, 19 Jan 2016 07:04:40 +0000 (08:04 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  add 7.0.4 block to NEWS
  bump version to 7.0.4-dev

9 years agoadd 7.0.4 block to NEWS
Anatol Belski [Tue, 19 Jan 2016 07:03:44 +0000 (08:03 +0100)]
add 7.0.4 block to NEWS

9 years agobump version to 7.0.4-dev
Anatol Belski [Tue, 19 Jan 2016 07:02:39 +0000 (08:02 +0100)]
bump version to 7.0.4-dev

9 years agotrap also children exits on shutdown to avoid unhandled exceptions
Anatol Belski [Mon, 18 Jan 2016 19:52:17 +0000 (20:52 +0100)]
trap also children exits on shutdown to avoid unhandled exceptions

9 years agointegrate the /Gw compiler switch
Anatol Belski [Mon, 18 Jan 2016 17:31:04 +0000 (18:31 +0100)]
integrate the /Gw compiler switch

9 years agofix compiler version check
Anatol Belski [Mon, 18 Jan 2016 17:08:49 +0000 (18:08 +0100)]
fix compiler version check

9 years agointegrate /Zc:inline switch
Anatol Belski [Mon, 18 Jan 2016 17:05:34 +0000 (18:05 +0100)]
integrate /Zc:inline switch

9 years agoadd proper noinline specifier for VC
Anatol Belski [Mon, 18 Jan 2016 16:35:23 +0000 (17:35 +0100)]
add proper noinline specifier for VC

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Mon, 18 Jan 2016 17:24:42 +0000 (18:24 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix test for 7.0, OpenSSL >= 1.0.2 disables SSLv2 by default

9 years agofix test for 7.0, OpenSSL >= 1.0.2 disables SSLv2 by default
Anatol Belski [Mon, 18 Jan 2016 17:23:07 +0000 (18:23 +0100)]
fix test for 7.0, OpenSSL >= 1.0.2 disables SSLv2 by default

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Mon, 18 Jan 2016 16:02:58 +0000 (17:02 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fork test
  fix test
  fork test
  fork test for win32
  fork test

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Mon, 18 Jan 2016 16:02:23 +0000 (17:02 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  fork test
  fix test
  fork test
  fork test for win32
  fork test

9 years agofork test
Anatol Belski [Mon, 18 Jan 2016 15:59:17 +0000 (16:59 +0100)]
fork test

9 years agofix test
Anatol Belski [Mon, 18 Jan 2016 15:52:48 +0000 (16:52 +0100)]
fix test

9 years agofork test
Anatol Belski [Mon, 18 Jan 2016 15:45:35 +0000 (16:45 +0100)]
fork test

9 years agofork test for win32
Anatol Belski [Mon, 18 Jan 2016 15:37:04 +0000 (16:37 +0100)]
fork test for win32

9 years agofork test
Anatol Belski [Mon, 18 Jan 2016 15:34:20 +0000 (16:34 +0100)]
fork test

9 years agoadd UPGRADING note for PHP_FCGI_CHILDREN on Windows
Anatol Belski [Mon, 18 Jan 2016 07:26:23 +0000 (08:26 +0100)]
add UPGRADING note for PHP_FCGI_CHILDREN on Windows

9 years agoMerge branch 'PHP-7.0'
Yasuo Ohgaki [Mon, 18 Jan 2016 04:35:43 +0000 (13:35 +0900)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Use SUCCESS/FAILURE

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Yasuo Ohgaki [Mon, 18 Jan 2016 04:35:01 +0000 (13:35 +0900)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Use SUCCESS/FAILURE

9 years agoUse SUCCESS/FAILURE
Yasuo Ohgaki [Mon, 18 Jan 2016 04:27:52 +0000 (13:27 +0900)]
Use SUCCESS/FAILURE

9 years agoFixed bug #71070 Custom session handler write method returns false, warning message...
Yasuo Ohgaki [Mon, 18 Jan 2016 03:03:41 +0000 (12:03 +0900)]
Fixed bug #71070 Custom session handler write method returns false, warning message misleading
This is commited to master only.
If you have better error message suggestion, feel free to improve it.

9 years agoFixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test
Yasuo Ohgaki [Mon, 18 Jan 2016 01:51:29 +0000 (10:51 +0900)]
Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test

9 years agoMerge branch 'PHP-7.0'
Yasuo Ohgaki [Mon, 18 Jan 2016 01:52:48 +0000 (10:52 +0900)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Yasuo Ohgaki [Mon, 18 Jan 2016 01:52:11 +0000 (10:52 +0900)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test

9 years agoFixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test
Yasuo Ohgaki [Mon, 18 Jan 2016 01:51:29 +0000 (10:51 +0900)]
Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test

9 years agoUpdate NEWS
Yasuo Ohgaki [Mon, 18 Jan 2016 00:47:34 +0000 (09:47 +0900)]
Update NEWS

9 years agoMerge branch 'PHP-7.0'
Yasuo Ohgaki [Mon, 18 Jan 2016 00:42:11 +0000 (09:42 +0900)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug 71397 (mb_send_mail segmentation fault)

9 years agoMerge branch 'pull-request/1731' into PHP-7.0
Yasuo Ohgaki [Mon, 18 Jan 2016 00:39:38 +0000 (09:39 +0900)]
Merge branch 'pull-request/1731' into PHP-7.0

* pull-request/1731:
  Fixed bug 71397 (mb_send_mail segmentation fault)

9 years agoMerge branch 'PHP-7.0'
Yasuo Ohgaki [Mon, 18 Jan 2016 00:23:42 +0000 (09:23 +0900)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #71397 (mb_send_mail segmentation fault)

9 years agoFixed bug #71397 (mb_send_mail segmentation fault)
Yasuo Ohgaki [Mon, 18 Jan 2016 00:22:04 +0000 (09:22 +0900)]
Fixed bug #71397 (mb_send_mail segmentation fault)

9 years agoFixed bug 71397 (mb_send_mail segmentation fault)
Tim Düsterhus [Sun, 17 Jan 2016 14:03:47 +0000 (15:03 +0100)]
Fixed bug 71397 (mb_send_mail segmentation fault)

9 years agoMerge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0
Yasuo Ohgaki [Sun, 17 Jan 2016 08:14:15 +0000 (17:14 +0900)]
Merge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0

* 'PHP-7.0' of git.php.net:php-src:
  Remove unnecessary warning by warning reorder.

9 years agoMerge branch 'PHP-7.0'
Yasuo Ohgaki [Sun, 17 Jan 2016 08:12:19 +0000 (17:12 +0900)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #71394 (session_regenerate_id() must close opened session on errors)

9 years agoFixed bug #71394 (session_regenerate_id() must close opened session on errors)
Yasuo Ohgaki [Sun, 17 Jan 2016 08:09:08 +0000 (17:09 +0900)]
Fixed bug #71394 (session_regenerate_id() must close opened session on errors)

9 years agoRemove unnecessary warning by warning reorder.
Yasuo Ohgaki [Sun, 17 Jan 2016 07:21:01 +0000 (16:21 +0900)]
Remove unnecessary warning by warning reorder.

9 years agoMerge branch 'PHP-7.0'
Yasuo Ohgaki [Sun, 17 Jan 2016 07:21:48 +0000 (16:21 +0900)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Remove unnecessary warning by warning reorder.

9 years agoRemove unnecessary warning by warning reorder.
Yasuo Ohgaki [Sun, 17 Jan 2016 07:21:01 +0000 (16:21 +0900)]
Remove unnecessary warning by warning reorder.

9 years agoMerge branch 'PHP-7.0'
Yasuo Ohgaki [Fri, 15 Jan 2016 20:37:26 +0000 (05:37 +0900)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Add test for Bug #70133 (Extended SessionHandler::read is ignoring $session_id when calling parent)

9 years agoAdd test for Bug #70133 (Extended SessionHandler::read is ignoring $session_id when...
Yasuo Ohgaki [Fri, 15 Jan 2016 20:29:06 +0000 (05:29 +0900)]
Add test for Bug #70133 (Extended SessionHandler::read is ignoring $session_id when calling parent)

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Fri, 15 Jan 2016 14:48:24 +0000 (15:48 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  PS(id) is zend_string *, use appropriate API
  Update NEWS

9 years agoPS(id) is zend_string *, use appropriate API
Anatol Belski [Fri, 15 Jan 2016 14:47:09 +0000 (15:47 +0100)]
PS(id) is zend_string *, use appropriate API

9 years agofork test
Anatol Belski [Fri, 15 Jan 2016 12:10:09 +0000 (13:10 +0100)]
fork test

9 years agofork test
Anatol Belski [Fri, 15 Jan 2016 12:02:36 +0000 (13:02 +0100)]
fork test

9 years agoadd WinEditLine support for CLI
Anatol Belski [Fri, 15 Jan 2016 11:17:40 +0000 (12:17 +0100)]
add WinEditLine support for CLI

9 years agoadd wineditline info to minfo
Anatol Belski [Fri, 15 Jan 2016 11:11:36 +0000 (12:11 +0100)]
add wineditline info to minfo

9 years agobasic support for wineditline
Anatol Belski [Fri, 15 Jan 2016 11:06:24 +0000 (12:06 +0100)]
basic support for wineditline

9 years agoconfig.w32 for ext/readline
Anatol Belski [Fri, 15 Jan 2016 10:49:14 +0000 (11:49 +0100)]
config.w32 for ext/readline

9 years agoUpdate NEWS
Yasuo Ohgaki [Fri, 15 Jan 2016 08:05:12 +0000 (17:05 +0900)]
Update NEWS

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Fri, 15 Jan 2016 07:44:22 +0000 (08:44 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fix header file include

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Fri, 15 Jan 2016 07:43:56 +0000 (08:43 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fix header file include

9 years agoFix header file include
Jason Young [Tue, 12 Jan 2016 13:56:00 +0000 (21:56 +0800)]
Fix header file include

9 years agoMerge branch 'PHP-7.0'
Yasuo Ohgaki [Fri, 15 Jan 2016 07:25:33 +0000 (16:25 +0900)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #69111 (Crash in SessionHandler::read()). Made session save handler abuse much harder than before.

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Yasuo Ohgaki [Fri, 15 Jan 2016 07:24:22 +0000 (16:24 +0900)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fixed bug #69111 (Crash in SessionHandler::read()). Made session save handler abuse much harder than before.

9 years agoFixed bug #69111 (Crash in SessionHandler::read()).
Yasuo Ohgaki [Fri, 15 Jan 2016 04:47:45 +0000 (13:47 +0900)]
Fixed bug #69111 (Crash in SessionHandler::read()).
Made session save handler abuse much harder than before.

9 years agoFix typo
Yasuo Ohgaki [Fri, 15 Jan 2016 06:21:18 +0000 (15:21 +0900)]
Fix typo

9 years agoFix uninitialized read in rfc1867 handler reported by valgrind. Only in PHP 5.6.
Yasuo Ohgaki [Fri, 15 Jan 2016 05:53:31 +0000 (14:53 +0900)]
Fix uninitialized read in rfc1867 handler reported by valgrind. Only in PHP 5.6.
This commit fixes initialized read, but calling php_session_initialize() directly
is problematic because configuration could be invalid. Invalid config may result
in segfault. This will be addressed later.

9 years agoMove cleanup code to a separate function and export it. Export also
Andrey Hristov [Thu, 14 Jan 2016 21:36:44 +0000 (22:36 +0100)]
Move cleanup code to a separate function and export it. Export also
other functions that can be of use for plugins

9 years agoMerge branch 'PHP-7.0'
Yasuo Ohgaki [Fri, 15 Jan 2016 01:19:29 +0000 (10:19 +0900)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Improved fix for bug #68063 (Empty session IDs do still start sessions).

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Yasuo Ohgaki [Fri, 15 Jan 2016 01:19:01 +0000 (10:19 +0900)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Improved fix for bug #68063 (Empty session IDs do still start sessions).

9 years agoImproved fix for bug #68063 (Empty session IDs do still start sessions).
Yasuo Ohgaki [Fri, 15 Jan 2016 00:45:08 +0000 (09:45 +0900)]
Improved fix for bug #68063 (Empty session IDs do still start sessions).

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Thu, 14 Jan 2016 17:42:37 +0000 (18:42 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS

9 years agoupdate NEWS
Anatol Belski [Thu, 14 Jan 2016 17:42:13 +0000 (18:42 +0100)]
update NEWS

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Thu, 14 Jan 2016 17:41:22 +0000 (18:41 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  port 4308c868f94df1f2b99e80038ba5ea1076d919a7 to 7.0

9 years agoport 4308c868f94df1f2b99e80038ba5ea1076d919a7 to 7.0
Anatol Belski [Thu, 14 Jan 2016 17:38:30 +0000 (18:38 +0100)]
port 4308c868f94df1f2b99e80038ba5ea1076d919a7 to 7.0

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Thu, 14 Jan 2016 16:48:59 +0000 (17:48 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS
  Fixed bug #70979 crash with bad soap request
  Update NEWS

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Anatol Belski [Thu, 14 Jan 2016 16:48:33 +0000 (17:48 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  update NEWS
  Fixed bug #70979 crash with bad soap request
  Update NEWS

9 years agoupdate NEWS
Anatol Belski [Thu, 14 Jan 2016 16:47:17 +0000 (17:47 +0100)]
update NEWS

9 years agoFixed bug #70979 crash with bad soap request
Anatol Belski [Thu, 14 Jan 2016 16:42:28 +0000 (17:42 +0100)]
Fixed bug #70979 crash with bad soap request

The error handler is overloaded with the SOAP one. However the SOAP
handler eventually wants to access some of its globals. This won't
work as long as the SOAP globals aren't initialized. The use case
is when an error is thrown before RINIT went through. As the call
order is arbitrary, the safest is to wait when all the modules
called their RINIT.

9 years agoForgot to add const-ness to the macro
Andrey Hristov [Thu, 14 Jan 2016 13:55:23 +0000 (14:55 +0100)]
Forgot to add const-ness to the macro

9 years agoConvenience macros
Andrey Hristov [Thu, 14 Jan 2016 11:58:41 +0000 (12:58 +0100)]
Convenience macros

9 years agoMerge branch 'PHP-7.0'
Anatol Belski [Thu, 14 Jan 2016 08:04:16 +0000 (09:04 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  update NEWS

9 years agoupdate NEWS
Anatol Belski [Thu, 14 Jan 2016 08:02:54 +0000 (09:02 +0100)]
update NEWS

9 years agoMerge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0
Xinchen Hui [Thu, 14 Jan 2016 06:49:57 +0000 (14:49 +0800)]
Merge branch 'PHP-7.0' of git.php.net:/php-src into PHP-7.0

* 'PHP-7.0' of git.php.net:/php-src:
  Avoid incomplete zend_internal_function initialization.

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Thu, 14 Jan 2016 06:49:34 +0000 (14:49 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed macro name

9 years agoFixed macro name
Xinchen Hui [Thu, 14 Jan 2016 06:49:23 +0000 (14:49 +0800)]
Fixed macro name

9 years agoMerge branch 'patch-1' of https://github.com/JHGitty/php-src
Xinchen Hui [Thu, 14 Jan 2016 03:53:26 +0000 (11:53 +0800)]
Merge branch 'patch-1' of https://github.com/JHGitty/php-src

* 'patch-1' of https://github.com/JHGitty/php-src:
  Fix typo

9 years agoMerge branch 'patch' of https://github.com/jakkdu/php-src
Xinchen Hui [Thu, 14 Jan 2016 03:51:53 +0000 (11:51 +0800)]
Merge branch 'patch' of https://github.com/jakkdu/php-src

* 'patch' of https://github.com/jakkdu/php-src:
  phpdbg: fix potential format string bug

9 years agoimplement FCGI children automatic restart and cleanup
Anatol Belski [Wed, 13 Jan 2016 12:30:57 +0000 (13:30 +0100)]
implement FCGI children automatic restart and cleanup

9 years agoBasic implementation for FCGI to respect PHP_FCGI_CHILDREN on Windows
Anatol Belski [Wed, 13 Jan 2016 10:53:29 +0000 (11:53 +0100)]
Basic implementation for FCGI to respect PHP_FCGI_CHILDREN on Windows

PHP_FCGI_CHILDREN number of children processes will be spawned, sharing
same TCP socket. To implement yet

- children cleanup on exit
- automatic children re-spawning

9 years agocommit 597db443cd6ce76b0dce590b9f51b5d4d610325e
Andrey Hristov [Wed, 13 Jan 2016 15:30:23 +0000 (16:30 +0100)]
commit 597db443cd6ce76b0dce590b9f51b5d4d610325e
Author: John Bafford <john@bafford.com>
Date:   Mon Jan 11 17:17:44 2016 -0500

    MYSQLND_METHOD(mysqlnd_conn_data, get_scheme) should take socket_or_pipe by reference to allow modifications

    Fixes a read-from-null crash in mnd_pestrdup when trying to duplicate the socket filename. (Fixes regression in e81ecc80c)

9 years agoMerge branch 'PHP-7.0'
Dmitry Stogov [Wed, 13 Jan 2016 12:06:50 +0000 (15:06 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Avoid incomplete zend_internal_function initialization.

9 years agoAvoid incomplete zend_internal_function initialization.
Dmitry Stogov [Wed, 13 Jan 2016 12:06:17 +0000 (15:06 +0300)]
Avoid incomplete zend_internal_function initialization.

9 years agoMerge branch 'PHP-7.0'
Xinchen Hui [Wed, 13 Jan 2016 09:38:36 +0000 (17:38 +0800)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #71336 (Wrong is_ref on properties as exposed via get_object_vars())

9 years agoFixed bug #71336 (Wrong is_ref on properties as exposed via get_object_vars())
Xinchen Hui [Wed, 13 Jan 2016 09:38:18 +0000 (17:38 +0800)]
Fixed bug #71336 (Wrong is_ref on properties as exposed via get_object_vars())

9 years agoMerge branch 'PHP-7.0'
Dmitry Stogov [Wed, 13 Jan 2016 08:42:50 +0000 (11:42 +0300)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Fixed bug #71248 (Wrong interface is enforced)
  Update NEWS

9 years agoFixed bug #71248 (Wrong interface is enforced)
Dmitry Stogov [Wed, 13 Jan 2016 08:41:57 +0000 (11:41 +0300)]
Fixed bug #71248 (Wrong interface is enforced)

9 years agoUpdate NEWS
Yasuo Ohgaki [Tue, 12 Jan 2016 21:40:28 +0000 (06:40 +0900)]
Update NEWS

9 years agoUpdate NEWS
Yasuo Ohgaki [Tue, 12 Jan 2016 21:40:11 +0000 (06:40 +0900)]
Update NEWS

9 years agoMerge branch 'PHP-7.0'
Nikita Popov [Tue, 12 Jan 2016 15:48:44 +0000 (16:48 +0100)]
Merge branch 'PHP-7.0'

9 years agoRemove obj handlers ptr value from spl_object_hash()
Bogdan Padalko [Mon, 11 Jan 2016 23:26:34 +0000 (01:26 +0200)]
Remove obj handlers ptr value from spl_object_hash()

We still keep the same output length, for people who rely on the
return value having a specific format. The handler part will now
simply be always the same (it was the same nearly always anyway).

The motivation behind this change is to avoid breaking
spl_object_hash() and SplObjectStorage if an extension changes the
handlers table of an object. This has come up, for example, in
weakref implementations.

9 years agoForbid double use() and use() of param
Nikita Popov [Tue, 12 Jan 2016 14:18:10 +0000 (15:18 +0100)]
Forbid double use() and use() of param

Also commit a test I forgot to add for forbidden use() of
auto-globals.

9 years agoMerge branch 'PHP-7.0'
Julien Pauli [Tue, 12 Jan 2016 14:19:39 +0000 (15:19 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  Trigger op_array_handler() if HAVE_OP_ARRAY_HANDLER is set

9 years agoTrigger op_array_handler() if HAVE_OP_ARRAY_HANDLER is set
Julien Pauli [Tue, 12 Jan 2016 14:19:14 +0000 (15:19 +0100)]
Trigger op_array_handler() if HAVE_OP_ARRAY_HANDLER is set

9 years agoMerge branch 'PHP-7.0'
Remi Collet [Tue, 12 Jan 2016 12:54:52 +0000 (13:54 +0100)]
Merge branch 'PHP-7.0'

* PHP-7.0:
  fix the fix for bug #70976 (imagerotate)
  Use php_session_abort()

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Remi Collet [Tue, 12 Jan 2016 12:54:23 +0000 (13:54 +0100)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  fix the fix for bug #70976 (imagerotate)
  Use php_session_abort()

9 years agofix the fix for bug #70976 (imagerotate)
Remi Collet [Tue, 12 Jan 2016 12:52:27 +0000 (13:52 +0100)]
fix the fix for bug #70976 (imagerotate)