Dmitry Stogov
|
e43f57e215
|
Fixed ++/-- of references
|
2014-02-24 11:23:25 +04:00 |
|
Xinchen Hui
|
ed8691b24b
|
Fixed segfault in ext/standard/tests/strings/fprintf_variation_001.php
|
2014-02-23 22:33:10 +08:00 |
|
Xinchen Hui
|
69a93d2fd7
|
Fixed segfault in ext/standard/tests/strings/bug49785.phpt
|
2014-02-23 21:53:48 +08:00 |
|
Xinchen Hui
|
70baf8f419
|
Fixed the memroy leak first (refactor it later)
|
2014-02-23 21:43:59 +08:00 |
|
Xinchen Hui
|
91e2a91396
|
Missing handling of IS_REF in ext/standard/tests/strings/bug47842.php
|
2014-02-23 19:36:38 +08:00 |
|
Xinchen Hui
|
b287591a87
|
Refactor php_str_to_str returning zend_string
|
2014-02-23 19:25:26 +08:00 |
|
Xinchen Hui
|
bd3bd63571
|
Fixed wrong zend_string usage in ext/standard/tests/strings/bug47443.php
|
2014-02-23 19:04:40 +08:00 |
|
Xinchen Hui
|
6a856d4aa9
|
Fixed inproper IS_REF handling in ext/standard/tests/strings/bug27295.phpt
|
2014-02-23 18:48:15 +08:00 |
|
Xinchen Hui
|
f21eb59cda
|
Fixed memory leak ext/standard/tests/strings/bug21453.phpt
|
2014-02-23 18:28:00 +08:00 |
|
Xinchen Hui
|
915a8a2d42
|
Fixed test ext/standard/tests/strings/bug26817.php
|
2014-02-23 18:22:53 +08:00 |
|
Xinchen Hui
|
5db2503fc0
|
Fixed memory leak in ext/standard/tests/strings/bug20927.phpt
|
2014-02-23 18:17:39 +08:00 |
|
Xinchen Hui
|
c0aba2c641
|
Refactor basename using zend_string
|
2014-02-23 18:08:35 +08:00 |
|
Xinchen Hui
|
0e4cfad1e8
|
Refactor php_addcslashes using zend_string
|
2014-02-22 20:51:26 +08:00 |
|
Xinchen Hui
|
257853cade
|
Fixed memory leak in ext/standard/tests/strings/005.php
|
2014-02-22 20:36:12 +08:00 |
|
Xinchen Hui
|
b1fb93b482
|
Fixed segfault in ext/standard/tests/strings/bug24208.php
it still ugly,, maybe we should make EG(active_symbol_table) a zend_array?
|
2014-02-22 20:19:12 +08:00 |
|
Xinchen Hui
|
3cf418c50a
|
No refcounted type
|
2014-02-22 20:05:04 +08:00 |
|
Dmitry Stogov
|
2711e368b8
|
Fixed error messages
|
2014-02-22 00:41:06 +04:00 |
|
Dmitry Stogov
|
bc3fb147cf
|
Fixed char/zend_string mesh
|
2014-02-22 00:31:39 +04:00 |
|
Dmitry Stogov
|
efae48d996
|
Fixed constant name construction
|
2014-02-22 00:20:57 +04:00 |
|
Dmitry Stogov
|
598a51844c
|
Fixed improper deallocation
|
2014-02-22 00:20:36 +04:00 |
|
Dmitry Stogov
|
d149228b69
|
Use better data structures (incomplete)
|
2014-02-21 23:51:08 +04:00 |
|
Dmitry Stogov
|
6454684212
|
Use better data structures (incomplete)
|
2014-02-21 22:59:51 +04:00 |
|
Dmitry Stogov
|
008a42e7c8
|
Fixed error messages
|
2014-02-21 20:53:09 +04:00 |
|
Dmitry Stogov
|
c8663929a2
|
Fixed error messages
|
2014-02-21 20:44:26 +04:00 |
|
Dmitry Stogov
|
52bd62eca8
|
Fixed assertions
|
2014-02-21 20:35:40 +04:00 |
|
Dmitry Stogov
|
2520f0801d
|
Fix Z_COUNTED() -> Z_REFCOUNTED()
|
2014-02-21 19:19:52 +04:00 |
|
Dmitry Stogov
|
3496950e54
|
Fixed get_object_vars()
|
2014-02-21 19:19:44 +04:00 |
|
Dmitry Stogov
|
6d5ce339e6
|
Merge branch 'refactoring2' of github.com:zend-dev/php into refactoring2
|
2014-02-21 19:05:15 +04:00 |
|
Xinchen Hui
|
47fb198533
|
Revert "Use zend_string for arg_info to fixed segfault in Zend/tests/argument_restriction_003.phpt"
This reverts commit b96318105b.
|
2014-02-21 23:02:24 +08:00 |
|
Dmitry Stogov
|
a4f2c6ea15
|
Merge branch 'refactoring2' of github.com:zend-dev/php into refactoring2
|
2014-02-21 18:55:26 +04:00 |
|
Dmitry Stogov
|
686ea7f20e
|
Fixed compound name resolution
|
2014-02-21 18:55:04 +04:00 |
|
Xinchen Hui
|
013cc55395
|
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Conflicts:
Zend/zend_language_scanner.c
Zend/zend_language_scanner.l
|
2014-02-21 22:41:48 +08:00 |
|
Xinchen Hui
|
76c28f878a
|
Fixed missed REFCOUNTED checking
|
2014-02-21 22:39:27 +08:00 |
|
Xinchen Hui
|
b96318105b
|
Use zend_string for arg_info to fixed segfault in Zend/tests/argument_restriction_003.phpt
|
2014-02-21 22:34:30 +08:00 |
|
Dmitry Stogov
|
2549010278
|
Fixed error messages
|
2014-02-21 18:23:56 +04:00 |
|
Dmitry Stogov
|
5fa6dbba8e
|
Fixed class_alias()
|
2014-02-21 18:19:46 +04:00 |
|
Dmitry Stogov
|
b2e7b89041
|
Fix non-zero terminated strings
|
2014-02-21 18:14:47 +04:00 |
|
Dmitry Stogov
|
ca729cb4e3
|
Fixed __METHOD__ handling
|
2014-02-21 17:52:43 +04:00 |
|
Xinchen Hui
|
92450f9d6c
|
Fixed test tests/classes/__call_007.php
|
2014-02-21 21:47:41 +08:00 |
|
Dmitry Stogov
|
d0eccdeea1
|
Fixed array_unshift()
|
2014-02-21 17:38:12 +04:00 |
|
Dmitry Stogov
|
0907a1b3f8
|
Fixed error messages
|
2014-02-21 17:35:19 +04:00 |
|
Dmitry Stogov
|
0fc85fbdff
|
Fixed error messages
|
2014-02-21 17:27:53 +04:00 |
|
Dmitry Stogov
|
7113ae0b24
|
Fixed include_once() handling
|
2014-02-21 17:23:13 +04:00 |
|
Dmitry Stogov
|
7e03f3712b
|
All zend_parse_parameters("Z") has to be replaced with zend_parse_parameters("z")
|
2014-02-21 17:22:02 +04:00 |
|
Xinchen Hui
|
882b0a3c24
|
Fixed segfault due to invalid write
|
2014-02-21 21:20:50 +08:00 |
|
Xinchen Hui
|
2b7ca1c756
|
Fixed segfault due to missing REFCOUNTED check
|
2014-02-21 21:12:12 +08:00 |
|
Xinchen Hui
|
f4f7a80a2c
|
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
|
2014-02-21 21:02:12 +08:00 |
|
Dmitry Stogov
|
6fbea9ce6a
|
Fixed exception constructor
|
2014-02-21 16:14:42 +04:00 |
|
Dmitry Stogov
|
51d7c4828a
|
Fixed tests/run-test/test009.phpt
|
2014-02-21 15:48:56 +04:00 |
|
Dmitry Stogov
|
bdeaf2ef55
|
Wrong string destruction
|
2014-02-21 15:26:41 +04:00 |
|