History log of /PHP-8.0/main/fopen_wrappers.c (Results 251 – 275 of 312)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# f9e0d94a 11-Feb-2000 Andi Gutmans

- Baby steps with PHP_WIN32 :)


# 6d0ab616 10-Feb-2000 Zeev Suraski

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except f

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except for the Apache SAPI module.
- No server specific code is in any of the base PHP code.

Still left to be done:
- Eliminate any references to APACHE from the few remaining modules.
- Move request_info.c's logic to SAPI
- Modify the regex function names, and globals, so that we can always
include them, without having to fear any interference with Apache;
Always use the bundled regex library

show more ...


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# f452c776 10-Feb-2000 Andi Gutmans

- Introduce PHP_WIN32


1...<<111213