문제

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