#
70b8e3e8 |
| 16-Jun-2000 |
Andi Gutmans |
- Missed a bracket |
#
cbfa4c88 |
| 16-Jun-2000 |
Andi Gutmans |
- Beautify fopen-wrappers a bit. - Still needs quite a lot of improvement in order to treat Windows well |
#
fce92e3c |
| 12-Jun-2000 |
Zeev Suraski |
Avoid using E_CORE_* errorlevels in any place which is not in the global startup sequence |
Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
e52889ac |
| 09-Jun-2000 |
Andrei Zmievski |
@- Changed WDDX to always serialize arrays as structs. (Andrei) Changed WDDX to always serialize arrays as structs. PR #4924 |
#
eb8cd900 |
| 08-Jun-2000 |
Hartmut Holzgraefe |
@ fopen_wrappers() are now extensible via modules so here it finaly is, the more general approach to fopen wrappers # see what i'll break this time |
#
8c82566b |
| 27-May-2000 |
Andi Gutmans |
- Fix problem in sessions module under Win32. Need to use ; as an options - delimiter in save_path instead of :. |
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6 |
Revision tags: php-4.0RC2 |
|
#
0b836919 |
| 20-Apr-2000 |
Zeev Suraski |
A few .dsp fixes |
#
4928f638 |
| 20-Apr-2000 |
Andi Gutmans |
- Change a getcwd() |
#
e40268d0 |
| 20-Apr-2000 |
Andi Gutmans |
- Add missing V_STAT() |
#
1665cba7 |
| 15-Apr-2000 |
Andi Gutmans |
- Change PHP_ to V_ (directory & file functions) |
#
7f543188 |
| 11-Apr-2000 |
Andi Gutmans |
- Turn off VIRTUAL_DIR by default |
#
8ec20a16 |
| 10-Apr-2000 |
Zeev Suraski |
Fix another missing opened_path assignment |
#
c981be0b |
| 09-Apr-2000 |
Andi Gutmans |
- Don't need to extern functions - Use virtual_file_ex() in expand_filepath() |
#
a0ba4449 |
| 07-Apr-2000 |
Zeev Suraski |
Add a missing expand_filepath() |
#
1bab18a0 |
| 31-Mar-2000 |
Andi Gutmans |
- This shouldn't do any harm and might fix a problem with Win32 |
#
9df7df32 |
| 30-Mar-2000 |
Andi Gutmans |
- Baby steps... Use PHP_FOPEN() |
#
72b57c66 |
| 30-Mar-2000 |
Andi Gutmans |
- Use PHP_CHDIR() |
#
f9547241 |
| 30-Mar-2000 |
Andi Gutmans |
- Fix another bug in session.c - Start using the new PHP_GETCWD() and co. macros |
Revision tags: PHP-4.0-RC1 |
|
#
c56df5ca |
| 15-Mar-2000 |
Andi Gutmans |
- WIN32 -> PHP_WIN32 |
#
eedd3ac4 |
| 10-Mar-2000 |
Andi Gutmans |
- Use strlcpy() insted of strcpy() |
#
312071bd |
| 27-Feb-2000 |
Andi Gutmans |
- Fix bug 3640 |
#
bf5cb890 |
| 26-Feb-2000 |
Zeev Suraski |
- Convert 'PHP3' to 'PHP' - Avoid declaring crypt() related salt types twice |
Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1 |
|
#
9b621d1c |
| 19-Feb-2000 |
Zeev Suraski |
Get the license right... (this won't make it to RC1 of B4) |
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
80bdd19e |
| 11-Feb-2000 |
Zeev Suraski |
Fine tune Andi's patch |