History log of /PHP-7.4/ext/standard/string.c (Results 1001 – 1022 of 1022)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c5724cbd 16-Jul-1999 Zeev Suraski

License update


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# 226f75e0 22-Jun-1999 Andrey Hristov

Making the function accessible.


# 80526676 21-Jun-1999 Thies C. Arntzen

fixed implode "again" -


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


# a3464b7c 09-Jun-1999 Thies C. Arntzen

oci8 to 3.0.9
implode works!


Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# a37a5e5c 16-May-1999 Sascha Schumann

char * => unsigned char *


# 39691bed 16-May-1999 Sascha Schumann

conv_proto *.[ch]


# ed8a7dff 16-May-1999 Sascha Schumann

add fast bin2hex string function


# a4d20864 12-May-1999 Sascha Schumann

- regex cache (needs some work)
- str_replace changes from php3


# fbeeb8f2 12-May-1999 Rasmus Lerdorf

substr() fix


# 43d93b65 12-May-1999 Rasmus Lerdorf

substr() fix for PHP4 as well


# ba88c0c4 11-May-1999 Zeev Suraski

* Move unclean_shutdown from PHP to Zend.
* The Master/Local headers in the phpinfo() table were reversed.
* Fix a gpc bug


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


# 751709a4 21-Apr-1999 Zeev Suraski

* Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standard
* Fix Win32 compilation


# dcc16af8 21-Apr-1999 Sascha Schumann

port some fixes, add compat routines


# a6e4ef3e 21-Apr-1999 Sascha Schumann

str_replace fix


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


1...<<41