Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix is_a reflection | Stanislav Malyshev | 2011-11-20 | 1 | -0/+1 |
| | |||||
* | fix typo | Stanislav Malyshev | 2011-11-18 | 1 | -1/+1 |
| | |||||
* | fixes for bug #55748 | Stanislav Malyshev | 2011-11-18 | 1 | -0/+3 |
| | |||||
* | fix bug #55475 - implement is_a BC solution | Stanislav Malyshev | 2011-11-09 | 1 | -6/+13 |
| | |||||
* | update proto | Stanislav Malyshev | 2011-09-26 | 1 | -2/+2 |
| | |||||
* | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -22/+24 |
| | |||||
* | Fix typo | Etienne Kneuss | 2011-08-08 | 1 | -1/+1 |
| | |||||
* | Use snprintf to make the static analyzers happy | Pierrick Charron | 2011-08-08 | 1 | -1/+1 |
| | |||||
* | function_name cannot be false | Pierrick Charron | 2011-08-07 | 1 | -1/+1 |
| | |||||
* | - Fix compiler warning | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | - Use ZEND_FE_END macro here | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | Change E_ALL to include E_STRICT | Stanislav Malyshev | 2011-07-23 | 1 | -1/+1 |
| | |||||
* | remove warning for is_a() BC | Stanislav Malyshev | 2011-07-12 | 1 | -1/+0 |
| | |||||
* | Fixed bug #53727 (Inconsistent behavior of is_subclass_of with interfaces) | Dmitry Stogov | 2011-07-04 | 1 | -25/+6 |
| | |||||
* | Add optional argument to debug_backtrace() and debug_print_backtrace() to ↵ | Sebastian Bergmann | 2011-04-09 | 1 | -11/+20 |
| | | | | limit the amount of stack frames returned. | ||||
* | Add options to debug_backtrace functions | Stanislav Malyshev | 2011-01-16 | 1 | -12/+14 |
| | |||||
* | Added trait_exists() [TRAITS] [DOC] | Stefan Marr | 2011-01-09 | 1 | -2/+52 |
| | | | | | | - also changed class_exists() to return false for traits - added related tests, and get_declared_traits() tests in ext/s/t/co | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Moved leak_variable() to zend_builtin_functions.c (Gustavo) | Felipe Pena | 2010-11-15 | 1 | -0/+31 |
| | |||||
* | marked char pointer arguments as const in lots of | Hartmut Holzgraefe | 2010-10-14 | 1 | -2/+2 |
| | | | | | | places where strings pointed to are not modified to prevent compiler warnings about discarded qualifiers ... | ||||
* | - Fixed bug #52060 (Memory leak when passing a closure to method_exists()) | Felipe Pena | 2010-06-11 | 1 | -3/+11 |
| | |||||
* | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -40/+44 |
| | | | | classes, constants, methods and properties | ||||
* | - Added get_declared_traits() | Felipe Pena | 2010-05-06 | 1 | -1/+19 |
| | |||||
* | - Fixed bug #51719 (typo in function prototype) | Felipe Pena | 2010-05-01 | 1 | -2/+2 |
| | |||||
* | Added concept of interned strings. All strings constants known at compile ↵ | Dmitry Stogov | 2010-04-20 | 1 | -1/+1 |
| | | | | time are allocated in a single copy and never changed. | ||||
* | Changed the structure of op_array.opcodes. The constant values are moved ↵ | Dmitry Stogov | 2010-04-20 | 1 | -5/+5 |
| | | | | from opcode operands into a separate literal table | ||||
* | - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not ↵ | Felipe Pena | 2010-03-07 | 1 | -1/+3 |
| | | | | include file and line in trace) | ||||
* | - Fixed bug #50810 (property_exists does not work for private) | Felipe Pena | 2010-03-07 | 1 | -4/+2 |
| | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | Fixed bug #44827 (define() allows :: in constant names). | Ilia Alshanetsky | 2009-12-30 | 1 | -26/+3 |
| | |||||
* | - Restore PHP-5.2 behaviour when passing null inside object scope to get_class() | Jani Taskinen | 2009-08-06 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed bug #48709 (metaphone and 'wh') | Felipe Pena | 2009-06-30 | 1 | -0/+1 |
| | |||||
* | - typo | Pierre Joye | 2009-06-08 | 1 | -1/+1 |
| | |||||
* | Fixed bug #44827 (define() is missing error checks for class constants) | Ilia Alshanetsky | 2009-06-08 | 1 | -0/+29 |
| | |||||
* | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -5/+24 |
| | |||||
* | MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812) | Arnaud Le Blanc | 2009-05-22 | 1 | -12/+7 |
| | |||||
* | - MFH: Parameter parsing changes for get_defined_constants() (Kalle) | Felipe Pena | 2009-05-07 | 1 | -6/+6 |
| | |||||
* | Fixed bug #47664 (get_class returns NULL instead of FALSE) | Dmitry Stogov | 2009-03-16 | 1 | -1/+1 |
| | |||||
* | - MFH: Fixed bug #47593 (interface_exists() returns false when using ↵ | Felipe Pena | 2009-03-08 | 1 | -2/+20 |
| | | | | | | | | absolute namespace path) patch by Kalle - BFN #47572 | ||||
* | Fixed bug #47549 (get_defined_constants() return array with broken | Ilia Alshanetsky | 2009-03-03 | 1 | -1/+2 |
| | | | | | array categories) | ||||
* | - MFH: Fixed bug #47054 (BC break in static functions called as dynamic) | Felipe Pena | 2009-01-10 | 1 | -2/+2 |
| | |||||
* | MFH | Marcus Boerger | 2008-12-31 | 1 | -0/+2 |
| | | | | | | - Register engine classes when and where they should be - Show core module version as PHP version | ||||
* | - MFH Move stdClass registering where it should be | Marcus Boerger | 2008-12-31 | 1 | -1/+11 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH Provide a core module that contains all Zend and php/main (in 5.3 ↵ | Marcus Boerger | 2008-12-30 | 1 | -2/+4 |
| | | | | incl. stdClass) | ||||
* | Fix arginfo and proto | Hannes Magnusson | 2008-12-30 | 1 | -2/+2 |
| | |||||
* | MFH Use a module struct for the built-in functions | Marcus Boerger | 2008-12-30 | 1 | -4/+18 |
| | |||||
* | MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace) | Johannes Schlüter | 2008-12-09 | 1 | -1/+12 |
| | |||||
* | MFH: | Felipe Pena | 2008-11-17 | 1 | -105/+31 |
| | | | | | | - Changed 'strlen' to use ZEND_FUNCTION(strlen) - Removed duplicated arginfo structs | ||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -49/+0 |
| |