Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | - The ctor requires both arguments | Hannes Magnusson | 2010-03-02 | 1 | -1/+1 |
| | | | | | - Sync/fix ctor and export arguments to 5_2 | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 1 | -18/+6 |
| | |||||
* | - Fixed bug #50152 (ReflectionClass::hasProperty hehaves like isset() not ↵ | Felipe Pena | 2009-11-11 | 1 | -1/+1 |
| | | | | | | | property_exists) [5_2 is OK] | ||||
* | - Fixed bug #49719 (ReflectionClass::hasProperty returns true for a private ↵ | Felipe Pena | 2009-11-01 | 1 | -3/+6 |
| | | | | property in base class) | ||||
* | - Fix some arginfos (thanks Philip) | Felipe Pena | 2009-10-03 | 1 | -106/+111 |
| | | | | | - Added arginfo info. for void params | ||||
* | Merge ReflectionMethod::setAccessible() to PHP 5.3.2, approved by Johannes. | Sebastian Bergmann | 2009-09-16 | 1 | -12/+45 |
| | |||||
* | Make invokeArgs() error messages consistent with invoke(). | Sebastian Bergmann | 2009-09-03 | 1 | -3/+3 |
| | |||||
* | - Fixed ReflectionClass::getStaticProperties() to do not return the private ↵ | Felipe Pena | 2009-08-01 | 1 | -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 Taskinen | 2009-08-01 | 1 | -1/+11 |
| | | | | qualified namespaces) | ||||
* | - Fixed bug #49074 (private class static fields can be modified by using ↵ | Jani Taskinen | 2009-08-01 | 1 | -2/+8 |
| | | | | reflection) | ||||
* | MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to ↵ | Kalle Sommer Nielsen | 2009-07-01 | 1 | -14/+16 |
| | | | | crash) (Paul Richards, Kalle) | ||||
* | MFH: Fixed memory leak if zero parameters are passed, Thanks Felipe | Kalle Sommer Nielsen | 2009-07-01 | 1 | -1/+3 |
| | |||||
* | MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues) | Kalle Sommer Nielsen | 2009-07-01 | 1 | -3/+3 |
| | |||||
* | - MFH: Fixed build (removed trailing comma) patch by Seiji Masugata ↵ | Felipe Pena | 2009-06-16 | 1 | -1/+1 |
| | | | | <s.masugata at digicom.dnp.co.jp> | ||||
* | MFH: Fixed bug #48336 (ReflectionProperty::getDeclaringClass() does not | Arnaud Le Blanc | 2009-05-21 | 1 | -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 Pena | 2009-04-27 | 1 | -11/+12 |
| | |||||
* | MFH: Fix issue reported by Roman Borschel. | Sebastian Bergmann | 2009-04-04 | 1 | -2/+2 |
| | |||||
* | Block unused function | Ilia Alshanetsky | 2009-04-02 | 1 | -0/+2 |
| | |||||
* | Fixed regression of bug #46205, thanks to felipe for pointing this out. | Christian Seiler | 2009-02-01 | 1 | -0/+6 |
| | |||||
* | [DOC] Remove $this support in closures for PHP 5.3 beta 1 | Christian Seiler | 2009-01-26 | 1 | -174/+92 |
| | | | | | | - Implementation notes here: http://wiki.php.net/rfc/closures/removal-of-this | ||||
* | MFH: | Felipe Pena | 2009-01-07 | 1 | -77/+208 |
| | | | | | | - New parameter parsing - Removed METHOD_NOTSTATIC_NUMPARAMS | ||||
* | - MFH Minor corrections and a new test | Marcus Boerger | 2009-01-03 | 1 | -3/+5 |
| | |||||
* | - MFH Show closure's bound as static parameter | Marcus Boerger | 2009-01-03 | 1 | -11/+19 |
| | |||||
* | MFH | Marcus Boerger | 2009-01-03 | 1 | -11/+29 |
| | | | | | | | | | | - Add ReflectionFunctionAbstract::getClosureThis() [DOC] # Returns the this pointer bound to the closure is the relection object # points to closure. Since not all closures have a bound this, the method # cannot be used to differentiate between normal functions/methods and # closures. Instead ReflectionFunctionAbstract::isClosure() has to be used. | ||||
* | - MFH Improved closure support | Marcus Boerger | 2009-01-03 | 1 | -14/+60 |
| | |||||
* | - MFH Add minimalistic closure support | Marcus Boerger | 2009-01-03 | 1 | -19/+63 |
| | |||||
* | - Use Revision instead of Id tag for version | Marcus Boerger | 2008-12-31 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Fix #46718: ReflectionProperty::setValue() and ↵ | Sebastian Bergmann | 2008-11-29 | 1 | -2/+5 |
| | | | | ReflectionProperty::setAccessible(). | ||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -20/+20 |
| | | | | using array_map) | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -38/+0 |
| | |||||
* | MFH: Interfaces extend other interfaces, not implement | Hannes Magnusson | 2008-11-14 | 1 | -1/+5 |
| | |||||
* | - Next step in namespaces, using / as namespace separator. | Marcus Boerger | 2008-11-04 | 1 | -20/+20 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+38 |
| | |||||
* | - MFH: Fixed bug #46064 (Exception when creating ReflectionProperty object ↵ | Felipe Pena | 2008-10-29 | 1 | -14/+53 |
| | | | | on dynamicly created property) | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -38/+0 |
| | |||||
* | Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown) | Dmitry Stogov | 2008-10-01 | 1 | -0/+12 |
| | |||||
* | - MFH: Removed unused arguments | Felipe Pena | 2008-08-22 | 1 | -4/+4 |
| |