|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2017-05-30 20:29 UTC] ian at gumstix dot com
Description: ------------ The Postscript (ps) extension does not work in PHP7 and never has: https://bugs.php.net/bug.php?id=74124 But you wouldn't know it from reading the manual: http://php.net/manual/en/book.ps.php As far as I can tell, this extension was never deprecated, but it clearly was not considered a blocking issue for the release of PHP7. How can I tell which PECL extensions are actually supported, and which (like ps) are effectively not? Patches9.79.0-75f6630 (last revision 2017-10-14 06:23 UTC by jerrie dot coleman013173 at gmail dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 15:00:02 2025 UTC |
1. The ps changelog specifically mentions that 1.4.0 supports PHP 7 ("phpng") and no longer supports PHP 5. Even Linux distros are bundling ps-1.4.0 with their PHP 7 builds. 2. If ps didn't support PHP 7 at all then you wouldn't even be able to use the extension because PHP would have ignored it during startup. With a warning. I don't even see anything in your backtrace to suggest ps is at fault: the crash is happening while opcache is compiling a file during an autoload.