| Summary: | lang/php5: PHP 5.2.11 broken in FreeBSD ports under FreeBSD 7.2-Stable | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | James Chang <james.technew> |
| Component: | Individual Port(s) | Assignee: | Alex Dupre <ale> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
James Chang
2009-10-05 04:10:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->ale Over to maintainer. State Changed From-To: open->feedback Does the error appears with zero extensions loaded? And without the suhosin patch? State Changed From-To: feedback->closed Unable to reproduce, try to rebuild shared extensions. Alex, please reopen PR, bug is not solved but reproducable. Some
feedback you asked for plus some more findings:
1. Error does not depend on Suhosin-patch, it occurs with and without
patch enabled.
2. A complete rebuild of php5 and its extensions does not solve the
issue.
3. Error does not occur without any extensions.
4. Not sure whether only php-cli is affected because php-cgi works
with the extensions below.
5. Only some extensions trigger segfault:
- php5-mhash
- php5-pgsql
After disabling these extensions in php/extensions.ini
# php -v
does not segfault any longer.
I did not not check every extension but e.g. -xml, -pcre do not
trigger the segfault.
6. It does not look like a mem-issue, increasing mem in php.ini does not
solve it.
Cheers, Martin
Alex, please reopen PR, bug is not solved but reproducable. Some
feedback you asked for plus some more findings:
1. Error does not depend on Suhosin-patch, it occurs with and without
patch enabled.
2. A complete rebuild of php5 and its extensions does not solve the
issue.
3. Error does not occur without any extensions.
4. Not sure whether only php-cli is affected because php-cgi works
with the extensions below.
5. Only some extensions trigger segfault:
- php5-mhash
- php5-pgsql
After disabling these extensions in php/extensions.ini
# php -v
does not segfault any longer.
I did not not check every extension but e.g. -xml, -pcre do not
trigger the segfault.
6. It does not look like a mem-issue, increasing mem in php.ini does not
solve it.
Cheers, Martin
|