Revision tags: php-5.4.28RC1, php-5.5.12RC1 |
|
#
050d7e38 |
| 15-Apr-2014 |
Dmitry Stogov |
Cleanup (1-st round)
|
Revision tags: php-5.6.0beta1 |
|
#
20f2e598 |
| 09-Apr-2014 |
Nikita Popov |
Fix ZTS build This only makes it compile, it doesn't actually work, presumably because interned strings are assumed in some places.
|
#
58f0f250 |
| 03-Apr-2014 |
Dmitry Stogov |
Various VM optimizations
|
#
76cc99fe |
| 03-Apr-2014 |
Dmitry Stogov |
Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)
|
Revision tags: php-5.4.27 |
|
#
6b2ed577 |
| 01-Apr-2014 |
Dmitry Stogov |
Avoid unnecessry reallocations
|
Revision tags: php-5.5.11 |
|
#
ea85451b |
| 27-Mar-2014 |
Dmitry Stogov |
Refactored data structures to keep zend_object* instead of a whole zval in some places
|
#
c9bca503 |
| 26-Mar-2014 |
Xinchen Hui |
Refactor session (incompleted)
|
#
887189ca |
| 26-Mar-2014 |
Dmitry Stogov |
Refactored IS_INDIRECT usage for CV and object properties to support HashTable resizing
|
Revision tags: php-5.5.11RC1, php-5.4.27RC1 |
|
#
aa5f5530 |
| 17-Mar-2014 |
Dmitry Stogov |
Refactored EG(active_symbol_table) to be zend_array* instead of HashTable*
|
#
bfdaf6e8 |
| 13-Mar-2014 |
Dmitry Stogov |
Fixed reference support
|
Revision tags: php-5.5.10 |
|
#
74c2deec |
| 05-Mar-2014 |
Xinchen Hui |
Fixed refcounted
|
Revision tags: php-5.4.26 |
|
#
19670c2b |
| 04-Mar-2014 |
Dmitry Stogov |
Fixied calling object closures from internal functions
|
Revision tags: php-5.6.0alpha3 |
|
#
639e4e1a |
| 25-Feb-2014 |
Dmitry Stogov |
Changes zend_is_callable() to use zend_string* instead of char*
|
#
6fbea9ce |
| 21-Feb-2014 |
Dmitry Stogov |
Fixed exception constructor
|
Revision tags: php-5.4.26RC1, php-5.5.10RC1 |
|
#
43b03c74 |
| 18-Feb-2014 |
Xinchen Hui |
Refacting smart_str
|
#
1e752ce9 |
| 18-Feb-2014 |
Sara Golemon |
Add __debugInfo() magic method class Foo { private $val = 'Random, meaningless data'; public function count() { return 42; } public function __debugInfo() {
Add __debugInfo() magic method class Foo { private $val = 'Random, meaningless data'; public function count() { return 42; } public function __debugInfo() { return ['count' => $this->count()]; } } $f = new Foo; var_dump($f);
show more ...
|
#
a0fe8e5a |
| 17-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
#
0e425121 |
| 17-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
#
398256e5 |
| 14-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
#
068ec75f |
| 14-Feb-2014 |
Xinchen Hui |
Use better data structures (incomplete)
|
Revision tags: php-5.6.0alpha2 |
|
#
2161103f |
| 10-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
#
f4cfaf36 |
| 10-Feb-2014 |
Dmitry Stogov |
Use better data structures (incomplete)
|
Revision tags: php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24 |
|
#
aee6344e |
| 25-Dec-2013 |
Rouven Weßling |
Add ZEND_ARG_CALLABLE_INFO to allow internal function to type hint against callable.
|
#
c081ce62 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|
#
47c90277 |
| 03-Jan-2014 |
Xinchen Hui |
Bump year
|