|
| PHP5 Abends |
 |
Tue, 24 Oct 2006 20:54:32 GMT |
On a continuation of the previous post that I started "PHP includes".
I
am having an issue where anytime there is a programming error with a php
file it appends the server. At least I believe it be PHP errors. I fixed
one page where I defined and set all veriables, checked variables with
isset() function before the Post or Server variable was set to a inline
variable. Is there a setting that I am missing that will alleviate this
issue. This is concerning since if one error occurs in a script the
server abends. After a few abends then it becomes useless.
Any help is appreciated.
Matt
|
| Post Reply
|
| Re: PHP5 Abends |
 |
Wed, 25 Oct 2006 17:53:08 GMT |
This issue has been resolved by upgrading to the 5.0.5 version available
on the
www.gknw.de/phpbb site. I am still experiencing the absolute versus
relative include issue though.
Any assistance is appreciated
Matt
mattrigor wrote:
> On a continuation of the previous post that I started "PHP
includes". I
> am having an issue where anytime there is a programming error with a php
> file it appends the server. At least I believe it be PHP errors. I fixed
> one page where I defined and set all veriables, checked variables with
> isset() function before the Post or Server variable was set to a inline
> variable. Is there a setting that I am missing that will alleviate this
> issue. This is concerning since if one error occurs in a script the
> server abends. After a few abends then it becomes useless.
> Any help is appreciated.
> Matt
|
| Post Reply
|
| Re: PHP5 Abends |
 |
Wed, 25 Oct 2006 19:53:50 GMT |
do you have an example of some php scripts that abend the Novell builds of
php 5.0.5?
Rodney
>>> On October 25, 2006 at 12:53 pm, in message
<8wN%g.19219$0h7.268@prv-forum2.provo.novell.com>,
mattrigor<m.rigor@mchsi.com> wrote:
> This issue has been resolved by upgrading to the 5.0.5 version available
> on the
> www.gknw.de/phpbb site. I am still experiencing the absolute versus
> relative include issue though.
>
> Any assistance is appreciated
>
> Matt
>
> mattrigor wrote:
>
>> On a continuation of the previous post that I started "PHP
includes". I
>> am having an issue where anytime there is a programming error with a
php
>> file it appends the server. At least I believe it be PHP errors. I
> fixed
>> one page where I defined and set all veriables, checked variables with
>> isset() function before the Post or Server variable was set to a
inline
>> variable. Is there a setting that I am missing that will alleviate
this
>> issue. This is concerning since if one error occurs in a script the
>> server abends. After a few abends then it becomes useless.
>
>> Any help is appreciated.
>
|
| Post Reply
|
| Re: PHP5 Abends |
 |
Thu, 26 Oct 2006 12:38:31 GMT |
The abend issue has been resolved by implementing the PHP 5.0.5 build
found on Guenter's site. I am still experiencing an issue where if an
include uses a relative path, it fails to load the inlcude. Examples
follow. I have a more detailed explanation in the "PHP include"
thread I
started before. Thanks for the response.
include('/include/incfile.php');
or
include('include/incfile.php');
Matt
Rodney Crossman wrote:
> do you have an example of some php scripts that abend the Novell builds of
> php 5.0.5?
> Rodney
> >>> On October 25, 2006 at 12:53 pm, in message
> <8wN%g.19219$0h7.268@prv-forum2.provo.novell.com>,
> mattrigor<m.rigor@mchsi.com> wrote:
> > This issue has been resolved by upgrading to the 5.0.5 version
available
> > on the
> > www.gknw.de/phpbb site. I am still experiencing the absolute versus
> > relative include issue though.
> >
> > Any assistance is appreciated
> >
> > Matt
> >
> > mattrigor wrote:
> >
> >> On a continuation of the previous post that I started "PHP
includes". I
> >> am having an issue where anytime there is a programming error with
a php
> >> file it appends the server. At least I believe it be PHP errors.
I
> > fixed
> >> one page where I defined and set all veriables, checked variables
with
> >> isset() function before the Post or Server variable was set to a
inline
> >> variable. Is there a setting that I am missing that will
alleviate this
> >> issue. This is concerning since if one error occurs in a script
the
> >> server abends. After a few abends then it becomes useless.
> >
> >> Any help is appreciated.
> >
> >> Matt
|
| Post Reply
|
|
|
|
|
|
|
|
|
|