[PHP-WIN] PHP Build problems on windows

2010-01-12 Thread Justin Dearing
Hello, I've been trying to build PHP on WIndows 7 with the windows platform SDK. In my first attempt I ran configure.js like this: C:\src\php-5.3.1>configure --enable-debug --enable-crt-debug --enable-cli-win32 --with-openssl --enable-soap --with-xsl I ran make and it ended like this: stream.c

[PHP-WIN] nmake clean bug

2010-01-12 Thread Justin Dearing
Hi, I wanted to report this on a seperate thread to avoid confusion. I am attempting to build PHP on windows and failing. I am attempting to run nmake clean and failing. Output from the first time: C:\src\php-5.3.1>nmake clean Microsoft (R) Program Maintenance Utility Version 9.00.30729.01 Copy

[PHP-WIN] nmake snap message: WARNING: distro depends on (msvcr90d.dll && libpq.dll), but could not find it on your system

2010-01-20 Thread Justin Dearing
Hi, So I finally got it to build and run on windows. I am tweaking with the configure options to my likings, but I've made some good progress. So one thing I noticed after I added postgres support was the following output of "nmake snap" WARNING: distro depends on msvcr90d.dll, but could not fin

Fwd: [PHP-WIN] PHP 5.3.4 has built

2010-11-17 Thread Justin Dearing
Meant to reply to everyone -- Forwarded message -- From: Justin Dearing Date: Wed, Nov 17, 2010 at 3:53 PM Subject: Re: [PHP-WIN] PHP 5.3.4 has built To: Pierre Joye So wait we can use the Windows 7 SDK to get it to build now? A couple months back when I was fixing my bug

Re: [PHP-WIN] PHP 64-bit binaries?

2011-10-16 Thread Justin Dearing
On Sun, Oct 16, 2011 at 9:12 AM, Pierre Joye wrote: > PHP is slower in 64bit than in 32bit modes. Databases (be oracle, > mysql or other) are another stories and many of them are faster. > However one does not have to run php in 64bit mode to talk to database > servers running in 64bit mode. > >

[PHP-WIN] Can't build the MSI installer

2012-01-02 Thread Justin Dearing
x27;0x1' Stop. c:\php-sdk\php54dev\vc9\x86\php-src-5.4> I don't see the php-installer directory anywhere. Regards, Justin Dearing P.S. My goal is to make a patch that will register PHP fastcgi with IIS express in addition to the full version of IIS.

Re: [PHP-WIN] Can't build the MSI installer

2012-01-02 Thread Justin Dearing
Dearing 2012/1/2 昵称不可用 > this is php's source code! > > ** > -- > > > 此致 > 敬礼! > 杨胜良 > ** > > > > ------ Origin

[PHP-WIN] Is there going to be an MSI for php 5.4?

2012-03-08 Thread Justin Dearing
Hello, I'm curious as to the plan for msi installers for PHP 5.4? Is this going to continue? Is the installer being rewritten? Thanks, Justin

Re: [PHP-WIN] Is there going to be an MSI for php 5.4?

2012-03-08 Thread Justin Dearing
16 PM, "Pierre Joye" wrote: > hi, > > As of now, no more msi. In the need of it? > > On Thu, Mar 8, 2012 at 10:38 PM, Justin Dearing > wrote: > > Hello, > > > > I'm curious as to the plan for msi installers for PHP 5.4? Is this going > to >

Re: [PHP-WIN] Is there going to be an MSI for php 5.4?

2012-03-09 Thread Justin Dearing
The MSI is a great asset for PHP on windows when it "just works." I remember older releases where that was not always the case. Recently, it seems pretty good with IIS. I can see the case that the MSI might be more trouble than its worth because it has to be maintained. Would it be possible to dir