Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
42e39d47 |
| 08-Sep-1999 |
Andrey Hristov |
Remove extraneous debug dlerror() call which results in the subsequent dlerror() returning NULL.
|
#
959ad0e9 |
| 06-Sep-1999 |
Zeev Suraski |
A couple of BoundsChecker fixes
|
#
58e24ac1 |
| 13-Aug-1999 |
Zeev Suraski |
- Add PHP Modules workspace - Get the MySQL module to compile&work under thread-safe Win32 - Fix various thread safety issues with dynamic modules
|
Revision tags: php-4.0b2 |
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
#
1b2c932c |
| 26-Jul-1999 |
Andrey Hristov |
More symbol work. I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(modul
More symbol work. I've defined a few macros to help with module/request init/startup function definitions. Basically: PHP_MINIT_FUNCTION(module) PHP_MSHUTDOWN_FUNCTION(module) PHP_RINIT_FUNCTION(module) PHP_RSHUTDOWN_FUNCTION(module) PHP_MINFO_FUNCTION(module) These will expand to proper function prototypes. Now to specify these in the module entry, use: PHP_MINIT(module) PHP_MSHUTDOWN(module) PHP_RINIT(module) PHP_RSHUTDOWN(module) PHP_MINFO(module) I've updated all modules in ext/standard and everything from ext/apache to ext/db. If you can, please update your module to use these macros.
show more ...
|
Revision tags: BEFORE_NEW_OPERATOR_FIX |
|
#
736f4831 |
| 24-Jul-1999 |
Andrey Hristov |
A bunch of grunt work updating function entries and declarations.
|
Revision tags: 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 |
|
#
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 ...
|
#
0818d96c |
| 24-Apr-1999 |
Zeev Suraski |
A lot of cleanups... Removed old thread-safe code and other redundant code and files
|
#
6f7c0ede |
| 23-Apr-1999 |
Zeev Suraski |
Remove tls.[ch]
|
#
ff377329 |
| 22-Apr-1999 |
Stig Bakken |
moved fdf, hyperwave, informix and some smaller files
|