summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - Change zend_startup to accept a flag for starting builtin functionsAndi Gutmans2000-03-212-3/+5
* - Move #definesAndi Gutmans2000-03-212-5/+7
* kill warningThies C. Arntzen2000-03-191-1/+1
* - Fix compile problem on FreeBSDAndi Gutmans2000-03-181-1/+1
* - No reason for refcount to be signed and move to zend_* typedefsAndi Gutmans2000-03-181-3/+4
* renamed _string_value_() to __string_value().Thies C. Arntzen2000-03-181-1/+1
* The third argument to define() wasn't working right, fixedZeev Suraski2000-03-181-1/+1
* false wouldn't automaticaly switch to an array type, which resulted in anZeev Suraski2000-03-181-0/+1
* renamed "to_string" -> "_string_value_"Thies C. Arntzen2000-03-161-14/+1
* - Fix newly introduced problem reported by Sam RubyZeev Suraski2000-03-153-16/+24
* Make zend_hash_move_forward()/zenv_hash_move_backwards() a little smarter.Andrei Zmievski2000-03-152-14/+18
* - Fix warning (I thought I fixed this one before)Zeev Suraski2000-03-151-1/+1
* Implemented external list traversing.Andrei Zmievski2000-03-142-22/+37
* - Allow array(1,2,3,) i.e. with trailing comma. You can only have oneAndi Gutmans2000-03-141-2/+6
* -Zeev Suraski2000-03-131-1/+1
* - Spare a byte :)Zeev Suraski2000-03-131-1/+1
* - Another zend_ucharAndi Gutmans2000-03-132-2/+2
* *** empty log message ***Andi Gutmans2000-03-131-1/+1
* - define zend_uint and zend_uchar and use them in a few placesAndi Gutmans2000-03-132-20/+21
* Introduced a way to traverse hashes through external pointers.Andrei Zmievski2000-03-132-21/+54
* - Change type from int -> charAndi Gutmans2000-03-131-4/+4
* - Fix filename/lineno initialization for do_returnZeev Suraski2000-03-131-8/+10
* -Zeev Suraski2000-03-122-1/+9
* - Remove inline from functions which are pretty large and besides eating upAndi Gutmans2000-03-111-8/+8
* - Seems to be a problem here with the return value not being setAndi Gutmans2000-03-101-0/+3
* - Quick way of supporting include_once().Andi Gutmans2000-03-105-8/+26
* - Support require_once().Andi Gutmans2000-03-104-9/+8
* - Cleanup old IMPORT stuffAndi Gutmans2000-03-102-2/+2
* - Nuke import, add include_once and include_require scanner/parser rules.Andi Gutmans2000-03-102-4/+10
* - That broke the Win32 buildAndi Gutmans2000-03-101-1/+1
* - Fix a bug and define an API_NO for the ZEND_MODULE_APIAndi Gutmans2000-03-101-1/+3
* - zend_config.h is enoughAndi Gutmans2000-03-101-1/+1
* - Save ZEND_DEBUG, ZTS, ZEND_API informationAndi Gutmans2000-03-101-1/+12
* - Fix bug in syntax highlighterAndi Gutmans2000-03-091-0/+2
* added GINIT_FUNC_ARGS and GINIT_FUNC_ARGS_PASSTHRUStig S. Bakken2000-03-061-0/+2
* - Bump up Zend's API versionZeev Suraski2000-03-061-1/+1
* Added ZEND_MODULE_INFO_FUNC_ARGS_PASSTHRU.Stig S. Bakken2000-03-061-0/+1
* - Fix memory leakAndi Gutmans2000-03-061-0/+2
* - Missed oneAndi Gutmans2000-03-061-1/+1
* Unresolved externsSam Ruby2000-03-062-0/+5
* It's official now...Zeev Suraski2000-03-0649-151/+151
* Wrap some commonly unused callbacksZeev Suraski2000-03-053-9/+28
* The default return value from include() and eval() changed from 1 to 0Zeev Suraski2000-03-041-1/+6
* Fix Win32 build breakageSam Ruby2000-03-021-0/+2
* - Upgrade to year 2000Andi Gutmans2000-03-011-1/+1
* - Fix typosAndi Gutmans2000-03-013-3/+3
* nowThies C. Arntzen2000-03-011-2/+2
* Fixed some protos.Egon Schmid2000-02-271-8/+4
* compilation error - Win32Sam Ruby2000-02-261-0/+1
* Added get_class_vars() and get_object_vars() functions.Andrei Zmievski2000-02-261-0/+53