RE: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-23 Thread Chandar V R
You can try downloading this package.i installed in my system and it works fine in my system.it is group php,mysql and apache https://sourceforge.net/project/showfiles.php?group_id=116092 thanx/Chandar.V.Rao -Original Message- From: Aaron Kenney [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-23 Thread Frank M. Kromann
Apache 2.2 support is included with the Windows builds from version 5.2.0 of PHP. - Frank > Thanx for the info. It seems as if u have worked with both IIS and > apache. What are the advantages and the disadvantages and in general > what would u recommend. > > Aaron Kenney wrote: > > The indica

Re: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-23 Thread Aaron Kenney
In my opinion, IIS/Windows takes less time to configure PHP with than both Apache/Windows and Apache/Linux. Apache/Windows takes more time to configure because you're pretty much adapting Windows to a Linux-based technology and it's not just as simple as whipping through a bunch of tabs and clic

Re: [PHP-WIN] Configuration problem?

2006-05-23 Thread trystano
Checkout the link below to see the order in which PHP looks for the configuration file. http://www.php.net/manual/en/configuration.php#configuration.file Then, as someone suggested, search you HD for php.ini. I remember I had this problem before and got in aright knot as I wanted php5, and 4.

Re: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-23 Thread giorger
Thanx for the info. It seems as if u have worked with both IIS and apache. What are the advantages and the disadvantages and in general what would u recommend. Aaron Kenney wrote: The indication that I get from the documentation is that PHP 5 isn't compatible with Apache versions higher than 2

Re: [PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-23 Thread Aaron Kenney
The indication that I get from the documentation is that PHP 5 isn't compatible with Apache versions higher than 2.0.58, at least in Windows. Eventually I am sure that the PHP people will get this working. It just takes some time to do a release. I have PHP 5 running on IIS on a Windows 2003 serv

[PHP-WIN] Apache 2.2 and PHP-5.1.4

2006-05-23 Thread giwrgos
Hi! I tried to install Apache 2.2 and PHP-5.1.4 as a module but i failed. The reason is that apache cannot load the php5apache2.dll. The file exists. So, i was wondering if PHP isn't supporting apache2.2. If there is any help, that would be great! Btw,i am using WinXP Pro. -- PHP Windows Mailing

RE: [PHP-WIN] Configuration problem?

2006-05-23 Thread George Pitcher
Daniel, It may use C:\Windows\php.ini on your box, but mine is definitely using C:\PHP\php.ini. On my NT boxes, I have the following at the end of httpd.conf: # configure the path to php.ini PHPIniDir "C:/php" But no reference at all on my XP box. George in Oxford > -Original Message-

Re: [PHP-WIN] Configuration problem?

2006-05-23 Thread Daniel Anderson
PHP uses the settings from: C:\Windows\php.ini, not C:\PHP\php.ini Have you ensured you've allowed Apache to parse HTML files to act as PHP Files? - Original Message - From: "Bill Angus" <[EMAIL PROTECTED]> To: Sent: Monday, May 22, 2006 7:29 PM Subject: [PHP-WIN] Configuration prob

Re: [PHP-WIN] Configuration problem?

2006-05-23 Thread Rick Emery
Quoting Bill Angus <[EMAIL PROTECTED]>: I have php installed and a working copy of phpMyAdmin, MySQL and Apache2.0.58 on a windows2k box. phpMyAdmin works fine, as do a couple of other php scripts. However, when I go to try to code in php myself, I get a blank screen. Make sure display_

Re: [PHP-WIN] Configuration problem?

2006-05-23 Thread Alf Stockton
Bill Angus wrote: > > I was able to enter phpinfo in the zend debugger, and I noticed that the info > returned was NOT the same as the settings in the php.ini file in my > C:/php/php.ini file. > Have you checked to see how many copies of php.ini you have on that machine? A blank screen has usua

RE: [PHP-WIN] Configuration problem?

2006-05-23 Thread Dale D. Attree
Place your php.ini file in C:\WINNT Ensure that you have included php_mysql.dll in your ini file. Ensure registered globals on turned on if you wish to use $_SERVER -Original Message- From: Bill Angus [mailto:[EMAIL PROTECTED] Sent: Monday, May 22, 2006 8:29 PM To: php-windows@lists.php