summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
Commit message (Collapse)AuthorAgeFilesLines
...
* More php3_ annihilationZeev Suraski1999-12-181-1/+1
|
* @- implemented count_chars(). (Thies)Thies C. Arntzen1999-12-141-0/+1
|
* Made strspn() and strcspn() binary-safe.Andrei Zmievski1999-12-131-1/+3
| | | | | | | # Please test if you can, especially cases with embedded chr(0). @ Made strspn() and strcspn() binary-safe.
* get_meta_tags() was using php_stristr() so it needed to be changed.Andrei Zmievski1999-12-111-1/+2
| | | | | Optimized it to use php_memnstr() directly.
* (PHP strtoupper, strtolower, substr_replace) Made binary-safe.Andrei Zmievski1999-12-091-2/+2
| | | | | @Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+106
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.