summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Collapse)AuthorAgeFilesLines
* - Allow passing references which are returned from functions and newAndi Gutmans2000-11-273-38/+63
| | | | | - statements to be passed by reference.
* 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
| | | | | referencing structure
* - 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 ↵Andi Gutmans2000-11-191-0/+8
| | | | by reference.
* 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
| | | | | - of these function pointers.
* Fix zend_llist_apply_with_del - it should remove from list,Stanislav Malyshev2000-11-131-18/+19
| | | | | not only call dtor
* 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
| | | | | | and the constructor assigns $this by reference to other symbol table elements. Thanks to Daniel J. Rodriguez on this one.
* 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
| | | | | which assumes sizeof(int) == sizeof(void *).
* - 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
| | | | | - Problem reported by David Hedbor <david@hedbor.org>
* Remove unnecessary variablesZeev Suraski2000-11-021-12/+0
|
* explicit declaration here too - sigh, way too early in the morningZeev Suraski2000-11-021-1/+1
|
* oopsZeev Suraski2000-11-021-1/+1
|
* explicit declarationZeev Suraski2000-11-021-1/+1
|
* Fix Apache buildZeev Suraski2000-10-311-2/+2
|
* Remove unnecessary code, fix phpinfo()Zeev Suraski2000-10-312-34/+6
|
* Require bison 1.28Zeev Suraski2000-10-311-2/+2
|
* Fix non-thread-safe Windows buildZeev Suraski2000-10-301-16/+74
|
* Final touches on the INI parserZeev Suraski2000-10-305-7/+37
|
* Another attempt to make it buildStanislav Malyshev2000-10-301-0/+3
|