summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Fix bug #3309Andi Gutmans2000-02-161-3/+11
* - Put in the infrastructure for the unset() fix. Right now it has the oldAndi Gutmans2000-02-144-13/+35
* - Fix bug in func_get_arg()Andi Gutmans2000-02-141-2/+6
* Fix a memory leakZeev Suraski2000-02-131-1/+3
* - Save a function call one very hash_addAndi Gutmans2000-02-131-7/+11
* - Make startup a bit faster by changing some hash_update()'s and hash_add()'sAndi Gutmans2000-02-132-1/+3
* - Fix a couple of potential bugs where we were using emalloc/efree insteadAndi Gutmans2000-02-131-79/+36
* *** empty log message ***Zeev Suraski2000-02-131-0/+15
* Make (array) false == array() and not array(false)Zeev Suraski2000-02-131-0/+9
* Made a couple of typedefs for zend_hash_apply_*() calls.Andrei Zmievski2000-02-112-6/+8
* Update .dsp'sZeev Suraski2000-02-113-7/+7
* Fine tune Andi's patchZeev Suraski2000-02-118-18/+12
* - #define ZEND_WIN32 differentlyAndi Gutmans2000-02-101-1/+5
* - Finally beautify those WIN32|WINNT checksAndi Gutmans2000-02-107-11/+13
* - Shouldn't be thereAndi Gutmans2000-02-101-1/+1
* - Cleanup the codeAndi Gutmans2000-02-101-14/+11
* Fix last known nasty bugs in Zend. It'll be cool if there are no new ones :)Zeev Suraski2000-02-092-11/+36
* foreach() works now for objects as well.Thies C. Arntzen2000-02-091-7/+11