af56b0f9 | 20-Jun-1999 |
Sascha Schumann |
whoops, kill debugging message |
43a466a0 | 20-Jun-1999 |
Sascha Schumann |
Introduce AC_ADD_* macros The use of AC_EXPAND_PATH makes it possible to continue to use relative paths when configuring PHP. (e.g. --with-apache=../apache-1.3.x works again) |
2b97cb1f | 20-Jun-1999 |
Sascha Schumann |
avoid error message |
c3151f74 | 20-Jun-1999 |
Sascha Schumann |
use standard autoconf variables |
943a9114 | 19-Jun-1999 |
Zeev Suraski |
*** empty log message *** |
d035af4a | 19-Jun-1999 |
Zeev Suraski |
*** empty log message *** |
138d601a | 19-Jun-1999 |
Zeev Suraski |
Add a standard get_ini_entry() to interface between Zend and the outside world |
bb190f85 | 19-Jun-1999 |
Zeev Suraski |
Implement new get_ini_entry() for Zend |
8def1881 | 19-Jun-1999 |
Zeev Suraski |
*** empty log message *** |
57882d58 | 19-Jun-1999 |
Zeev Suraski |
Use php.ini instead of php3.ini |
63a845f2 | 19-Jun-1999 |
Zeev Suraski |
*** empty log message *** |
f88464ee | 19-Jun-1999 |
Zeev Suraski |
Win32/ZTS compiles again |
cd74a455 | 18-Jun-1999 |
Andrey Hristov |
for struct sockaddr |
62fc2f5f | 18-Jun-1999 |
Stig Bakken |
update php3 sync info |
d92c5915 | 18-Jun-1999 |
Stig Bakken |
optimize php3_fopen_url_wrapper() a bit (fewer recv() and send() calls) |
467523ba | 18-Jun-1999 |
Stig Bakken |
Apply Sascha's fsock fixes to php4. |
2ca54040 | 18-Jun-1999 |
Stig Bakken |
make CGI version work again |
5d62d88e | 17-Jun-1999 |
Sascha Schumann |
typo |
14463b1b | 17-Jun-1999 |
Andrey Hristov |
Need to check if it exists first. |
a22d6b98 | 17-Jun-1999 |
Zeev Suraski |
Win32 patches (does not compile still) |
27f1799b | 16-Jun-1999 |
Stig Bakken |
MIME headers may be 512 characters long. |
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 ...
|
5d4579a1 | 16-Jun-1999 |
Stig S. Bakken |
added INIT_FUNC_ARGS_PASSTHRU and SHUTDOWN_FUNC_ARGS_PASSTHRU |
80f1ce5e | 15-Jun-1999 |
Stig S. Bakken |
* added zend_binary_strcasecmp() |
8eec7a02 | 15-Jun-1999 |
Stig Bakken |
reversing another patch that slipped |