Revision tags: PRE_RETURN_REF_MERGE |
|
#
65535401 |
| 14-Dec-1999 |
Thies C. Arntzen |
@- implemented count_chars(). (Thies)
|
#
8ebba516 |
| 14-Dec-1999 |
Andrei Zmievski |
Boo.
|
#
a15916a4 |
| 13-Dec-1999 |
Andrei Zmievski |
Made strspn() and strcspn() binary-safe. # Please test if you can, especially cases with embedded chr(0). @ Made strspn() and strcspn() binary-safe.
|
Revision tags: RETURN_REF_BP |
|
#
0c779c51 |
| 11-Dec-1999 |
Andrei Zmievski |
(PHP php_implode) Made binary-safe. @ Made implode() binary-safe (Andrei)
|
#
17ff0f3a |
| 11-Dec-1999 |
Andrei Zmievski |
Made strstr(), stristr(), and ucwords() binary-safe(). Also corrected stristr() behavior to match that of strstr() if needle is not a string. @ Made strstr(), stristr(), and ucwords() binary-
Made strstr(), stristr(), and ucwords() binary-safe(). Also corrected stristr() behavior to match that of strstr() if needle is not a string. @ Made strstr(), stristr(), and ucwords() binary-safe() (Andrei)
show more ...
|
#
d18ff45c |
| 10-Dec-1999 |
Andrei Zmievski |
A few more fixes for php_strtolower().
|
#
7e4bd9fb |
| 09-Dec-1999 |
Andrei Zmievski |
(PHP strtoupper, strtolower, substr_replace) Made binary-safe. @Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
|
Revision tags: PRE_RETURN_REF_PATCH |
|
#
5cdb16ad |
| 07-Dec-1999 |
Thies C. Arntzen |
(explode) fixed newly introduced bug (them shall check twice *before* committing!)
|
#
beb97236 |
| 06-Dec-1999 |
Thies C. Arntzen |
fixed warning
|
#
1095f8a5 |
| 06-Dec-1999 |
Thies C. Arntzen |
@- explode() is now binary-safe. (Thies) we save one buffer-copy as well (hehe)
|
#
db3cf21e |
| 06-Dec-1999 |
Thies C. Arntzen |
@- strpos() is now binary-safe. (Thies)
|
#
dfd0f882 |
| 05-Dec-1999 |
Rasmus Lerdorf |
More maintainer-mode cleanups
|
#
5b983c94 |
| 04-Dec-1999 |
Sascha Schumann |
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them ma
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
show more ...
|
#
3b515617 |
| 01-Dec-1999 |
Sascha Schumann |
Make array.c thread-safe
|
#
6216edda |
| 28-Nov-1999 |
Sascha Schumann |
Make basic/string functions thread-safe
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1 |
|
#
9788129e |
| 21-Nov-1999 |
Thies C. Arntzen |
(PHP strtr) little smarter
|
#
90ecf41b |
| 20-Nov-1999 |
Andrei Zmievski |
(PHP substr_replace) Changed the order of the arguments.
|
#
2013026c |
| 20-Nov-1999 |
Thies C. Arntzen |
@- Implemented 2-Arg version of strtr($str,$translation_array). This can be used @ to revert what htmlspecialchars() did. (Thies) (PHP strtr) new 2-Arg version.
|
Revision tags: php-4.0b3 |
|
#
e46198bf |
| 16-Nov-1999 |
Andrei Zmievski |
(PHP substr_replace) New function. @- Added substr_replace() function. (Andrei)
|
Revision tags: PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5 |
|
#
4127b34a |
| 14-Nov-1999 |
Thies C. Arntzen |
@- ucfirst()/ucwords() no longer modify arg1. (Thies) (PHP ucfirst,ucwords) no longer modify arg1
|
#
f2b0c705 |
| 14-Nov-1999 |
Thies C. Arntzen |
@- Fixed strtr() not to modify arg1. (Thies) (PHP strtr) no longer modifies arg1.
|
Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
b8ecfa18 |
| 27-Oct-1999 |
Andrei Zmievski |
(PHP str_repeat) New function.
|
#
9e001753 |
| 16-Oct-1999 |
Andrei Zmievski |
_php3/_php3i -> php rename
|
#
22fb5f28 |
| 15-Oct-1999 |
Andrei Zmievski |
Renamed a couple of functions to have proper php_ prefix.
|
#
d69d118c |
| 15-Oct-1999 |
Andrei Zmievski |
(PHP implode): Properly separate zval for another case.
|