> From: chad kellerman [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 26, 2002 1:11 PM > Subject: [PHP-INST] Zend Optimizer. > > Is there any configure options to build the Zend > Optimizer into the php > build on Red Hat? I took a look at ./configure --help but > did not see any > reference to it.. > > I was wondering this because I upgraded to 4.2.1 from > 4.0? I for get. > But anyway I had to creata a ZendOptimizer.so before and place it in > /usr/local/Zend and have it load in the php.ini file. Now > some of my zend > optimized pages do not come up.
You don't get the source for the zend optimizer. Download it from http://www.zend.com/ and install according to the instructions that come with it. The optimizer doesn't effect the pages themselves, so not having it wouldn't change how the pages show. Perhaps the problem with your php.ini and the fact that register_globals is now off by default. Read about it at http://www.php.net/manual/en/security.registerglobals.php -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php