Revision tags: php-4.0.6RC2 |
|
#
726bd849 |
| 23-May-2001 |
foobar |
oops.. |
#
1567b0df |
| 23-May-2001 |
foobar |
fixed bug: #10960 |
Revision tags: php-4.0.6RC1, php-4.0.5 |
|
#
4c823e8a |
| 30-Apr-2001 |
Andi Gutmans |
- Change macros from V_ to VCWD_ because of AIX name clash |
Revision tags: php-4.0.5RC8, php-4.0.5RC7 |
|
#
0b2641ef |
| 16-Apr-2001 |
Stig Bakken |
@Added -C command-line option to avoid chdir to the script's directory (Stig) |
Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
eb6ba01d |
| 26-Feb-2001 |
Andi Gutmans |
- Fix copyright notices with 2001 |
#
83cf6629 |
| 21-Jan-2001 |
Rasmus Lerdorf |
@BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus |
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 |