Hello,

"Khalid El-Kary" <[EMAIL PROTECTED]>wrote:
> hi,
>
> are there any php.ini directives that control the PHP string functions?

You mean something like this? (Under "; Safe Mode")

----->
; This directive allows you to disable certain functions for security
reasons.
; It receives a comma-deliminated list of function names.  This directive is
; *NOT* affected by whether Safe Mode is turned On or Off.
disable_functions =
<-----

> sorry i'm not percise but infact i have a 1200 lines script that acts well
> on a windows machine with PHP 4.2.3 Apache 1.3.24, but on a linux machine
> with PHP 4.2.1 (keep it secret :)) and Apache 1.3.20 it acts bad
> but the script wholly depends on string functions nothing more!
>

Why don't you just compare you php.ini files?

- E

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


Reply via email to