Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi for PHP/AddOn    [ Add a report in this area ]  
Report #:  49213   Status: Closed
Changes in php.ini are completly ignored
Project:  HTML5 Builder Build #:  1.0.1.415
Version:    1.0 Submitted By:   Andreas Franke
Report Type:  Basic functionality failure Date Reported:  7/18/2007 3:44:07 AM
Severity:    Serious / Highly visible problem Last Updated: 8/1/2007 5:41:18 PM
Platform:    All versions Internal Tracking #:  
Resolution: As Designed (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
I have to change some settings inside d4php's php.ini, but if I check this chages via a simple "phpinfo()", it shows that none of my changes is used. I've tried to activate some extra extensions (PDO, MYSQLI, ZIP)that are deliverd in Delphis php/ext directory and tried to change post_max_size, upload_max_filesize and some others. Is it a Bug or what I'm doing wrong?
Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

Tomohiro Takahashi at 7/18/2007 7:23:08 AM -
Please try to modify php.ini.template instead of php.ini.

php.ini is rewriten by php.ini.template when staring application from IDE.

Tomohiro Takahashi at 7/18/2007 7:25:36 AM -
Please see this KB of support site.
[PHP.INI overwritten each time each time the IDE is lanched]
http://support.codegear.com/en/article/36224

Server Response from: ETNACODE01