#
f2d703e9 |
| 31-Dec-1999 |
Zeev Suraski |
- Nuke undefined_variable_string - Introduce IS_UNSET
|
Revision tags: PRE_ISSET_TYPE |
|
#
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.
|
#
5ba5f00f |
| 22-Dec-1999 |
Zeev Suraski |
export
|
#
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 ...
|
#
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.
|
#
a1ad2872 |
| 18-Dec-1999 |
Zeev Suraski |
- The tree compiles again
|
#
cd7d5546 |
| 18-Dec-1999 |
Zeev Suraski |
- Introduce ZEND_NUM_ARGS(), to replace ARG_COUNT(ht) - Rename getParameters() and friends for consistency and namespace cleanliness
|
#
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 |
|
#
9baad804 |
| 04-Dec-1999 |
Zeev Suraski |
- Break the zend->PHP dependency introduced by the .php extension for use(), by providing an API - Enable Stig's patch for use() extensions (it wasn't refered to by the parser) - Fix a
- Break the zend->PHP dependency introduced by the .php extension for use(), by providing an API - Enable Stig's patch for use() extensions (it wasn't refered to by the parser) - Fix a memory leak in that code
show more ...
|
#
93536507 |
| 01-Dec-1999 |
Stig S. Bakken |
Fix warnings surfacing in maintainer-mode.
|
#
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 ...
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1 |
|
#
6358c663 |
| 21-Nov-1999 |
Zeev Suraski |
- Optimize class instanciation - Fix constant instanciation for array elements inside objects
|
#
817a11e7 |
| 19-Nov-1999 |
Andi Gutmans |
- Functions whose return values aren't used have them freed in DO_FCALL and don't need a special ZEND_FREE opcode following them anymore
|
Revision tags: php-4.0b3 |
|
#
247d3d33 |
| 16-Nov-1999 |
Andi Gutmans |
- CHange used_return_value -> return_value_used
|
#
dbb67ab9 |
| 16-Nov-1999 |
Andi Gutmans |
- Add support for used_return_value passed to internal functions.
|
Revision tags: PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
b510a6d1 |
| 05-Oct-1999 |
Sascha Schumann |
More portability stuff
|
#
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
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
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 ...
|
#
99947a25 |
| 05-Sep-1999 |
Andi Gutmans |
- Shift around header files.
|
#
81e0131b |
| 28-Aug-1999 |
Zeev Suraski |
*** empty log message ***
|