to determine which php.ini file you are using you can run a command like php -i | grep php.ini that will give you the phpinfo outputted to the command line.
On Thu, Apr 30, 2015 at 12:25 AM, Benjamin Lees <[email protected]> wrote: > On Tue, Apr 28, 2015 at 2:37 PM, Peter Presland <[email protected]> > wrote: > > php.ini memory_limit is set at 1000M. So can somebody tell what exactly > > is setting a max memory size of only 256K for this script? > > You might have multiple PHP config files, one for the CLI and one for > Apache. > > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > -- Jonathan Aquilina _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
