#
ea315a2e |
| 17-Aug-2001 |
Andrei Zmievski |
MFZE1
|
#
f909ff9e |
| 16-Aug-2001 |
Andi Gutmans |
- Try and nuke get_object_zval_ptr()
|
#
ea48c0c4 |
| 16-Aug-2001 |
Andi Gutmans |
- Fix a bug in method calls. - Try to get the old copying behavior of objects to work (doesn't work yet).
|
Revision tags: php-4.0.7RC1 |
|
#
33539126 |
| 13-Aug-2001 |
Andi Gutmans |
- MFZE1
|
#
30bad123 |
| 13-Aug-2001 |
Andi Gutmans |
- MFZE1
|
#
b6eb324c |
| 13-Aug-2001 |
Andi Gutmans |
- Merge from Engine 1
|
Revision tags: BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE |
|
#
5af7770a |
| 07-Aug-2001 |
Andi Gutmans |
- Sync Engine2 CVS with latest Engine CVS
|
Revision tags: PRE_ENGINE2_SPLIT |
|
#
e6697297 |
| 06-Aug-2001 |
Andi Gutmans |
- Move to using Z_ macros
|
#
7ecb3386 |
| 02-Aug-2001 |
Zeev Suraski |
require_once()/include_once will return true in case a file was not included because it was already included earlier. Changed the default return value type of the include() family from long t
require_once()/include_once will return true in case a file was not included because it was already included earlier. Changed the default return value type of the include() family from long to boolean
show more ...
|
#
d76cf1da |
| 31-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work
|
#
4187439c |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH work
|
#
8ce8324e |
| 30-Jul-2001 |
Zeev Suraski |
More TSRMLS_FETCH annihilation
|
#
b5770382 |
| 30-Jul-2001 |
Zeev Suraski |
Avoid TSRMLS_FETCH()'s (still lots of work left)
|
#
b4f3b9d3 |
| 28-Jul-2001 |
Zeev Suraski |
Redesigned thread safety mechanism - nua nua
|
#
2c254ba7 |
| 27-Jul-2001 |
Zeev Suraski |
Get rid of ELS_*(), and use TSRMLS_*() instead. This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
|
Revision tags: PRE_TSRM_MERGE_PATCH |
|
#
06fc55cc |
| 19-Jul-2001 |
Zeev Suraski |
Revert bogus patch
|
#
553505cb |
| 15-Jul-2001 |
Zeev Suraski |
Fix bug #11970
|
#
85b4df53 |
| 15-Jul-2001 |
Zeev Suraski |
Improved interactive mode - it is now available in all builds, without any significant slowdown
|
#
25362595 |
| 27-Jun-2001 |
Zeev Suraski |
Fix leak in the patch, and revert a couple of lines I didn't mean to commit
|
#
ee115c8e |
| 27-Jun-2001 |
Zeev Suraski |
- Warn about illegal offsets - Allow assignments to uninitialized string offsets (automatically pads the string with spaces)
|
#
5bf89ce6 |
| 21-Jun-2001 |
Andi Gutmans |
- Hopefully fix bug #11476 and improve garbage to be freed very quickly. Tree tagged as PRE_GRANULAR_GARBAGE_FIX before commiting.
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX |
|
#
8cd70926 |
| 21-Jun-2001 |
Andi Gutmans |
- Nuke dependency of all of PHP on zend_execute_locks.h.
|
#
851b1e3b |
| 21-Jun-2001 |
Zeev Suraski |
Eliminate the leak that the original bogus code tried to solve
|
#
cb0d2775 |
| 21-Jun-2001 |
Zeev Suraski |
parent::methodname() now works better with runtime classes (fix bug #11589)
|
#
3276cfd9 |
| 21-Jun-2001 |
Zeev Suraski |
Fix bug #11590 (I want Andi to also review this patch before it goes into 4.0.6)
|