Date: 04/26/00
- Next message: Steve Edberg: "[phplib] OT: Silence on the PHP3 list??"
- Previous message: Tuncay Baskan: "[phplib] Hmm, Silence?"
- In reply to: Toby Cabot: "Re: [phplib] does phplib require versioning?"
- Next in thread: Kristian Koehntopp: "Re: [phplib] does phplib require versioning?"
- Reply: Kristian Koehntopp: "Re: [phplib] does phplib require versioning?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thanks Toby,
my include path seems fine:
include_path = ".:/usr/local/apache/php" ; UNIX: "/path1:/path2"
Windows: "\path1;\path2"
there seems to be something else happening and i'm not sure what it is.
i'm trying to work with php as a DSO since i ran into the trouble with
duplicate page_close() being executed. i'm beginning to think there's
something strange about AIX.
Toby Cabot wrote:
>
> > just to sum things up. i am successfully running php 3.0.15 as a DSO.
> > However, when i try to include phplib (using either the auto_prepend or
> > just the include), i receive only document has no data messages. This
> > seems to happen when i do a page_open. Has any one encountered this
> > kind of behaviour before? Is there some special configuration i need to
> > include with php for phplib to work?
>
> Sorry if you've already tried this, but make sure that your include files are getting included. I've had this behavior before when php couldn't find the phplib files.
>
> A file containing <?php phpinfo() ?> should show you where php is looking for the includes.
>
> This is generic, as I haven't used an aches (sorry - aix) machine in a while.
-- ~darcy w. christ Elegant Communications Inc. 416.362.9772 x222 | 416.362.8324 fax--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Steve Edberg: "[phplib] OT: Silence on the PHP3 list??"
- Previous message: Tuncay Baskan: "[phplib] Hmm, Silence?"
- In reply to: Toby Cabot: "Re: [phplib] does phplib require versioning?"
- Next in thread: Kristian Koehntopp: "Re: [phplib] does phplib require versioning?"
- Reply: Kristian Koehntopp: "Re: [phplib] does phplib require versioning?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

