Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL |
|
#
86a1cace |
| 16-Dec-2000 |
Andi Gutmans |
- Make all places use MAXPATHLEN in the same way. It includes the terminating NULL. |
#
11e5f9bd |
| 14-Dec-2000 |
Andi Gutmans |
- This is the correct way of doing it |
Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3 |
|
#
38569740 |
| 11-Nov-2000 |
Hartmut Holzgraefe |
fix for #7756 and #6743 : fatal error on 'include("")' instead of warning (+ some cleanup) |
#
6da2eaf6 |
| 02-Nov-2000 |
Andi Gutmans |
- When mode is specified the flag is a don't care |
#
1956fb48 |
| 02-Nov-2000 |
Andi Gutmans |
- Missed one of the php_checkuid() places |
#
d0ec3df2 |
| 02-Nov-2000 |
Andi Gutmans |
- Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() - I did not test for validity of the actual php_checkuid() calls and there - might be mistakes in the previous code. |
#
60487654 |
| 31-Oct-2000 |
Hartmut Holzgraefe |
removed some bogus code |
#
3dc7fc54 |
| 28-Oct-2000 |
Zeev Suraski |
- URL-opened files now store the HTTP response header in $http_response_header - Some layout updates |
#
02537bd2 |
| 27-Oct-2000 |
Frank M. Kromann |
Kill compiler warning. |
#
61cf1f34 |
| 22-Oct-2000 |
Sascha Schumann |
We don't need to store NUL of the key which simplifies the lookup significantly. |
#
a57ea792 |
| 19-Oct-2000 |
Joey Smith |
Close bug #7325. Patches by djm@web.us.uu.net. |
#
6d5f1d97 |
| 13-Oct-2000 |
Hartmut Holzgraefe |
now it works for me as CGI and APXS, with or without --enable-debug ... |
#
6fb51171 |
| 13-Oct-2000 |
Daniel Beulshausen |
compile fixes & update of win32 dsp |
#
cae27179 |
| 13-Oct-2000 |
Hartmut Holzgraefe |
fopen wrappers cleanup - comfiguration is now done by an ini parameter instead of a compile time option - the implementations of the three standard wrappers now live in se
fopen wrappers cleanup - comfiguration is now done by an ini parameter instead of a compile time option - the implementations of the three standard wrappers now live in seperate files in ext/standard - the compiler is happy again, no more warnings
show more ...
|
#
e91c188e |
| 12-Oct-2000 |
Andi Gutmans |
- Fix memory leak. |
Revision tags: php-4.0.3, php-4.0.3RC2 |
|
#
18f86e77 |
| 03-Oct-2000 |
Andi Gutmans |
- Fix V_CHDIR_FILE() to only chdir() when a directory part is specified. Use this instead of broken php_dirname() in fopen-wrappers.c |
Revision tags: php-4.0.3RC1 |
|
#
5819b6d4 |
| 01-Oct-2000 |
Andi Gutmans |
- Remove unneeded IS_SLASH() definition. |
#
e7400423 |
| 17-Sep-2000 |
Andi Gutmans |
- Fix doc_root problem. If you need to limit under which directories the scripts should reside use open_basedir. |
#
0e874a09 |
| 14-Sep-2000 |
Andi Gutmans |
- Use IS_ABSOLUTE_PATH() so that this will work correctly under Windows |
#
d8a4a9b1 |
| 09-Sep-2000 |
Stig Venaas |
Added IPv6 support to php_fopen_url_wrap_ftp (EPSV and php_hostconnect()) |
#
522aec44 |
| 08-Sep-2000 |
Stanislav Malyshev |
Never trust snprintf return value |
#
24633f59 |
| 05-Sep-2000 |
Stig Venaas |
renamed hostconnect() to php_hostconnect() |
#
b83427db |
| 05-Sep-2000 |
Stig Venaas |
using the new hostconnect() for the http wrapper |
#
27de5001 |
| 31-Aug-2000 |
Andi Gutmans |
- Use emalloc() for opened_path now. This was a potential leak before. - This patch has potential to break stuff but I tested it as much as I - could. Fixes should be easy. |
#
e8e5c9d9 |
| 31-Aug-2000 |
Andi Gutmans |
- Remove redundant IS_SLASH - Reverse config.w32.h patches - Use IS_ABSOLUTE_PATH() in one place in fopen-wrappers.c |