summaryrefslogtreecommitdiff
path: root/ext/reflection
Commit message (Collapse)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-272-1/+42
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-272-1/+42
| |\
| | * Fixed Bug #63614 (Fatal error on Reflection)Xinchen Hui2012-11-272-1/+42
| | |
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-313-4/+53
|\ \ \ | |/ /
| * | Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves ↵Xinchen Hui2012-10-313-4/+53
| | | | | | | | | | | | traitnames)
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-1053-0/+0
|\ \ \ | |/ /
| * | Remove executable permission on phptXinchen Hui2012-10-103-0/+0
| | |
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1050-0/+0
| |\ \ | | |/
| | * Remove executable permission on phptXinchen Hui2012-10-1050-0/+0
| | |
| | * Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-022-4/+7
| | |
* | | Implemented ReflectionFunction::isGenerator()Reeze Xia2012-09-022-0/+61
|/ /
* | - Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing ↵Felipe Pena2012-08-221-2/+4
| | | | | | | | trait methods as private)
* | Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-023-9/+9
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-012-3/+18
|\ \ | |/
| * Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)Xinchen Hui2012-08-012-3/+18
| |
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-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.4Stanislav Malyshev2012-07-144-12/+210
|\ \ | | | | | | | | | | | | * 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 valueReeze Xia2012-05-314-12/+210
| | | | | | | | | | | | | | | 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.4Felipe Pena2012-06-231-5/+3
|\ \ \ | | |/ | |/| | | | | | | * PHP-5.3: - Improved fix for #62384
| * | - Improved fix for #62384Felipe Pena2012-06-231-5/+3
| | |
* | | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-06-222-0/+31
|\ \ \ | |/ / | | | | | | | | | * 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 Pena2012-06-222-0/+31
| | | | | | | | | | | | segfaul)
* | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-06-011-1/+2
|\ \ \ | |/ / | | / | |/ |/| * PHP-5.3: Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with constant)
| * Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with ↵Xinchen Hui2012-06-011-1/+2
| | | | | | | | constant)
| * Fix typo while resolving conflictsXinchen Hui2012-05-231-1/+1
| |
| * Revert "Implemented FR #61602 Allow access to name of constant used as ↵Xinchen Hui2012-05-231-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 Hui2012-05-234-191/+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
* | Merge branch 'PHP-5.3' into PHP-5.4zoe slattery2012-05-151-1/+0
|\ \ | | | | | | | | | | | | * PHP-5.3: Small fixes to tests, see #62022
| * | Small fixes to tests, see #62022zoe slattery2012-05-151-1/+0
| |/
* | Fixed CODING_STANDARD and move parameter parse codereeze2012-04-041-15/+19
| |
* | Implemented FR #61602 Allow access to name of constant used as default valuereeze2012-04-034-20/+191
| |
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-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 filesDavid Soria Parra2012-03-201-2/+2
| |
| * - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid readsGustavo André dos Santos Lopes2012-03-182-0/+39
| | | | | | | | | | | | | | when get_properties returns a hash table with (inaccessible) dynamic numeric properties).
| * Fixed bug #60968 (Late static binding doesn't work with ↵Xinchen Hui2012-02-032-2/+4
| | | | | | | | ReflectionMethod::invokeArgs())
| * - Year++Felipe Pena2012-01-012-2/+2
| |
| * Fixed bug #60367 (Reflection and Late Static Binding)Xinchen Hui2011-11-242-1/+27
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-12/+12
| |
| * - Missing fix for bug #54347Felipe Pena2011-06-111-2/+7
| |
| * - Fixed bug #54347 (reflection_extension does not lowercase module function ↵Felipe Pena2011-06-091-1/+6
| | | | | | | | | | | | | | name) patch by: laruence at yahoo dot com dot cn
| * - Simpler fix for bug #53915.Gustavo André dos Santos Lopes2011-02-031-7/+2
| |
| * - Fixed bug #53915: ReflectionClass::getConstant(s) emits fatal error onGustavo André dos Santos Lopes2011-02-032-2/+35
| | | | | | | | | | | | constants with self::. - Reflown some NEWS entries to have lines no longer than 80 chars.
| * - Year++Felipe Pena2011-01-012-2/+2
| |
| * - Improve testJohannes Schlüter2010-11-211-4/+4
| |
| * - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes ↵Johannes Schlüter2010-11-212-1/+29
| | | | | | | | without constructors
| * - Fixed bug #53366 (Reflection doesnt get dynamic property value from ↵Felipe Pena2010-11-202-2/+36
| | | | | | | | getProperty())
| * - Fixed ReflectionProperty::isDefault() giving a wrong result for propertiesGustavo André dos Santos Lopes2010-10-262-0/+35
| | | | | | | | obtained with ReflectionClass::getProperties().
| * - Fixed testFelipe Pena2010-09-091-7/+21
| |
| * - Added missing void parameter checksFelipe Pena2010-08-211-0/+20
| |