PHP Forum Software Showdown
- November 18, 2006
- James Skemp
Hopefully by the end of the month, I'll have posted six reviews for six different pieces of forum software, that run on PHP (and MySQL).
Installing Apache 2.0.59 to a Windows-based computer, locally: Part 4
- August 28, 2006
- James Skemp
Installing Apache 2.0.59 to a Windows-based computer, locally: Part 3
- August 26, 2006
- James Skemp
Dual-installing PHP: Running PHP 5 and 4 on the same local, Windows-based, Apache, server
- July 18, 2006
- James Skemp
Moving the location of PHP on your hard drive
- July 1, 2006
- James Skemp
Upgrading to Zend Optimizer 3.0.1 on a local Windows-based, Apache, server
- June 8, 2006
- James Skemp
Installing PostgreSQL on a local Windows-based, Apache, server
- March 15, 2006
- James Skemp
A local, Apache Web server, on a Windows XP computer
- February 27, 2006
- James Skemp
Installing Zend Optimizer on a local Windows-based, Apache, server
- February 26, 2006
- James Skemp
Note: This guide should work equally well for Zend Optimizer 3.0.1 and above. For a guide on upgrading this 2.6.2 install, see Upgrading to Zend Optimizer 3.0.1 on a local Windows-based, Apache, server.
From Zend's FAQ,
Why use the Zend Optimizer; isn't PHP supposed to be quite fast already?
The standard Zend run-time compiler used by PHP is indeed extremely fast, generating code that is usually 2 to 10 times faster. But an application that uses the Zend Optimizer typically executes another 40% to 100% faster.
So, Zend Optimizer will help decrease the time spent on processing code. If you run the file we created a few steps back, probably called http://localhost/phpinfo.php (which basically runs <?php phpinfo(); ?>), you'll notice a line that says "This program makes use of the Zend Scripting Language Engine: Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies". This is the standard Zend run-time compiler that is mentioned above. Once we download and install the Zend Optimizer, we'll see some additional lines here.
Installing PHP on a local Windows-based, Apache, server
- February 22, 2006
- James Skemp
Search
Links of Note
Support This Site
If my blog was helpful to you, then please consider visiting my Amazon Wishlist.