Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | Revert "Implemented FR #61602 Allow access to name of constant used as ↵ | Xinchen Hui | 2012-05-23 | 1 | -84/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Fixed CODING_STANDARD and move parameter parse code | reeze | 2012-04-04 | 1 | -15/+19 |
| | | |||||
* | | Implemented FR #61602 Allow access to name of constant used as default value | reeze | 2012-04-03 | 1 | -20/+84 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | David Soria Parra | 2012-03-20 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.3: Replace $Revision$ with $Id$ in keyword expansion enable files Enable $Id$ expansion for files with the $Revision$ keyword Conflicts: ext/mysqlnd/mysqlnd.h | ||||
| * | Replace $Revision$ with $Id$ in keyword expansion enable files | David Soria Parra | 2012-03-20 | 1 | -2/+2 |
| | | |||||
| * | - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads | Gustavo André dos Santos Lopes | 2012-03-18 | 1 | -0/+7 |
| | | | | | | | | | | | | | | when get_properties returns a hash table with (inaccessible) dynamic numeric properties). | ||||
| * | Fixed bug #60968 (Late static binding doesn't work with ↵ | Xinchen Hui | 2012-02-03 | 1 | -1/+1 |
| | | | | | | | | ReflectionMethod::invokeArgs()) | ||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #60367 (Reflection and Late Static Binding) | Xinchen Hui | 2011-11-24 | 1 | -1/+1 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -12/+12 |
| | | |||||
| * | - Missing fix for bug #54347 | Felipe Pena | 2011-06-11 | 1 | -2/+7 |
| | | |||||
| * | - Fixed bug #54347 (reflection_extension does not lowercase module function ↵ | Felipe Pena | 2011-06-09 | 1 | -1/+6 |
| | | | | | | | | | | | | | | name) patch by: laruence at yahoo dot com dot cn | ||||
| * | - Simpler fix for bug #53915. | Gustavo André dos Santos Lopes | 2011-02-03 | 1 | -7/+2 |
| | | |||||
| * | - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error on | Gustavo André dos Santos Lopes | 2011-02-03 | 1 | -2/+7 |
| | | | | | | | | | | | | constants with self::. - Reflown some NEWS entries to have lines no longer than 80 chars. | ||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes ↵ | Johannes Schlüter | 2010-11-21 | 1 | -1/+1 |
| | | | | | | | | without constructors | ||||
| * | - Fixed bug #53366 (Reflection doesnt get dynamic property value from ↵ | Felipe Pena | 2010-11-20 | 1 | -2/+11 |
| | | | | | | | | getProperty()) | ||||
| * | - Fixed ReflectionProperty::isDefault() giving a wrong result for properties | Gustavo André dos Santos Lopes | 2010-10-26 | 1 | -0/+1 |
| | | | | | | | | obtained with ReflectionClass::getProperties(). | ||||
| * | - Added missing void parameter checks | Felipe Pena | 2010-08-21 | 1 | -0/+20 |
| | | |||||
| * | - Fixed bug #52057 (ReflectionClass fails on Closure class) | Felipe Pena | 2010-06-11 | 1 | -1/+12 |
| | | |||||
| * | - Fix memleak when passing a non string/object parameter | Felipe Pena | 2010-06-03 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with ↵ | Felipe Pena | 2010-05-25 | 1 | -1/+1 |
| | | | | | | | | constant array) | ||||
| * | Use php_error_docref instead of zend_error | Johannes Schlüter | 2010-03-30 | 1 | -11/+11 |
| | | |||||
* | | - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads | Gustavo André dos Santos Lopes | 2012-03-18 | 1 | -0/+7 |
| | | | | | | | | | | | | | | when get_properties returns a hash table with (inaccessible) dynamic numeric properties). | ||||
* | | MFH: Fixed bug #60968 (Late static binding doesn't work with ↵ | Xinchen Hui | 2012-03-02 | 1 | -1/+1 |
| | | | | | | | | ReflectionMethod::invokeArgs()) | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #60367 (Reflection and Late Static Binding) | Xinchen Hui | 2011-11-24 | 1 | -1/+1 |
| | |