1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00

strtok() already made binary safe by sas nearly 2 years ago. Ref: ext/standard/string.c(r-1.212)

This commit is contained in:
Sara Golemon
2003-04-17 19:36:29 +00:00
parent cca9ebddae
commit 02ee8fffa3

1
TODO
View File

@@ -138,7 +138,6 @@ ext/standard
* Implement regex-cache for url-functions.
* Move socket related functions to fsock.c.
* NOT binary safe:
strtok()
basename()
ext/wddx