You can change it in your php.ini file if you want to change it for everything, but the error below indicates that it doesn't like something about that line. Not sure if you copied that line from somewhere, but the quotes look wrong. Make sure you are using standard double quotes, or a standard single quotes. " or '
You look to have the stylized windows quotes below.
-----Original Message-----
From: WEB400 [mailto:web400-bounces@xxxxxxxxxxxx] On Behalf Of Steve Richter
Sent: Wednesday, November 14, 2018 7:40 AM
To: Web Enabling the AS400 / iSeries
Subject: [WEB400] PHP fatal error - memory exhausted
get this error
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted when I run json_encode in a PHP script.
How to increase the memory limit?
I tried
ini_set(“memory_limit”,”1000M“);
but get error:
PHP Notice: Use of undefined constant memory_limit - assumed ' memory_limit '
--
This is the Web Enabling the IBM i (AS/400 and iSeries) (WEB400) mailing list To post a message email: WEB400@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/web400
or email: WEB400-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/web400.
[
https://www.medtronsoftware.com/img/MedtronMinilogo.bmp] Kevin Bucknum
Senior Programmer Analyst
MEDDATA / MEDTRON
120 Innwood Drive
Covington LA 70433
Local: 985-893-2550
Toll Free: 877-893-2550
https://www.medtronsoftware.com
CONFIDENTIALITY NOTICE
This document and any accompanying this email transmission contain confidential information, belonging to the sender that is legally privileged. This information is intended only for the use of the individual or entity named above. The authorized recipient of this information is prohibited from disclosing this information to any other party and is required to destroy the information after its stated need has been fulfilled. If you are not the intended recipient, or the employee of agent responsible to deliver it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or action taken in reliance on the contents of these documents is STRICTLY PROHIBITED. If you have received this email in error, please notify the sender immediately to arrange for return or destruction of these documents.
As an Amazon Associate we earn from qualifying purchases.