History log of /PHP-5.5/Zend/zend_execute.c (Results 776 – 800 of 874)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# faa18917 12-Oct-1999 Andi Gutmans

- object.ptr was made NULL in DO_FCALL but wasn't restored. Right now I
push it in DO_FCALL and at the end of do_fcall_common it always gets
popped. We might be able to optimize it out.


# 81aa9a36 11-Oct-1999 Andi Gutmans

- No idea why this bug didn't exist before. But I'm too tired to think of it.
During a regular do_fcall we need to set object.ptr to NULL and, thus,
push it in the beginning and pop it in

- No idea why this bug didn't exist before. But I'm too tired to think of it.
During a regular do_fcall we need to set object.ptr to NULL and, thus,
push it in the beginning and pop it in the end.
I hope this fix more or less cuts it. I just want to sleep :)

show more ...


# 3a88d5a6 10-Oct-1999 Andi Gutmans

- Didn't lower refcount when doing an internal function call linked to a regular object.


# 274ce694 10-Oct-1999 Andi Gutmans

- Clean up a bit. Separate before the locking so that we can use SEPARATE_ZVAL
macro.


# ec04c922 09-Oct-1999 Andi Gutmans

- Shouldn't be needed


# 37159e78 09-Oct-1999 Andi Gutmans

- God damn this sucked. I hopefully fixed the problems with classes although
we might need to clean stuff up a bit.


# 5fed1466 07-Oct-1999 Andi Gutmans

- Reverse my patch


# e3d0c91d 06-Oct-1999 Andi Gutmans

- Fixed memory leak with this pointer. It was somtimes initialized with refcount
of 2 instead of 1.
- Also fixed a place where object.ptr_ptr is set to pointing to a zval* instead
of

- Fixed memory leak with this pointer. It was somtimes initialized with refcount
of 2 instead of 1.
- Also fixed a place where object.ptr_ptr is set to pointing to a zval* instead
of zval**. I don't think this is ever used so we might be able to remove it
altogether.

show more ...


# c6b91f78 06-Oct-1999 Thies C. Arntzen

fix for using resources as array indices


# 1c0f1364 03-Oct-1999 Andi Gutmans

- Hooray. This might actually work. (I hope)


# 56834ff6 02-Oct-1999 Andi Gutmans

- Another locking fix.


# e4066744 02-Oct-1999 Andi Gutmans

- Fixed locking problem when fetching string offsets


# 77ddd3a3 02-Oct-1999 Zeev Suraski

Fix the leak reported on the PHP 3 list (isset() on string offsets)


# 86357a9c 01-Oct-1999 Andi Gutmans

- Move is_ref back to being an unsigned char and not a bit field.


# 4dd47ffb 01-Oct-1999 Andi Gutmans

- Remove locking support completely


# 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 ...


1...<<3132333435