summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Hardcode strlen due to problems on SCO OpenServer 5.0.4 which definesSascha Schumann2000-12-071-3/+3
* Whitespace fixStanislav Malyshev2000-12-071-1/+1
* Allow var $foo = array(ABC => 1) constructsStanislav Malyshev2000-12-071-0/+1
* Fix memory leak - get_current_key mallocs it's result, no need toStanislav Malyshev2000-12-071-1/+1
* INIT_DATA/UPDATE_DATA assumed that pData elements of the size of a voidSascha Schumann2000-12-061-2/+2
* - Support for $var =& new foo() syntax. This allows you to use objectsAndi Gutmans2000-12-051-0/+1
* Expose all timeout functionsZeev Suraski2000-12-051-2/+2
* Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppressSascha Schumann2000-12-022-5/+1
* - Allow passing references which are returned from functions and newAndi Gutmans2000-11-273-38/+63
* Update class constants before trying to get default properties.Andrei Zmievski2000-11-271-0/+4
* - Remove code which has been commented out for ages.Andi Gutmans2000-11-221-4/+0
* Pass on the exit statusSascha Schumann2000-11-222-1/+8
* Fix buildZeev Suraski2000-11-212-6/+7
* - The baby patch wasn't that innocent :)Andi Gutmans2000-11-211-1/+0
* Sterling's patch to make get_defined_vars() simpler and better.Andrei Zmievski2000-11-211-36/+4
* - NEVER copy and paste :)Andi Gutmans2000-11-201-1/+1
* - Baby patch towards making the damn pass-by-ref work.Andi Gutmans2000-11-202-1/+9
* Update API numberZeev Suraski2000-11-201-1/+1
* Add macro to replace value of zval with another value while preservingStanislav Malyshev2000-11-201-0/+15
* - This patch is broken and needs more thorough fixing.Andi Gutmans2000-11-201-8/+0
* - Try and fix the problem when sending references returned from a function by...Andi Gutmans2000-11-191-0/+8
* Fix Zend build for non ZTSZeev Suraski2000-11-191-0/+3
* Forgot to commit the non-debug build fix yesterday...Zeev Suraski2000-11-181-6/+2
* Add thread-safety debugging information (idea - Dmitri Dmitrienko)Zeev Suraski2000-11-182-0/+36
* Restore compatibility with old broken wayStanislav Malyshev2000-11-141-1/+7
* Better 0x handling - not change non-0x number behaviourStanislav Malyshev2000-11-141-11/+18
* Attempt at better handling long 0x-numbers, like 0xffffffffStanislav Malyshev2000-11-141-3/+11
* - Remove unused functionAndi Gutmans2000-11-132-18/+0
* - Use typedef's for function pointers so that we can easily define arraysAndi Gutmans2000-11-131-13/+30
* Fix zend_llist_apply_with_del - it should remove from list,Stanislav Malyshev2000-11-131-18/+19
* Test, ignoreZeev Suraski2000-11-121-0/+1
* - Move SET_UNUSED() to headerAndi Gutmans2000-11-112-3/+1
* - Beautify by using the standard #define.Andi Gutmans2000-11-111-3/+3
* - Remove this damn thing once again.Andi Gutmans2000-11-102-11/+1
* - Maybe it's OK now? :)Andi Gutmans2000-11-092-1/+11
* - Undo the previous commit for fixing $obj = new foo().Andi Gutmans2000-11-092-11/+1
* - Commit experimental patch to fix the problem when doing $a = new foo()Andi Gutmans2000-11-092-1/+11
* Add ability to find extensions by nameZeev Suraski2000-11-082-0/+16
* Kill a misleading warning which is intended for old codeSascha Schumann2000-11-061-1/+1
* - Add trailing \n?Andi Gutmans2000-11-031-1/+1
* Fix for bug #5571 (by mookid@sigent.ru)Zeev Suraski2000-11-031-0/+5
* - Fix dependency.Andi Gutmans2000-11-031-1/+1
* Fix buildZeev Suraski2000-11-031-1/+0
* Add RESVAL macrosZeev Suraski2000-11-031-0/+4
* Fix bug #7599Zeev Suraski2000-11-021-0/+12
* Missed thoseZeev Suraski2000-11-022-191/+191
* Maintain consistencyZeev Suraski2000-11-023-205/+205
* - Replace do_exit() with zend_do_exit().Andi Gutmans2000-11-023-3/+3
* Remove unnecessary variablesZeev Suraski2000-11-021-12/+0
* explicit declaration here too - sigh, way too early in the morningZeev Suraski2000-11-021-1/+1