#
dda0b783 |
| 11-Sep-1999 |
Sascha Schumann |
optimize fpassthru/readfile to use mmap instead of fread which especially increases speed on large files. |
#
c12d4bc7 |
| 04-Sep-1999 |
Zeev Suraski |
*** empty log message *** |
#
52cd1537 |
| 28-Aug-1999 |
Sascha Schumann |
merge in fix from php3 |
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 |
|
#
d1b1e351 |
| 19-Jul-1999 |
Andrey Hristov |
Kill compiler warnings. |
#
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 |
#
117a2fba |
| 16-Jun-1999 |
Stig Bakken |
* fixed some #if/#ifdef issues * hand-patched in php3 changes from 3.0.6 to HEAD in these files: fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch] ext/standard/php3
* fixed some #if/#ifdef issues * hand-patched in php3 changes from 3.0.6 to HEAD in these files: fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch] ext/standard/php3_string.h ext/standard/string.c * added some new file/socket macros for more readable code: FP_FGETS(buf,len,sock,fp,issock) FP_FREAD(buf,len,sock,fp,issock) FP_FEOF(sock,fp,issock) FP_FGETC(sock,fp,issock)
show more ...
|
#
8eec7a02 |
| 15-Jun-1999 |
Stig Bakken |
reversing another patch that slipped |
#
8c4411b5 |
| 15-Jun-1999 |
Stig Bakken |
* reverse fsock/string import patches |
#
336392ea |
| 15-Jun-1999 |
Stig Bakken |
* now using php4.ini instead of php3.ini * re-imported fopen-wrappers, fsock and string code from php3 NB! I have not tested all of the imported functions yet. |
#
1798a018 |
| 11-Jun-1999 |
Zeev Suraski |
* Fix a buglet in the session module * Make some renames in the session module - avoid having a function called 'delete' so that we don't piss any C++ compilers. Also rename the {startup,s
* Fix a buglet in the session module * Make some renames in the session module - avoid having a function called 'delete' so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals to {startup,shutdown}_session_globals, so that they're a bit less general names, and made them static. * Remove uselss variables
show more ...
|
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
27fc61c4 |
| 20-May-1999 |
Sascha Schumann |
Apply the fix for feof() |
#
39691bed |
| 16-May-1999 |
Sascha Schumann |
conv_proto *.[ch] |
#
d886b84e |
| 16-May-1999 |
Sascha Schumann |
kill some compiler warnings |
#
92905543 |
| 27-Apr-1999 |
Rasmus Lerdorf |
Add fgetcsv() here as well |
#
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 |
#
751709a4 |
| 21-Apr-1999 |
Zeev Suraski |
* Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard * Fix Win32 compilation |
#
08c6298a |
| 21-Apr-1999 |
Sascha Schumann |
cleanup, flock() support |
#
f06cb4de |
| 21-Apr-1999 |
Sascha Schumann |
crypt constants |
#
c5af324e |
| 21-Apr-1999 |
Zeev Suraski |
More thread safety work |