summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-2723-259/+251
* tsrm_error is only available, if TSRM_DEBUG is defined.Sascha Schumann2001-07-231-1/+1
* tsrm_error is only available, if TSRM_DEBUG is defined.Sascha Schumann2001-07-231-1/+1
* Always track bailout file/linenoZeev Suraski2001-07-212-8/+4
* Fix Release buildsZeev Suraski2001-07-211-1/+1
* Improve bailout mechanism, supports nesting of bailouts a-la try..catchZeev Suraski2001-07-215-18/+49
* Fix compile warningZeev Suraski2001-07-211-1/+1
* Fix certain cases where inheritance of base class's overloaded handlers wasn'tAndrei Zmievski2001-07-211-4/+9
* Implement a more granular shutdown mechanism for the executor -Zeev Suraski2001-07-203-30/+58
* Unfix, it has too strong effectsZeev Suraski2001-07-191-0/+2
* Catch all casesZeev Suraski2001-07-191-6/+8
* Fix bug #11970, strike 2Zeev Suraski2001-07-191-5/+6
* Revert bogus patchZeev Suraski2001-07-191-7/+2
* fix double->long conversionStanislav Malyshev2001-07-181-2/+3
* - Remove unused codeAndi Gutmans2001-07-171-4/+0
* Fix bug #10287 - avoid crashing under a bogus usage of list()Zeev Suraski2001-07-164-4/+22
* Fix bug #10467Zeev Suraski2001-07-163-3/+44
* Minor cleaningZeev Suraski2001-07-151-4/+1
* Optimize the parser a bitZeev Suraski2001-07-151-12/+5
* Fix an inlineZeev Suraski2001-07-152-2/+1
* Time to bid this old timer goodbye - get rid of var_uninit()Zeev Suraski2001-07-152-8/+0
* Fix bug #6239Zeev Suraski2001-07-151-13/+33
* Allow indirect reference to method names in class::method() constructZeev Suraski2001-07-151-1/+7
* Fix bug #10257Zeev Suraski2001-07-151-2/+8
* Fix bug #11970Zeev Suraski2001-07-151-2/+7
* Fix bug #9884Zeev Suraski2001-07-151-3/+3
* Improved interactive mode - it is now available in all builds, without any si...Zeev Suraski2001-07-159-77/+41
* Early initializationZeev Suraski2001-07-151-0/+1
* layoutZeev Suraski2001-07-131-2/+4
* the resource-lists are now destroyed backwards. this will make sure thatThies C. Arntzen2001-07-133-2/+27
* Remove the last couple of bogus inlinesZeev Suraski2001-07-113-22/+19
* - Move inline_zend_hash_func() to header fileAndi Gutmans2001-07-112-13/+12
* fixed ZVAL_FALSE and ZVAL_TRUEThies C. Arntzen2001-07-111-2/+2
* No hashpjw anymore, but we have zend_hash_funcStanislav Malyshev2001-07-111-1/+2
* Get rid of ZVAL_RESET...Zeev Suraski2001-07-112-9/+6
* Get rid of some inlinesZeev Suraski2001-07-114-60/+50
* - Merge faster hash implementation.Andi Gutmans2001-07-103-54/+43
* cleaned up the RETVAL_ RETURN_ and ZVAL_ macrosThies C. Arntzen2001-07-102-107/+41
* - Commit Thies' patch. str.len was too long.Andi Gutmans2001-07-101-2/+2
* Adding new parameter parsing API.Andrei Zmievski2001-07-092-0/+405
* Trivial fix - but the period looks odd in error messagesRasmus Lerdorf2001-07-031-1/+1
* - Fix the memory limit fix.Andi Gutmans2001-06-301-1/+1
* - Remove bogus comment.Andi Gutmans2001-06-291-1/+0
* Fix memory_limit, kill warningZeev Suraski2001-06-291-0/+5
* Fix warningsZeev Suraski2001-06-281-3/+3
* Fix leak in the patch, and revert a couple of lines I didn't mean to commitZeev Suraski2001-06-271-6/+4
* - Warn about illegal offsetsZeev Suraski2001-06-271-7/+28
* Fixed autoconversion of negative values to double (Fix bug #11685)Zeev Suraski2001-06-261-3/+3
* - Fix crash bug (fix by Jani).Andi Gutmans2001-06-261-1/+5
* - Bump Zend versionAndi Gutmans2001-06-241-1/+1