Question

Is there a .dll version of the inclued extension for PHP? The manual's link for Inclued on PECL4WIN doesn't help. I don't have a compiler to build my own DLL.

NOTE: The spelling "inclued" is correct!

Edit: I don't have a compiler, but do know someone with one... that's really a last resort though.

Was it helpful?

Solution

Which version of PHP are you running? I know someone that can compile you a version.

update

Alright, got this compiled - I've tested on my 5.2.6 build and it seems to work fine.

I've been told there may be problems using it in a threaded environment (e.g. Windows) but that's only a maybe. Also:

[13:10] <g0pz> the inclued dumpfiles will collide, because it uses PID # + increments
[13:11] <g0pz> but command line should work ok
[13:12] <g0pz> is the threaded apache version which'll have the same PID and well, a "possible" collision 

So good luck with it :)

download

OTHER TIPS

As best as I can tell, the Windows version doesn't exist anymore. Maybe whoever was maintaining it before had to stop for some reason.

I wonder what it takes to compile a PECL extension under Windows.


Edit

Here's some info on compiling a different PECL extension on Windows. You may be able to extrapolate to the inclued extension.


Edit

WAMP Server comes with PECL & PEAR. I can actually run the command pecl install inclued-alpha from the Windows command-line and it goes out and tries to grab the inclued extension from the PECL site.

Unfortunately it dies when it unpacks the .tgz file and tries to compile it

ERROR:  The DSP inclued.dsp does not exist.

Poke me if you have any issues with inclued.

I'm just on the verge of putting out a release, I'll do a mkstemp() in windows instead of picking the PID + count.

Hopefully also with a gensvg.php which'll render the di-graph in-browser with pear::Image::GraphViz.

Isn't this their DLL download site? http://pecl4win.php.net/list_dlls.php

Unless I'm off on my browsing of the site?

Is this the page you are looking for?

http://pecl4win.php.net/list_dlls.php

..edit: (man, we are fast. I swear these two duplicate answers were posted simultaniously)

The official PHP for Windows site says:

PECL For Windows

PECL extensions for Windows is being worked on. The interface on the pecl website will most likely be updated to offer Windows DLL download right from that website. In the meantime, some extensions can be found here.

That "here" link leads to http://downloads.php.net/pierre/, where you will find, among the multitude of other extensions, builds of inclued for PHP 5.2 and 5.3, VC6 and VC9, thread-safe and non-thread-safe. The one matching my version of PHP seems to be working.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top