#
4b54140a |
| 10-Jul-2001 |
Andi Gutmans |
- Commit patch which checks for an include file in the calling scripts' current working directory if everything else fails (include_path). - Right now this also effects things like opening
- Commit patch which checks for an include file in the calling scripts' current working directory if everything else fails (include_path). - Right now this also effects things like opening php.ini. It'll now always check in the current working directory for php.ini. I think this doesn't screw up todays behavior.
show more ...
|
#
fa684c5b |
| 10-Jul-2001 |
Zeev Suraski |
Whitespace
|
Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81e2cf03 |
| 06-Jun-2001 |
Rasmus Lerdorf |
Fix folding and clean up some extensions
|
#
25c3a3a3 |
| 05-Jun-2001 |
Rasmus Lerdorf |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
|
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.
|