Answered by:
[PHP][Web Apps] PHP settings not changing

Question
-
Hi guys,
I created a file .user.ini and put it in the root of the website, but some settings are not changing like
output_buffering=Off;
I tried with and without quotes etc so it's not about the syntax.
Can anybody help me? is it about the payment plan or something else? [it's not a free account]
- Edited by Gary Liu - MSFT Wednesday, January 6, 2016 1:04 AM modify title
- Edited by Jambor yaoMicrosoft employee Friday, July 1, 2016 1:32 AM update title
- Moved by Jambor yaoMicrosoft employee Friday, July 1, 2016 1:32 AM
Tuesday, January 5, 2016 5:27 AM
Answers
-
Per the reference on PHP document at http://php.net/manual/en/outcontrol.configuration.php. You can try to modify the configuration like:
output_buffering=0
without semicolon(;).
Regards,
Gary Liu
- Proposed as answer by Syed Irfan Hussain Tuesday, January 12, 2016 9:39 AM
- Edited by Will ShaoMicrosoft employee Monday, February 15, 2016 3:21 PM correct link
- Marked as answer by Will ShaoMicrosoft employee Monday, February 15, 2016 3:21 PM
Wednesday, January 6, 2016 1:09 AM
All replies
-
Hi,
Please check this blog Azure WebSites: how to change PHP ini settings:
Tuesday, January 5, 2016 5:50 PM -
Hello my friend,
I have also encountred this problem the previous week, so I have 2 suggestions :
The first one is that you can install SDK 2.8 for PHP in you VS 2015 , so that you can opn your PHP projet with Visual studio :)
The second solution is that you can open your project using Visual studio online and you can manage all files.
I have already wrote an article about Blob storage in PHP so you can see it
https://code.msdn.microsoft.com/use-an-Azure-blob-storage-bb26e48a :) please rate it if you find it useful
Hope that my answer will help you
Best of luck!
Tuesday, January 5, 2016 11:16 PM -
Per the reference on PHP document at http://php.net/manual/en/outcontrol.configuration.php. You can try to modify the configuration like:
output_buffering=0
without semicolon(;).
Regards,
Gary Liu
- Proposed as answer by Syed Irfan Hussain Tuesday, January 12, 2016 9:39 AM
- Edited by Will ShaoMicrosoft employee Monday, February 15, 2016 3:21 PM correct link
- Marked as answer by Will ShaoMicrosoft employee Monday, February 15, 2016 3:21 PM
Wednesday, January 6, 2016 1:09 AM