summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Removed bogus codeIlia Alshanetsky2009-03-051-34/+0
* MFB: Fixed bug #47549 (get_defined_constants() return array with brokenIlia Alshanetsky2009-03-031-1/+37
* - Fixed bug #47054 (BC break in static functions called as dynamic)Felipe Pena2009-01-101-2/+2
* - Register engine classes when and where they should beMarcus Boerger2008-12-311-0/+2
* - Move stdClass registering where it should beMarcus Boerger2008-12-311-1/+11
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Provide a core module that contains all Zend and php/main stuff but stdClassMarcus Boerger2008-12-301-2/+4
* MFB5.3: Fix error_reporting arginfo and protoHannes Magnusson2008-12-301-2/+2
* Use a module struct for the built-in functionsMarcus Boerger2008-12-301-6/+14
* Fix #46813 (class_exists doesn`t work with fully qualified namespace)Johannes Schlüter2008-12-091-1/+17
* - Changed 'strlen' to use ZEND_FUNCTION(strlen)Felipe Pena2008-11-171-100/+30
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-49/+0
* - 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
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-49/+0
* - 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