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 |
|
#
fe50664d |
| 02-May-2000 |
Sascha Schumann |
#if COMPILE_DL becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
|
#
0d383d93 |
| 02-May-2000 |
Sascha Schumann |
Replace the various get_module() functions with a uniform ZEND_GET_MODULE(name) macro.
|
#
2acd0ad1 |
| 14-Apr-2000 |
Rasmus Lerdorf |
I don't see why this should be gcc dependant and this fixes bugs 4140 and 4143
|
Revision tags: PHP-4.0-RC1 |
|
#
d02fe90b |
| 06-Mar-2000 |
Stig Bakken |
Change extension names in all extensions' zend_module_entry to their directory name.
|
#
c07b5282 |
| 24-Feb-2000 |
Egon Schmid |
More protos.
|
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
86fa2aad |
| 19-Feb-2000 |
Zeev Suraski |
the pipe is breaking all the time
|
Revision tags: 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 |
|
#
a1ad2872 |
| 18-Dec-1999 |
Zeev Suraski |
- The tree compiles again
|
#
3ee4e65c |
| 18-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
#
fb1c77bd |
| 17-Dec-1999 |
Zeev Suraski |
- Made PHP_VERSION and PHP_OS work again - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
|
#
a3c65143 |
| 17-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
5b983c94 |
| 04-Dec-1999 |
Sascha Schumann |
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them ma
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
show more ...
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2, PRE_FETCH_READ_PATCH, before-sapi-split |
|
#
e3036470 |
| 24-Sep-1999 |
Sascha Schumann |
Use new Zend API and some minor cleanup.
|
Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
33ed504e |
| 25-Aug-1999 |
Sascha Schumann |
AIX wants the value, not the pointer to the value. Fixes #2149
|
Revision tags: php-4.0b2 |
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1 |
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1, BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
b57dc275 |
| 21-May-1999 |
Sascha Schumann |
- run ext sources through conv_proto - add necessary phpext_*_ptr
|
#
fb407676 |
| 21-May-1999 |
Sascha Schumann |
- fix compile issues for various packages (dbase, sysv*, zlib) - some cleanup in mhash/mcrypt
|
#
0fe7fe30 |
| 21-May-1999 |
Sascha Schumann |
- add phpext_pgsql_ptr - semaphore update for glibc-2.1 systems
|
#
0b771325 |
| 11-May-1999 |
Zeev Suraski |
* Get Apache to work. POST doesn't work yet. * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Ze
* Get Apache to work. POST doesn't work yet. * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h
show more ...
|
#
2c0ad3ee |
| 22-Apr-1999 |
Stig Bakken |
last bunch of extensions moving to ext/ fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compi
last bunch of extensions moving to ext/ fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.
show more ...
|