How to use register_globals in php-fpm for only each user

shanky

Verified User
Joined
Dec 7, 2007
Messages
88
Hi

Server : nginx_apache, php 5.6 php-fpm

some program in the server is not running properly as it requires "register_globals".

How I can enable "register_globals" for only each user in php-fpm.

Thanks
 
Sorry to dig it again!

Can it be enbale in php-fpm53? Some new customers are still using it with php 5.3?

Thanks
 
You may try Custom HTTPD (admin level) for this domain like this:
php_admin_flag register_globals on
 
Back
Top