Opened 17 years ago
Closed 17 years ago
Last modified 16 years ago
#6126 closed patch (fixed)
Mythweb posix_uname to php_uname conversation
Reported by: | Owned by: | Rob Smith | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweb | Version: | head |
Severity: | low | Keywords: | mythweb |
Cc: | Ticket locked: | yes |
Description
I get an error in mythweb on Suse: Fatal error: Call to undefined function posix_uname() in includes/defines.php on line 24
So i converted posix_uname to php_uname
I don't know id it works on all systems, but here mythweb is running again.
Attachments (1)
Change History (10)
by , 17 years ago
Attachment: | mythweb_posix_uname.patch added |
---|
comment:1 by , 17 years ago
comment:3 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:5 by , 16 years ago
can we have this back ported to release-0-21-fixes ?
i upgraded my box from fedora 10 to 11 and ran into this issue with 0.21-fixes and the fix seems trivial.
follow-up: 7 comment:6 by , 16 years ago
Or, just install the PHP POSIX package for your distro (php-process for Fedora) and you don't need the patch. And, please tell your packager to fix the deps.
follow-up: 8 comment:7 by , 16 years ago
Replying to sphery <mtdean@thirdcontact.com>:
Or, just install the PHP POSIX package for your distro (php-process for Fedora) and you don't need the patch. And, please tell your packager to fix the deps.
Having this issue on upgrade to Fedora 11 as well. I did a yum search posix, and there were no packages that mentioned php. What do I install?
comment:8 by , 16 years ago
Replying to anonymous:
Replying to sphery <mtdean@thirdcontact.com>:
Or, just install the PHP POSIX package for your distro (php-process for Fedora) and you don't need the patch. And, please tell your packager to fix the deps.
Having this issue on upgrade to Fedora 11 as well. I did a yum search posix, and there were no packages that mentioned php. What do I install?
To repeat: "php-process for Fedora"
comment:9 by , 16 years ago
Ticket locked: | set |
---|
This is not a support forum (especially not if you're illiterate ;)). Ticket locked!
You might want to try installing php5-posix instead.