]> granicus.if.org Git - php/log
php
9 years agofix tests
Stanislav Malyshev [Tue, 2 Feb 2016 04:23:21 +0000 (20:23 -0800)]
fix tests

9 years agoupdate NEWS
Stanislav Malyshev [Tue, 2 Feb 2016 04:23:06 +0000 (20:23 -0800)]
update NEWS

9 years agoMerge branch 'PHP-5.6.18' into PHP-7.0.3
Stanislav Malyshev [Tue, 2 Feb 2016 03:55:09 +0000 (19:55 -0800)]
Merge branch 'PHP-5.6.18' into PHP-7.0.3

* PHP-5.6.18:
  fix tests
  fix NEWS
  Update NEWS
  update NEWS
  Fixed bug #71488: Stack overflow when decompressing tar archives
  update NEWS
  add missing headers for SIZE_MAX
  backport the escapeshell* functions hardening branch
  add tests
  Fix bug #71459 - Integer overflow in iptcembed()
  prepare 5.6.18RC1
  Fix test when run with openssl < 1.0.2 (reorder so no more SSLv2 message) Fix skip message to work
  improve fix for bug #71201
  Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its input
  Fix bug #71391: NULL Pointer Dereference in phar_tar_setupmetadata()
  Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream()
  Fix bug #71335: Type Confusion in WDDX Packet Deserialization
  Fix bug #71354 - remove UMR when size is 0

Conflicts:
configure.in
ext/phar/dirstream.c
ext/phar/phar_object.c
ext/phar/tar.c
ext/standard/exec.c
ext/standard/iptc.c
ext/standard/math.c
ext/standard/streamsfuncs.c
ext/wddx/wddx.c
main/php_version.h
main/streams/memory.c

9 years agoMerge commit 'ca02d9c2d6f9bea7bf8abe607f1ee9484b1d7b62' into PHP-7.0.3
Stanislav Malyshev [Tue, 2 Feb 2016 03:35:59 +0000 (19:35 -0800)]
Merge commit 'ca02d9c2d6f9bea7bf8abe607f1ee9484b1d7b62' into PHP-7.0.3

* commit 'ca02d9c2d6f9bea7bf8abe607f1ee9484b1d7b62':
  Upgrade bundled PCRE to 8.38
  Fixed NEWS file entry
  fix the fix for bug #70976 (imagerotate)

Conflicts:
ext/pcre/pcrelib/config.h

9 years agoMerge remote-tracking branch 'origin/PHP-7.0.3' into PHP-7.0.3
Stanislav Malyshev [Tue, 2 Feb 2016 03:32:06 +0000 (19:32 -0800)]
Merge remote-tracking branch 'origin/PHP-7.0.3' into PHP-7.0.3

* origin/PHP-7.0.3:
  fix tests
  fix wrong gc sequence
  revert the API string as well
  update NEWS
  Revert "Fix #70720"
  sync NEWS
  reset ext/session to the state of 7.0.2
  improve fix for bug #71201
  set versions to 7.0.3RC1
  fix test for 7.0, OpenSSL >= 1.0.2 disables SSLv2 by default
  fork test
  fix test
  fork test
  fork test for win32
  fork test
  Use SUCCESS/FAILURE
  Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test
  Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test
  Update NEWS
  Fixed bug 71397 (mb_send_mail segmentation fault)

9 years agoMerge branch 'PHP-5.5' into PHP-5.6.18
Stanislav Malyshev [Tue, 2 Feb 2016 03:15:19 +0000 (19:15 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6.18

* PHP-5.5:
  fix tests
  fix NEWS
  update NEWS

9 years agofix tests
Stanislav Malyshev [Tue, 2 Feb 2016 02:58:02 +0000 (18:58 -0800)]
fix tests

9 years agofix NEWS
Stanislav Malyshev [Tue, 2 Feb 2016 02:47:56 +0000 (18:47 -0800)]
fix NEWS

9 years agoUpdate NEWS
Stanislav Malyshev [Tue, 2 Feb 2016 02:47:28 +0000 (18:47 -0800)]
Update NEWS

9 years agoupdate NEWS
Stanislav Malyshev [Tue, 2 Feb 2016 02:44:33 +0000 (18:44 -0800)]
update NEWS

9 years agoMerge branch 'PHP-5.5.32' into PHP-5.6.18
Stanislav Malyshev [Tue, 2 Feb 2016 02:32:31 +0000 (18:32 -0800)]
Merge branch 'PHP-5.5.32' into PHP-5.6.18

* PHP-5.5.32:
  Fixed bug #71488: Stack overflow when decompressing tar archives
  update NEWS
  add missing headers for SIZE_MAX
  backport the escapeshell* functions hardening branch
  add tests
  Fix bug #71459 - Integer overflow in iptcembed()
  Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its input
  Fix bug #71391: NULL Pointer Dereference in phar_tar_setupmetadata()
  Fix bug #71335: Type Confusion in WDDX Packet Deserialization
  Fix bug #71354 - remove UMR when size is 0

9 years agoMerge branch 'PHP-5.5' into PHP-5.6.18
Stanislav Malyshev [Tue, 2 Feb 2016 02:32:14 +0000 (18:32 -0800)]
Merge branch 'PHP-5.5' into PHP-5.6.18

* PHP-5.5:
  Upgrade bundled PCRE to 8.38
  Fixed NEWS file entry
  fix the fix for bug #70976 (imagerotate)

9 years agoMerge remote-tracking branch 'origin/PHP-5.6.18' into PHP-5.6.18
Stanislav Malyshev [Tue, 2 Feb 2016 02:31:57 +0000 (18:31 -0800)]
Merge remote-tracking branch 'origin/PHP-5.6.18' into PHP-5.6.18

* origin/PHP-5.6.18:
  prepare 5.6.18RC1
  Fix test when run with openssl < 1.0.2 (reorder so no more SSLv2 message) Fix skip message to work
  improve fix for bug #71201
  fork test
  fix test
  fork test
  fork test for win32
  fork test
  Use SUCCESS/FAILURE
  Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test
  Fix header file include
  Fixed bug #69111 (Crash in SessionHandler::read()). Made session save handler abuse much harder than before.

9 years agoMerge branch 'PHP-5.5' into PHP-5.5.32
Stanislav Malyshev [Tue, 2 Feb 2016 02:28:49 +0000 (18:28 -0800)]
Merge branch 'PHP-5.5' into PHP-5.5.32

* PHP-5.5:
  Upgrade bundled PCRE to 8.38
  Fixed NEWS file entry

9 years agoUpgrade bundled PCRE to 8.38
Stanislav Malyshev [Mon, 1 Feb 2016 04:33:17 +0000 (20:33 -0800)]
Upgrade bundled PCRE to 8.38

9 years agoFixed bug #71475: openssl_seal() uninitialized memory usage
Stanislav Malyshev [Mon, 1 Feb 2016 04:18:46 +0000 (20:18 -0800)]
Fixed bug #71475: openssl_seal() uninitialized memory usage

9 years agoFixed bug #71488: Stack overflow when decompressing tar archives
Stanislav Malyshev [Mon, 1 Feb 2016 03:37:56 +0000 (19:37 -0800)]
Fixed bug #71488: Stack overflow when decompressing tar archives

9 years agofix tests
Anatol Belski [Fri, 29 Jan 2016 15:32:27 +0000 (16:32 +0100)]
fix tests

9 years agofix wrong gc sequence
Anatol Belski [Fri, 29 Jan 2016 14:18:59 +0000 (15:18 +0100)]
fix wrong gc sequence

9 years agorevert the API string as well
Anatol Belski [Fri, 29 Jan 2016 11:52:41 +0000 (12:52 +0100)]
revert the API string as well

9 years agoupdate NEWS
Anatol Belski [Fri, 29 Jan 2016 11:42:46 +0000 (12:42 +0100)]
update NEWS

9 years agoRevert "Fix #70720"
Anatol Belski [Fri, 29 Jan 2016 11:41:43 +0000 (12:41 +0100)]
Revert "Fix #70720"

This reverts commit ff7ed9021cd72a7f82dd4301cdc266afdff458ad.

9 years agosync NEWS
Anatol Belski [Fri, 29 Jan 2016 10:42:57 +0000 (11:42 +0100)]
sync NEWS

9 years agoreset ext/session to the state of 7.0.2
Anatol Belski [Fri, 29 Jan 2016 07:37:27 +0000 (08:37 +0100)]
reset ext/session to the state of 7.0.2

9 years agoupdate NEWS
Anatol Belski [Thu, 28 Jan 2016 12:58:48 +0000 (13:58 +0100)]
update NEWS

9 years agoupdate NEWS
Anatol Belski [Thu, 28 Jan 2016 12:57:44 +0000 (13:57 +0100)]
update NEWS

9 years agoadd missing headers for SIZE_MAX
Anatol Belski [Thu, 28 Jan 2016 12:46:34 +0000 (13:46 +0100)]
add missing headers for SIZE_MAX

9 years agobackport the escapeshell* functions hardening branch
Anatol Belski [Thu, 28 Jan 2016 12:45:43 +0000 (13:45 +0100)]
backport the escapeshell* functions hardening branch

9 years agoadd tests
Anatol Belski [Thu, 28 Jan 2016 12:27:26 +0000 (13:27 +0100)]
add tests

9 years agoFixed NEWS file entry
Julien Pauli [Thu, 28 Jan 2016 11:47:53 +0000 (12:47 +0100)]
Fixed NEWS file entry

9 years agoMerge branch 'escapeshell_hardened_70' into PHP-7.0.3
Anatol Belski [Thu, 28 Jan 2016 11:08:49 +0000 (12:08 +0100)]
Merge branch 'escapeshell_hardened_70' into PHP-7.0.3

* escapeshell_hardened_70:
  extend _SC_ARG_MAX usage onto platforms where it's available
  Fixed bug #71039 exec functions ignore length but look for NULL termination
  Follow up on bug #71270

9 years agoextend _SC_ARG_MAX usage onto platforms where it's available
Anatol Belski [Thu, 28 Jan 2016 11:06:33 +0000 (12:06 +0100)]
extend _SC_ARG_MAX usage onto platforms where it's available

9 years agoFix bug #71459 - Integer overflow in iptcembed()
Stanislav Malyshev [Wed, 27 Jan 2016 01:26:52 +0000 (17:26 -0800)]
Fix bug #71459 - Integer overflow in iptcembed()

9 years agoFix bug #71459 - Integer overflow in iptcembed()
Stanislav Malyshev [Wed, 27 Jan 2016 01:26:52 +0000 (17:26 -0800)]
Fix bug #71459 - Integer overflow in iptcembed()

9 years agoprepare 5.6.18RC1 php-5.6.18RC1
Ferenc Kovacs [Thu, 21 Jan 2016 01:24:05 +0000 (02:24 +0100)]
prepare 5.6.18RC1

9 years agoFix test when run with openssl < 1.0.2 (reorder so no more SSLv2 message)
Remi Collet [Wed, 20 Jan 2016 12:08:58 +0000 (13:08 +0100)]
Fix test when run with openssl < 1.0.2 (reorder so no more SSLv2 message)
Fix skip message to work

9 years agoimprove fix for bug #71201
Anatol Belski [Wed, 20 Jan 2016 08:44:28 +0000 (09:44 +0100)]
improve fix for bug #71201

9 years agoimprove fix for bug #71201 php-7.0.3RC1
Anatol Belski [Wed, 20 Jan 2016 08:46:09 +0000 (09:46 +0100)]
improve fix for bug #71201

9 years agoset versions to 7.0.3RC1
Anatol Belski [Mon, 18 Jan 2016 22:03:59 +0000 (23:03 +0100)]
set versions to 7.0.3RC1

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-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 agoFix bug #71313 - Use-after-free vulnerability in SPL(SplObjectStorage, unserialize)
Stanislav Malyshev [Mon, 18 Jan 2016 07:23:42 +0000 (23:23 -0800)]
Fix bug #71313 - Use-after-free vulnerability in SPL(SplObjectStorage, unserialize)

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 #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 agoFixed bug #71311: Use-after-free vulnerability in SPL(ArrayObject, unserialize)
Stanislav Malyshev [Mon, 18 Jan 2016 01:53:03 +0000 (17:53 -0800)]
Fixed bug #71311: Use-after-free vulnerability in SPL(ArrayObject, unserialize)

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 '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 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 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 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 agoFixed bug #71323 - Output of stream_get_meta_data can be falsified by its input
Stanislav Malyshev [Sun, 17 Jan 2016 06:10:54 +0000 (22:10 -0800)]
Fixed bug #71323 - Output of stream_get_meta_data can be falsified by its input

9 years agoFix bug #71391: NULL Pointer Dereference in phar_tar_setupmetadata()
Stanislav Malyshev [Sun, 17 Jan 2016 04:43:43 +0000 (20:43 -0800)]
Fix bug #71391: NULL Pointer Dereference in phar_tar_setupmetadata()

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 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 agoUpdate NEWS
Yasuo Ohgaki [Fri, 15 Jan 2016 08:05:12 +0000 (17:05 +0900)]
Update NEWS

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-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 #71331 - Uninitialized pointer in phar_make_dirstream()
Stanislav Malyshev [Fri, 15 Jan 2016 06:58:40 +0000 (22:58 -0800)]
Fixed bug #71331 - Uninitialized pointer in phar_make_dirstream()

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 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 agoupdate NEWS
Anatol Belski [Thu, 14 Jan 2016 17:42:13 +0000 (18:42 +0100)]
update NEWS

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-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 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 agoFixed macro name
Xinchen Hui [Thu, 14 Jan 2016 06:49:23 +0000 (14:49 +0800)]
Fixed macro name

9 years agoFix bug #71335: Type Confusion in WDDX Packet Deserialization
Stanislav Malyshev [Thu, 14 Jan 2016 00:43:04 +0000 (16:43 -0800)]
Fix bug #71335: Type Confusion in WDDX Packet Deserialization

9 years agoMerge branch 'bug71354' into PHP-5.5.32
Stanislav Malyshev [Thu, 14 Jan 2016 00:33:37 +0000 (16:33 -0800)]
Merge branch 'bug71354' into PHP-5.5.32

* bug71354:
  Fix bug #71354 - remove UMR when size is 0

9 years agoFix bug #71354 - remove UMR when size is 0
Stanislav Malyshev [Thu, 14 Jan 2016 00:32:29 +0000 (16:32 -0800)]
Fix bug #71354 - remove UMR when size is 0

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 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 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 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 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 agoFixed bug #71039 exec functions ignore length but look for NULL termination
Anatol Belski [Tue, 12 Jan 2016 13:57:22 +0000 (14:57 +0100)]
Fixed bug #71039 exec functions ignore length but look for NULL termination

9 years agoFollow up on bug #71270
Anatol Belski [Tue, 12 Jan 2016 13:41:44 +0000 (14:41 +0100)]
Follow up on bug #71270

Using the max allowed command line length for an underlying OS.

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)

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)

9 years agoUse php_session_abort()
Yasuo Ohgaki [Tue, 12 Jan 2016 11:39:33 +0000 (20:39 +0900)]
Use php_session_abort()

9 years agoMerge branch 'PHP-5.6' into PHP-7.0
Yasuo Ohgaki [Tue, 12 Jan 2016 10:52:54 +0000 (19:52 +0900)]
Merge branch 'PHP-5.6' into PHP-7.0

* PHP-5.6:
  Fixed Bug #71038 session_start() returns TRUE on failure