mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
Boo.
This commit is contained in:
parent
dfe01a37a4
commit
8ebba516a3
2
NEWS
2
NEWS
@ -2,7 +2,7 @@ PHP 4.0 NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
|
||||
?? ?? ????, Version 4.0 Beta 4
|
||||
- Made strspn() and strcspn() binary-safe.
|
||||
- Made strspn() and strcspn() binary-safe. (Andrei)
|
||||
- Added array_multisort() function. (Andrei)
|
||||
- Made pageinfo.c thread-safe (Sascha)
|
||||
- Made implode() binary-safe (Andrei)
|
||||
|
@ -103,7 +103,7 @@ PHP_FUNCTION(strspn)
|
||||
Find length of initial segment consisting entirely of characters not found in mask */
|
||||
PHP_FUNCTION(strcspn)
|
||||
{
|
||||
pval **s1,**s2;
|
||||
zval **s1,**s2;
|
||||
|
||||
if (ARG_COUNT(ht)!=2 || getParametersEx(2, &s1, &s2) == FAILURE) {
|
||||
WRONG_PARAM_COUNT;
|
||||
|
Loading…
Reference in New Issue
Block a user