summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* MFHZ1Andrei Zmievski2001-10-201-4/+4
* MFZE1: Introduced extension version numbers (Stig)Sebastian Bergmann2001-10-121-0/+11
* - Merge Andrei's fix from Engine 1. Please commit patches to both trees!Andi Gutmans2001-08-261-1/+1
* MFZE1Zeev Suraski2001-08-131-2/+2
* - More work on making objects workAndi Gutmans2001-08-111-3/+12
* - Fix some places which create objects. The fixes are ugly and will beAndi Gutmans2001-08-111-6/+3
* WhitespaceZeev Suraski2001-08-111-17/+17
* - Sync Engine2 CVS with latest Engine CVSAndi Gutmans2001-08-071-7/+10
* TSRMLS_FETCH workZeev Suraski2001-08-051-4/+3
* More TSRMLS_FETCH workZeev Suraski2001-07-311-11/+6
* More TSRMLS_FETCH workZeev Suraski2001-07-301-10/+10
* More TSRMLS_FETCH workZeev Suraski2001-07-301-3/+5
* More TSRMLS_FETCH work, and get rid of redundant ParametersPassedByRefZeev Suraski2001-07-301-18/+0
* Let's be consisten and keep TSRMLS_DC declaration after num_args.Andrei Zmievski2001-07-301-1/+1
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-301-6/+5
* Get rid of more TSRMLS_FETCH'sZeev Suraski2001-07-301-4/+2
* Avoid TSRMLS_FETCH()'s (still lots of work left)Zeev Suraski2001-07-301-15/+15
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-5/+5
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-11/+11
* Remove the last couple of bogus inlinesZeev Suraski2001-07-111-5/+2
* Get rid of some inlinesZeev Suraski2001-07-111-41/+41
* Adding new parameter parsing API.Andrei Zmievski2001-07-091-0/+394
* Trivial fix - but the period looks odd in error messagesRasmus Lerdorf2001-07-031-1/+1
* Nuke unused variable.Andrei Zmievski2001-05-091-2/+0
* Fix a few bugs in zend_is_callable() and make it stricter.Andrei Zmievski2001-05-091-37/+44
* - More whitespace fixes while I'm at it.Andi Gutmans2001-04-271-1/+1
* Name length is already known.Andrei Zmievski2001-03-121-4/+3
* - Missed second place.Andi Gutmans2001-03-121-4/+12
* - Nuke snprintf()Andi Gutmans2001-03-121-2/+9
* Improve zend_is_callable() to the point where it's actually useful.Andrei Zmievski2001-03-121-11/+52
* - Rename modules.h to zend_modules.hAndi Gutmans2001-02-261-1/+1
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* Added zend_is_callable() function that checks whether passed zvalAndrei Zmievski2001-02-011-0/+40
* - Change unset() functions to null(). unset() is legacyAndi Gutmans2001-01-311-4/+4
* fixed crash in add_index_bool.Thies C. Arntzen2001-01-231-1/+1
* - Patch from Sterling. Add API calls to add zval's as array indeces/Andi Gutmans2001-01-201-266/+188
* - For Sterling. I wonder if not all of the API functions should take theAndi Gutmans2001-01-191-0/+5
* Maintain consistencyZeev Suraski2000-11-021-1/+1
* - Fix new -m on WindowsAndi Gutmans2000-10-261-1/+1
* Avoid using E_CORE_* errorlevels in any place which is not in the global star...Zeev Suraski2000-06-121-7/+14
* Fix zend_get_parameters()Zeev Suraski2000-06-111-2/+1
* Fix bug #4768Zeev Suraski2000-06-101-13/+13
* - Andrei, this is for you!Andi Gutmans2000-06-091-0/+23
* - Change register_internal_class to zend_register_internal_class forAndi Gutmans2000-06-091-1/+1
* Add newline at the end of the file (breaks at least SCO and Tru64 C compiler).Sascha Schumann2000-06-061-2/+2
* Fix a bug in static initializers/default values/class member variables that c...Zeev Suraski2000-05-311-1/+1
* Allow disabling of functions for security reasonsZeev Suraski2000-05-291-0/+28
* Fix segfault occuring when a temporary module was unloaded and if thisSascha Schumann2000-05-021-1/+2
* Correct fixZeev Suraski2000-04-241-9/+8
* MODULE_TEMPORARY should get a call to RSHUTDOWN as well!Thies C. Arntzen2000-04-241-7/+9