Xinchen Hui
|
7668f7f95a
|
Fixed double free in parse_ini_string
|
2014-03-09 11:06:06 +08:00 |
|
Xinchen Hui
|
350260624d
|
Fixing SplFixedArray (this probably will be revert, just show what the problem is)
|
2014-03-08 19:03:38 +08:00 |
|
Xinchen Hui
|
1d4cea40e3
|
Refactor SplObjectStorage make it works
|
2014-03-08 14:47:55 +08:00 |
|
Xinchen Hui
|
3f794ba743
|
Improve codes
|
2014-03-07 22:33:36 +08:00 |
|
Dmitry Stogov
|
f0989e332f
|
Fixed char*/zend_string* inconsistency
|
2014-03-07 18:23:57 +04:00 |
|
Dmitry Stogov
|
6ad3abcd3e
|
Temporary fix memory leaks
|
2014-03-07 17:21:29 +04:00 |
|
Dmitry Stogov
|
b671c3a28a
|
Fixed refcounting
|
2014-03-07 17:17:35 +04:00 |
|
Dmitry Stogov
|
d599d0cecd
|
Temporary fix memory leaks
|
2014-03-07 17:14:16 +04:00 |
|
Dmitry Stogov
|
ab3d1e0d03
|
Temporary fix memory leaks
|
2014-03-07 17:09:45 +04:00 |
|
Dmitry Stogov
|
97156bc141
|
Fixed string length
|
2014-03-07 17:06:13 +04:00 |
|
Xinchen Hui
|
5edbe296ef
|
Fixed bug codes in stream_resolve_include_path....
|
2014-03-07 18:01:22 +08:00 |
|
Dmitry Stogov
|
fff3c54f9e
|
Added check
|
2014-03-06 22:07:28 +04:00 |
|
Xinchen Hui
|
10c7f2ddbc
|
Fixed IS_REFERENCE handling in preg_match
|
2014-03-06 23:39:34 +08:00 |
|
Xinchen Hui
|
2d45dce4aa
|
Second argument of call_user_method is ref
|
2014-03-06 23:32:47 +08:00 |
|
Xinchen Hui
|
00cf4e5a58
|
Have no idea why I changed it to 0 in 70ddc853
|
2014-03-06 23:28:31 +08:00 |
|
Xinchen Hui
|
95d31d773f
|
Fixed refcounted on INTERNED string
|
2014-03-06 23:18:48 +08:00 |
|
Xinchen Hui
|
e1a29600bc
|
To be consistent with old PHP in is_callable(do we really need it?)
|
2014-03-06 23:16:06 +08:00 |
|
Dmitry Stogov
|
dfe1fd73bf
|
Fixed uninitialized value
|
2014-03-06 16:09:00 +04:00 |
|
Xinchen Hui
|
a1052c51f8
|
Fixed wrong fix for tmpbuf
|
2014-03-06 19:22:59 +08:00 |
|
Xinchen Hui
|
9e9737061e
|
Fixed IS_REFERENCE handling
|
2014-03-06 19:07:59 +08:00 |
|
Xinchen Hui
|
3290476a9f
|
Fixed wrong merges
|
2014-03-06 19:06:05 +08:00 |
|
Xinchen Hui
|
9eb9ba3aa8
|
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Conflicts:
ext/standard/formatted_print.c
|
2014-03-06 19:03:22 +08:00 |
|
Xinchen Hui
|
11166882c0
|
Fixed memory leak in ext/standard/tests/strings/str_word_count.php
|
2014-03-06 19:00:51 +08:00 |
|
Xinchen Hui
|
9a81b6dea4
|
Fixed memory leak in ext/standard/tests/time/strptime_parts.php
|
2014-03-06 18:51:20 +08:00 |
|
Xinchen Hui
|
bbacddaf90
|
Fixed memory leak in vfprintf
|
2014-03-06 18:47:43 +08:00 |
|
Dmitry Stogov
|
08aadb0638
|
Fixed memory leak
|
2014-03-06 14:42:16 +04:00 |
|
Xinchen Hui
|
e4f5b9ac38
|
Fixed memory leak in getimagesize
|
2014-03-06 18:30:32 +08:00 |
|
Xinchen Hui
|
ddf3861923
|
Fixed memory leak in vsprintf
|
2014-03-06 18:06:41 +08:00 |
|
Dmitry Stogov
|
2eb980f614
|
IS_REFERENCE with refcount==1 should be handled as ordinal value
|
2014-03-06 12:37:46 +04:00 |
|
Dmitry Stogov
|
47f9014458
|
Fixed array_nultisort() to support IS_REFERENCE
|
2014-03-05 17:23:40 +04:00 |
|
Dmitry Stogov
|
da75df6faa
|
Fixed string lengths
|
2014-03-05 16:04:28 +04:00 |
|
Dmitry Stogov
|
7320abbaa9
|
Reverted "efree(args);" removed by mistake
|
2014-03-05 15:49:24 +04:00 |
|
Xinchen Hui
|
70b7887712
|
Fixed refcounted handling
|
2014-03-05 18:17:16 +08:00 |
|
Xinchen Hui
|
74c2deecd8
|
Fixed refcounted
|
2014-03-05 18:11:22 +08:00 |
|
Xinchen Hui
|
581fa5822e
|
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Conflicts:
ext/standard/array.c
|
2014-03-05 18:02:35 +08:00 |
|
Xinchen Hui
|
bfaa9669a6
|
Fixed refcounted
|
2014-03-05 18:00:46 +08:00 |
|
Dmitry Stogov
|
3733737328
|
Handle interned strings as non-refcounted scalars
|
2014-03-05 13:55:56 +04:00 |
|
Xinchen Hui
|
0791bdb562
|
retval might be IS_UNDEF even the call is successed
|
2014-03-05 17:53:01 +08:00 |
|
Xinchen Hui
|
75d567ef9a
|
Fixed NULL pointer def in ext/standard/tests/array/array_fill_keys_variation2.php
|
2014-03-05 17:31:10 +08:00 |
|
Xinchen Hui
|
2ee6bc1309
|
Remove "efree(args")
|
2014-03-05 17:07:09 +08:00 |
|
Xinchen Hui
|
57ae19a0b7
|
Checkout refcounted before doing addref
|
2014-03-05 17:02:50 +08:00 |
|
Xinchen Hui
|
cb5e9eac9f
|
Fixed memory leak (ext/standard/tests/file/stream_002.phpt)
|
2014-03-05 16:03:05 +08:00 |
|
Dmitry Stogov
|
dd7c7e6fb2
|
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Conflicts:
ext/standard/formatted_print.c
|
2014-03-05 11:26:35 +04:00 |
|
Dmitry Stogov
|
040dea8b82
|
Arguments taken by internal functions using zend_parse_parameters() with "+" and "*" specifications must not be deallocated anymore.
|
2014-03-05 11:10:52 +04:00 |
|
Xinchen Hui
|
d5fa6b2467
|
Fixed name length in get_include_path
|
2014-03-05 12:16:57 +08:00 |
|
Xinchen Hui
|
37343cc17d
|
Fixed var_export reference handling
|
2014-03-05 12:10:43 +08:00 |
|
Xinchen Hui
|
53a3210750
|
Fixed refcount showing
|
2014-03-05 12:06:56 +08:00 |
|
Xinchen Hui
|
91a1e7b90b
|
Fixed warning mesgs
|
2014-03-05 12:05:28 +08:00 |
|
Xinchen Hui
|
63a1b34924
|
Fixed segfault
|
2014-03-05 11:44:51 +08:00 |
|
Xinchen Hui
|
1c42751316
|
Refactor stream_get_record to return zend_string
|
2014-03-05 11:41:21 +08:00 |
|