#
03d354dc |
| 01-Oct-1999 |
Andi Gutmans |
- For Andrei. Implement references in array() initializations
|
#
06d04d15 |
| 29-Sep-1999 |
Andi Gutmans |
- Fix SEND_VAR problem after fetch'ing a variable and not knowing the fetch type
|
#
59d5462a |
| 28-Sep-1999 |
Andi Gutmans |
- Stop using the locking mechanism and start using refcount. Now we know when we need to free but we still need to support it
|
#
b56fd460 |
| 28-Sep-1999 |
Andi Gutmans |
- First part of the patch which makes reads use ptr and not ptr_ptr.
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split |
|
#
4fff0386 |
| 26-Sep-1999 |
Andi Gutmans |
- Changed Ts{}.var to Ts{}.var.ptr_ptr.
|
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
1ac04fe9 |
| 18-Sep-1999 |
Andi Gutmans |
- Try to fix the leak Rasmus reported. It's pretty sucky code so I'm really not sure this fix is OK.I can't remember all of what we did there.
|
#
aa510249 |
| 17-Sep-1999 |
Thies C. Arntzen |
make SUNs c89 happy
|
#
567b3cef |
| 17-Sep-1999 |
Zeev Suraski |
- Fix bug #2318
|
#
67daaa7a |
| 08-Sep-1999 |
Andi Gutmans |
- Fix for floating point array offsets. Same behaviour as in PHP 3.0. We casted to (long).
|
#
009025e0 |
| 06-Sep-1999 |
Stig S. Bakken |
* header file cleanup * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the he
* header file cleanup * fixed --enable-thread-safety build for UNIX I don't have a Win32 environment available, could someone please try compiling on Win32 to see if I got all the header file stuff right there?
show more ...
|
#
48a8b14a |
| 23-Aug-1999 |
Andi Gutmans |
- Fixed a specific memory leak linked to locking.
|
#
96fd258d |
| 17-Aug-1999 |
Zeev Suraski |
Fix #2070
|
#
a08dc937 |
| 15-Aug-1999 |
Andi Gutmans |
- Oopsie
|
#
b5f5e9a6 |
| 15-Aug-1999 |
Andi Gutmans |
- Optimize the execute stack a bit.
|
Revision tags: php-4.0b2 |
|
#
11781bda |
| 09-Aug-1999 |
Andi Gutmans |
- Thies's crash fix.
|
#
720d32f5 |
| 07-Aug-1999 |
Zeev Suraski |
Fix a few leaks
|
#
4f2dd59e |
| 06-Aug-1999 |
Zeev Suraski |
*** empty log message ***
|
#
bbe27ffa |
| 03-Aug-1999 |
Andi Gutmans |
- Initialize extended value's and put the fetch_type in it's own variable name.
|
#
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 ...
|
#
741ca167 |
| 28-Jul-1999 |
Andi Gutmans |
- Fixed various inheritance problems & Andrey's leak
|
#
348b2f07 |
| 27-Jul-1999 |
Andi Gutmans |
- Add missing lock
|
#
88322d2e |
| 27-Jul-1999 |
Andi Gutmans |
- Fix up the new operator a bit more.
|
#
9d0d2e5a |
| 27-Jul-1999 |
Zeev Suraski |
Set reference count and is_ref values for new objects
|
#
41308d4b |
| 26-Jul-1999 |
Zeev Suraski |
Fix a bug in inheritence from classes defined in include files, that are inherited from require()'d files
|
#
7af5579e |
| 26-Jul-1999 |
Andi Gutmans |
- Oops I erased this by mistake
|