Page 1 of 1
Windows version of PHP 5.3.27 nucleus repository
Posted: Wed Oct 30, 2013 12:30 pm
by jconrad@ucg.com
sorry . . . a windows question!
the nucleus repository is GREAT for those of us still running 5.3.27. but, is there something similar for a windows environment?? we've only got about 2 servers that need patches for:
CVE-2013-4248
CVE-2011-4718
is there anything that anyone knows of that will provide patches for these for a windows server??
thanks . . . john.
Re: Windows version of PHP 5.3.27 nucleus repository
Posted: Thu Oct 31, 2013 8:57 am
by prupert
I am not aware of a third party vendor that provides extended security updates for Windows PHP 5.3.27, but they probably exist.
According to
http://php.net/releases/5_3_27.php this version still receives security updates for the next year by PHP. Downloads can be found at
http://windows.php.net/download/
Re: Windows version of PHP 5.3.27 nucleus repository
Posted: Thu Oct 31, 2013 12:12 pm
by jconrad@ucg.com
yeah, i noticed they say they'll still be putting out security updates, but i haven't seen any on their site for:
CVE-2013-4248
CVE-2011-4718
i'm just really surprised, since it seems atomicorp is the only place i found that's really addressing the PHP 5.3.27 EOL. seems there's a TON of stuff out there where going from 5.3 to 5.4 will cause some issues.
Re: Windows version of PHP 5.3.27 nucleus repository
Posted: Fri Nov 01, 2013 8:31 am
by scott
Oh yeah absolutely, I've run into many apps that arent compatible with 5.4 yet. Check out phpc (yum insall phpc) from the repo, it can test applications for php 5.3-5.5 compatibility on the function level.
In regard to a windows version... Im not even sure what they use to build that (ming?). We'd probably have to take that on through pro-services to figure it out. It'd probably be less trouble for you to move the app(s) to a linux box.
Re: Windows version of PHP 5.3.27 nucleus repository
Posted: Wed Nov 06, 2013 10:49 am
by jconrad@ucg.com
oh, that's a pretty cool utility, and will definitely be useful in the future -- thanks!!!
my understanding is that the guy is trying to get 5.5 to work with the current code, so, hopefully that'll work.
thanks again!

Re: Windows version of PHP 5.3.27 nucleus repository
Posted: Wed Nov 06, 2013 10:56 am
by jconrad@ucg.com
hey, scott . . . i was actually just looking, but i couldn't find this "phpc" module.
i checked the free atomic and nucleus repositories.
can you point me in the right direction?? thanks . . . john.
Re: Windows version of PHP 5.3.27 nucleus repository
Posted: Wed Nov 06, 2013 2:07 pm
by scott
My bad, I typo'd its: yum install phpcs
Theres a thread in the PHP forum about some hacks to automate it scanning whole vhost trees If I recall.