[PHP-DEV] 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

[PHP-DEV] Developing PHP extensions on Windows with VC++, linking problems

2009-04-29 Thread Eugenio Tacchini
Hi all, I am not sure this is the right place to ask this question but I tried other ML without having replies and someone on php-general advised me to try internals too. I had to create a PHP extension and I read this article:

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

2009-04-29 Thread Richard Quadling
2009/4/29 Richard Quadling rquadl...@googlemail.com: 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,

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 rquadl...@googlemail.com: Hi. What are the plans for

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

2009-04-29 Thread Richard Quadling
2009/4/29 Jared Williams jared.willia...@ntlworld.com: -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

[PHP-DEV] 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 exactly

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

2009-04-29 Thread Richard Quadling
2009/4/29 Jeff McKenna jmcke...@gatewaygeomatics.com: 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

[PHP-DEV] PHP 5.3 build patch

2009-04-29 Thread Brian J. France
Anybody have a problem with me committing the patch below? We still use 2.9.5 for our FreeBSD builds (ya, I know its old) and while building extensions we get: Zend/zend.h:379: warning: `always_inline' attribute directive ignored Zend/zend.h:383: warning: `always_inline' attribute directive

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

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 phi...@roshambo.org: 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.

[PHP-DEV] 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

[PHP-DEV] 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

[PHP-DEV] 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

[PHP-DEV] [PATCH] Scanner diet with fixes, etc.

2009-04-29 Thread Matt Wilmas
Hi Dmitry, Brian, all, Here's a scanner patch that I mentioned awhile ago, with a possible way to work around the re2c EOF handling issues. The primary change is to do a manual scan like I talked about in areas that match large amounts and can contain NULL bytes (strings/comments, which are