Date: 12/29/99
- Next message: Oliver Paulzen: "Re: [PHPLIB] "mysqldump" for Oracle"
- Previous message: Chris Johnson: "[PHPLIB] page_open() causes phpinfo() to fail?"
- In reply to: Chris Johnson: "[PHPLIB] page_open() causes phpinfo() to fail?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I experienced the same problem running php3.07 on a win machine under CYGwin.
I tracked it down to a syntax error in the generated html returned from phpinfo()...
there was an extra > hanging around in that general area that you describe, and this
combined with phplib killed apache.
I'm not sure why its happening to you with php3.12. To confirm that it is
an extra > or something similar... remove the calls to phplib and view the
html source.
Shawn
Chris Johnson wrote:
> 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.
-
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: Oliver Paulzen: "Re: [PHPLIB] "mysqldump" for Oracle"
- Previous message: Chris Johnson: "[PHPLIB] page_open() causes phpinfo() to fail?"
- In reply to: Chris Johnson: "[PHPLIB] page_open() causes phpinfo() to fail?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

