summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* (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
* Fix declarationZeev Suraski2000-02-081-1/+1
* Fix an elusive bugZeev Suraski2000-02-081-1/+3
* Fix up the patch.Andrei Zmievski2000-02-081-1/+1
* Patches from Walter for strncmp() stuff.Andrei Zmievski2000-02-083-1/+36
* Remove old unnecessary checkZeev Suraski2000-02-071-3/+0
* Syntax highlighting was erronously emitting more than one semicolon and/or ga...Zeev Suraski2000-02-074-5/+22
* - Support the string offset syntax $a{2} with the regular array opcodes.Andi Gutmans2000-02-061-0/+1
* - This hopefully fixes the list($a, $a) = array(1,2) crash, i.e. when listAndi Gutmans2000-02-052-7/+3
* More cleanupZeev Suraski2000-02-051-3/+3
* Pass the executor globals to internal functionsZeev Suraski2000-02-054-13/+5
* - Stop passing list/plist to internal functionsZeev Suraski2000-02-0511-22/+27
* That was the broken downcasting that prevented the interactive C++ mode from ...Zeev Suraski2000-02-051-1/+1
* Maintain a state of whether we're compiling and/or executingZeev Suraski2000-02-048-6/+47
* *** empty log message ***Andrei Zmievski2000-02-032-2/+2
* - Fix built-in classes with more than 5 methodsZeev Suraski2000-02-021-3/+4
* - Fix the annoying problem with list(), that surfaced up after our recent cle...Zeev Suraski2000-02-021-9/+16
* Added add_property_unset() and add_property_bool().Andrei Zmievski2000-02-012-0/+23
* Improve dependenciesZeev Suraski2000-02-015-19/+28
* Sort out a gdb problemZeev Suraski2000-02-011-1/+1