summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Add optional argument to debug_backtrace() and debug_print_backtrace() to lim...Sebastian Bergmann2011-04-091-11/+20
* Add options to debug_backtrace functionsStanislav Malyshev2011-01-161-12/+14
* Added trait_exists() [TRAITS] [DOC]Stefan Marr2011-01-091-2/+52
* - Year++Felipe Pena2011-01-011-1/+1
* - Moved leak_variable() to zend_builtin_functions.c (Gustavo)Felipe Pena2010-11-151-0/+31
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-2/+2
* - Fixed bug #52060 (Memory leak when passing a closure to method_exists())Felipe Pena2010-06-111-3/+11
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-40/+44
* - Added get_declared_traits()Felipe Pena2010-05-061-1/+19
* - Fixed bug #51719 (typo in function prototype)Felipe Pena2010-05-011-2/+2
* Added concept of interned strings. All strings constants known at compile tim...Dmitry Stogov2010-04-201-1/+1
* Changed the structure of op_array.opcodes. The constant values are moved from...Dmitry Stogov2010-04-201-5/+5
* - Fixed bug #50383 (Exceptions thrown in __call / __callStatic do not include...Felipe Pena2010-03-071-1/+3
* - Fixed bug #50810 (property_exists does not work for private)Felipe Pena2010-03-071-4/+2
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* Fixed bug #44827 (define() allows :: in constant names).Ilia Alshanetsky2009-12-301-26/+3
* - Restore PHP-5.2 behaviour when passing null inside object scope to get_class()Jani Taskinen2009-08-061-1/+1
* - MFH: Fixed bug #48709 (metaphone and 'wh')Felipe Pena2009-06-301-0/+1
* - typoPierre Joye2009-06-081-1/+1
* Fixed bug #44827 (define() is missing error checks for class constants)Ilia Alshanetsky2009-06-081-0/+29
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-5/+24
* MFH: Use zend_get_property_info() in get_class_vars() (fixes #46812)Arnaud Le Blanc2009-05-221-12/+7
* - MFH: Parameter parsing changes for get_defined_constants() (Kalle)Felipe Pena2009-05-071-6/+6
* Fixed bug #47664 (get_class returns NULL instead of FALSE)Dmitry Stogov2009-03-161-1/+1
* - MFH: Fixed bug #47593 (interface_exists() returns false when using absolute...Felipe Pena2009-03-081-2/+20
* Fixed bug #47549 (get_defined_constants() return array with brokenIlia Alshanetsky2009-03-031-1/+2
* - MFH: Fixed bug #47054 (BC break in static functions called as dynamic)Felipe Pena2009-01-101-2/+2
* MFHMarcus Boerger2008-12-311-0/+2
* - MFH Move stdClass registering where it should beMarcus Boerger2008-12-311-1/+11
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH Provide a core module that contains all Zend and php/main (in 5.3 incl....Marcus Boerger2008-12-301-2/+4
* Fix arginfo and protoHannes Magnusson2008-12-301-2/+2
* MFH Use a module struct for the built-in functionsMarcus Boerger2008-12-301-4/+18
* MFH: Fix #46813 (class_exists doesn`t work with fully qualified namespace)Johannes Schlüter2008-12-091-1/+12
* MFH:Felipe Pena2008-11-171-105/+31
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-49/+0
* - MFH: Fixed strlen function entry (missing arginfo struct size, thanks Philip!)Felipe Pena2008-11-161-1/+1
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+49
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-49/+0
* Revert define() fix, it needs further reviewIlia Alshanetsky2008-10-221-36/+1
* Fixed bug #46341 (Added missing validation checks into define() for classIlia Alshanetsky2008-10-191-1/+36
* MFH:Felipe Pena2008-08-221-11/+17
* - MFH: Fixed bug #45743 (property_exists fails to find static protected membe...Felipe Pena2008-08-181-40/+22
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-2/+2
* - MFH: Suppress signedness warningsMoriyoshi Koizumi2008-07-241-1/+1
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-5/+5
* MFH: Add E_USER_DEPRECATED (patch by Lars Strojny)Hannes Magnusson2008-07-211-0/+1
* - Fixed arginfoFelipe Pena2008-07-061-1/+1
* - Added arginfoFelipe Pena2008-07-051-53/+300
* MFHAntony Dovgal2008-07-011-2/+2