[PHP-INSTALL] Apache load

2008-04-30 Thread Jesse Santana
I've completed the installation of Apache version 2.0.63 with PHP version 5.2.5 on an HP DL360 running Solaris 10 x86. Everything appears to work just fine but when I start testing using our load testing software, I am noticing that the load on this system goes quite a bit higher when the PHP

RES: RES: [PHP-INSTALL] I Can't Open the PHP Environment

2008-04-30 Thread Thiago Pojda
Correct, it will install everything again. Those programs make some tweaks in php/apache/mysql installs that are not very friendly when deploying your app, but they help a lot when all you’re worried is writing scripts for learning :) PS: Please always reply to list so everyone can benefit

RES: [PHP-INSTALL] I Can't Open the PHP Environment

2008-04-30 Thread Thiago Pojda
php.exe is the cli and it’s doing what it should do: nothing, if you gave it nothing. :) You’ll need Apache or IIS (I’d suggest you already start with Apache) to get it working. As you’re in Windows, you should look for PHPTriad, EasyPHP, WAMP[P?] and stuff like that, they already install Apach

Re: [PHP-INSTALL] development environment parallel to stable php install

2008-04-30 Thread BuildSmart
This is a scanned directory, It should point to a directory you want to store additional config files (mysql.ini, zend.ini etc... so you can break up the php-ini file to smaller sections or use seperate config files for loadable modules/extensions) in and not the directory containing the ph

re: [PHP-INSTALL] I Can't Open the PHP Environment

2008-04-30 Thread [EMAIL PROTECTED]
hey, i just installed php, but when i double-click the php.exe icon, a command line window opens, but nothing happens. where is my PHP development environment? (Windows XP) What should I see? How do i open and start php? I have never used php before, so this is my first time. I installed i

[PHP-INSTALL] development environment parallel to stable php install

2008-04-30 Thread j . kaluza
i might be wrong but the --with-config-file-path should point to a directory containing a file with the name like 'php-config' Jerôme Kaluza Service du Sang Service Informatique Croix-Rouge de Belgique rue de Stalle 96 - 5e étage B-1180 Bruxelles Tél. : + 32 (0)2 371 35 27 Fax : + 32 (0)2 371 35

[PHP-INSTALL] development environment parallel to stable php install

2008-04-30 Thread Thomas Koch
Hi, I'm following Sara Golemon's book Extending and Embedding PHP. Now I want to have my development sandbox totally separated from my stable PHP installation. (I'm running Debian Lenny with PHP4 and 5 installed from Debian.) So I do ./configure --enable-debug \ --enable-maintainer