>>Hi all, i have a RH with all updates to 5.3 (httpd-2.2.3-22.el5 and >>php-5.1.6-23.el5) where i'm experiencing a problem in setting the php >>memory limit. In php.ini I have 32M but an app (drupal customized site) >>needs more. I have increased it in .htaccess up to 64M. The phpinfo() >>reports that the local value has been changed to 64M, but i'm still >>finding "PHP Fatal error: Allowed memory size of 33554432 bytes >>exhausted" in apache error log.
>I wonder if there could be some URL rewriting going on that causes the .htaccess setting to be ignored or overridden in the Drupal app. >Assuming you're running mod_php and it's a vhost, maybe try setting the value with php_admin_value in the vhost definition? I've used "brute force" and increased the limit in php.ini on the whole machine. Same result. I've asked the developer to double check if they have deployed some "ini_set()" in PHP code: it's my only possible explanation at the moment :( Thank you
_______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
