[PHP-WIN] PHP 4.3.2-Win32 - This Program has Performed an Illegal Operation

2005-06-17 Thread GKE
I am learning the PHP programming using Larry Ullman's book "PHP Advanced for the World Wide Web". After successfully going through a few scripts one script kept producing error message whenever I ran it. The script is provided herebelow: http://www.w3.org/TR/2000/REC-xhtml1-2126/DTD/xhtml1-tr

[PHP-WIN] Re: PHP 4.3.2-Win32 - This Program has Performed an Illegal Operation

2005-06-17 Thread M. Sokolewicz
hello, this is not a problem with the script, which I'll try not to criticise here; instead it's a problem with your php installation. Since this is PHP 4.3.2, I would suggest you redownload/reinstall PHP, and preferably do that with the *latest* version. There's a big chance that the bug you

[PHP-WIN] PHP & GD on Windows

2005-06-17 Thread Aaron Todd
I am new to building and runnning PHP on windows. I have only used Linux in the past, but I need to get it on a windows box. I have built PHP sucessfully by following the instructions in the manual, but I would like to add GD, JPEG and PNG support, and the FREETYPE library. I have gathered al

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 &

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 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
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 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