summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2012-11-271-1/+1
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-11-271-1/+1
| |\
| | * Fixed Bug #63614 (Fatal error on Reflection)Xinchen Hui2012-11-271-1/+1
| | * Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-021-4/+0
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-311-1/+1
|\ \ \ | |/ /
| * | Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves tra...Xinchen Hui2012-10-311-1/+1
* | | Implemented ReflectionFunction::isGenerator()Reeze Xia2012-09-021-0/+9
|/ /
* | - Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing tra...Felipe Pena2012-08-221-2/+4
* | Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-021-6/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-011-3/+1
|\ \ | |/
| * Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)Xinchen Hui2012-08-011-3/+1
| * Fix #62432 ReflectionMethod random corrupt memory on high concurrentJohannes Schlüter2012-06-271-1/+1
* | Merge branch 'pull-request/96' into PHP-5.4Stanislav Malyshev2012-07-141-12/+103
|\ \
| * | Implemented FR #61602 Allow access to name of constant used as default valueReeze Xia2012-05-311-12/+103
* | | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-06-231-5/+3
|\ \ \ | | |/ | |/|
| * | - Improved fix for #62384Felipe Pena2012-06-231-5/+3
* | | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-06-221-0/+10
|\ \ \ | |/ /
| * | - Fixed bug #62384 (Attempting to invoke a Closure more than once causes segf...Felipe Pena2012-06-221-0/+10
* | | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-06-011-1/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Fixed Bug #62202 (ReflectionParameter::getDefaultValue() memory leaks with co...Xinchen Hui2012-06-011-1/+2
| * Fix typo while resolving conflictsXinchen Hui2012-05-231-1/+1
| * Revert "Implemented FR #61602 Allow access to name of constant used as defaul...Xinchen Hui2012-05-231-3/+3
* | Revert "Implemented FR #61602 Allow access to name of constant used as defaul...Xinchen Hui2012-05-231-84/+16
* | 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-031-20/+84
* | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-2/+2
|\ \ | |/
| * 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-181-0/+7
| * Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod::inv...Xinchen Hui2012-02-031-1/+1
| * - Year++Felipe Pena2012-01-011-1/+1
| * Fixed bug #60367 (Reflection and Late Static Binding)Xinchen Hui2011-11-241-1/+1
| * - 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 n...Felipe Pena2011-06-091-1/+6
| * - 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-031-2/+7
| * - Year++Felipe Pena2011-01-011-1/+1
| * - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes with...Johannes Schlüter2010-11-211-1/+1
| * - Fixed bug #53366 (Reflection doesnt get dynamic property value from getProp...Felipe Pena2010-11-201-2/+11
| * - Fixed ReflectionProperty::isDefault() giving a wrong result for propertiesGustavo André dos Santos Lopes2010-10-261-0/+1
| * - Added missing void parameter checksFelipe Pena2010-08-211-0/+20
| * - Fixed bug #52057 (ReflectionClass fails on Closure class)Felipe Pena2010-06-111-1/+12
| * - Fix memleak when passing a non string/object parameterFelipe Pena2010-06-031-1/+1
| * - Fixed bug #51911 (ReflectionParameter::getDefaultValue() memory leaks with ...Felipe Pena2010-05-251-1/+1
| * Use php_error_docref instead of zend_errorJohannes Schlüter2010-03-301-11/+11
* | - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid readsGustavo André dos Santos Lopes2012-03-181-0/+7
* | MFH: Fixed bug #60968 (Late static binding doesn't work with ReflectionMethod...Xinchen Hui2012-03-021-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed bug #60367 (Reflection and Late Static Binding)Xinchen Hui2011-11-241-1/+1