質問

I am watching tutorial videos to learn php and I am trying to setup my computer for working on php. Although the videos tell me how to shut off the magic_quotes_gpc, it does not show at all on php info page so, could you please help me with that..

Note:

1) I am working on PHP Version 5.4.10

2) I am also using a regular text editor to make changes on php.ini

役に立ちましたか?

解決

The magic quotes feature has been removed from PHP since version 5.4. You cannot enable or configure it anymore, it is permanently set to "off".

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top