Bug 1176969
| Summary: | Users cannot create a PHP application without internet access due to pear channel-update | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Luke Meyer <lmeyer> |
| Component: | Image | Assignee: | Jakub Hadvig <jhadvig> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | jdetiber, jialiu, jokerman, knakayam, libra-bugs, libra-onpremise-devel, lmeyer, mmccomas, wzheng |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1176491 | Environment: | |
| Last Closed: | 2015-03-05 19:56:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1176491 | ||
|
Description
Luke Meyer
2014-12-23 16:34:39 UTC
https://github.com/openshift/origin-server/pull/6030 should address this. Verified on devenv_5376. Mannually change the pear.php.net to an invalid one in online server and delete the fix "|| true", php cannot be created with errors like "Cannot open pear.php.net123"; But if add the fix "|| true", app can be created successfully. |