Hello everyone,

 Is anyone else having this problem?  My PHP+ Apache system was working
 fine, before I upgraded to PHP 4.0.5. Since then, my server crashes,
 everytime I try to enable my extensions.

 I have the following configuratioin:

 1)
  extension_dir= "C:/PHP/extensions"
  [both C:/PHP/extensions and C:\PHP\extensions failed!]

  extension=php_db.dll
  extension=php_gd.dll
  ...

  The dll files are inside C:\PHP\exntesions, as listed.
  All system paths are correctly set.

  2)
  Also, before PHP 4.0.5, I had ZEND configured as

  zend_optimizer.optimization_level=15;
  zend_extension_ts="C:\PHP\zend\ZendOptimizer.dll";

  Tough this does not report an error, phpinfo()  DOES NOT report the Zend
  variables, and other setup information. PHP 4.0pl1 did.

  Am I missing something, or is this bug?

   Note: I installed 4.0.5 over 4.0.pl1, assuming it would overwrite the
   necessary files. Does this have anything to do with my issues? I don't
   think it should matter, but I could be wrong. I used the Win 32
   installer [from php.net] for my installtion.


  Please help!

  -John


__________John Monfort_________________
_+-----------------------------------+_
     P E P I E  D E S I G N S
       www.pepiedesigns.com
"The world is waiting, are you ready?"
-+___________________________________+-

On Tue, 1 May 2001, Michael Hall wrote:

>
> Use include();
>
> Mick
>
> On Mon, 30 Apr 2001, Andreas Pucko wrote:
>
> > Hello,
> >
> > I am a newi in PHP. Currently I am creating my first site.
> >
> > I would like to programm it modularly. I tryed it, but I came to the point,
> > that I have everything in one file with a huge amount of tables.
> >
> > What would be the best way to build a site with a navigation on the left and
> > content on the right.
> >
> > The question is.. what is the proper syntax to open the next content from
> > the menu. Open it in
> > the same file, or open a new one??
> >
> > Thanks
> >
> > Andy
> >
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to