#
f29ee8f7 |
| 03-Jan-2000 |
Zeev Suraski |
Fix a bug when using [] on a string
|
#
8e99c415 |
| 03-Jan-2000 |
Zeev Suraski |
Fix
|
#
990ac99c |
| 02-Jan-2000 |
Zeev Suraski |
Fix
|
#
f2d703e9 |
| 31-Dec-1999 |
Zeev Suraski |
- Nuke undefined_variable_string - Introduce IS_UNSET
|
Revision tags: PRE_ISSET_TYPE |
|
#
b7a5b3c3 |
| 27-Dec-1999 |
Zeev Suraski |
- Generalize the fast cache mechanism - Add the HashTable struct to the fast cache mechanism
|
#
aec33aa7 |
| 26-Dec-1999 |
Zeev Suraski |
Introduce a zval-specific cache - 5-15% speed improvement
|
#
235386b2 |
| 26-Dec-1999 |
Zeev Suraski |
Change ALLOC_ZVAL() semantics
|
#
62b2087a |
| 24-Dec-1999 |
Andi Gutmans |
- Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use them.
|
#
67b4b3a6 |
| 23-Dec-1999 |
Zeev Suraski |
- require() of a dynamic expression now has the standard require() semantics - Fixed a memory leak in require() of a dynamic expression
|
#
5939b3d7 |
| 22-Dec-1999 |
Zeev Suraski |
- Fix a very old legacy memory leak in break(n) statements
|
#
5c56fd47 |
| 22-Dec-1999 |
Zeev Suraski |
Fix for the array() initialization bug Stas found
|
#
f0888cca |
| 21-Dec-1999 |
Zeev Suraski |
Fix the highlighting problem. STR_REALLOC() should be used instead of plain erealloc() whenever you're dealing with strings that might be coming back from the engine - there seem to be a few
Fix the highlighting problem. STR_REALLOC() should be used instead of plain erealloc() whenever you're dealing with strings that might be coming back from the engine - there seem to be a few other places like this in PHP.
show more ...
|
#
80bab9d9 |
| 21-Dec-1999 |
Andrei Zmievski |
We're using ZVAL's now.
|
#
8a4170e6 |
| 21-Dec-1999 |
Zeev Suraski |
- Fix Sascha's leak. Good report!
|
#
be1bb283 |
| 20-Dec-1999 |
Zeev Suraski |
- Fix the crash Thies was experiencing (returning a function call could cause a crash) - Fix the leak Thies was experiencing (@fcall() leaked)
|
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
223c674c |
| 19-Dec-1999 |
Zeev Suraski |
- Made things work again (Thies, everybody - please check the latest CVS and see if you're still getting any problems) - Changed the interface of call_user_function_ex() to support returnin
- Made things work again (Thies, everybody - please check the latest CVS and see if you're still getting any problems) - Changed the interface of call_user_function_ex() to support returning of references
show more ...
|
#
213d0e2f |
| 19-Dec-1999 |
Andi Gutmans |
- More fixes related to the return references patch - eval_string() and call_user_function_ex() still don't work. - The libzend tree is untested and might not be stabl yet.
|
#
ced9cee1 |
| 15-Dec-1999 |
Zeev Suraski |
- Implement return by reference: - In function declaration instead of the return statement - In the assignment phase - Implement ability to turn off support for call-time pass by refe
- Implement return by reference: - In function declaration instead of the return statement - In the assignment phase - Implement ability to turn off support for call-time pass by reference
show more ...
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
93536507 |
| 01-Dec-1999 |
Stig S. Bakken |
Fix warnings surfacing in maintainer-mode.
|
#
14382523 |
| 01-Dec-1999 |
Andi Gutmans |
- Forgot to check for BP_VAR_IS in the fix made for Thies' string offset problem.
|
#
5463dd5b |
| 30-Nov-1999 |
Andi Gutmans |
- Add use support (behaves like require, but will not use the same file twice) - Add import support (behaves like include, but requires parentheses; will not use the same file twice; Curre
- Add use support (behaves like require, but will not use the same file twice) - Add import support (behaves like include, but requires parentheses; will not use the same file twice; Currently, it is not yet properly implemented, and only behaves like include)
show more ...
|
#
08304a3c |
| 30-Nov-1999 |
Andi Gutmans |
- Fix problem Thies reported. We by mistake separated variables which were being fetched for read only.
|
#
f617a463 |
| 25-Nov-1999 |
Zeev Suraski |
That's a more thorough fix...
|
#
f62a08c2 |
| 25-Nov-1999 |
Zeev Suraski |
Fix bug #2817 - assignments to string offsets could erronously modify unrelated strings
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1 |
|
#
f3ca328b |
| 21-Nov-1999 |
Andi Gutmans |
That slipped away
|