Date: 12/29/99
- Next message: Shawn Patton: "Re: [PHPLIB] page_open() causes phpinfo() to fail?"
- Previous message: Chris Johnson: "RE: [PHPLIB] Editor for PHP"
- Next in thread: Shawn Patton: "Re: [PHPLIB] page_open() causes phpinfo() to fail?"
- Reply: Shawn Patton: "Re: [PHPLIB] page_open() causes phpinfo() to fail?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm not sure where the problem lies here but this is very odd:
I have a simple test page that looks like this:
<?php page_open(array("sess" => "Lynx_Session") ); ?>
<HTML> <BODY>
<?php phpinfo() ?>
</BODY> </HTML>
<?php page_close(); ?>
When I view the page, the phpinfo() fails just as it starts to output
the "Environment" section.
If I remove the page_open() call, phpinfo() works fine.
I'm using the following versions:
Apache 1.3.9 on FreeBSD 3.3-RELEASE
PHP Version 3.0.12
PHPLIB Version 7.2
It looks like page_open() is hosing the environment in some way that
actually causes the Apache child process to exit at the point where it
tries to generate the "Environment" table. Here's the error log output:
[Tue Dec 28 23:33:34 1999] [notice] child pid 72554 exit signal Bus
error (10)
Any suggestions?
..chris
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Shawn Patton: "Re: [PHPLIB] page_open() causes phpinfo() to fail?"
- Previous message: Chris Johnson: "RE: [PHPLIB] Editor for PHP"
- Next in thread: Shawn Patton: "Re: [PHPLIB] page_open() causes phpinfo() to fail?"
- Reply: Shawn Patton: "Re: [PHPLIB] page_open() causes phpinfo() to fail?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

