summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Fix typo.Andrei Zmievski2000-02-261-1/+1
* Fix comparisons of "inf"=="inf" and "-inf"=="-inf"Zeev Suraski2000-02-261-0/+6
* Use the fast cache here tooZeev Suraski2000-02-252-3/+3
* (c) patchZeev Suraski2000-02-1948-48/+48
* - Fix a nasty bug in the hash, introduced in the recent migration to macrosZeev Suraski2000-02-194-13/+40
* Generalize macrosZeev Suraski2000-02-195-51/+19
* *** empty log message ***Zeev Suraski2000-02-181-2/+2
* Get rid of second declaration of compare_func_t. Either put in a commonSascha Schumann2000-02-182-2/+1
* - Quick and dirty hack for supporting sorts. Improve later on when I wake up.Andi Gutmans2000-02-182-0/+41
* - Didn't compile on Win32Andi Gutmans2000-02-182-6/+14
* - Tiny change (I know I don't have to cast malloc() to void * but I likeAndi Gutmans2000-02-181-3/+3
* - Preliminary support for dynamic arrays. I need it on order to try out aAndi Gutmans2000-02-183-1/+101
* - Add ZEND_APIAndi Gutmans2000-02-172-2/+2
* -Fix bug 3504 concerning leaks with unset()Andi Gutmans2000-02-161-0/+7
* - Hopefully fix Thies' bug report.Andi Gutmans2000-02-163-10/+16
* ZEND_TEST_EXCEPTIONS should be defined/undefined before it's checkedZeev Suraski2000-02-161-2/+2