History log of /PHP-5.5/ext/standard/fsock.c (Results 126 – 140 of 140)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0b1
# 9a910ed3 21-Jul-1999 Sascha Schumann

sync with 1.133


# c5724cbd 16-Jul-1999 Zeev Suraski

License update


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2
# 5f62c347 09-Jul-1999 Zeev Suraski

Step 2:
Rename is_ref to EA


Revision tags: BEFORE_REMOVING_GC_STEP1
# 63a845f2 19-Jun-1999 Zeev Suraski

*** empty log message ***


# f88464ee 19-Jun-1999 Zeev Suraski

Win32/ZTS compiles again


# 467523ba 18-Jun-1999 Stig Bakken

Apply Sascha's fsock fixes to php4.


# 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
# 27fc61c4 20-May-1999 Sascha Schumann

Apply the fix for feof()


# 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]


# 2c0ad3ee 22-Apr-1999 Stig Bakken

last bunch of extensions moving to ext/
fhttpd module taken out of functions, functions is ready to go.
The only extensions I have tested are gd+freetype and odbc(solid).
Please try compi

last bunch of extensions moving to ext/
fhttpd module taken out of functions, functions is ready to go.
The only extensions I have tested are gd+freetype and odbc(solid).
Please try compiling in your favourite extensions and let me know how it
works.

show more ...


# 5e8c3228 18-Apr-1999 Zeev Suraski

Make Win32 happy with the recent changes.


# 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 ...


123456