summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.c
Commit message (Collapse)AuthorAgeFilesLines
* Make OBJCE return zend_class_entry*, also some cleanupsStanislav Malyshev2002-04-301-12/+14
|
* some type cleanup workHarald Radi2002-04-231-1/+1
|
* added get_class_entry callback handler to theHarald Radi2002-04-221-4/+18
| | | | | object handlers structure
* - make class tables contain class_entry *, not class_entryStanislav Malyshev2002-03-121-6/+14
| | | | | - fix isset($this)
* - MFZE1Derick Rethans2002-03-021-1/+3
|
* - MFZE1Derick Rethans2002-03-021-1/+1
|
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-10/+43
| | | | | | | Note: only standard Zend objects are working now. This is definitely going to break custom objects like COM, Java, etc. - this will be fixed later. Also, this may break other things that access objects' internals directly.
* Revert per Andi's request. Sorry :-(Sebastian Bergmann2002-02-021-1/+1
|
* Fix warning. Again :-)Sebastian Bergmann2002-02-021-1/+1
|
* - Please don't use strcmp() and friends in Zend but only the mem*Andi Gutmans2002-02-021-1/+1
| | | | | - functions. I didn't check this patch so please check that it works.
* Fix a warning.Sebastian Bergmann2002-02-021-1/+1
|
* MFZE1: is_a()Sebastian Bergmann2002-02-011-11/+30
|
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* - Damn Zeev :)Andi Gutmans2001-12-041-2/+49
|
* 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
| | | | | | This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* - 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
| | | | | as a class instance.
* 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
| | | | | strlen to __std_hdr_strlen.
* Fix memory leak - get_current_key mallocs it's result, no need toStanislav Malyshev2000-12-071-1/+1
| | | | | copy it.
* 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
| | | | | functions
* - 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
|