summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* Remove UTODO's -- this is handled during name mangling/unmangling.Andrei Zmievski2006-08-141-6/+3
* Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from insid...Dmitry Stogov2006-07-271-1/+31
* - Fix for #34505 and repated (improved version of what is in 5.2, 5.1)Marcus Boerger2006-07-241-3/+3
* no need to return bool and false in the same time =)Antony Dovgal2006-07-201-1/+0
* Callable checks and class fetching and lookup should support identiferAndrei Zmievski2006-07-181-1/+1
* - Provide defined value for autoload flagMarcus Boerger2006-07-151-1/+1
* - Fixed Bug #37811 define not using toString on objectsMarcus Boerger2006-07-091-2/+22
* no need to throw E_ERROR here, E_WARNING is more than enoughAntony Dovgal2006-06-271-1/+2
* Plug memory leak in set_exception_handler().Andrei Zmievski2006-06-201-0/+1
* Keeping consistent arg_stack during arguments freeing (Exception from destruc...Dmitry Stogov2006-05-311-3/+7
* - MFB Missing checkMarcus Boerger2006-05-091-1/+1
* MF51: fix #36944 (strncmp & strncasecmp do not return false on negative strin...Antony Dovgal2006-04-051-0/+12
* MF51: fix #36897 (debug_print_backtrace() doesn't return void but array(0) {})Antony Dovgal2006-03-281-2/+0
* *** empty log message ***Andrei Zmievski2006-03-071-2/+2
* - Make this compile againDerick Rethans2006-03-071-2/+2
* Mark some functions as Unicode-safe and adjust UTODO notices for others.Andrei Zmievski2006-03-071-39/+46
* Remove "called at [(null):0]" from debug backtraceDmitry Stogov2006-03-031-1/+5
* Unicode support: MS Visual C compatibilityDmitry Stogov2006-02-261-4/+4
* Unicode support: fixed internal constants usage and get_defined_constants()Dmitry Stogov2006-02-221-2/+2
* Portable unicode string API:Dmitry Stogov2006-02-211-74/+77
* Preparation for portable string API (use macroses to access zval).Dmitry Stogov2006-02-201-80/+80
* Check for get_properties handler before using it. (Patch fromAndrei Zmievski2006-02-071-1/+6
* duplicate string when neededAntony Dovgal2006-02-031-1/+1
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-10/+0
* - 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
* Add an additional field $frame['object'] to the result array of debug_backtra...Sebastian Bergmann2005-11-011-2/+7
* Revert.Sebastian Bergmann2005-11-011-3/+0
* Add an additional field $frame['object'] to the result array of debug_backtra...Sebastian Bergmann2005-10-281-0/+3
* MFH (is_sublass_of("A","B") should call __autoload() for "A" and "B")Dmitry Stogov2005-09-091-1/+1
* Unicode support for PHP constantsDmitry Stogov2005-09-081-1/+1
* Support for class constants and static members for internal classesDmitry Stogov2005-09-011-0/+1
* Implement Unicode support for strncasecmp().Andrei Zmievski2005-08-231-1/+1
* Unicode supportDmitry Stogov2005-08-231-4/+4
* Changed is_a() and is_subcalls_of() functions to not call __autoload() (in th...Dmitry Stogov2005-08-231-1/+1
* Unicode support for strncasecmp()Dmitry Stogov2005-08-231-7/+12
* Unicode support for strcasecmp().Andrei Zmievski2005-08-221-7/+12
* zend_is_callable() and zend_make_callable() were changed to return readable f...Dmitry Stogov2005-08-221-10/+10
* Unicode support for strcmp()/strncmp().Andrei Zmievski2005-08-191-13/+23
* Unicode supportDmitry Stogov2005-08-191-4/+4
* Unicode support cleanupDmitry Stogov2005-08-191-80/+34
* fix memleakAntony Dovgal2005-08-181-0/+1
* Unicode mode doesn't allow non-unicode propertiesDmitry Stogov2005-08-171-2/+2
* Z_UNI* are the right macros to use.Andrei Zmievski2005-08-161-1/+1
* Fixed several unicode related bugsDmitry Stogov2005-08-151-11/+18
* Unicode supportAndrei Zmievski2005-08-111-65/+176
* Bump up the yearfoobar2005-08-031-1/+1
* fix various "Class entry requested for an object without PHP class" messagesStanislav Malyshev2005-06-271-23/+13
* Fixed wrong include/requre occurrences in debug backtrace.Dmitry Stogov2005-06-271-1/+6
* Fixed bug #28377 (debug_backtrace is intermittently passing args)Dmitry Stogov2005-06-231-0/+30