Some delimiters chars don't work under windows.
Ex.:
"°[a-z]?°"
works on linux but on windows you get a warning:
Warning: Unknown modifier '?' in ........ on line xx


"/[a-z]?/" works on both systems

So my question is: Are there similar problems in other functions or circumstances where such chars pose a problem?

Thanks,
Armand



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to