afeb7704 | 31-Jul-1999 |
Zeev Suraski |
Fix problem with include/require of URLs |
01c2701a | 31-Jul-1999 |
Zeev Suraski |
These aren't necessary |
eb3d12c6 | 31-Jul-1999 |
Zeev Suraski |
Fix bug #1914 |
338405d3 | 31-Jul-1999 |
Zeev Suraski |
Declaration fix |
ba290e05 | 30-Jul-1999 |
Zeev Suraski |
Ok, that should be a good start. Can somebody verify that this actually compiles, and perhaps check if it runs? |
6aefb8ba | 30-Jul-1999 |
Zeev Suraski |
Early steps towards making the IMAP module PHP 4.0 compatible (and readable - indent people, INDENT) |
3ee8c8f0 | 30-Jul-1999 |
Zeev Suraski |
This should fix the implode() problem |
620d0134 | 30-Jul-1999 |
Zeev Suraski |
Support symbols in any symbol table, not just the active one |
e1a84e44 | 30-Jul-1999 |
Andrey Hristov |
Fix for bug #1907. |
447eb3b0 | 30-Jul-1999 |
Andi Gutmans |
- Damn that's more like it. |
2c32cc81 | 30-Jul-1999 |
Andi Gutmans |
- Cut&paste crap |
e9e7bc6d | 30-Jul-1999 |
Andi Gutmans |
- Add ptr_stack_n_{push,pop} in order to speed up function calls a bit. There seems to be no reason for stack->top in the ptr_stack except for when realloc()'in the stack. I think I'll re
- Add ptr_stack_n_{push,pop} in order to speed up function calls a bit. There seems to be no reason for stack->top in the ptr_stack except for when realloc()'in the stack. I think I'll remove it.
show more ...
|
48ffdd79 | 30-Jul-1999 |
Zeev Suraski |
* Setting variables in the global scope wasn't handling is_ref's properly |
739132e5 | 29-Jul-1999 |
Andi Gutmans |
- Fixed a leak when doing inheritance. The parent class name wasn't being freed. - Fixed a stack leak. Functions that had late argument binding were set up as INIT_FCALL_BY_NAME but were us
- Fixed a leak when doing inheritance. The parent class name wasn't being freed. - Fixed a stack leak. Functions that had late argument binding were set up as INIT_FCALL_BY_NAME but were using DO_FCALL and not the corresponding DO_FCALL_BY_NAME.
show more ...
|
e3246872 | 29-Jul-1999 |
Andi Gutmans |
-Tiny fix |
7d0715d5 | 29-Jul-1999 |
Andi Gutmans |
- Added function documentation prototypes. Thanks to Egon Schmid for straightening me out :) |
741ca167 | 28-Jul-1999 |
Andi Gutmans |
- Fixed various inheritance problems & Andrey's leak |
a7af3828 | 28-Jul-1999 |
Andi Gutmans |
- Added get_class($obj), get_parent_class($obj) and method_exists($obj,"name") |
5aa3eff9 | 28-Jul-1999 |
Andrey Hristov |
Fix link functions problem. |
d69ec49d | 28-Jul-1999 |
Danny Heijl |
Make it compile again |
e1b5df4b | 28-Jul-1999 |
Philippe Verdy |
Commited changes in php3 function/soundex 1.32 |
fc478e59 | 27-Jul-1999 |
Zeev Suraski |
License update |
879bfc7a | 27-Jul-1999 |
Zeev Suraski |
Inherit parent's constructor |
d49b53b5 | 27-Jul-1999 |
Zeev Suraski |
*** empty log message *** |
c4bc4871 | 27-Jul-1999 |
Zeev Suraski |
Fix runtime inheritence (child functions/members should have higher precedence) |