Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5 |
|
#
4ebf7b85 |
| 14-Nov-1999 |
Andi Gutmans |
- Fix comment as to Joey's findings
|
Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
6d988ec6 |
| 03-Nov-1999 |
Andi Gutmans |
- Add support for BYREF_FORCE_REST
|
#
7f35cfda |
| 25-Oct-1999 |
Zeev Suraski |
*** empty log message ***
|
#
98f02543 |
| 19-Oct-1999 |
Andi Gutmans |
- Move IS_IDENTICAL next to IS_EQUAL
|
#
7a205f60 |
| 19-Oct-1999 |
Andi Gutmans |
- Preliminary submit of Thie's patch. Will fix the rest on Windows as this was added on UNIX with patch. Changed IS_SAME -> IS_IDENTICAL
|
#
1877b077 |
| 05-Oct-1999 |
Sascha Schumann |
This causes link problems with anything higher than -O0.
|
#
1c0f1364 |
| 03-Oct-1999 |
Andi Gutmans |
- Hooray. This might actually work. (I hope)
|
#
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
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split |
|
#
babad269 |
| 20-Sep-1999 |
Andi Gutmans |
- First step in fixing locking problem. Array fetches are now always done last. Later on we will want to delay the write fetches even longer until after their resulting expression is pars
- First step in fixing locking problem. Array fetches are now always done last. Later on we will want to delay the write fetches even longer until after their resulting expression is parsed. The way it is now, will make it very easy to delay as long as we need.
show more ...
|
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
82c8a9e7 |
| 20-Sep-1999 |
Andi Gutmans |
- Indirect references had all of the fetches by mistakenly backpatched. Actually all of the fetches are supposed to be read, except for the last one.
|
#
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 ...
|
#
b5f5e9a6 |
| 15-Aug-1999 |
Andi Gutmans |
- Optimize the execute stack a bit.
|
#
ef5b7e21 |
| 14-Aug-1999 |
Zeev Suraski |
Generate better warnings for class/function redefinitions
|
Revision tags: php-4.0b2 |
|
#
720d32f5 |
| 07-Aug-1999 |
Zeev Suraski |
Fix a few leaks
|
#
bbe27ffa |
| 03-Aug-1999 |
Andi Gutmans |
- Initialize extended value's and put the fetch_type in it's own variable name.
|
#
07e08855 |
| 02-Aug-1999 |
Andi Gutmans |
Make set_compiled_filename() return a pointer to the allocated file name
|
#
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 ...
|
#
41308d4b |
| 26-Jul-1999 |
Zeev Suraski |
Fix a bug in inheritence from classes defined in include files, that are inherited from require()'d files
|
#
8f51f72d |
| 26-Jul-1999 |
Andi Gutmans |
- Fix the new operator incompatibility. - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to com
- Fix the new operator incompatibility. - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to compile the tree now.
show more ...
|
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE |
|
#
1b6fae10 |
| 24-Jul-1999 |
Zeev Suraski |
Thoroughly fix the SWITCH problem. No RETURN handling yet.
|
#
028cf1a3 |
| 23-Jul-1999 |
Zeev Suraski |
Fix bug #1812
|