Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13191 - PHP 4.3.0 has no Binary
Summary: PHP 4.3.0 has no Binary
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-03 16:49 UTC by Mark Duckworth
Modified: 2003-01-08 11:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Fixes (patch.txt,1.39 KB, patch)
2003-01-03 18:19 UTC, Magnus Määttä
Details | Diff
New patch (patch.txt,1.99 KB, patch)
2003-01-03 19:12 UTC, Magnus Määttä
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Duckworth 2003-01-03 16:49:46 UTC
I'm not sure what the deal is but this has to be a bug of some sort somewhere. 
PHP 4.2.3 ebuild has a resulting binary, php in /usr/bin.  PHP 4.3.0 does not
have this binary nor does it look like it tries to install it during the ebuild.
Comment 1 Magnus Määttä 2003-01-03 18:15:28 UTC
I'm working on a fix for this and other issues too..
It should be finnished in a couple of minutes..
Comment 2 Magnus Määttä 2003-01-03 18:19:23 UTC
Created attachment 6929 [details, diff]
Fixes
Comment 3 Magnus Määttä 2003-01-03 18:22:25 UTC
Oops, I haven't used this bug system before so I didn't know it got
submitted directly.

Well, this patch fixes this:
* CLI is enabled.
* CGI is disabled since this shouldn't be used on a webserver anyway.
* php.ini gets installed.
* php gets installed.
* Fixing a security issue with permissions.
* register_globals shouldn't be enabled by default,
  and why do you need it for a CLI build anyway ?
Comment 4 Magnus Määttä 2003-01-03 19:12:02 UTC
Created attachment 6934 [details, diff]
New patch

Ok, forget about my last patch, it's already old (obsolete).
I fixed some invalid stuff too:
* --with-pam is invalid.
* --with-sablot is invalid, correct one --with-xslt-sablot=/usr
* all other changes are there as well.
Comment 5 Ryan Phillips (RETIRED) gentoo-dev 2003-01-08 11:25:35 UTC
committed