| Summary: | lang/php5: Update of PHP-5.2.10 to 5.2.11 breaks CLI and FastCGI | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Michael Powell <nightrecon> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Michael Powell
2009-09-27 16:30:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Fix synopsis and assign. State Changed From-To: open->feedback Unable to reproduce. Nothing changed from previous versions. (app1-bla <~>) 0 # /usr/local/bin/php /usr/local/www/data/phpinfo.php Segmentation fault: 11 FreeBSD app1-bla 7.2-RELEASE-p3 FreeBSD 7.2-RELEASE-p3 #0: Wed Sep 23 11:29:14 CEST 2009 root@app1-bla:/usr/obj/usr/src/sys/GENERIC amd64 (app1-bla <~>) 0 # cat /var/db/ports/php5/options # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for php5-5.2.4_1 _OPTIONS_READ=php5-5.2.4_1 WITH_CLI=true WITHOUT_CGI=true WITH_APACHE=true WITHOUT_DEBUG=true WITHOUT_SUHOSIN=true WITH_MULTIBYTE=true WITH_IPV6=true WITH_MAILHEAD=true WITHOUT_REDIRECT=true WITHOUT_DISCARD=true WITHOUT_FASTCGI=true WITHOUT_PATHINFO=true (app1-bla <~>) 0 # pkg_info |grep php5-5 php5-5.2.11 PHP Scripting Language There's a new version of the mailheader-patch available - but I still got SIGSEGV when running phpinfo(). I tried disabling the COPTFLAGS= -O -pipe that I have on this server, but it still SIGSEGVed. Then, I re-ran make config on devel/php5 and it showed the mailheader-patch and suhosin disabled. (The /var/db/ports directory was copied over from another server) I re-enabled everything I needed to have enabled as options, portupgrade -f 'ed php-5 and all the extensions - and at least, now /usr/local/bin/php /usr/local/www/data/phpinfo.php gives a meaningfull output. I had to reinstall two pecl-extensions, because the php5-extensions port (or portupgrade) seemed unable to recognize them and try to install them again (which failed). Anyway, hope this is of help. Best Regards, Rainer State Changed From-To: feedback->closed No more an issue. |