#
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)
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP |
|
#
ecb6e75a |
| 12-Dec-1999 |
Sascha Schumann |
Initialize variables
|
Revision tags: 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 |
|
#
b87228e4 |
| 08-Nov-1999 |
Sascha Schumann |
Remove prototype. The prototype was not necessary for UCD SNMP 3.5.3, and broke the build for UCD SNMP 4.0.1.
|
#
00bcd726 |
| 10-Oct-1999 |
Sascha Schumann |
Remove -DPIC preprocessor macros. This is defined by libtool automatically, if a shared library is built. This would lead to multiple definitions of get_module(). If you want to build mod
Remove -DPIC preprocessor macros. This is defined by libtool automatically, if a shared library is built. This would lead to multiple definitions of get_module(). If you want to build modules, add -DCOMPILE_DL to your CFLAGS.
show more ...
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
d447d176 |
| 03-Sep-1999 |
Gergely Madarász |
Enabled shared build of snmp module
|
Revision tags: php-4.0b2 |
|
#
f09d8b68 |
| 04-Aug-1999 |
Steven Lawrance |
Fixed a little boo-boo I made during the PHP3->PHP4 conversion.
|
#
2aa41386 |
| 04-Aug-1999 |
Steven Lawrance |
Updated the files so that they have all the functionality of PHP 3.0.12. These include snmpwalkoid, snmp_get_quick_print, snmp_set_quick_print, and snmpset.
|
#
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 |
|
#
e205a674 |
| 27-Jun-1999 |
Sascha Schumann |
more porting
|
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
b57dc275 |
| 21-May-1999 |
Sascha Schumann |
- run ext sources through conv_proto - add necessary phpext_*_ptr
|
#
bc415d5a |
| 09-May-1999 |
Zeev Suraski |
* Finalizing the PHP version of SAPI. Support POST and cookies among other things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(
* Finalizing the PHP version of SAPI. Support POST and cookies among other things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well.
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 ...
|