summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-011-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
|
* 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
| | | | | This fixes the same issue in multiple extensions. This isn't needed in later branches as 5.4 introduced object_properties_init()
* - Improved fix for #62384Felipe Pena2012-06-231-5/+3
|
* - Fixed bug #62384 (Attempting to invoke a Closure more than once causes ↵Felipe Pena2012-06-221-0/+10
| | | | segfaul)
* 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
* 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
| | | | | | | 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-031-1/+1
| | | | ReflectionMethod::invokeArgs())
* - 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 ↵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-031-2/+7
| | | | | | constants with self::. - Reflown some NEWS entries to have lines no longer than 80 chars.
* - Year++Felipe Pena2011-01-011-1/+1
|
* - Fix #52854 (ReflectionClass::newInstanceArgs does not work for classes ↵Johannes Schlüter2010-11-211-1/+1
| | | | without constructors
* - Fixed bug #53366 (Reflection doesnt get dynamic property value from ↵Felipe Pena2010-11-201-2/+11
| | | | getProperty())
* - Fixed ReflectionProperty::isDefault() giving a wrong result for propertiesGustavo André dos Santos Lopes2010-10-261-0/+1
| | | | obtained with ReflectionClass::getProperties().
* - 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
| | | | constant array)
* Use php_error_docref instead of zend_errorJohannes Schlüter2010-03-301-11/+11
|
* - The ctor requires both argumentsHannes Magnusson2010-03-021-1/+1
| | | | | - Sync/fix ctor and export arguments to 5_2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-18/+6
|
* - Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not ↵Felipe Pena2009-11-111-1/+1
| | | | | | | property_exists) [5_2 is OK]
* - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private ↵Felipe Pena2009-11-011-3/+6
| | | | property in base class)
* - Fix some arginfos (thanks Philip)Felipe Pena2009-10-031-106/+111
| | | | | - Added arginfo info. for void params
* Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes.Sebastian Bergmann2009-09-161-12/+45
|
* Make invokeArgs() error messages consistent with invoke().Sebastian Bergmann2009-09-031-3/+3
|
* - Fixed ReflectionClass::getStaticProperties() to do not return the private ↵Felipe Pena2009-08-011-6/+9
| | | | | | | properties from parent class; behavior already adopted in ReflectionClass::getDefaultProperties() and ReflectionClass::getProperties().
* - Fixed bug #49092 (ReflectionFunction fails to work with functions in fully ↵Jani Taskinen2009-08-011-1/+11
| | | | qualified namespaces)
* - Fixed bug #49074 (private class static fields can be modified by using ↵Jani Taskinen2009-08-011-2/+8
| | | | reflection)
* MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to ↵Kalle Sommer Nielsen2009-07-011-14/+16
| | | | crash) (Paul Richards, Kalle)
* MFH: Fixed memory leak if zero parameters are passed, Thanks FelipeKalle Sommer Nielsen2009-07-011-1/+3
|
* MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues)Kalle Sommer Nielsen2009-07-011-3/+3
|
* - MFH: Fixed build (removed trailing comma) patch by Seiji Masugata ↵Felipe Pena2009-06-161-1/+1
| | | | <s.masugata at digicom.dnp.co.jp>
* MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does notArnaud Le Blanc2009-05-211-0/+4
| | | | | | work with redeclared property) (patch by Markus dot Lidel at shadowconnect dot com)
* - MFH: Fixed bug #47254 (Wrong Reflection for extends class)Felipe Pena2009-04-271-11/+12
|
* MFH: Fix issue reported by Roman Borschel.Sebastian Bergmann2009-04-041-2/+2
|
* Block unused functionIlia Alshanetsky2009-04-021-0/+2
|
* Fixed regression of bug #46205, thanks to felipe for pointing this out.Christian Seiler2009-02-011-0/+6
|
* [DOC] Remove $this support in closures for PHP 5.3 beta 1Christian Seiler2009-01-261-174/+92
| | | | | | - Implementation notes here: http://wiki.php.net/rfc/closures/removal-of-this