Re: [PHP] SSI problem with php after 4.3.10 -> 4.4.1 upgrade

2005-12-06 Thread kristina clair
In case anyone encounters this problem - using the latest 4.4.x snapshot fixed the problem for me (thanks, developers!). Kristina On 12/5/05, kristina clair <[EMAIL PROTECTED]> wrote: > On 12/5/05, Jay Blanchard <[EMAIL PROTECTED]> wrote: > > [snip] > > I'm h

Re: [PHP] SSI problem with php after 4.3.10 -> 4.4.1 upgrade

2005-12-05 Thread kristina clair
On 12/5/05, Jay Blanchard <[EMAIL PROTECTED]> wrote: > [snip] > I'm having a problem with certain SSI files which include php scripts > after upgrding php from 4.3.10 to 4.4.1. > The includes look like: > > > In some cases, the page output is different with 4.4.1 than it is with > 4.3.10. In the

[PHP] SSI problem with php after 4.3.10 -> 4.4.1 upgrade

2005-12-05 Thread kristina clair
Hello, I'm having a problem with certain SSI files which include php scripts after upgrding php from 4.3.10 to 4.4.1. The includes look like: In some cases, the page output is different with 4.4.1 than it is with 4.3.10. In the worst cases, Apache gives a segmentation fault, and the page is bla

Re: [PHP] php related segmentation fault with Apache 2.0.55

2005-11-30 Thread kristina clair
d database access script, using mysql. Is there anything I should look for in that script? Thanks, Kristina On 11/17/05, kristina clair <[EMAIL PROTECTED]> wrote: > I actually did that before emailing about php 4.3.10. With php 4.4.1, > the traceback is different: > > Read

Re: [PHP] php related segmentation fault with Apache 2.0.55

2005-11-21 Thread kristina clair
On 11/21/05, Marco Kaiser <[EMAIL PROTECTED]> wrote: > Hi Kristina, > > > When I said I installed the latest available snapshot, I meant I > > installed the latest available snap in the 4.4.x tree - so, the > > version I installed was php4-STABLE-200511211545.tar.gz. > > tha Zend API changed so you

Re: [PHP] php related segmentation fault with Apache 2.0.55

2005-11-21 Thread kristina clair
Hi, When I said I installed the latest available snapshot, I meant I installed the latest available snap in the 4.4.x tree - so, the version I installed was php4-STABLE-200511211545.tar.gz. Kristina On 11/21/05, Marco Kaiser <[EMAIL PROTECTED]> wrote: > Hi Kristina, > > I think there is no versi

Re: [PHP] php related segmentation fault with Apache 2.0.55

2005-11-21 Thread kristina clair
Hi, I just installed the latest available snap, and now I'm seeing a zend error, but not a sapi error: Reading symbols from /home/sys/Zend/lib/ZendExtensionManager.so...done. Loaded symbols for /home/sys/Zend/lib/ZendExtensionManager.so Error while reading shared library symbols: .//home/sys/Zend

Re: [PHP] php related segmentation fault with Apache 2.0.55

2005-11-18 Thread kristina clair
On 11/17/05, Marco Kaiser <[EMAIL PROTECTED]> wrote: > Hi Kristina, > > try to disable / remove the Zend Extension (ZendExtensionManager etc. > [ZEND] and all below in your php.ini). > > try if php segfault again without the Zend Products loaded. Hello, After removing Zend, I get the same error,

Re: [PHP] php related segmentation fault with Apache 2.0.55

2005-11-17 Thread kristina clair
recompiling PHP to the > current 4.x version (or if you feel up to it, upgrade to the 5.x versions?), > and see if it helps? Resolved a lot of my problems in the past... > > On Thursday 17 November 2005 22:31, kristina clair wrote: > > 2.0.54 to Apache 2.0.55. The scripts that are

[PHP] php related segmentation fault with Apache 2.0.55

2005-11-17 Thread kristina clair
Hello, I am seeing Apache segmentation faults with some processes which turn out to be php related. This is a newly upgraded Apache from Apache 2.0.54 to Apache 2.0.55. The scripts that are failing with the new Apache work with no problems with the old Apache. Traceback from Apache is below. L

[PHP] imagegif() unable to open temporary file

2005-07-05 Thread kristina clair
Hi, I'm having a problem with imagegif() - it is apparently unable to open the temporary file it needs to write to: Warning: imagegif(): Unable to open temporary file in /path/to/script.php on line 192 I am using php 4.3.10 compiled with --with-gd. php was compiled using httpd-2.0.52, but apac