News Feed
Jobs Feed
Sections




News Archive
Vance Lucas' Blog:
Nginx + PHP-FPM Blank Pages with Phar Packages
March 08, 2012 @ 12:18:02

Vance Lucas has a new post sharing some of his experience in setting up nginx+PHP-FPM with phar packages that he recently had with setting up a new server instance for a company. The problem showed itself as blank pages, apparently due to a feature in the Suhosin security package.

Ran into this issue when setting up a new VPS for AutoRidge. This happens when using Nginx and PHP-FPM with PHP 5.3+ and the Suhosin patch when trying to run a PHP script using a PHAR package. From what I can gather, the Suhosin patch basically blocks PHP include/require functions from executing files ending with .phar, which results in a PHP segfault that leaves no trace of any error at all.

His solution is a pretty simple one - edit the "suhosin.ini" file to allow for the opening of includes in phar files (suhosin.executor.include.whitelist). You can find out more about the Suhosin security tool on the project's website.

0 comments voice your opinion now!
nginx phpfpm problem phar package suhosin


blog comments powered by Disqus

Similar Posts

Edin Kadribasic's Blog: PHP 4.4.4-win32 with MySQL 5.0.22

PHPit.net: Creating ZIP and TAR archives on the fly with PHP

PHPBuilder.com: An introduction to PEAR's Validate package

Christian Schaefer's Blog: Using PHP Web Scraper Goutte in a Console Task in a Silex project

Zend Developer Zone: Using the Twitter API with PHP and PEAR


Community Events











Don't see your event here?
Let us know!


release series code testing unittest community phpunit opinion example development application functional zendframework2 tool podcast introduction interview language object framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework