#
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
|
#
5e8c3228 |
| 18-Apr-1999 |
Zeev Suraski |
Make Win32 happy with the recent changes.
|
#
257de2ba |
| 17-Apr-1999 |
Stig Bakken |
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extensio
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.
show more ...
|