48de4ce0 | 26-Apr-1999 |
Zeev Suraski |
Somehow the rules for the configuration parser/scanners disappeared |
b9d3a807 | 26-Apr-1999 |
Andrey Hristov |
Fixing a few thing to make AC_CHECK_CC_OPTION work. |
3cd0af11 | 26-Apr-1999 |
Zeev Suraski |
* Get the Apache module to compile again * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global) |
0f195a79 | 26-Apr-1999 |
Zeev Suraski |
fix |
c55a6765 | 26-Apr-1999 |
Zeev Suraski |
Match the CVS name |
7c4a0838 | 26-Apr-1999 |
Zeev Suraski |
Various thread safety fixes and DLL updates |
7942eaf3 | 26-Apr-1999 |
Zeev Suraski |
* Plenty of thread safety and Win32 work. * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP w
* Plenty of thread safety and Win32 work. * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP will NOT work if compiled against the static library! * Removed yesterday's php4libts project (with php4dllts, it's obsolete). This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also dependant on the thread-unsafe DLL.
show more ...
|
050cb7cf | 26-Apr-1999 |
Andi Gutmans |
-Add .dsp file |
df6134bc | 26-Apr-1999 |
Andi Gutmans |
-More commits |
9c51acdc | 26-Apr-1999 |
Andi Gutmans |
-More |
5c09d8e6 | 25-Apr-1999 |
Rasmus Lerdorf |
Make GD config fail if it doesn't find the gd files |
1e54412b | 25-Apr-1999 |
Sascha Schumann |
PHP3 compat stuff |
8ffbed7d | 25-Apr-1999 |
Rasmus Lerdorf |
Ok, apxs build works nicely now |
c62ffa7e | 25-Apr-1999 |
Sascha Schumann |
oops, the 0th byte should be set, too |
77baa4eb | 25-Apr-1999 |
Sascha Schumann |
final change (?), add get_algorithms_name |
12a76342 | 25-Apr-1999 |
Sascha Schumann |
make code more compact |
5ed41f31 | 25-Apr-1999 |
Sascha Schumann |
remove some redundant code |
5883d6c2 | 25-Apr-1999 |
Sascha Schumann |
that was a silly one |
22d720e0 | 25-Apr-1999 |
Sascha Schumann |
add OFB mode, the final one |
a1a41504 | 25-Apr-1999 |
Sascha Schumann |
add mcrypt_create_iv() |
23a1d3fb | 25-Apr-1999 |
Zeev Suraski |
Win32 isn't a good os to commit uppercase files with... |
6b890309 | 25-Apr-1999 |
Sascha Schumann |
cleanup, add new stream mode, allow IV for CBC mode |
7d1ee82d | 25-Apr-1999 |
Sascha Schumann |
add get_(key|block)_size |
10710c04 | 25-Apr-1999 |
Andi Gutmans |
Ah, these too |
4ebb4060 | 25-Apr-1999 |
Andi Gutmans |
* Fix a couple of thread safety issues * Add initial ISAPI support. Very very experimental. * In the thread safe version, generate php4 as a library so that we can link it with both php.
* Fix a couple of thread safety issues * Add initial ISAPI support. Very very experimental. * In the thread safe version, generate php4 as a library so that we can link it with both php.exe and the ISAPI dll. We should probably consider doing that under all circumstances, under UNIX as well. The thread-unsafe version *should* be unharmed.
show more ...
|