History log of /PHP-8.3/main/fopen_wrappers.c (Results 301 – 325 of 325)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1
# 99a2aa0f 18-Jul-1999 Sascha Schumann

allow access to std{in,out,err} by using the php domain


# c5724cbd 16-Jul-1999 Zeev Suraski

License update


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# d4f24f19 26-Jun-1999 Zeev Suraski

* Get rid of another request_info element (filename)
* CGI through Apache should work now


# 8139b776 22-Jun-1999 Stig Bakken

cosmetics


# 7f8e11d6 22-Jun-1999 Stig Bakken

fix some potential buffer overflows


# f88464ee 19-Jun-1999 Zeev Suraski

Win32/ZTS compiles again


# 62fc2f5f 18-Jun-1999 Stig Bakken

update php3 sync info


# d92c5915 18-Jun-1999 Stig Bakken

optimize php3_fopen_url_wrapper() a bit (fewer recv() and send() calls)


# 2ca54040 18-Jun-1999 Stig Bakken

make CGI version work again


# 27f1799b 16-Jun-1999 Stig Bakken

MIME headers may be 512 characters long.


# 117a2fba 16-Jun-1999 Stig Bakken

* fixed some #if/#ifdef issues
* hand-patched in php3 changes from 3.0.6 to HEAD in these files:
fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch]
ext/standard/php3

* fixed some #if/#ifdef issues
* hand-patched in php3 changes from 3.0.6 to HEAD in these files:
fopen-wrappers.[ch] ext/standard/file.[ch] ext/standard/fsock.[ch]
ext/standard/php3_string.h ext/standard/string.c
* added some new file/socket macros for more readable code:
FP_FGETS(buf,len,sock,fp,issock)
FP_FREAD(buf,len,sock,fp,issock)
FP_FEOF(sock,fp,issock)
FP_FGETC(sock,fp,issock)

show more ...


# 8c4411b5 15-Jun-1999 Stig Bakken

* reverse fsock/string import patches


# 336392ea 15-Jun-1999 Stig Bakken

* now using php4.ini instead of php3.ini
* re-imported fopen-wrappers, fsock and string code from php3
NB! I have not tested all of the imported functions yet.


Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# a5ab6b96 02-May-1999 Zeev Suraski

Move path_info to the SAPI structure


# 7942eaf3 26-Apr-1999 Zeev Suraski

* Plenty of thread safety and Win32 work.
* Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL.
* Switched to using the DLL runtime library under Win32. PHP w

* Plenty of thread safety and Win32 work.
* Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL.
* Switched to using the DLL runtime library under Win32. PHP will NOT work if
compiled against the static library!
* Removed yesterday's php4libts project (with php4dllts, it's obsolete).

This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also
dependant on the thread-unsafe DLL.

show more ...


# 0818d96c 24-Apr-1999 Zeev Suraski

A lot of cleanups... Removed old thread-safe code and other redundant code and files


# 6f7c0ede 23-Apr-1999 Zeev Suraski

Remove tls.[ch]


# ff377329 22-Apr-1999 Stig Bakken

moved fdf, hyperwave, informix and some smaller files


# dcc16af8 21-Apr-1999 Sascha Schumann

port some fixes, add compat routines


# c5af324e 21-Apr-1999 Zeev Suraski

More thread safety work


# 257de2ba 17-Apr-1999 Stig Bakken

First commit of re-structuring phase one. We have started using automake in
sub-directories and started to move extension code into ext/<name>. For now,
I have moved the "standard" extensio

First commit of re-structuring phase one. We have started using automake in
sub-directories and started to move extension code into ext/<name>. For now,
I have moved the "standard" extension (which is quite a mix of everything
right now) and the GD extension into their own subdirs in ext/.
The configure script now also runs configure in the libzend directory
automatically and makes sure php4 and libzend use the same config.cache file.
To avoid running configure in libzend, use the --no-recursion option.
"make" in php4 also builds libzend now.
The Apache module doesn't compile right now, but a fix for that is
coming up.

show more ...


Revision tags: BEFORE_STACK_PATCH
# bb6dff9c 10-Apr-1999 Zeev Suraski

Buh-bye php3_ini


# 79f9f0ce 10-Apr-1999 Zeev Suraski

Move safe_mode to the new php_ini mechanism


# a12d0a1c 08-Apr-1999 Stig Bakken

patched in fsock.c from php3


Revision tags: CLOSED_BETA
# aceaabce 07-Apr-1999 Zeev Suraski

PHP 4.0


1...<<111213