Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | @- strrev() no longer modifies arg1. (Thies) | Thies C. Arntzen | 1999-12-23 | 1 | -7/+7 | |
| | ||||||
* | Made quotemeta() binary-safe. | Andrei Zmievski | 1999-12-20 | 1 | -4/+7 | |
| | | | | | @ Made quotemeta() binary-safe. (Andrei) | |||||
* | Use zend_sprintf by default (which is defined to sprintf, if the system's | Sascha Schumann | 1999-12-19 | 1 | -1/+1 | |
| | | | | | sprintf is useable). | |||||
* | Use workaround function for sprintf, if the return value of sprintf is needed | Sascha Schumann | 1999-12-19 | 1 | -1/+1 | |
| | ||||||
* | - The tree compiles again | Zeev Suraski | 1999-12-18 | 1 | -47/+47 | |
| | ||||||
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -1/+1 | |
| | ||||||
* | @- implemented count_chars(). (Thies) | Thies C. Arntzen | 1999-12-14 | 1 | -6/+76 | |
| | ||||||
* | Boo. | Andrei Zmievski | 1999-12-14 | 1 | -1/+1 | |
| | ||||||
* | Made strspn() and strcspn() binary-safe. | Andrei Zmievski | 1999-12-13 | 1 | -3/+37 | |
| | | | | | | | # Please test if you can, especially cases with embedded chr(0). @ Made strspn() and strcspn() binary-safe. | |||||
* | (PHP php_implode) Made binary-safe. | Andrei Zmievski | 1999-12-11 | 1 | -13/+13 | |
| | | | | | @ Made implode() binary-safe (Andrei) | |||||
* | Made strstr(), stristr(), and ucwords() binary-safe(). Also corrected | Andrei Zmievski | 1999-12-11 | 1 | -32/+42 | |
| | | | | | | stristr() behavior to match that of strstr() if needle is not a string. @ Made strstr(), stristr(), and ucwords() binary-safe() (Andrei) | |||||
* | A few more fixes for php_strtolower(). | Andrei Zmievski | 1999-12-10 | 1 | -1/+2 | |
| | ||||||
* | (PHP strtoupper, strtolower, substr_replace) Made binary-safe. | Andrei Zmievski | 1999-12-09 | 1 | -10/+12 | |
| | | | | | @Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei) | |||||
* | (explode) fixed newly introduced bug (them shall check twice *before* ↵ | Thies C. Arntzen | 1999-12-07 | 1 | -6/+8 | |
| | | | | committing!) | |||||
* | fixed warning | Thies C. Arntzen | 1999-12-06 | 1 | -1/+1 | |
| | ||||||
* | @- explode() is now binary-safe. (Thies) | Thies C. Arntzen | 1999-12-06 | 1 | -13/+17 | |
| | | | | | we save one buffer-copy as well (hehe) | |||||
* | @- strpos() is now binary-safe. (Thies) | Thies C. Arntzen | 1999-12-06 | 1 | -2/+21 | |
| | ||||||
* | More maintainer-mode cleanups | Rasmus Lerdorf | 1999-12-05 | 1 | -0/+2 | |
| | ||||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 | |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | |||||
* | Make array.c thread-safe | Sascha Schumann | 1999-12-01 | 1 | -6/+0 | |
| | ||||||
* | Make basic/string functions thread-safe | Sascha Schumann | 1999-11-28 | 1 | -37/+32 | |
| | ||||||
* | (PHP strtr) little smarter | Thies C. Arntzen | 1999-11-21 | 1 | -1/+1 | |
| | ||||||
* | (PHP substr_replace) Changed the order of the arguments. | Andrei Zmievski | 1999-11-20 | 1 | -15/+8 | |
| | ||||||
* | @- Implemented 2-Arg version of strtr($str,$translation_array). This can be used | Thies C. Arntzen | 1999-11-20 | 1 | -13/+125 | |
| | | | | | | @ to revert what htmlspecialchars() did. (Thies) (PHP strtr) new 2-Arg version. | |||||
* | (PHP substr_replace) New function. | Andrei Zmievski | 1999-11-16 | 1 | -0/+82 | |
| | | | | | @- Added substr_replace() function. (Andrei) | |||||
* | @- ucfirst()/ucwords() no longer modify arg1. (Thies) | Thies C. Arntzen | 1999-11-14 | 1 | -5/+9 | |
| | | | | | (PHP ucfirst,ucwords) no longer modify arg1 | |||||
* | @- Fixed strtr() not to modify arg1. (Thies) | Thies C. Arntzen | 1999-11-14 | 1 | -6/+7 | |
| | | | | | (PHP strtr) no longer modifies arg1. | |||||
* | (PHP str_repeat) New function. | Andrei Zmievski | 1999-10-27 | 1 | -0/+44 | |
| | ||||||
* | _php3/_php3i -> php rename | Andrei Zmievski | 1999-10-16 | 1 | -45/+44 | |
| | ||||||
* | Renamed a couple of functions to have proper php_ prefix. | Andrei Zmievski | 1999-10-15 | 1 | -13/+13 | |
| | ||||||
* | (PHP implode): Properly separate zval for another case. | Andrei Zmievski | 1999-10-15 | 1 | -1/+2 | |
| | ||||||
* | That should do the trick - fix implode() not to modify its arguments | Zeev Suraski | 1999-10-15 | 1 | -3/+3 | |
| | ||||||
* | (PHP setlocale) Locale settings are now correctly restored to the values | Jouni Ahto | 1999-10-08 | 1 | -0/+10 | |
| | | | | | | | | set in environment at request shutdown. @- setlocale doesn't anymore screw up things if you forgot to change it back to the original settings. (Jouni) # Trying to conform to the rules set up by Andrei. Let's hope this works. | |||||
* | Fix nl2br crash. | Andrei Zmievski | 1999-09-30 | 1 | -1/+1 | |
| | ||||||
* | - Get rid of warning | Andi Gutmans | 1999-09-28 | 1 | -1/+0 | |
| | ||||||
* | Make an extra copy of input parameter. | Sascha Schumann | 1999-09-27 | 1 | -8/+10 | |
| | ||||||
* | Use new Zend API | Sascha Schumann | 1999-09-25 | 1 | -261/+264 | |
| | ||||||
* | kill another warning | Stig Bakken | 1999-09-24 | 1 | -1/+3 | |
| | ||||||
* | fgetss/gzgetss fixes | Rasmus Lerdorf | 1999-09-21 | 1 | -1/+1 | |
| | ||||||
* | A couple of fixes. | Andrey Hristov | 1999-09-21 | 1 | -1/+1 | |
| | ||||||
* | Here was also something missing. | Egon Schmid | 1999-09-20 | 1 | -1/+1 | |
| | ||||||
* | - Internal functions which are basic language functions should be in Zend | Andi Gutmans | 1999-09-20 | 1 | -43/+0 | |
| | | | | | | and not in PHP. I.e. strlen(), each(), error_reporting(), count(), get_class_name(). | |||||
* | Added optional allowable_tags arguments to strip_tags() and fgetss() to | Rasmus Lerdorf | 1999-09-20 | 1 | -10/+106 | |
| | | | | | | | | | 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. | |||||
* | - Added support for unknown POST content types (Zeev) | Zeev Suraski | 1999-09-16 | 1 | -4/+4 | |
| | | | | | - Introduce the convert_to_*_ex() API in strlen() | |||||
* | Cleanups & optimizations | Zeev Suraski | 1999-09-11 | 1 | -1/+4 | |
| | ||||||
* | - Fix warnings and win32 compile | Andi Gutmans | 1999-09-07 | 1 | -2/+2 | |
| | ||||||
* | Kill warnings. | Andrey Hristov | 1999-09-07 | 1 | -2/+2 | |
| | ||||||
* | Added addcslashes(), stripcslashes(). | Jakub Skopal | 1999-09-05 | 1 | -72/+121 | |
| | | | | | Reverted addslashes() to the very original behaviour. | |||||
* | C++ comment fix... sorry. | Jakub Skopal | 1999-09-05 | 1 | -2/+2 | |
| | ||||||
* | Appended second argument of addslashes(), | Jakub Skopal | 1999-09-05 | 1 | -5/+106 | |
| | | | | | Changed php_addslashes() to add \000 instead of just \0 |