summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Expand)AuthorAgeFilesLines
* WhitespaceZeev Suraski2001-08-111-7/+7
* TSRMLS fixesZeev Suraski2001-08-021-2/+2
* More TSRMLS_FETCH workZeev Suraski2001-07-311-5/+5
* More TSRMLS_FETCH workZeev Suraski2001-07-301-1/+1
* More TSRMLS_FETCH work, and get rid of redundant ParametersPassedByRefZeev Suraski2001-07-301-2/+1
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-1/+1
* Avoid TSRMLS_FETCH()'s (still lots of work left)Zeev Suraski2001-07-301-3/+3
* - Use the Z_OBJ* macros for accessing objectsAndi Gutmans2001-07-281-5/+9
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+1
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* - Fix crash bug (fix by Jani).Andi Gutmans2001-06-261-1/+5
* Fix segfault -- need to copy-construct constant value.Andrei Zmievski2001-05-231-1/+7
* Moving some functions into Zend.Andrei Zmievski2001-05-211-0/+97
* - Add mistakenly removen closing bracketAndi Gutmans2001-04-301-0/+1
* - Get rid of warningAndi Gutmans2001-04-301-24/+1
* - More whitespace fixes while I'm at it.Andi Gutmans2001-04-271-1/+1
* - Whitespace changes to be standard like the rest of ZendAndi Gutmans2001-04-271-2/+2
* Updated get_class_methods() to take class instance as well as class name.Andrei Zmievski2001-03-261-30/+26
* Making it possible to pass a class name to get_parent_class() as wellAndrei Zmievski2001-03-261-4/+15
* Fixing function name length.Andrei Zmievski2001-03-231-2/+2
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* - Add exports from Daniel BeulshausenAndi Gutmans2001-02-241-4/+4
* Allow get_current_key() not to return the key itself, instead of a duplicateZeev Suraski2000-12-221-3/+3
* Hardcode strlen due to problems on SCO OpenServer 5.0.4 which definesSascha Schumann2000-12-071-3/+3
* Fix memory leak - get_current_key mallocs it's result, no need toStanislav Malyshev2000-12-071-1/+1
* Update class constants before trying to get default properties.Andrei Zmievski2000-11-271-0/+4
* Sterling's patch to make get_defined_vars() simpler and better.Andrei Zmievski2000-11-211-36/+4
* - Fix copy&paste bugAndi Gutmans2000-10-171-1/+1
* - Add another patch from Sterling.Andi Gutmans2000-10-141-14/+36
* - Preliminary commit of Sterlings get_defined_functions()/get_defined_varsAndi Gutmans2000-10-141-0/+76
* - Cleanup error outputAndi Gutmans2000-09-301-1/+1
* Made get_included_files() work again, in somewhat different wayStanislav Malyshev2000-09-181-1/+8
* Make compile_string() accept a description of the codeZeev Suraski2000-09-121-1/+5
* Fix memory overrun.Andrei Zmievski2000-09-051-1/+1
* Fix crash with trigger_error having no args (#6549)Stanislav Malyshev2000-09-051-0/+2
* - Don't define this function in non-debug modeAndi Gutmans2000-08-261-1/+2
* The patch we promised - redesigned the compilation/execution API:Zeev Suraski2000-08-091-18/+1
* Make define return false and issue E_NOTICE when trying to redefine constantStanislav Malyshev2000-07-281-2/+6
* Add strncasecmp functionStanislav Malyshev2000-07-261-0/+18
* Forgot to link this function...Zeev Suraski2000-07-181-0/+1
* Improve register_resource_ex() infrastructureZeev Suraski2000-07-141-21/+45
* error_reporting fixZeev Suraski2000-06-301-1/+1
* - Add restore_error_handler()Zeev Suraski2000-06-171-3/+23
* Make Egon happy :)Zeev Suraski2000-06-121-2/+1
* Return the previous error handler from set_error_handler()Zeev Suraski2000-06-121-4/+9
* Avoid using E_CORE_* errorlevels in any place which is not in the global star...Zeev Suraski2000-06-121-1/+1
* Fix bug #4768Zeev Suraski2000-06-101-2/+2
* Made an alias for hash apply with arguments.Andrei Zmievski2000-06-091-1/+1
* Fixed bug #4819Zeev Suraski2000-06-091-3/+22
* - Complete change to create_function()Andi Gutmans2000-06-051-3/+3