Re: [PHP] Strings and php.ini

2002-11-16 Thread Khalid El-Kary
hi, infact i'm un able to obtain a copy of my hosting company's php.ini thanx _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- PHP General Mailing List

Re: [PHP] Strings and php.ini

2002-11-16 Thread @ Edwin
"Khalid El-Kary" [EMAIL PROTECTED] wrote: hi, infact i'm un able to obtain a copy of my hosting company's php.ini Then, perhaps, try running phpinfo() and compare. I think it might even have something to do with "register_globals". - E -- PHP

Re: [PHP] Strings and php.ini

2002-11-16 Thread Khalid El-Kary
hi, the script infact never used register_globals because it's a class that has nothing to do with the direct script input, but there's an idea that came to my mind, maybe the company compiled its own PHP? may this change anything? generally is Linux different from windows in String functions?

Re: [PHP] Strings and php.ini

2002-11-16 Thread @ Edwin
Hello, "Khalid El-Kary" [EMAIL PROTECTED] wrote: hi, the script infact never used register_globals because it's a class that has nothing to do with the direct script input, but there's an idea that came to my mind, maybe the company compiled its own PHP? may this

Re: [PHP] Strings and php.ini

2002-11-16 Thread Khalid El-Kary
hi, i was asking if there should be difference in functionality of PH string functions (not mb_) between the two following configurations: the company: PHP 4.2.1, Apache 1.3.20, linux me: PHP 4.2.3, Apache 1.3.24, windows my confthe company's conf thread safety Enabled Disabled

Re: [PHP] Strings and php.ini

2002-11-16 Thread @ Edwin
Hello, "Khalid El-Kary" [EMAIL PROTECTED] wrote: hi, i was asking if there should be difference in functionality of PH string functions (not mb_) between the two following configurations: the company: PHP 4.2.1, Apache 1.3.20, linux me: PHP 4.2.3, Apache 1.3.24,

Re: [PHP] Strings and php.ini

2002-11-16 Thread Jason Wong
On Sunday 17 November 2002 06:27, Khalid El-Kary wrote: hi, i was asking if there should be difference in functionality of PH string functions (not mb_) between the two following configurations: the company: PHP 4.2.1, Apache 1.3.20, linux me: PHP 4.2.3, Apache 1.3.24, windows

[PHP] Strings and php.ini

2002-11-15 Thread Khalid El-Kary
hi, are there any php.ini directives that control the PHP string 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

Re: [PHP] Strings and php.ini

2002-11-15 Thread @ Edwin
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