Author |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Fri 16 Nov '12 21:11 Post subject: php 5.5, say good bye to Windows XP and Server 2003 support |
|
|
Interesting tweet from PHP dev:
#php 5.5, say good bye to #Windows XP and WindowsServer 2003 support. About time. See
https://twitter.com/PierreJoye/status/269371542947893248
I replied:
When build with VC10 or VC9 it should run. When build with VC 2012 it does not run on XP 2003.
Plans to build with 2012 ?
Steffen |
|
Back to top |
|
Fsaber
Joined: 24 Nov 2012 Posts: 2 Location: Russia
|
Posted: Sun 25 Nov '12 6:31 Post subject: |
|
|
Q: What's changed to 5.5 src tree so it can't run on 5.xx NT?
A: Almost nothing. Realisation for 2 functions (introduced in 5.3) inet_pton and inet_ntop was switched from pure C workaround (Pierre's code in win32/inet.c 69 lines with idents and empty lines to beautify code) to winsock 2 dll (support for those functions was introduced in Vista and 2008 R1)
Q: Is it really bugs them so much that they decided to drop a whole bunch of peoples that still use 2003 servers and/or XP as test/devel platform?
A: Dunno. Anyway the source code is still there and all that 2003 guys need to do is to rebuild php with changed minver #defines requierements. (check on alpha src's - all the code here and ready for 2003 support.) |
|
Back to top |
|
jfha73
Joined: 18 Aug 2011 Posts: 62 Location: New York
|
Posted: Fri 11 Jan '13 3:32 Post subject: |
|
|
What the PHP People are saying is that PHP 5.5 for Windows will be complete x64 because the new servers (from 2008 R2) are only coming in x64, they also told me that they are testing VC10 and VC11 when it comes to programming language, to me I think VC10 will be best, I have tested Windows Server 2012 and it's just as bad as Windows 8 and for Windows Administrators it will be more difficult to go from 2008 R2 to 2012, besides, VC10 offers support for:
vista
xp
2003
2008
win7
In both x86 and x64, while VC11 won't have support for xp and 2003, if I'm not mistaken, I haven't tried it yet. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Fri 11 Jan '13 10:42 Post subject: |
|
|
No support doesn't mean that it doesn't run Only that there is no support for it. |
|
Back to top |
|
Fsaber
Joined: 24 Nov 2012 Posts: 2 Location: Russia
|
Posted: Fri 11 Jan '13 20:43 Post subject: |
|
|
jfha73 wrote: | What the PHP People are saying is that PHP 5.5 for Windows will be complete x64 because the new servers (from 2008 R2) are only coming in x64 |
Well... Does anybody use winXX as a production server anyway? Never get such an idea. I'm using win32.php for developing purposes as pre-beta of future *nix code. And for win32 console shell scripts. While putting up developer edition of 2K8 server it's only a matter of a time, I just refuse to say farewell to my fine-tuned and long-lived XP. (Installed in Dec 2005 and still kicking)...
Ok. Gonna catch last win32 working source and build it by myself. huh. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Fri 02 Jan '15 20:28 Post subject: |
|
|
Seems to
inet_ntop.php: 127.0.0.1 ::1 |
|
Back to top |
|