Re: [PHP-WIN] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Philip Olson
I see one such bug, are there others? - http://bugs.php.net/bug.php?id=46021 Here are some: Duplicate bugs are given the bogus status and typically link to the parent bug. Looks like that happened a few times here, but the bug evolved and was prematurely closed. It's open now. Windows gee

[PHP-WIN] PHP and Crystal Reports

2009-04-29 Thread John Messam
I am trying to write a php program that opens a number of reports written in Crystal 11. From research on the internet, I found that CR would have to be called using COM. So I did that. From the command line it triggers a dialog box saying that the version of Crystal the reports was written in

Re: [PHP-WIN] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Jeff McKenna
Philip Olson wrote: I see one such bug, are there others? - http://bugs.php.net/bug.php?id=46021 Here are some: http://bugs.php.net/bug.php?id=47008 http://bugs.php.net/bug.php?id=46259 http://bugs.php.net/bug.php?id=46069 Needless to say that the issue has been driving people crazy for

Re: [PHP-WIN] How to access MySQL through PHP in windows 2K.

2009-04-29 Thread Walter Torres
web.walters-way.com complete details on how to get a LAMP-like stack running on just about nay windows platform. Yes, there are windows INSTALLERs that will do the "work" for you, but they don't help when something goes wrong. If you want to learn this stuff, learn it from the ground up.

Re: [PHP-WIN] First PHP program not working

2009-04-29 Thread James Crow
Check the error.log file. It will tell you why the Apache service is not starting. Vinay Nagrik wrote: Hello Everybody, I checked my services and my find is Apache is installed and is suppsed to start in 'Automatic' mode following is the entry in the Services Name Description

[PHP-WIN] {** SPAM **} Re: [PHP-WIN] How to access MySQL through PHP in windows 2K.

2009-04-29 Thread Jacob Kruger
scribe, visit: http://www.php.net/unsub.php __ Information from ESET NOD32 Antivirus, version of virus signature database 4043 (20090429) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __ Information from ESET NOD32 Antivirus, version of vir

Re: [PHP-WIN] First PHP program not working

2009-04-29 Thread Vinay Nagrik
Hello Everybody, I checked my services and my find is Apache is installed and is suppsed to start in 'Automatic' mode following is the entry in the Services Name Description StatusStartup Type LogOn As Apache Apache/2.2.11 (Win32) -- Automatic

Re: [PHP-WIN] First PHP program not working

2009-04-29 Thread James Crow
Richard Quadling wrote: 2009/4/29 Vinay Nagrik : Hello Group, Till yesteday, the .html file under htdocs were working fine under http://localhost/index.html but today the same URL http://localhost/index.html gives 404 error. My guess is that my apache web server is not working. Can some

[PHP-WIN] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Philip Olson
If the documentation is wrong/outdated then please report a bug. I notice that every time someone files a bug about the broken links in the "Building PHP for Windows" documentation, a PHP developer closes the bug and says to follow the Wiki notes instead (http://wiki.php.net/internals/wind

Re: [PHP-WIN] Re: [PHP-DEV] Re: [PHP-WIN] RE: [PHP-DEV] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Jeff McKenna
Philip Olson wrote: If the documentation is wrong/outdated then please report a bug. I notice that every time someone files a bug about the broken links in the "Building PHP for Windows" documentation, a PHP developer closes the bug and says to follow the Wiki notes instead (http://wiki.ph

Re: [PHP-WIN] First PHP program not working

2009-04-29 Thread Richard Quadling
2009/4/29 Vinay Nagrik : > Hello Group, > > Till yesteday, the .html file under htdocs were working fine under > > http://localhost/index.html > > but today the same URL > > http://localhost/index.html gives 404 error. > > My guess is that my apache web server is not working. > > Can someone tell m

[PHP-WIN] Re: [PHP-DEV] Re: [PHP-WIN] RE: [PHP-DEV] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Richard Quadling
2009/4/29 Philip Olson : > >> It seems like this isn't going to be fixed any time soon. >> >> 220 extensions which may have version specific external libraries and >> each one needing to be built at least 20 ways (VC6/9, ts/nts, >> 5.0/5.1/5.2/5.3/6.0). That gives 4,400 build processes. Debug? 8,80

[PHP-WIN] Re: [PHP-DEV] Re: [PHP-WIN] RE: [PHP-DEV] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Philip Olson
It seems like this isn't going to be fixed any time soon. 220 extensions which may have version specific external libraries and each one needing to be built at least 20 ways (VC6/9, ts/nts, 5.0/5.1/5.2/5.3/6.0). That gives 4,400 build processes. Debug? 8,800 builds. And then more if there are d

Re: [PHP-WIN] First PHP program not working

2009-04-29 Thread Vinay Nagrik
Hello Group, Till yesteday, the .html file under htdocs were working fine under http://localhost/index.html but today the same URL http://localhost/index.html gives 404 error. My guess is that my apache web server is not working. Can someone tell me "How do I make sure that I am running Apac

Re: [PHP-WIN] RE: [PHP-DEV] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Richard Quadling
2009/4/29 Jeff McKenna : > >> >> http://docs.php.net/manual/en/install.pecl.downloads.php "At this time >> the PHP project does not compile Windows binaries for PECL extensions. >> However, to compile PHP under Windows see the chapter titled building >> PHP for Windows." >> >> > > Small world: that

Re: [PHP-WIN] RE: [PHP-DEV] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Jeff McKenna
http://docs.php.net/manual/en/install.pecl.downloads.php "At this time the PHP project does not compile Windows binaries for PECL extensions. However, to compile PHP under Windows see the chapter titled building PHP for Windows." Small world: that chapter "Building PHP for Windows" is exact

Re: [PHP-WIN] RE: [PHP-DEV] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Richard Quadling
2009/4/29 Jared Williams : > > >> -Original Message- >> From: Richard Quadling [mailto:rquadl...@googlemail.com] >> Sent: 29 April 2009 11:33 >> To: PHP internals; php-windows >> Subject: [PHP-DEV] Re: Win32 PECL pre-built binaries. >> >> 2009/4/29 Richard Quadling : >> > Hi. >> > >> > What

[PHP-WIN] RE: [PHP-DEV] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Jared Williams
> -Original Message- > From: Richard Quadling [mailto:rquadl...@googlemail.com] > Sent: 29 April 2009 11:33 > To: PHP internals; php-windows > Subject: [PHP-DEV] Re: Win32 PECL pre-built binaries. > > 2009/4/29 Richard Quadling : > > Hi. > > > > What are the plans for providing pre-bui

Re: [PHP-WIN] How to access MySQL through PHP in windows 2K.

2009-04-29 Thread James Crow
Katiyar (GMail) wrote: Hi List, I am new to PHP and as well as with MySQL, * I have installed PHP 5.28, on win 2K (with IIS) and it is installed properly I suppose, as when I call phpinfo (), through a script, it shows the PHP Information. * then I installed MySQL 5.1

Re: [PHP-WIN] First PHP program not working

2009-04-29 Thread James Crow
Vinay Nagrik wrote: Hello Group, I am beginner to learning PHP and I am still struggling to start my first php program. I downloaded apache httpd sever, which resides on "Windows XP" under C:\Program Files\Apache Software Foundation\Apache2.2 and directories therein. Similarly the PHP downlo

[PHP-WIN] Re: Win32 PECL pre-built binaries.

2009-04-29 Thread Richard Quadling
2009/4/29 Richard Quadling : > Hi. > > What are the plans for providing pre-built Win32 PECL extensions. > > I've been waiting for http://pecl4win.php.net to become active again. > > I understand that each extension has to be built MANY times (VC6/VC9, > ts/nts, PHP5.0/PHP5.1/PHP5.2/PHP5.3/PHP6.0,

[PHP-WIN] Win32 PECL pre-built binaries.

2009-04-29 Thread Richard Quadling
Hi. What are the plans for providing pre-built Win32 PECL extensions. I've been waiting for http://pecl4win.php.net to become active again. I understand that each extension has to be built MANY times (VC6/VC9, ts/nts, PHP5.0/PHP5.1/PHP5.2/PHP5.3/PHP6.0, etc.) so this is a LOT of effort (20 build