Re: [PHP-WIN] PHP & GD on Windows

2005-06-28 Thread Aaron Todd
Thank you very much. I am used to Linux where you have to add it in when run ./configure. I would have never even tried to just enable it in the php.ini file. I thought something had to be done before php was built. Thanks again, Aaron -- PHP Windows Mailing List (http://www.php.net/) To u

Re: [PHP-WIN] PHP & GD on Windows

2005-06-19 Thread M. Sokolewicz
I've been trying to compile PHP on windows using VC++7, and although it "works" in most cases, and even quite a number of extensions compile (after editing various minor things), it still occasionally suddenly crashes, for apparently no reason at all. I'm quite interested at how it's being bui

Re: [PHP-WIN] PHP & GD on Windows

2005-06-17 Thread Kevin Smith
Hey, I have VS so if you want to give me the instructions on compilation, I'd be happy to do it for you. Regards, Kevin Jason Barnett wrote: In which case you might be out of luck... I've tried building from source with cygwin / gcc, but every binary that I've tried building that way segfau

Re: [PHP-WIN] PHP & GD on Windows

2005-06-17 Thread Jason Barnett
In which case you might be out of luck... I've tried building from source with cygwin / gcc, but every binary that I've tried building that way segfaults like mad. Although I haven't invested a lot of time making it work since I'm not really familiar with gcc. If you manage to build it this w

Re: [PHP-WIN] PHP & GD on Windows

2005-06-17 Thread Aaron Todd
I want to build it myself so I can disable a lot of the functions that I dont need. ""Edin Kadribasic"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Why would you want to build PHP on windows. In the downloads section of > the > site you can find precompiled binaries f

Re: [PHP-WIN] PHP & GD on Windows

2005-06-17 Thread Jason Barnett
Yep. In Windows all you do is enable in your php.ini and have the extension DLL in the extension directory. Edin Kadribasic wrote: Hi, Why would you want to build PHP on windows. In the downloads section of the site you can find precompiled binaries for PHP including all the extensions. Edi

Re: [PHP-WIN] PHP & GD on Windows

2005-06-17 Thread Edin Kadribasic
Hi, Why would you want to build PHP on windows. In the downloads section of the site you can find precompiled binaries for PHP including all the extensions. Edin - Original Message - From: "Aaron Todd" <[EMAIL PROTECTED]> To: Sent: Friday, June 17, 2005 3:23 PM Subject: [PHP-WIN] PHP &