php-windows Digest 27 Jan 2011 14:43:23 -0000 Issue 3908
Topics (messages 30477 through 30484):
Re: Apache error caused by PHP aspell
30477 by: Todd Keup
30478 by: Pierre Joye
30479 by: Richard Quadling
30480 by: Todd Keup
30481 by: Todd Keup
30482 by: Pierre Joye
30483 by: Todd Keup
Difference between two dates
30484 by: Katiyar
Administrivia:
To subscribe to the digest, e-mail:
php-windows-digest-subscr...@lists.php.net
To unsubscribe from the digest, e-mail:
php-windows-digest-unsubscr...@lists.php.net
To post to the list, e-mail:
php-wind...@lists.php.net
----------------------------------------------------------------------
--- Begin Message ---
The PHP Windows site has the following disclaimers:
Which version do I choose?
If you are using PHP with Apache 1 or Apache2 from apache.org you need to
use the VC6 versions of PHP
...
Do *NOT* use VC9 version with apache.org binaries
I'm just a little confused. Are you saying that the VC9 version can indeed
be used, but to do so we need to use apache binaries downloaded from the
apachelounge web site instead?
--- End Message ---
--- Begin Message ---
On Tue, Jan 18, 2011 at 2:50 PM, Todd Keup <t...@magnifisites.com> wrote:
> I'm just a little confused. Are you saying that the VC9 version can indeed
> be used, but to do so we need to use apache binaries downloaded from the
> apachelounge web site instead?
Yes
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--- End Message ---
--- Begin Message ---
On 18 January 2011 14:25, Pierre Joye <pierre....@gmail.com> wrote:
> On Tue, Jan 18, 2011 at 2:50 PM, Todd Keup <t...@magnifisites.com> wrote:
>
>> I'm just a little confused. Are you saying that the VC9 version can indeed
>> be used, but to do so we need to use apache binaries downloaded from the
>> apachelounge web site instead?
>
> Yes
Does the official version of Apache support FastCGI? If so, can you
use official Apache (VC6) with VC9 PHP?
Along the lines of IIS->FastCGI->PHP(nts)
--
Richard Quadling
Twitter : EE : Zend
@RQuadling : e-e.com/M_248814.html : bit.ly/9O8vFY
--- End Message ---
--- Begin Message ---
Does the official version of Apache support FastCGI? If so, can you
use official Apache (VC6) with VC9 PHP?
Along the lines of IIS->FastCGI->PHP(nts)
No, do not use the ASF builds with VC9, the ASF builds are VC6. That is
what the notes on the PHP Windows download page are quite specific about.
You'll run into issues.
Looks like you may be referring to the ASF (Apache Software Foundation:
http://httpd.apache.org/) as the *official* version. And rightly so.
However, from what I understand so far is that the Apache Lounge web site
(http://www.apachelounge.com/download/) is built differently, using a
later/newer compiler, and is much more focused on the Windows platform and
binaries than the ASF site itself. Read the top paragraph on the download
page link provided there to see what I mean.
Then you referred to IIS ... that's a whole different http server. However,
the FastCGI ASF module for Apache 2.2.x is also available on the Apache
Lounge web site.
--- End Message ---
--- Begin Message ---
One last note/request, Pierre :)
Would it be possible to update the http://windows.php.net/download/ site
pages to show where to get apache VC9 binaries (Apache Lounge)? I think
this would be of great benefit to the PHP community.
--- End Message ---
--- Begin Message ---
On Tue, Jan 18, 2011 at 4:24 PM, Todd Keup <t...@magnifisites.com> wrote:
>>> Does the official version of Apache support FastCGI? If so, can you
>>> use official Apache (VC6) with VC9 PHP?
>
>>> Along the lines of IIS->FastCGI->PHP(nts)
>
> No, do not use the ASF builds with VC9, the ASF builds are VC6. That is
> what the notes on the PHP Windows download page are quite specific about.
> You'll run into issues.
If you use FastCGI then you can use whatever you wish. PHP and Apache
processes won't mess with each other.
Cheers,
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--- End Message ---
--- Begin Message ---
Thanks again, Pierre. If we could get the PHP Windows web site updated with
this information that would be great!
--- End Message ---
--- Begin Message ---
Hello Experts,
I want to get the difference (say age of a person) in years, month and
days from the current date to a given date.
how can i achieve this, my server support PHP 5.20, where date interval
function (date_diff) is not available, is
there is any other way, rather than calculating in the hard way (i mean,
keeping all the leap years and days in mind ).
please suggest.
prateek.
--- End Message ---