-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatfree framework : Call to undefined function headers_sent() #88
Comments
Read #87 (comment) |
About the You need to place the EDIT: Also I think that is better to add all the Workerman and Adapterman at the beginning of the file and later the code for the framework (or in another file). PD: we also send a PR to php-src, than when it's merged we don't need any more disable the php functions, Adapterman will be using the original php functions. php/php-src#16145 |
I can send you an example that I use to test FatFree, but it's failing. Actually:
I'll try to fix this DOCUMENT_ROOT !! |
Hi,
I tried to adapt Fatfree framework without success :
Here is my custom php ini :
https://github.com/joanhey/AdapterMan/blob/master/cli-php.ini
launched with
php -c cli-php.ini index.php start
Here is my modified index.php :
// Modified by Perplexity AI
error : Call to undefined function headers_sent() [/usr/src/myapp/vendor/bcosca/fatfree-core/base.php:2568]
But disabling function headers_sent() is a requirement ....
The text was updated successfully, but these errors were encountered: