[PHP-DEV] Re: Confusing Windows Users 101...the download page is UNUSABLE.

2012-03-31 Thread David Soria Parra
On 2012-03-31, Thomas Hruska thru...@cubiclesoft.com wrote:
 I've been writing software for Windows in Visual Studio since forever 
 and also know user-land PHP like the back of my hand and, even after a 
 few Google searches, I'm still scratching my head over which PHP Windows 
 binary download I want to use.  If *I* can't figure out which version is 
 appropriate, neither can the average web developer.

 Fixing the Windows binary download page so that it is USABLE by the 
 average user should be priority #1.

Thank you for letting us know about the potential problems of the
windows download site. Feedback is alwahys appreciated. Why not go
ahead and help out? Feel free to fork the windows website on
https://github.com/php/web-windows and open a pull request.

Thanks

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: Confusing Windows Users 101...the download page is UNUSABLE.

2012-03-31 Thread Yasuo Ohgaki
Hi

2012/4/1 David Soria Parra d...@php.net:
 On 2012-03-31, Thomas Hruska thru...@cubiclesoft.com wrote:
 I've been writing software for Windows in Visual Studio since forever
 and also know user-land PHP like the back of my hand and, even after a
 few Google searches, I'm still scratching my head over which PHP Windows
 binary download I want to use.  If *I* can't figure out which version is
 appropriate, neither can the average web developer.

 Fixing the Windows binary download page so that it is USABLE by the
 average user should be priority #1.

 Thank you for letting us know about the potential problems of the
 windows download site. Feedback is alwahys appreciated. Why not go
 ahead and help out? Feel free to fork the windows website on
 https://github.com/php/web-windows and open a pull request.

 Thanks

You would probably want to read these to contribute.

https://wiki.php.net/vcs/gitfaq
https://wiki.php.net/vcs/gitworkflow

Regards,

--
Yasuo Ohgaki
yohg...@ohgaki.net

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] Re: Confusing Windows Users 101...the download page is UNUSABLE.

2012-03-31 Thread Kris Craig
On Sat, Mar 31, 2012 at 1:54 PM, Yasuo Ohgaki yohg...@ohgaki.net wrote:

 Hi

 2012/4/1 David Soria Parra d...@php.net:
  On 2012-03-31, Thomas Hruska thru...@cubiclesoft.com wrote:
  I've been writing software for Windows in Visual Studio since forever
  and also know user-land PHP like the back of my hand and, even after a
  few Google searches, I'm still scratching my head over which PHP Windows
  binary download I want to use.  If *I* can't figure out which version is
  appropriate, neither can the average web developer.
 
  Fixing the Windows binary download page so that it is USABLE by the
  average user should be priority #1.
 
  Thank you for letting us know about the potential problems of the
  windows download site. Feedback is alwahys appreciated. Why not go
  ahead and help out? Feel free to fork the windows website on
  https://github.com/php/web-windows and open a pull request.
 
  Thanks

 You would probably want to read these to contribute.

 https://wiki.php.net/vcs/gitfaq
 https://wiki.php.net/vcs/gitworkflow

 Regards,

 --
 Yasuo Ohgaki
 yohg...@ohgaki.net

 --
 PHP Internals - PHP Runtime Development Mailing List
 To unsubscribe, visit: http://www.php.net/unsub.php


Isn't Apache still building under VC6, or have they finally switched to VC9?

--Kris