summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Added new macro for check void parameters.Felipe Pena2008-03-101-10/+10
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-1/+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
* Fixed comilation warningsDmitry Stogov2008-01-241-2/+2
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-110/+20
* Added garbage collectorDmitry Stogov2008-01-221-0/+40
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-6/+8
* MFH: 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
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-291-0/+21
* NamespacesDmitry Stogov2007-09-281-2/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* Add optional parameter to debug_backtrace().Sebastian Bergmann2007-08-301-4/+6
* 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
* MFH: int -> zend_boolAntony Dovgal2007-08-021-1/+1
* - MFH: Respect value of the parameter for get_loaded_extensions() and onlyJohannes Schlüter2007-08-021-17/+6
* - MFH: Add additional param to get_loaded_extensions() for returning ZendJohannes Schlüter2007-07-311-3/+29
* Fixed bug #40757 (get_object_vars get nothing in child class)Dmitry Stogov2007-07-241-11/+5
* Fix #41640 (get_class_vars produces error on class constants)Johannes Schlüter2007-06-091-1/+1
* WIN64 supportDmitry Stogov2007-04-161-7/+7
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-201-0/+5
* use Z_* macrosAntony Dovgal2006-12-201-10/+10
* MFH: resolve coverity issue #224Antony Dovgal2006-11-281-1/+1
* MFH: fix protoAntony Dovgal2006-11-211-1/+1
* typoDmitry Stogov2006-11-151-1/+1
* Fixed bug #39445 (Calling debug_backtrace() in the __toString() function prod...Dmitry Stogov2006-11-151-1/+3
* Fixed bug #38942 (Double old-style-ctor inheritance)Dmitry Stogov2006-09-261-3/+15
* Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from insid...Dmitry Stogov2006-07-271-2/+32
* - Better fix for #34505 and related, drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-3/+3
* MFHAntony Dovgal2006-07-201-1/+0
* - Fixed Bug #37811 define not using toString on objectsMarcus Boerger2006-07-091-2/+22
* MFH: no need to throw E_ERROR hereAntony Dovgal2006-06-271-1/+2
* Keeping consistent arg_stack during arguments freeing (Exception from destruc...Dmitry Stogov2006-05-311-3/+7
* - MFH as discussedMarcus Boerger2006-05-091-40/+40
* fix #36944 (strncmp & strncasecmp do not return false on negative string length)Antony Dovgal2006-04-051-0/+12
* fix #36897 (debug_print_backtrace() doesn't return void but array(0) {})Antony Dovgal2006-03-281-2/+0
* Remove "called at [(null):0]" from debug backtraceDmitry Stogov2006-03-031-1/+5
* MFH.Andrei Zmievski2006-02-071-1/+6
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-011-1/+1
* MFH: Add an additional field $frame['object'] to the result array of debug_ba...Sebastian Bergmann2005-11-241-2/+7
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-161-3/+3
* Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() funct...Dmitry Stogov2005-09-091-1/+1
* Support for class constants and static members for internal classesDmitry Stogov2005-09-011-0/+1
* fix crash if throw attempted outside of executable codeStanislav Malyshev2005-08-221-1/+1