Revision tags: PRE_RETURN_REF_PATCH |
|
#
a807dd31 |
| 07-Dec-1999 |
Thies C. Arntzen |
new assert() module. (Not yet finished!)
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5 |
|
#
c898d87a |
| 13-Nov-1999 |
Andrei Zmievski |
These are inserted automatically now.
|
#
438addf3 |
| 13-Nov-1999 |
Andrei Zmievski |
Split array functions into separate module.
|
Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
ea880d2b |
| 27-Oct-1999 |
Thies C. Arntzen |
moved output.c into ext/standart and made it thread-safe. moved output-buffering related functions from basic_functions to output.c Win32 project need to be updated to reflect new position.
moved output.c into ext/standart and made it thread-safe. moved output-buffering related functions from basic_functions to output.c Win32 project need to be updated to reflect new position. # i'm not really happy with this solution, but it seemed the easiest one! # the whole output code is a bit hard to understand... @- Output-Buffering system is now Thread-Safe. (Thies)
show more ...
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
95303a4b |
| 13-Sep-1999 |
Thies C. Arntzen |
added Metaphone support
|
#
5b293ecd |
| 03-Sep-1999 |
Sascha Schumann |
- add global startup/shutdown handlers - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows -
- add global startup/shutdown handlers - improve genif.sh to also consider all header files for inclusion (checks for phpext_) - use vsnprintf in main.c to avoid buffer overflows - improve sessions's mm module to cope better with OOM situations within the shared memory segment - fix typo wrt session.auto_start
show more ...
|
#
5600f889 |
| 29-Aug-1999 |
Stig Bakken |
moved lcg stuff to ext/standard
|
Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1, BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1, BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
1fb61df8 |
| 14-May-1999 |
Zeev Suraski |
* Include all of the standard modules in internal_functions.c.in. Stig - is that the way you intended it to be? How does the basic_functions module get in there? * Fix to get MySQL object
* Include all of the standard modules in internal_functions.c.in. Stig - is that the way you intended it to be? How does the basic_functions module get in there? * Fix to get MySQL objects working, even though I'll probably make a dedicated MySQL object in the future.
show more ...
|
#
a4d20864 |
| 12-May-1999 |
Sascha Schumann |
- regex cache (needs some work) - str_replace changes from php3
|
#
9a66ffba |
| 03-May-1999 |
Stig Bakken |
* added --enable-thread-safety switch * now generating internal_functions.c
|