vote up 3 vote down star
1

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.

flag

80% accept rate
LOL. I was about to go in and edit that when I actually read the page that link points to. I'm glad I didn't change anything. – Mark Biek Oct 27 '08 at 20:04
Yeah, 'inclued' is the worst software project name since 'memcached'! :-) – Bill Karwin Oct 27 '08 at 20:05
I'm waiting for the lolcatcache or the cattache - you know, the briefcase for the cat who has everything – warren Oct 27 '08 at 20:07
It's pretty much impossible to google for since Google auto-corrects when returning search results – Mark Biek Oct 27 '08 at 20:08
If you quote it then Google cooperates, but I couldn't find anything of use :/ – Greg Oct 27 '08 at 20:11
show 1 more comment

6 Answers

vote up 3 vote down check

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

link|flag
I'm running PHP 5.2.6 – Greg Oct 28 '08 at 13:13
Sorry that was a typo – Ross Oct 29 '08 at 17:32
Nicely done Ross. RoBorg, let us know if it works. – Mark Biek Oct 30 '08 at 13:49
It works! Thanks! – Greg Oct 31 '08 at 11:00
Does anyone have this DLL still? The link provided 404's, and I can't find it anywhere else on the net. – ken Jul 14 at 17:37
vote up 5 vote down

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.
link|flag
Not the answer I was hoping for but +1 for effort! – Greg Oct 28 '08 at 8:19
At this point, you best bet might emailing the guy directly. It looks like he has some personal information on his blog. Sorry we couldn't find a perfect solution for you. – Mark Biek Oct 28 '08 at 12:08
I couldn't find any contact information for him - could you let me know where it is? Thanks – Greg Oct 28 '08 at 14:56
Hmmm. I actually couldn't find any contact info there after all. His name is Gopal Vijayaraghavan though and this seems to be his Flickr page: flickr.com/people/t3rmin4t0r. – Mark Biek Oct 28 '08 at 20:11
vote up 1 vote down

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.

link|flag
Hi! I had a couple of issues... 1) the PHP file uses getopt(), which isn't available on windows yet. 2) The manual has inclued.enabled listed as PHP_INI_* which I interpreted as PHP_INI_ALL, but it's not (took me a while to figure that out!) – Greg Oct 31 '08 at 11:04
Apart from that it's cool. I don't suppose you could find a way to make __autoload() work a little better? It lists all the autoloaded files as coming from the file with the __autoload() function in it, which is perfectly understandable but not too useful – Greg Oct 31 '08 at 11:14
vote up 0 vote down

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

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

link|flag
Yes, that's the same site I linked to in the question - it doesn't have inclued – Greg Oct 27 '08 at 20:08
vote up 0 vote down

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)

link|flag
Both fast and unfortunately both wrong :) – Greg Oct 27 '08 at 20:10
vote up -2 vote down

This may be some help to you: http://php.net/manual/en/inclued.installation.php

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.