Software includes:
PHP 5.0.4, PHP Extensions, Apache 2.0.54, MySQL 4.1.12a, SQL Lite
Portable apps kick some mean ass. Is this a portable port of WAMP?
------------------------------------
The Developer Network
http://thedevnet.com
PortableWebAp is the now using PHP5.3 which has MySQL support but
MySQL is not included. PortableWebAp does include SQLite support and
if your project uses PHP PDO then you can change the SQL connection to
MySQL when you load the application onto a server. SQLite itself is
super fast and a powerful database. If you want to use MySQL install
it seperately and then run PortableWebAp with a connection string that
points to it. I should also mention PortableWebAp by default supports
other databases as well such as PostgreSQL.
If you're actually developing web apps and want the whole WAMP (Apache
web server, MySQL database, PHP & Perl, plus Mercury mail server and
FileZilla FTP server) on a flash drive, XAMPP will do that. It's
available (free) from http://www.apachefriends.org/en/index.html
Although it works nicely as a full server package, all the security is
turned off to make it easy to use--so don't expose it to the Internet
until you've read the security messages and protected it.
You can get a few tips about running it on a flash drive at
http://portableapps.com/apps/development/xampp along with lots more
flash drive apps at http://portableapps.com/apps
On Tue, 20 Oct 2009 01:16:29 -0700 (PDT), mark <markj...@gmail.com>
wrote: