Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Allow passing references which are returned from functions and new | Andi Gutmans | 2000-11-27 | 3 | -38/+63 |
| | | | | | - statements to be passed by reference. | ||||
* | Update class constants before trying to get default properties. | Andrei Zmievski | 2000-11-27 | 1 | -0/+4 |
| | |||||
* | - Remove code which has been commented out for ages. | Andi Gutmans | 2000-11-22 | 1 | -4/+0 |
| | |||||
* | Pass on the exit status | Sascha Schumann | 2000-11-22 | 2 | -1/+8 |
| | |||||
* | Fix build | Zeev Suraski | 2000-11-21 | 2 | -6/+7 |
| | |||||
* | - The baby patch wasn't that innocent :) | Andi Gutmans | 2000-11-21 | 1 | -1/+0 |
| | |||||
* | Sterling's patch to make get_defined_vars() simpler and better. | Andrei Zmievski | 2000-11-21 | 1 | -36/+4 |
| | |||||
* | - NEVER copy and paste :) | Andi Gutmans | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | - Baby patch towards making the damn pass-by-ref work. | Andi Gutmans | 2000-11-20 | 2 | -1/+9 |
| | |||||
* | Update API number | Zeev Suraski | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Add macro to replace value of zval with another value while preserving | Stanislav Malyshev | 2000-11-20 | 1 | -0/+15 |
| | | | | | referencing structure | ||||
* | - This patch is broken and needs more thorough fixing. | Andi Gutmans | 2000-11-20 | 1 | -8/+0 |
| | |||||
* | - Try and fix the problem when sending references returned from a function ↵ | Andi Gutmans | 2000-11-19 | 1 | -0/+8 |
| | | | | by reference. | ||||
* | Fix Zend build for non ZTS | Zeev Suraski | 2000-11-19 | 1 | -0/+3 |
| | |||||
* | Forgot to commit the non-debug build fix yesterday... | Zeev Suraski | 2000-11-18 | 1 | -6/+2 |
| | |||||
* | Add thread-safety debugging information (idea - Dmitri Dmitrienko) | Zeev Suraski | 2000-11-18 | 2 | -0/+36 |
| | |||||
* | Restore compatibility with old broken way | Stanislav Malyshev | 2000-11-14 | 1 | -1/+7 |
| | |||||
* | Better 0x handling - not change non-0x number behaviour | Stanislav Malyshev | 2000-11-14 | 1 | -11/+18 |
| | |||||
* | Attempt at better handling long 0x-numbers, like 0xffffffff | Stanislav Malyshev | 2000-11-14 | 1 | -3/+11 |
| | |||||
* | - Remove unused function | Andi Gutmans | 2000-11-13 | 2 | -18/+0 |
| | |||||
* | - Use typedef's for function pointers so that we can easily define arrays | Andi Gutmans | 2000-11-13 | 1 | -13/+30 |
| | | | | | - of these function pointers. | ||||
* | Fix zend_llist_apply_with_del - it should remove from list, | Stanislav Malyshev | 2000-11-13 | 1 | -18/+19 |
| | | | | | not only call dtor | ||||
* | Test, ignore | Zeev Suraski | 2000-11-12 | 1 | -0/+1 |
| | |||||
* | - Move SET_UNUSED() to header | Andi Gutmans | 2000-11-11 | 2 | -3/+1 |
| | |||||
* | - Beautify by using the standard #define. | Andi Gutmans | 2000-11-11 | 1 | -3/+3 |
| | |||||
* | - Remove this damn thing once again. | Andi Gutmans | 2000-11-10 | 2 | -11/+1 |
| | |||||
* | - Maybe it's OK now? :) | Andi Gutmans | 2000-11-09 | 2 | -1/+11 |
| | |||||
* | - Undo the previous commit for fixing $obj = new foo(). | Andi Gutmans | 2000-11-09 | 2 | -11/+1 |
| | |||||
* | - Commit experimental patch to fix the problem when doing $a = new foo() | Andi Gutmans | 2000-11-09 | 2 | -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 name | Zeev Suraski | 2000-11-08 | 2 | -0/+16 |
| | |||||
* | Kill a misleading warning which is intended for old code | Sascha Schumann | 2000-11-06 | 1 | -1/+1 |
| | | | | | which assumes sizeof(int) == sizeof(void *). | ||||
* | - Add trailing \n? | Andi Gutmans | 2000-11-03 | 1 | -1/+1 |
| | |||||
* | Fix for bug #5571 (by mookid@sigent.ru) | Zeev Suraski | 2000-11-03 | 1 | -0/+5 |
| | |||||
* | - Fix dependency. | Andi Gutmans | 2000-11-03 | 1 | -1/+1 |
| | |||||
* | Fix build | Zeev Suraski | 2000-11-03 | 1 | -1/+0 |
| | |||||
* | Add RESVAL macros | Zeev Suraski | 2000-11-03 | 1 | -0/+4 |
| | |||||
* | Fix bug #7599 | Zeev Suraski | 2000-11-02 | 1 | -0/+12 |
| | |||||
* | Missed those | Zeev Suraski | 2000-11-02 | 2 | -191/+191 |
| | |||||
* | Maintain consistency | Zeev Suraski | 2000-11-02 | 3 | -205/+205 |
| | |||||
* | - Replace do_exit() with zend_do_exit(). | Andi Gutmans | 2000-11-02 | 3 | -3/+3 |
| | | | | | - Problem reported by David Hedbor <david@hedbor.org> | ||||
* | Remove unnecessary variables | Zeev Suraski | 2000-11-02 | 1 | -12/+0 |
| | |||||
* | explicit declaration here too - sigh, way too early in the morning | Zeev Suraski | 2000-11-02 | 1 | -1/+1 |
| | |||||
* | oops | Zeev Suraski | 2000-11-02 | 1 | -1/+1 |
| | |||||
* | explicit declaration | Zeev Suraski | 2000-11-02 | 1 | -1/+1 |
| | |||||
* | Fix Apache build | Zeev Suraski | 2000-10-31 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary code, fix phpinfo() | Zeev Suraski | 2000-10-31 | 2 | -34/+6 |
| | |||||
* | Require bison 1.28 | Zeev Suraski | 2000-10-31 | 1 | -2/+2 |
| | |||||
* | Fix non-thread-safe Windows build | Zeev Suraski | 2000-10-30 | 1 | -16/+74 |
| | |||||
* | Final touches on the INI parser | Zeev Suraski | 2000-10-30 | 5 | -7/+37 |
| | |||||
* | Another attempt to make it build | Stanislav Malyshev | 2000-10-30 | 1 | -0/+3 |
| |