[FX.php List] PHP.ini question

John Funk csinfo at comcast.net
Thu Nov 1 06:20:26 MDT 2007


We set up the test server before we knew about the environment at the
production ISP. The ISP's machine is shared by multiple sites, some PHP so
the version cannot be changed.
Here is the code that is casueing problems:
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/includes/wi_form_lib.php");
?>

wi_form_lib.php is a script that does the form processing for FileMaker. And
wi_form_lib.php calls FX.php.
 (I inherited this project so some of this was out of my control.
Thanks
John

On 11/1/07 1:55 AM, "Gjermund Gusland Thorsen" <ggt667 at gmail.com> wrote:

> And why are you running different versions?
> 
> A real test environment should always be identical to the production
> environment
> 
> ggt
> 
> On 11/1/07, Dale Bengston <dbengston at preservationstudio.com> wrote:
>> Hi John,
>> 
>> I'm putting my money on paths. Can you post the code that produces
>> different results on the different servers?
>> 
>> Thanks,
>> Dale
>> 
>> On Oct 31, 2007, at 9:41 PM, John Funk wrote:
>> 
>>> This may not be the place but I need to find out why on my Apache test
>>> server (Mac OS), can I use the PHP function (Require_Once) /
>>> (Include_once)
>>> just fine but on my production s Apache server (Unix) the PHP script
>>> just
>>> stalls right at the first occurance of this function.
>>> My server guy told me to compare PHP.ini files to see what is
>>> different.
>>> The PHP versions are 4.1.2 (test server) and 4.2.1 (Production).
>>> 
>>> Any more ideas out there?
>>> 
>>> Thanks
>>> John Funk
>>> 
>>> 
>>> _______________________________________________
>>> FX.php_List mailing list
>>> FX.php_List at mail.iviking.org
>>> http://www.iviking.org/mailman/listinfo/fx.php_list
>> 
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list




More information about the FX.php_List mailing list