Author |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
|
Back to top |
|
rudhy
Joined: 21 Jan 2006 Posts: 6
|
Posted: Thu 11 Apr '13 9:51 Post subject: |
|
|
Thank you for sharing.
Could you compile it with vc10 or vc11 ?
Regards, |
|
Back to top |
|
wm003
Joined: 24 Mar 2006 Posts: 88
|
Posted: Mon 15 Apr '13 16:47 Post subject: |
|
|
Thanks Jan. I just recognized, php_curl.dll is broken (at least in the x86-nts, i just tested). php says, it cannot find the module (althought there is one available in your build)
When using the php_curl.dll from 5.4.12 nts-x86 it works.
[EDIT] checked with dependency walker: your php_curl.dll build depends on normaliz.dll which cannot be found. I am using it on Win XP and Win Server 2003. Not sure, if it will work on win7/2008
at least php_curl from 5.4.12 does not depend on normaliz.dll, thus that older version is working
[EDIT2]
The x64 Versions work, because normaliz.dll is found on win2008 |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
Posted: Tue 16 Apr '13 13:37 Post subject: |
|
|
The x86 version also worked on Win7/Win2k8. My libcurl.lib was compiled with USE_IDN=yes, which added IDN support and the dependency on normalized.dll:
http://en.wikipedia.org/wiki/Internationalized_domain_name
I now followed php.net's defaults: no IDN support in libcurl. The x86 zip's are already online and the x64 zip's will follow shortly.
BTW: I asked the PHP developers if it is not about time to enable IDN in PHP 5.5, now that XP support is dropped in that version.
Edit: running the dependency walker was not needed. The normal PHP build process already does that and creates a snapshot.txt that is in the zip's. |
|
Back to top |
|
Cy4n1d3
Joined: 22 Apr 2013 Posts: 17
|
Posted: Mon 22 Apr '13 15:04 Post subject: |
|
|
Just wanted to drop by and thank you for your builds.
I'm using them in conjunction with the current 2.4.4 x64 Apache build from Steffen and they work great on Win 2008 R2.
Notably faster than the VC6 legacy builds I had to use with the old 2.2 apache...
Thanks alot! |
|
Back to top |
|
Brisingr Aerowing
Joined: 25 Jan 2013 Posts: 10
|
Posted: Thu 02 May '13 15:13 Post subject: Gettext Extension |
|
|
Where did you get the version of Gettext you used to compile the php_gettext extension? |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1264 Location: Amsterdam, NL, EU
|
|
Back to top |
|