History log of /PHP-5.4/ext/standard/file.c (Results 501 – 525 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split
# cd095711 21-Sep-1999 Rasmus Lerdorf

fgetss/gzgetss fixes


# 565c3227 20-Sep-1999 Egon Schmid

Here was also something missing.


# c0dcedca 20-Sep-1999 Rasmus Lerdorf

Added optional allowable_tags arguments to strip_tags() and fgetss() to
allow you to specify a string of tags that are not to be stripped

Could have used flex for this, and Andrew sent m

Added optional allowable_tags arguments to strip_tags() and fgetss() to
allow you to specify a string of tags that are not to be stripped

Could have used flex for this, and Andrew sent me a flex file to do this,
but I could do the same thing with only minor additions to the existing
state machine and the resulting code is much smaller and tighter.

show more ...


Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH
# 10014816 15-Sep-1999 Andi Gutmans

- Thread-unsafe win32 compiles again
- Some strlcpy changes including one bug fix.


# 9e331579 12-Sep-1999 Zeev Suraski

That's important enough to be cached


# 2f39b484 11-Sep-1999 Sascha Schumann

avoid mmap overhead for small files


# dda0b783 11-Sep-1999 Sascha Schumann

optimize fpassthru/readfile to use mmap instead of fread
which especially increases speed on large files.


# c12d4bc7 04-Sep-1999 Zeev Suraski

*** empty log message ***


# 52cd1537 28-Aug-1999 Sascha Schumann

merge in fix from php3


Revision tags: php-4.0b2
# 3cb1eb04 02-Aug-1999 Zeev Suraski

Removed '3' from key functions in PHP (maintained compatibility through
php3_compat.h)


# 1b2c932c 26-Jul-1999 Andrey Hristov

More symbol work.

I've defined a few macros to help with module/request init/startup function definitions.
Basically:

PHP_MINIT_FUNCTION(module)
PHP_MSHUTDOWN_FUNCTION(modul

More symbol work.

I've defined a few macros to help with module/request init/startup function definitions.
Basically:

PHP_MINIT_FUNCTION(module)
PHP_MSHUTDOWN_FUNCTION(module)
PHP_RINIT_FUNCTION(module)
PHP_RSHUTDOWN_FUNCTION(module)
PHP_MINFO_FUNCTION(module)

These will expand to proper function prototypes.

Now to specify these in the module entry, use:

PHP_MINIT(module)
PHP_MSHUTDOWN(module)
PHP_RINIT(module)
PHP_RSHUTDOWN(module)
PHP_MINFO(module)

I've updated all modules in ext/standard and everything from ext/apache to ext/db.
If you can, please update your module to use these macros.

show more ...


Revision tags: BEFORE_NEW_OPERATOR_FIX
# 736f4831 24-Jul-1999 Andrey Hristov

A bunch of grunt work updating function entries and declarations.


Revision tags: BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1
# d1b1e351 19-Jul-1999 Andrey Hristov

Kill compiler warnings.


# c5724cbd 16-Jul-1999 Zeev Suraski

License update


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# e205a674 27-Jun-1999 Sascha Schumann

more porting


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


# 8eec7a02 15-Jun-1999 Stig Bakken

reversing another patch that slipped


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


# 1798a018 11-Jun-1999 Zeev Suraski

* Fix a buglet in the session module
* Make some renames in the session module - avoid having a function called 'delete'
so that we don't piss any C++ compilers. Also rename the {startup,s

* Fix a buglet in the session module
* Make some renames in the session module - avoid having a function called 'delete'
so that we don't piss any C++ compilers. Also rename the {startup,shutdown}_globals
to {startup,shutdown}_session_globals, so that they're a bit less general names,
and made them static.
* Remove uselss variables

show more ...


Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 27fc61c4 20-May-1999 Sascha Schumann

Apply the fix for feof()


# 39691bed 16-May-1999 Sascha Schumann

conv_proto *.[ch]


# d886b84e 16-May-1999 Sascha Schumann

kill some compiler warnings


# 92905543 27-Apr-1999 Rasmus Lerdorf

Add fgetcsv() here as well


# 0818d96c 24-Apr-1999 Zeev Suraski

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


1...<<2122