summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'priv...Felipe Pena2008-08-221-11/+17
* - Fixed bug #45743 (property_exists fails to find static protected member in ...Felipe Pena2008-08-181-43/+24
* - Fix memleak, Zend's built-in functions get copied before we copy allMarcus Boerger2008-08-101-0/+6
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-2/+2
* - Suppress signedness warnings.Moriyoshi Koizumi2008-07-241-1/+1
* - Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-6/+5
* Add E_USER_DEPRECATED (patch by Lars Strojny)Hannes Magnusson2008-07-211-0/+1
* MFB:Felipe Pena2008-07-061-52/+300
* fix crash in define()Antony Dovgal2008-07-011-1/+1
* int -> longAntony Dovgal2008-07-011-3/+3
* convert all built-in functions to new APIStanislav Malyshev2008-06-301-224/+175
* - MFB: Removed E_DEPRECATED on is_a()Felipe Pena2008-06-251-1/+1
* Add array_init_size() and use it where array size is known at initializationMatt Wilmas2008-05-271-7/+5
* Added API to use namesapces in internal extensionsDmitry Stogov2008-05-121-0/+44
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-0/+4
* New way for check void parametersFelipe Pena2008-03-041-2/+2
* Added new macro for check void parameters.Felipe Pena2008-02-281-8/+8
* - Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-2/+1
* Fixed bug #43483 (get_class_methods() does not list all visible methods)Dmitry Stogov2008-02-211-1/+1
* Fixed memory leaksDmitry Stogov2008-02-191-0/+2
* Unicode supportDmitry Stogov2008-01-291-1/+1
* Fixed compilation warningsDmitry Stogov2008-01-241-3/+4
* Flag unicode safe functionsSara Golemon2008-01-241-4/+4
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-110/+20
* Added garbage collectorDmitry Stogov2008-01-221-0/+41
* Flag safe funcSara Golemon2008-01-211-1/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-9/+9
* Fixed bug #42820 (defined() on constant with namespace prefixes tries to load...Dmitry Stogov2007-10-031-1/+1
* - Nuked unused variableJani Taskinen2007-09-291-2/+0
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* Late Static Binding (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-261-0/+23
* typoDmitry Stogov2007-09-111-1/+1
* forgotten partDmitry Stogov2007-09-111-1/+1
* MFB: Add optional parameter to debug_backtrace().Sebastian Bergmann2007-08-301-4/+6
* Namespace constantsDmitry Stogov2007-08-241-2/+2
* Fixed bug #42009 (is_a() and is_subclass_of() should NOT call autoload, in th...Dmitry Stogov2007-08-221-1/+1
* Fixed bug #42211 (property_exists() fails to find protected properties from a...Dmitry Stogov2007-08-081-1/+2
* int -> zend_boolAntony Dovgal2007-08-021-1/+1
* - Respect value of the parameter for get_loaded_extensions() andJohannes Schlüter2007-08-021-22/+11
* - Add additional param to get_loaded_extensions() for returning ZendJohannes Schlüter2007-07-311-3/+30
* Fixed bug #40757 (get_object_vars get nothing in child class)Dmitry Stogov2007-07-241-13/+5
* fix folding and wsAntony Dovgal2007-07-101-55/+21
* Fix #41640 (get_class_vars produces error on class constants)Johannes Schlüter2007-06-091-1/+1
* WIN64 supportDmitry Stogov2007-04-161-7/+7
* Update create_function()Sara Golemon2007-01-051-12/+49
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix possible leak on failure in get_defined_functions()Antony Dovgal2006-12-201-0/+5
* resolve coverity issue #224Antony Dovgal2006-11-281-1/+1
* fix leak in get_extension_funcs()Antony Dovgal2006-11-211-0/+3