#
83ce7c13 |
| 04-Dec-1999 |
Andrei Zmievski |
*** empty log message ***
|
#
f962a35d |
| 04-Dec-1999 |
Andrei Zmievski |
Added zend_set_hash_symbol() function.
|
#
3a176301 |
| 30-Nov-1999 |
Andi Gutmans |
- Applied Thies' bug fix. Great work!
|
#
71b1219e |
| 26-Nov-1999 |
Zeev Suraski |
This request_shutdown() is no longer needed (never was needed really)
|
#
94b51198 |
| 26-Nov-1999 |
Zeev Suraski |
Remove request_started, increase thread safety
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1 |
|
#
6358c663 |
| 21-Nov-1999 |
Zeev Suraski |
- Optimize class instanciation - Fix constant instanciation for array elements inside objects
|
Revision tags: php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
6847fefa |
| 04-Oct-1999 |
Thies C. Arntzen |
added add_*_resource() and add_*_bool() functions
|
#
446e5d0f |
| 29-Sep-1999 |
Thies C. Arntzen |
added add_property_resource
|
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 ...
|
Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
8d1de13a |
| 19-Jul-1999 |
Zeev Suraski |
0.91 update
|
#
b5b11177 |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP |
|
#
2a6da781 |
| 09-Jul-1999 |
Zeev Suraski |
Step 4: Move to a 7-bit counter (not fully implemented yet)
|
#
6ec1acbe |
| 09-Jul-1999 |
Zeev Suraski |
Phase 3: Use a single bit to mark IS_REF variables
|
Revision tags: BEFORE_REMOVING_GC_STEP2 |
|
#
5f62c347 |
| 09-Jul-1999 |
Zeev Suraski |
Step 2: Rename is_ref to EA
|
#
81d901b1 |
| 09-Jul-1999 |
Zeev Suraski |
Step 1 in nuking the garbage collector: - Change the hash destructor to return int - Don't kill the bucket on hash_destroy if the destructor returns 0
|
Revision tags: BEFORE_REMOVING_GC_STEP1 |
|
#
95c9e301 |
| 09-Jun-1999 |
Zeev Suraski |
* Fix cases where you assign an array element to the parent array (the array was being erased before the assignment, so the element was being smashed).
|
#
9108abc2 |
| 04-Jun-1999 |
Zeev Suraski |
Minor updates (mostly __declspec() stuff)
|
#
741b8161 |
| 28-May-1999 |
Zeev Suraski |
* Support getThis() for internal functions. * Fix 'new object or die' and AiCount issue thoroughly (earlier fix didn't work with the optimizer). * Add new macros for standardized defini
* Support getThis() for internal functions. * Fix 'new object or die' and AiCount issue thoroughly (earlier fix didn't work with the optimizer). * Add new macros for standardized definition of classes. * Only report AiCount problems if shutdown was not silent.
show more ...
|
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
bfbe8618 |
| 09-May-1999 |
Zeev Suraski |
Almost forgot to commit those
|
#
5a5806e0 |
| 24-Apr-1999 |
Zeev Suraski |
Cleanups, remove old ts code
|
#
942f4092 |
| 21-Apr-1999 |
Zeev Suraski |
* Change the thread safe project to create a C++ scanner. * Add in a slightly modified skeleton file (only a couple of #if's for #include's that we dont have in Windows) It does NOT
* Change the thread safe project to create a C++ scanner. * Add in a slightly modified skeleton file (only a couple of #if's for #include's that we dont have in Windows) It does NOT compile or work yet :)
show more ...
|
#
7a87fcbb |
| 21-Apr-1999 |
Zeev Suraski |
Thread safety patch. We're still not quite there but it compiles again, and more logic has been implemented.
|
#
9deab411 |
| 19-Apr-1999 |
Andi Gutmans |
Add a couple of ZEND_API's
|
#
342c6e0b |
| 18-Apr-1999 |
Zeev Suraski |
Whatnot: * updated alloc_persist to use critical sections * changed extension shutdown to two-phase * updated dependencies * PR support (don't remember if there was any really)
|
#
39f9487e |
| 14-Apr-1999 |
Andi Gutmans |
-Tiny patches
|