#
9a631384 |
| 13-Feb-2001 |
Thies C. Arntzen |
remove unneded comments
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
102c6ce4 |
| 05-Jun-2000 |
Sascha Schumann |
Move main.h to php_main.h.
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2, PHP-4.0-RC1 |
|
#
d0b9a398 |
| 12-Mar-2000 |
Zeev Suraski |
- Define these ones and declare them in modules.h
|
#
99e0b363 |
| 06-Mar-2000 |
Stig Bakken |
@Cleaned up extension namespace (Stig) Cleaned up extension namespace, and changed ext/standard into one single extension.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1).
|
Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP |
|
#
8abf7246 |
| 07-Dec-1999 |
Sam Ruby |
Provide basis for shared libraries/dlls to contain internal extensions
|
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
|