bsmither Posted June 12, 2014 Share Posted June 12, 2014 I need a location where I can download a build of PHP 5.4 or 5.5 for Windows (Server 2008) with FPM compiled within it. Quote Link to comment https://forums.phpfreaks.com/topic/289137-i-need-php/ Share on other sites More sharing options...
trq Posted June 12, 2014 Share Posted June 12, 2014 http://php.net Quote Link to comment https://forums.phpfreaks.com/topic/289137-i-need-php/#findComment-1482577 Share on other sites More sharing options...
bsmither Posted June 13, 2014 Author Share Posted June 13, 2014 Nope. For Windows, with FPM compiled in it. I've been to windows.php.net/download/ numerous times (see http://forums.phpfreaks.com/topic/288497-release-variants-of-php/), tried a large number of packages. I need the FPM compiled in it. I've not found a repository that explicitly or implicitly hints that FPM is compiled in the binary -- or however it comes. Quote Link to comment https://forums.phpfreaks.com/topic/289137-i-need-php/#findComment-1482592 Share on other sites More sharing options...
Psycho Posted June 13, 2014 Share Posted June 13, 2014 According to the FPM site PHP-FPM is now included in PHP core as of PHP 5.3.3. This website does not have much information on it anymore, as the documentation and support should be moving and integrated into the main PHP website. Quote Link to comment https://forums.phpfreaks.com/topic/289137-i-need-php/#findComment-1482597 Share on other sites More sharing options...
bsmither Posted June 13, 2014 Author Share Posted June 13, 2014 Been to that site as well. It is virtually abandoned and completely irrelevant. The documentation and support that is supposed to be at the main PHP website is incredibly sparse. In PHP 5.5.6, phpinfo(), says, in parts:Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--disable-zts" "--disable-isapi" "--disable-nsapi" "--without-mssql" "--without-pdo-mssql" "--without-pi3web" "--with-pdo-oci=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8=C:\php-sdk\oracle\instantclient10\sdk,shared" "--with-oci8-11g=C:\php-sdk\oracle\instantclient11\sdk,shared" "--with-enchant=shared" "--enable-object-out-dir=../obj/" "--enable-com-dotnet=shared" "--with-mcrypt=static" "--disable-static-analyze" "--with-pgo" Server API CGI/FastCGISAPI ModulesContribution: AuthorsCGI / FastCGI: Rasmus Lerdorf, Stig Bakken, Shane Caraveo, Dmitry StogovFastCGI Process Manager: Andrei Nigmatulin, dreamcat4, Antony Dovgal, Jerome LoyetISAPI: Andi Gutmans, Zeev SuraskiNSAPI: Jayakumar Muthukumarasamy, Uwe Schindler I notice how the configure disables isapi and nsapi, yet the modules are still listed in the credits. That leads me to believe that even though FPM is listed in the credits, that is not to assume the module is compiled in. Also, there is no distinct section for FPM, like 'filter', 'ftp', and 'gd'. I have a file called 'snapshot.txt' (came with the PHP package) that lists all the built-in extensions. FPM isn't listed. So, I appreciate the replies, but they are not an answer to the request. Quote Link to comment https://forums.phpfreaks.com/topic/289137-i-need-php/#findComment-1482626 Share on other sites More sharing options...
bsmither Posted July 19, 2014 Author Share Posted July 19, 2014 (edited) Stumbled across this stack: WempServer Claims to have PHP-FPM, and indeed, once installed, I see the php-fpm.exe file. I put the executable in my PHP 5.5.6 x64 folder but realize this WempServer stack is x86. So I create a PHP 5.5.14 x86 folder and use that. Just to what would happen, I started (double-clicked on) the php-fpm.exe file. I get a custom (that is, not within the cmd window) alert window that says the proper usage is: php\php-fpm -b 9000 (1-65535) which I take to mean I can use any number between 1 and 65525 instead of 9000. This command format is almost identical to the php-cgi command line format, I figure it should work, and if it doesn't, I would expect a more detailed cause of what's wrong. But, no!! Every time I try to start this puppy, I get the Incorrect Usage window (as I said, a custom alert window with "See website for info"). There is no info! Q: Will php-fpm.exe run, if given proper command line parameters, without a php-fpm.conf file? (php.ini is in the installed directory) Edited July 19, 2014 by bsmither Quote Link to comment https://forums.phpfreaks.com/topic/289137-i-need-php/#findComment-1485676 Share on other sites More sharing options...
Ch0cu3r Posted July 19, 2014 Share Posted July 19, 2014 (edited) I put the executable in my PHP 5.5.6 x64 folder but realize this WempServer stack is x86. So I create a PHP 5.5.14 x86 folder and use that. Why dont you just use php-fpm with WEMPServer? The php-fpm exe is most likely compiled to the PHP version bundled with WEMPServer, which means you cannot just copy it from one installation of PHP to another. Commands to use WEMPSever are here Edited July 19, 2014 by Ch0cu3r Quote Link to comment https://forums.phpfreaks.com/topic/289137-i-need-php/#findComment-1485678 Share on other sites More sharing options...
bsmither Posted July 19, 2014 Author Share Posted July 19, 2014 I am sorry to say that your "Why don't you..." response is disagreeable to me on several levels. Primarily, if I were to have already accepted the inscrutable reality of all of this and dumped my initial (and still current) environment, I would have gone the "can't be bothered to understand" user route and installed a preconfigured LAMP image (similar to pfSense). Quote Link to comment https://forums.phpfreaks.com/topic/289137-i-need-php/#findComment-1485687 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.