#
bd900fb6 |
| 16-Jun-2000 |
Andi Gutmans |
- Make Windows compile
|
#
e3ae196d |
| 16-Jun-2000 |
Andi Gutmans |
- Don't need to check doc_root's length twice
|
#
f8ecf34b |
| 16-Jun-2000 |
Andi Gutmans |
- Last one for tonight. Make sure that we don't check uninitialized - memory
|
#
b73a6f88 |
| 16-Jun-2000 |
Andi Gutmans |
- Last patch for tonight. A more optimized way to check for absolute path - in Windows. This should be fixed to use the virtual cwd macro for - ABSOLUTE_DIR() but I need to have time to under
- Last patch for tonight. A more optimized way to check for absolute path - in Windows. This should be fixed to use the virtual cwd macro for - ABSOLUTE_DIR() but I need to have time to understand the logic first
show more ...
|
#
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()
|