1
PHP / Re: readline not being installed with the php compilation
« Last post by cyberspace on Today at 12:09:21 PM »Try to install libedit, libedit-devel:
and then compile php again.
Code: [Select]
yum install libedit-devel libedit
and then compile php again.
2
PHP / Re: readline not being installed with the php compilation
« Last post by victorgomes on Today at 04:44:58 AM »when running command:
cat /var/log/php-rebuild.log | grep readline
i got these informations:
Package readline-devel-8.1-4.el9.x86_64 is already installed.
Link pcre2test with libreadline .... : no
checking for phpdbg readline support... no
checking for phpdbg and readline integration... disabled
checking for libedit readline replacement... no
checking for readline support... no
cat /var/log/php-rebuild.log | grep readline
i got these informations:
Package readline-devel-8.1-4.el9.x86_64 is already installed.
Link pcre2test with libreadline .... : no
checking for phpdbg readline support... no
checking for phpdbg and readline integration... disabled
checking for libedit readline replacement... no
checking for readline support... no
3
PHP / Re: readline not being installed with the php compilation
« Last post by victorgomes on Today at 03:40:22 AM »PHP 8.3.14 (cli) (built: Dec 9 2024 03:06:51) (NTS)
4
PHP / Re: readline not being installed with the php compilation
« Last post by overseer on Today at 03:26:56 AM »Which version of php do you have set for CLI use?
5
PHP / readline not being installed with the php compilation
« Last post by victorgomes on December 08, 2024, 10:39:49 PM »when installing php version 8.3.14 using php switch version the extensions readline is not being installed.
do you guys know how to solve it?
php -a
SourceGuardian requires Zend Engine API version 420220829.
The Zend Engine API version 420230831 which is installed, is newer.
Contact SourceGuardian Ltd. at https://www.sourceguardian.com/ for a later version of SourceGuardian.
Interactive shell (-a) requires the readline extension.
do you guys know how to solve it?
php -a
SourceGuardian requires Zend Engine API version 420220829.
The Zend Engine API version 420230831 which is installed, is newer.
Contact SourceGuardian Ltd. at https://www.sourceguardian.com/ for a later version of SourceGuardian.
Interactive shell (-a) requires the readline extension.
6
E-Mail / Re: We Cant verify that this email came from the sender so it might not be safe ...
« Last post by overseer on December 08, 2024, 12:54:12 AM »Yes, the php mail function is not safe to use and is deprecated in AlmaLinux -- so use a proper alternative (SMTP) that authenticates, logs, and has manageable rate limits.
7
MySQL / Re: Can't delete MySQL user after "cPanel Account Restore"
« Last post by overseer on December 08, 2024, 12:52:36 AM »The MySQL manager functions can be buggy. Try logging into phpMyAdmin and look at the DB there. You should have full control as the root user to make any adjustments or deletions you need.
8
MySQL / Can't delete MySQL user after "cPanel Account Restore"
« Last post by daviddietz on December 07, 2024, 11:39:18 PM »I recently switched from cPanel to CWP. After I backed up my cPanel account and imported it into CWP, everything functioned, but a weird thing happened.
CWP created MySQL users from the cPanel backup that can't be deleted. When I try, I get "Error
Invalid System User". Is there a way to resolve this?
CWP created MySQL users from the cPanel backup that can't be deleted. When I try, I get "Error
Invalid System User". Is there a way to resolve this?
9
E-Mail / Re: We Cant verify that this email came from the sender so it might not be safe ...
« Last post by cyberspace on December 07, 2024, 10:26:42 PM »Then install some SMTP plugin for Wordpress like "WordPress Mail SMTP" and configure it to send emails using SMTP with authorization.
10
E-Mail / Re: We Cant verify that this email came from the sender so it might not be safe ...
« Last post by mason64 on December 07, 2024, 08:07:07 PM »its the plugin fluent forms on wordpress i didnt set any smtp settings so must be via php mail function
Thanks
Dave
Thanks
Dave