Fedora 36: PHP Fatal error: Uncaught Error: Call to undefined function #2
Labels
No labels
Bug
Cannot Resolve
Completed
Enhancement
Important
Question
Resolved
Security Issue
Suggestion
Todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Nosial/ncc#2
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug:
PHP Fatal error: Uncaught Error: Call to undefined function
To Reproduce:
Install autoload, ncc
Expected behavior:
Run through the installation
System:
Additional Logs:
bash-5.1$ sudo ./INSTALL
Nosial Code Compiler (NCC) Installation Script
Nosial Code Compiler is a program written in PHP designed
to be a multipurpose compiler, package manager and toolkit.
dependency: PHP 8.0+
Warning: Your terminal may have some issues rendering the output of this installer
PHP Fatal error: Uncaught Error: Call to undefined function posix_getuid() in /home/hax/GitHub/ncc/build/src/INSTALL:157
Stack trace:
#0 {main}
thrown in /home/hax/GitHub/ncc/build/src/INSTALL on line 157
changed the description
changed the description
Hello Hx,
Thank you for reporting the issue. Will look into fixing it when i get the time
changed the description
An easy fix to this would be to
And throwing an error if posix is not installed or available.