]>
granicus.if.org Git - php/log
Xinchen Hui [Mon, 3 Mar 2014 10:19:16 +0000 (18:19 +0800)]
Refactor gethostbyname to returing zend_string
Xinchen Hui [Mon, 3 Mar 2014 10:14:59 +0000 (18:14 +0800)]
Fixed fsockopen's reference argument handling
Xinchen Hui [Mon, 3 Mar 2014 10:12:13 +0000 (18:12 +0800)]
Fixed NULL pointer def
Xinchen Hui [Mon, 3 Mar 2014 10:00:56 +0000 (18:00 +0800)]
Fixed php_mail log
Xinchen Hui [Mon, 3 Mar 2014 09:44:21 +0000 (17:44 +0800)]
Elements in array could be reference
Xinchen Hui [Mon, 3 Mar 2014 09:34:01 +0000 (17:34 +0800)]
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Xinchen Hui [Mon, 3 Mar 2014 09:32:56 +0000 (17:32 +0800)]
Refactor php_escape_shell_* to return zend_string
Dmitry Stogov [Mon, 3 Mar 2014 09:09:56 +0000 (13:09 +0400)]
Fixed macros
Xinchen Hui [Mon, 3 Mar 2014 09:09:06 +0000 (17:09 +0800)]
Fixed get_cfg_var
Xinchen Hui [Mon, 3 Mar 2014 09:06:04 +0000 (17:06 +0800)]
Fixed typo in get_extension_funcs
Xinchen Hui [Mon, 3 Mar 2014 08:56:54 +0000 (16:56 +0800)]
Fixed memory leak in php_uname
Xinchen Hui [Mon, 3 Mar 2014 08:50:35 +0000 (16:50 +0800)]
Fixed proc_open's reference argument
Xinchen Hui [Mon, 3 Mar 2014 08:46:18 +0000 (16:46 +0800)]
Fixed serval segfaults
Xinchen Hui [Mon, 3 Mar 2014 08:42:34 +0000 (16:42 +0800)]
Fixed NULL pointer def
Xinchen Hui [Mon, 3 Mar 2014 08:39:29 +0000 (16:39 +0800)]
Use stack memory here to avoid mem leak
Xinchen Hui [Mon, 3 Mar 2014 08:34:43 +0000 (16:34 +0800)]
Refactor php_url_(en|de)code to return zend_string
Xinchen Hui [Mon, 3 Mar 2014 08:13:03 +0000 (16:13 +0800)]
Fixed memory leak
Xinchen Hui [Mon, 3 Mar 2014 08:10:15 +0000 (16:10 +0800)]
Fixed NULL pointer dereference
Xinchen Hui [Sun, 2 Mar 2014 14:47:59 +0000 (22:47 +0800)]
Refactor _php_stream_scandir to avoid memleak
Xinchen Hui [Sun, 2 Mar 2014 14:35:24 +0000 (22:35 +0800)]
Fixed segfault in closedir
Xinchen Hui [Sun, 2 Mar 2014 14:28:36 +0000 (22:28 +0800)]
Fixed bug55871.phpt in another way, test script should be changed?
Xinchen Hui [Sun, 2 Mar 2014 14:14:25 +0000 (22:14 +0800)]
Fixed php_implode with reference
Xinchen Hui [Sun, 2 Mar 2014 14:07:32 +0000 (22:07 +0800)]
Fixed str_replace count handling
Xinchen Hui [Sun, 2 Mar 2014 13:54:46 +0000 (21:54 +0800)]
Use zend_string to avoid memleak
Xinchen Hui [Sun, 2 Mar 2014 13:48:38 +0000 (21:48 +0800)]
Fixed wrong condition (introduced by previous ci)
Xinchen Hui [Sun, 2 Mar 2014 13:44:17 +0000 (21:44 +0800)]
Fixed invalid free
Xinchen Hui [Sun, 2 Mar 2014 13:42:21 +0000 (21:42 +0800)]
Fixed zend_string
Xinchen Hui [Sun, 2 Mar 2014 13:40:20 +0000 (21:40 +0800)]
Fixed getClosureThis()
Xinchen Hui [Sun, 2 Mar 2014 13:38:00 +0000 (21:38 +0800)]
Fixed test
Xinchen Hui [Sun, 2 Mar 2014 13:36:51 +0000 (21:36 +0800)]
Fixed memory leak
Xinchen Hui [Sun, 2 Mar 2014 13:31:38 +0000 (21:31 +0800)]
Fixed php_info related
Xinchen Hui [Sun, 2 Mar 2014 08:02:32 +0000 (16:02 +0800)]
Fixed zend_string
Xinchen Hui [Sun, 2 Mar 2014 07:47:08 +0000 (15:47 +0800)]
Not reference anymore
Xinchen Hui [Sun, 2 Mar 2014 07:15:51 +0000 (15:15 +0800)]
Fixed refcounting
Xinchen Hui [Sun, 2 Mar 2014 07:14:00 +0000 (15:14 +0800)]
Fixed reflection (incompeleted)
Xinchen Hui [Sun, 2 Mar 2014 06:35:41 +0000 (14:35 +0800)]
This should be a real problem
Xinchen Hui [Sat, 1 Mar 2014 04:44:33 +0000 (12:44 +0800)]
Fixed SplPriorityQueue's free_obj
Dmitry Stogov [Fri, 28 Feb 2014 19:42:32 +0000 (23:42 +0400)]
Temporary fix for reference counting
Dmitry Stogov [Fri, 28 Feb 2014 19:25:06 +0000 (23:25 +0400)]
Fixed refcounting
Dmitry Stogov [Fri, 28 Feb 2014 19:05:22 +0000 (23:05 +0400)]
Fixed user stream filters
Xinchen Hui [Fri, 28 Feb 2014 16:46:11 +0000 (00:46 +0800)]
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Xinchen Hui [Fri, 28 Feb 2014 16:07:11 +0000 (00:07 +0800)]
Fixing spl_autoload functional (one test failed due to get_closure)
Xinchen Hui [Fri, 28 Feb 2014 15:05:13 +0000 (23:05 +0800)]
Fixed autoload_func_info using zval instead of zval *
Xinchen Hui [Fri, 28 Feb 2014 14:55:59 +0000 (22:55 +0800)]
Fixed uninilized intern
Xinchen Hui [Fri, 28 Feb 2014 14:52:18 +0000 (22:52 +0800)]
Fixed offset_key
Xinchen Hui [Fri, 28 Feb 2014 14:44:50 +0000 (22:44 +0800)]
Fixed refcount handling
Xinchen Hui [Fri, 28 Feb 2014 14:21:51 +0000 (22:21 +0800)]
Temporary fix zcontext
Dmitry Stogov [Fri, 28 Feb 2014 13:47:00 +0000 (17:47 +0400)]
Fixed ini_get_all()
Dmitry Stogov [Fri, 28 Feb 2014 13:39:08 +0000 (17:39 +0400)]
Redesigned SRR_OFFSET handling
Dmitry Stogov [Fri, 28 Feb 2014 12:56:52 +0000 (16:56 +0400)]
Fixed access to undefined properties
Dmitry Stogov [Fri, 28 Feb 2014 12:16:15 +0000 (16:16 +0400)]
Fixed NULL pointer dereferencing
Dmitry Stogov [Fri, 28 Feb 2014 12:06:38 +0000 (16:06 +0400)]
Fixed closures in static methods
Dmitry Stogov [Fri, 28 Feb 2014 11:58:11 +0000 (15:58 +0400)]
Fixed support for references
Dmitry Stogov [Fri, 28 Feb 2014 11:48:39 +0000 (15:48 +0400)]
Fixed array_push()
Dmitry Stogov [Fri, 28 Feb 2014 11:47:37 +0000 (15:47 +0400)]
Fixed uninitialized zval
Dmitry Stogov [Fri, 28 Feb 2014 11:47:12 +0000 (15:47 +0400)]
Fixed method argument parsing
Xinchen Hui [Fri, 28 Feb 2014 11:08:08 +0000 (19:08 +0800)]
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Xinchen Hui [Fri, 28 Feb 2014 09:43:19 +0000 (17:43 +0800)]
Refactored spl_filesystem_iterator
Dmitry Stogov [Fri, 28 Feb 2014 10:24:35 +0000 (14:24 +0400)]
Fixed memory leak
Dmitry Stogov [Fri, 28 Feb 2014 09:43:52 +0000 (13:43 +0400)]
Fixed memory leak
Dmitry Stogov [Fri, 28 Feb 2014 09:37:55 +0000 (13:37 +0400)]
Fixed memory leaks
Dmitry Stogov [Fri, 28 Feb 2014 09:29:18 +0000 (13:29 +0400)]
Fixed memory leak
Dmitry Stogov [Fri, 28 Feb 2014 09:15:40 +0000 (13:15 +0400)]
Fixed __COMPILER_HALT_OFFSET handling
Xinchen Hui [Fri, 28 Feb 2014 09:12:53 +0000 (17:12 +0800)]
We need to stash the object_ptr in fci
Dmitry Stogov [Fri, 28 Feb 2014 09:10:07 +0000 (13:10 +0400)]
Fixed get_defined_functions()
Dmitry Stogov [Fri, 28 Feb 2014 09:04:46 +0000 (13:04 +0400)]
Fixed isset($str[$double])
Dmitry Stogov [Fri, 28 Feb 2014 08:54:38 +0000 (12:54 +0400)]
Fixed IS_REFERENCE support
Dmitry Stogov [Fri, 28 Feb 2014 08:21:12 +0000 (12:21 +0400)]
Fixed SEPARATE_ZVAL_IF_REF()
Xinchen Hui [Fri, 28 Feb 2014 08:06:47 +0000 (16:06 +0800)]
Fixed un-initilized iterator in DirectoyItrator
Xinchen Hui [Fri, 28 Feb 2014 07:29:00 +0000 (15:29 +0800)]
Fixed Z_ADDREF
Xinchen Hui [Fri, 28 Feb 2014 07:25:18 +0000 (15:25 +0800)]
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Dmitry Stogov [Fri, 28 Feb 2014 07:21:15 +0000 (11:21 +0400)]
Fixed SEPARATE_ZVAL() to support objects and resources
Xinchen Hui [Fri, 28 Feb 2014 07:03:43 +0000 (15:03 +0800)]
Add zend_iterator_dtor
Dmitry Stogov [Fri, 28 Feb 2014 07:03:05 +0000 (11:03 +0400)]
Converting from reference to regular value
Dmitry Stogov [Fri, 28 Feb 2014 06:41:28 +0000 (10:41 +0400)]
Fixed return value handling in ZEND_ASSIGN_OBJ
Xinchen Hui [Fri, 28 Feb 2014 05:59:07 +0000 (13:59 +0800)]
Revert "Move zend_objects_store_put out of zend_object_std_init"
This reverts commit
8ced4f0ac906fd9a28b968801487630326c45bc8.
Xinchen Hui [Fri, 28 Feb 2014 05:15:51 +0000 (13:15 +0800)]
Fixed typo in previous commit
Xinchen Hui [Fri, 28 Feb 2014 05:02:28 +0000 (13:02 +0800)]
Fixed module name printing
Xinchen Hui [Fri, 28 Feb 2014 04:59:51 +0000 (12:59 +0800)]
Move zend_objects_store_put out of zend_object_std_init
Xinchen Hui [Fri, 28 Feb 2014 03:44:39 +0000 (11:44 +0800)]
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Dmitry Stogov [Thu, 27 Feb 2014 20:21:12 +0000 (00:21 +0400)]
Fixed support for IS_REFERENCE
Dmitry Stogov [Thu, 27 Feb 2014 20:09:43 +0000 (00:09 +0400)]
Fixed FETCH_OBJ_UNSET, FETCH_DIM_UNSET
Dmitry Stogov [Thu, 27 Feb 2014 19:51:00 +0000 (23:51 +0400)]
I don't know how to fix it
Dmitry Stogov [Thu, 27 Feb 2014 19:50:43 +0000 (23:50 +0400)]
Temporarry commented
Dmitry Stogov [Thu, 27 Feb 2014 19:25:41 +0000 (23:25 +0400)]
Fixed reference counting
Dmitry Stogov [Thu, 27 Feb 2014 19:18:37 +0000 (23:18 +0400)]
fixed refcounting in "$a->magic_prop += 2"
Dmitry Stogov [Thu, 27 Feb 2014 18:53:56 +0000 (22:53 +0400)]
Fixed ASSIGN_OBJ with IS_TMP and IS_CONST operand
Dmitry Stogov [Thu, 27 Feb 2014 18:21:02 +0000 (22:21 +0400)]
Fixed memory leak
Dmitry Stogov [Thu, 27 Feb 2014 18:16:15 +0000 (22:16 +0400)]
Fixed ASSIGN of IS_REFERENCE (it should be separated)
Xinchen Hui [Thu, 27 Feb 2014 14:50:31 +0000 (22:50 +0800)]
Unused element
Xinchen Hui [Thu, 27 Feb 2014 14:47:30 +0000 (22:47 +0800)]
Fixed object creating (std_init calls store_put now)
Dmitry Stogov [Thu, 27 Feb 2014 14:10:42 +0000 (18:10 +0400)]
Fixed refcounting
Dmitry Stogov [Thu, 27 Feb 2014 12:58:18 +0000 (16:58 +0400)]
Fixed __get() related memleak
Dmitry Stogov [Thu, 27 Feb 2014 12:41:41 +0000 (16:41 +0400)]
Fixed constant expressions in array indeces handling
Dmitry Stogov [Thu, 27 Feb 2014 12:07:36 +0000 (16:07 +0400)]
Various fixes related to read_property(), read_dimension() and iterators refactoring
Dmitry Stogov [Thu, 27 Feb 2014 11:40:51 +0000 (15:40 +0400)]
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Dmitry Stogov [Thu, 27 Feb 2014 11:40:13 +0000 (15:40 +0400)]
Refactored read_property() and read_dimension() handlers
Xinchen Hui [Thu, 27 Feb 2014 11:19:02 +0000 (19:19 +0800)]
Refactoring zend_iterator (incompleted)
Dmitry Stogov [Thu, 27 Feb 2014 09:06:11 +0000 (13:06 +0400)]
Temporary refcounting fix
Xinchen Hui [Thu, 27 Feb 2014 08:56:17 +0000 (16:56 +0800)]
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2