Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change string->str where possible; string is basic a C++ class, so gdb ↵ | Zeev Suraski | 2000-02-08 | 1 | -5/+5 | |
| | | | | | | | can't look inside variables named 'string'. | |||||
* | @- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev) | Zeev Suraski | 2000-02-08 | 1 | -1/+1 | |
| | ||||||
* | Move include into source file | Sascha Schumann | 1999-12-28 | 1 | -2/+0 | |
| | ||||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -1/+1 | |
| | ||||||
* | @- implemented count_chars(). (Thies) | Thies C. Arntzen | 1999-12-14 | 1 | -0/+1 | |
| | ||||||
* | Made strspn() and strcspn() binary-safe. | Andrei Zmievski | 1999-12-13 | 1 | -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 Zmievski | 1999-12-11 | 1 | -1/+2 | |
| | | | | | Optimized it to use php_memnstr() directly. | |||||
* | (PHP strtoupper, strtolower, substr_replace) Made binary-safe. | Andrei Zmievski | 1999-12-09 | 1 | -2/+2 | |
| | | | | | @Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei) | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -0/+106 | |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |