]>
granicus.if.org Git - php/log
Dmitry Stogov [Thu, 24 Sep 2015 23:20:31 +0000 (02:20 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Cleanup: avoid useless array duplication
Dmitry Stogov [Thu, 24 Sep 2015 23:20:05 +0000 (02:20 +0300)]
Cleanup: avoid useless array duplication
Dmitry Stogov [Thu, 24 Sep 2015 22:36:23 +0000 (01:36 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Cleanup
Dmitry Stogov [Thu, 24 Sep 2015 22:36:10 +0000 (01:36 +0300)]
Cleanup
Dmitry Stogov [Thu, 24 Sep 2015 19:41:45 +0000 (22:41 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().
Fix missing LOAD_OPLINE() for ZEND_USER_OPCODE_LEAVE
Dmitry Stogov [Thu, 24 Sep 2015 19:39:59 +0000 (22:39 +0300)]
Fixed incorrect usage of HASH_OF() macro. Replaced HASH_OF() with more appropriate Z_ARRVAL_P() or Z_OBJPROP_P().
Bob Weinand [Thu, 24 Sep 2015 19:06:07 +0000 (21:06 +0200)]
Fix missing LOAD_OPLINE() for ZEND_USER_OPCODE_LEAVE
Bob Weinand [Thu, 24 Sep 2015 18:34:12 +0000 (20:34 +0200)]
Merge branch 'PHP-7.0'
Bob Weinand [Thu, 24 Sep 2015 18:33:37 +0000 (20:33 +0200)]
Ensure proper exception handling and EX(opline) state in USER_OPCODE handler
Anatol Belski [Thu, 24 Sep 2015 15:26:28 +0000 (17:26 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
don't keep locked mutex after errors
avoid dangling pointers
move accel_shared_globals assignment into locked block
add ovfl check, fix warnings
fix warning
fix warning
Anatol Belski [Thu, 24 Sep 2015 12:41:08 +0000 (14:41 +0200)]
don't keep locked mutex after errors
Anatol Belski [Thu, 24 Sep 2015 12:26:15 +0000 (14:26 +0200)]
avoid dangling pointers
Anatol Belski [Thu, 24 Sep 2015 10:46:54 +0000 (12:46 +0200)]
move accel_shared_globals assignment into locked block
this might fix crashes under high concurrency
Anatol Belski [Thu, 24 Sep 2015 05:18:31 +0000 (07:18 +0200)]
add ovfl check, fix warnings
Anatol Belski [Wed, 23 Sep 2015 20:19:38 +0000 (22:19 +0200)]
fix warning
Anatol Belski [Wed, 23 Sep 2015 20:19:05 +0000 (22:19 +0200)]
fix warning
Dmitry Stogov [Thu, 24 Sep 2015 13:43:33 +0000 (16:43 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fixed bug #70573 (Cloning SplPriorityQueue leads to memory leaks)
Dmitry Stogov [Thu, 24 Sep 2015 13:42:59 +0000 (16:42 +0300)]
Fixed bug #70573 (Cloning SplPriorityQueue leads to memory leaks)
Adam Harvey [Thu, 24 Sep 2015 12:20:07 +0000 (14:20 +0200)]
Merge branch 'PHP-7.0'
Adam Harvey [Thu, 24 Sep 2015 12:16:45 +0000 (14:16 +0200)]
Fix a memory leak in sqlite3_do_callback.
This was very, very obvious when using a debug build of PHP to build the
manual!
Fixes bug #70571 (Memory leak in sqlite3_do_callback).
Dmitry Stogov [Thu, 24 Sep 2015 08:20:03 +0000 (11:20 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fix (revert) loop exit condition
Dmitry Stogov [Thu, 24 Sep 2015 08:19:26 +0000 (11:19 +0300)]
Fix (revert) loop exit condition
Dmitry Stogov [Thu, 24 Sep 2015 07:49:48 +0000 (10:49 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Attmpt to fix "Unable to reattach to base address" problem. (Matt Ficken)
Dmitry Stogov [Thu, 24 Sep 2015 07:48:34 +0000 (10:48 +0300)]
Attmpt to fix "Unable to reattach to base address" problem. (Matt Ficken)
Dmitry Stogov [Wed, 23 Sep 2015 23:23:26 +0000 (02:23 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Cleanup: avoid reallocations
Dmitry Stogov [Wed, 23 Sep 2015 23:23:09 +0000 (02:23 +0300)]
Cleanup: avoid reallocations
Dmitry Stogov [Wed, 23 Sep 2015 22:35:33 +0000 (01:35 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Cleanup: avoid reallocations
Dmitry Stogov [Wed, 23 Sep 2015 22:35:16 +0000 (01:35 +0300)]
Cleanup: avoid reallocations
Dmitry Stogov [Wed, 23 Sep 2015 22:19:42 +0000 (01:19 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fixed memory leak and avoid reallocations
Dmitry Stogov [Wed, 23 Sep 2015 22:19:15 +0000 (01:19 +0300)]
Fixed memory leak and avoid reallocations
Dmitry Stogov [Wed, 23 Sep 2015 21:26:15 +0000 (00:26 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Cleanup: replace removed condition with ZEND_ASSERT()
Dmitry Stogov [Wed, 23 Sep 2015 21:25:51 +0000 (00:25 +0300)]
Cleanup: replace removed condition with ZEND_ASSERT()
Dmitry Stogov [Wed, 23 Sep 2015 20:16:48 +0000 (23:16 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fixed memory leak.
Dmitry Stogov [Wed, 23 Sep 2015 20:16:30 +0000 (23:16 +0300)]
Fixed memory leak.
Anatol Belski [Wed, 23 Sep 2015 18:01:34 +0000 (20:01 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
update NEWS
Anatol Belski [Wed, 23 Sep 2015 18:01:18 +0000 (20:01 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
update NEWS
Anatol Belski [Wed, 23 Sep 2015 18:00:38 +0000 (20:00 +0200)]
update NEWS
Anatol Belski [Wed, 23 Sep 2015 17:57:56 +0000 (19:57 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
add test
expose openssl config path so it can be tested
Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server
Anatol Belski [Wed, 23 Sep 2015 17:57:42 +0000 (19:57 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
add test
expose openssl config path so it can be tested
Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server
Anatol Belski [Wed, 23 Sep 2015 06:56:26 +0000 (08:56 +0200)]
add test
Anatol Belski [Wed, 23 Sep 2015 06:41:33 +0000 (08:41 +0200)]
expose openssl config path so it can be tested
Andrey Hristov [Wed, 23 Sep 2015 16:40:28 +0000 (18:40 +0200)]
Merge branch 'PHP-7.0'
Andrey Hristov [Wed, 23 Sep 2015 16:35:45 +0000 (18:35 +0200)]
Spread the news about 70384
Andrey Hristov [Wed, 23 Sep 2015 15:27:18 +0000 (17:27 +0200)]
Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server
Bob Weinand [Wed, 23 Sep 2015 16:30:44 +0000 (18:30 +0200)]
Merge branch 'PHP-7.0'
Bob Weinand [Wed, 23 Sep 2015 16:30:13 +0000 (18:30 +0200)]
Fixed bug #70531 (-rr should not fallback to interactive mode in phpdbg)
Andrey Hristov [Wed, 23 Sep 2015 15:27:18 +0000 (17:27 +0200)]
Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server
Andrey Hristov [Wed, 23 Sep 2015 15:27:18 +0000 (17:27 +0200)]
Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the server
Bob Weinand [Wed, 23 Sep 2015 15:53:22 +0000 (17:53 +0200)]
Fixed bug #70532 (respect set_exception_handler in phpdbg)
Anatol Belski [Wed, 23 Sep 2015 15:17:42 +0000 (17:17 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
use bundled openssl.cnf
Anatol Belski [Wed, 23 Sep 2015 15:14:23 +0000 (17:14 +0200)]
use bundled openssl.cnf
Xinchen Hui [Wed, 23 Sep 2015 14:12:07 +0000 (07:12 -0700)]
Merge branch 'PHP-7.0'
Xinchen Hui [Wed, 23 Sep 2015 14:08:51 +0000 (07:08 -0700)]
Fixed memleaks in apache2handler
Xinchen Hui [Wed, 23 Sep 2015 14:06:01 +0000 (07:06 -0700)]
Merge branch 'PHP-7.0'
Xinchen Hui [Wed, 23 Sep 2015 14:05:47 +0000 (07:05 -0700)]
Fixed NEWS
Xinchen Hui [Wed, 23 Sep 2015 14:02:04 +0000 (07:02 -0700)]
Merge branch 'PHP-7.0'
Xinchen Hui [Wed, 23 Sep 2015 14:01:50 +0000 (07:01 -0700)]
Fixed Bug #70558 ("Couldn't fetch" error in DOMDocument::registerNodeClass())
Joe Watkins [Sun, 20 Sep 2015 05:23:36 +0000 (06:23 +0100)]
ZEND_COMPILE_GUARDS compiler option
Anatol Belski [Wed, 23 Sep 2015 13:21:58 +0000 (15:21 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
update NEWS
Anatol Belski [Wed, 23 Sep 2015 13:20:59 +0000 (15:20 +0200)]
update NEWS
Dmitry Stogov [Wed, 23 Sep 2015 13:16:33 +0000 (16:16 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Don't keep dangling pointers
Dmitry Stogov [Wed, 23 Sep 2015 13:16:04 +0000 (16:16 +0300)]
Don't keep dangling pointers
Anatol Belski [Wed, 23 Sep 2015 13:01:38 +0000 (15:01 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
add test
expose openssl config path so it can be tested
Anatol Belski [Wed, 23 Sep 2015 06:56:26 +0000 (08:56 +0200)]
add test
Anatol Belski [Wed, 23 Sep 2015 06:41:33 +0000 (08:41 +0200)]
expose openssl config path so it can be tested
Anatol Belski [Wed, 23 Sep 2015 12:03:29 +0000 (14:03 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
add missing header
silence mkdir to fix fails after unclean test run
Anatol Belski [Wed, 23 Sep 2015 12:03:16 +0000 (14:03 +0200)]
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6:
add missing header
silence mkdir to fix fails after unclean test run
Anatol Belski [Wed, 23 Sep 2015 12:01:59 +0000 (14:01 +0200)]
add missing header
For PRIu32 and maybe more, that fixes build
Anatol Belski [Thu, 17 Sep 2015 06:39:38 +0000 (08:39 +0200)]
silence mkdir to fix fails after unclean test run
Dmitry Stogov [Wed, 23 Sep 2015 10:18:43 +0000 (13:18 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Fixed test
Dmitry Stogov [Wed, 23 Sep 2015 10:18:30 +0000 (13:18 +0300)]
Fixed test
Xinchen Hui [Wed, 23 Sep 2015 06:10:32 +0000 (14:10 +0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Wed, 23 Sep 2015 06:10:23 +0000 (14:10 +0800)]
Fixed Bug #70557 (Memleak on return type verifying failed)
Xinchen Hui [Wed, 23 Sep 2015 05:04:51 +0000 (13:04 +0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Wed, 23 Sep 2015 05:04:33 +0000 (13:04 +0800)]
Fixed bug #70548 (Redundant information printed in case of uncaught engine exception)
Xinchen Hui [Wed, 23 Sep 2015 02:01:10 +0000 (10:01 +0800)]
Merge branch 'PHP-7.0'
Xinchen Hui [Wed, 23 Sep 2015 02:00:20 +0000 (10:00 +0800)]
Fixed bug #70555 (fun_get_arg() on unsetted vars return UNKNOW)
and also keep the indices of func_get_args(). since they are similar
issue of #70574, thus reuse its test script.
Dmitry Stogov [Tue, 22 Sep 2015 22:33:38 +0000 (01:33 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Cleanup: removed deprecated commented code. Incorrect zval_dtor() usage replaced by zval_dtor_ptr().
Dmitry Stogov [Tue, 22 Sep 2015 22:32:30 +0000 (01:32 +0300)]
Cleanup: removed deprecated commented code. Incorrect zval_dtor() usage replaced by zval_dtor_ptr().
Dmitry Stogov [Tue, 22 Sep 2015 21:13:15 +0000 (00:13 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Cleanup: zend_object_std_dtor() is called through free_obj handler
Dmitry Stogov [Tue, 22 Sep 2015 21:12:31 +0000 (00:12 +0300)]
Cleanup: zend_object_std_dtor() is called through free_obj handler
Dmitry Stogov [Tue, 22 Sep 2015 20:52:58 +0000 (23:52 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Properly cleanup on wrong ZEND_OVERLOADED_FUNCTION call
Dmitry Stogov [Tue, 22 Sep 2015 20:51:30 +0000 (23:51 +0300)]
Properly cleanup on wrong ZEND_OVERLOADED_FUNCTION call
Dmitry Stogov [Tue, 22 Sep 2015 19:56:06 +0000 (22:56 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Cleanup: removed deprecated commented code
Dmitry Stogov [Tue, 22 Sep 2015 19:55:00 +0000 (22:55 +0300)]
Cleanup: removed deprecated commented code
Anatol Belski [Tue, 22 Sep 2015 19:21:42 +0000 (21:21 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
unmap correct handle
Anatol Belski [Tue, 22 Sep 2015 19:20:50 +0000 (21:20 +0200)]
unmap correct handle
Anatol Belski [Tue, 22 Sep 2015 18:49:27 +0000 (20:49 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
add test
nullify the memory chunk to avoid crashes when freeing resource
Anatol Belski [Tue, 22 Sep 2015 14:25:13 +0000 (16:25 +0200)]
add test
Anatol Belski [Tue, 22 Sep 2015 18:33:46 +0000 (20:33 +0200)]
nullify the memory chunk to avoid crashes when freeing resource
Anatol Belski [Tue, 22 Sep 2015 18:06:18 +0000 (20:06 +0200)]
Merge branch 'PHP-7.0'
* PHP-7.0:
check for NULL return
Anatol Belski [Tue, 22 Sep 2015 13:31:02 +0000 (15:31 +0200)]
check for NULL return
Dmitry Stogov [Tue, 22 Sep 2015 14:48:49 +0000 (17:48 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Cleanup: don't keep useless dangling pointer
Dmitry Stogov [Tue, 22 Sep 2015 14:48:25 +0000 (17:48 +0300)]
Cleanup: don't keep useless dangling pointer
Dmitry Stogov [Tue, 22 Sep 2015 14:06:29 +0000 (17:06 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Cleanup: removed old commented code
Dmitry Stogov [Tue, 22 Sep 2015 14:06:10 +0000 (17:06 +0300)]
Cleanup: removed old commented code
Dmitry Stogov [Tue, 22 Sep 2015 14:03:03 +0000 (17:03 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Cleanup: removed deprecated commented code
Dmitry Stogov [Tue, 22 Sep 2015 14:02:25 +0000 (17:02 +0300)]
Cleanup: removed deprecated commented code
Dmitry Stogov [Tue, 22 Sep 2015 13:00:30 +0000 (16:00 +0300)]
Merge branch 'PHP-7.0'
* PHP-7.0:
Cleanup: removed comments (zend_object.handle and zend_resource.handle are not going to be removed in PHP-7.0)
Dmitry Stogov [Tue, 22 Sep 2015 12:56:52 +0000 (15:56 +0300)]
Cleanup: removed comments (zend_object.handle and zend_resource.handle are not going to be removed in PHP-7.0)