Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fixed invalid free | Xinchen Hui | 2014-03-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed zend_string | Xinchen Hui | 2014-03-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed getClosureThis() | Xinchen Hui | 2014-03-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixed memory leak | Xinchen Hui | 2014-03-02 | 1 | -0/+1 | |
| | | | ||||||
* | | | Fixed zend_string | Xinchen Hui | 2014-03-02 | 1 | -4/+5 | |
| | | | ||||||
* | | | Fixed refcounting | Xinchen Hui | 2014-03-02 | 1 | -1/+3 | |
| | | | ||||||
* | | | Fixed reflection (incompeleted) | Xinchen Hui | 2014-03-02 | 1 | -41/+41 | |
| | | | ||||||
* | | | Fixed un-initilized iterator in DirectoyItrator | Xinchen Hui | 2014-02-28 | 1 | -6/+6 | |
| | | | ||||||
* | | | Revert "Move zend_objects_store_put out of zend_object_std_init" | Xinchen Hui | 2014-02-28 | 1 | -1/+0 | |
| | | | | | | | | | | | | This reverts commit 8ced4f0ac906fd9a28b968801487630326c45bc8. | |||||
* | | | Move zend_objects_store_put out of zend_object_std_init | Xinchen Hui | 2014-02-28 | 1 | -0/+1 | |
| | | | ||||||
* | | | Reflection related fixes | Dmitry Stogov | 2014-02-26 | 1 | -89/+83 | |
| | | | ||||||
* | | | Fixed reflection object destruction | Dmitry Stogov | 2014-02-25 | 1 | -3/+8 | |
| | | | ||||||
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -587/+557 | |
|/ / | ||||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Remi Collet | 2013-12-10 | 1 | -40/+26 | |
|\ \ | |/ | | | | | | | | | * PHP-5.5: NEWS Fixed Bug #66218 zend_register_functions breaks reflection | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2013-12-10 | 1 | -40/+26 | |
| |\ | | | | | | | | | | | | | * PHP-5.4: Fixed Bug #66218 zend_register_functions breaks reflection | |||||
| | * | Fixed Bug #66218 zend_register_functions breaks reflection | Remi Collet | 2013-12-10 | 1 | -40/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Functions registered using zend_register_functions instead of zend_module_entry.functions are not seen on reflection. Ex: additional_functions from api_module_entry. Ex: in CLI, dl, cli_set_process_title and cli_get_process_title Note: - also affects functions overrided in extension (should be be reported in extension, where overrided, not in original extension) - also allow extension to call zend_register_functions for various list (instead of having a single bug list) | |||||
* | | | converted several switches to ifs and made more opcache friendly | Bob Weinand | 2013-11-01 | 1 | -13/+4 | |
| | | | ||||||
* | | | Working commit for constant scalar expressions (with constants). | Bob Weinand | 2013-10-31 | 1 | -5/+13 | |
| | | | | | | | | | | | | Tests will follow. | |||||
* | | | Implement variadic function syntax | Nikita Popov | 2013-09-26 | 1 | -2/+31 | |
|/ / | | | | | | | As per RFC: https://wiki.php.net/rfc/variadics | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | | | | | | | * PHP-5.4: non living code related typo fixes Conflicts: Zend/zend_compile.c | |||||
| * | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-03-21 | 1 | -1/+2 | |
|\ \ | |/ | ||||||
| * | Fix bug in reflectionClass relate to #64239 | Xinchen Hui | 2013-03-21 | 1 | -1/+2 | |
| | | ||||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fix test related to change for #bug64007 and also fix in newInstanceArgs | Xinchen Hui | 2013-01-22 | 1 | -12/+19 | |
| | | ||||||
* | | Fixed bug #64007 (There is an ability to create instance of Generator by hand). | Xinchen Hui | 2013-01-19 | 1 | -8/+15 | |
| | | | | | | | | Use get_constrctor instead of access of the ce->constructor directly | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2012-11-27 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-11-27 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Fixed Bug #63614 (Fatal error on Reflection) | Xinchen Hui | 2012-11-27 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fixed bug that can not get default value of parameter if it's not `optional` | Xinchen Hui | 2012-08-02 | 1 | -4/+0 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-31 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves ↵ | Xinchen Hui | 2012-10-31 | 1 | -1/+1 | |
| | | | | | | | | | | | | traitnames) | |||||
* | | | Implemented ReflectionFunction::isGenerator() | Reeze Xia | 2012-09-02 | 1 | -0/+9 | |
|/ / | ||||||
* | | - Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing ↵ | Felipe Pena | 2012-08-22 | 1 | -2/+4 | |
| | | | | | | | | trait methods as private) | |||||
* | | Fixed bug that can not get default value of parameter if it's not `optional` | Xinchen Hui | 2012-08-02 | 1 | -6/+1 | |
| | | ||||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-08-01 | 1 | -3/+1 | |
|\ \ | |/ | ||||||
| * | Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result) | Xinchen Hui | 2012-08-01 | 1 | -3/+1 | |
| | | ||||||
| * | Fix #62432 ReflectionMethod random corrupt memory on high concurrent | Johannes Schlüter | 2012-06-27 | 1 | -1/+1 | |
| | | | | | | | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init() | |||||
* | | Merge branch 'pull-request/96' into PHP-5.4 | Stanislav Malyshev | 2012-07-14 | 1 | -12/+103 | |
|\ \ | | | | | | | | | | | | | * pull-request/96: Implemented FR #61602 Allow access to name of constant used as default value | |||||
| * | | Implemented FR #61602 Allow access to name of constant used as default value | Reeze Xia | 2012-05-31 | 1 | -12/+103 | |
| | | | | | | | | | | | | | | | This is an improved commit for FR #61602, this fixed the previous commit 054f3e3's C99 compiler compatibility issue | |||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-06-23 | 1 | -5/+3 | |
|\ \ \ | | |/ | |/| | | | | | | | * PHP-5.3: - Improved fix for #62384 | |||||
| * | | - Improved fix for #62384 | Felipe Pena | 2012-06-23 | 1 | -5/+3 | |
| | | | ||||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Felipe Pena | 2012-06-22 | 1 | -0/+10 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.3: - Fixed bug #62384 (Attempting to invoke a Closure more than once causes segfaul) | |||||
| * | | - Fixed bug #62384 (Attempting to invoke a Closure more than once causes ↵ | Felipe Pena | 2012-06-22 | 1 | -0/+10 | |
| | | | | | | | | | | | | segfaul) | |||||
* | | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-06-01 | 1 | -1/+2 | |
|\ \ \ | |/ / | | / | |/ |/| | * PHP-5.3: Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant) | |||||
| * | Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with ↵ | Xinchen Hui | 2012-06-01 | 1 | -1/+2 | |
| | | | | | | | | constant) | |||||
| * | Fix typo while resolving conflicts | Xinchen Hui | 2012-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | Revert "Implemented FR #61602 Allow access to name of constant used as ↵ | Xinchen Hui | 2012-05-23 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | default value" This reverts commit 054f3e3ce5af13c2c3a6ccd54f7dc3e2f6cd4f74. See: http://news.php.net/php.cvs/69137 and the author confirmed. Will commit later after the author fixed this then make a new PR. Conflicts: ext/reflection/php_reflection.c |