What exactly are you trying to set? In the php.ini file, text in square brackets is only used as section markers and is ignored the same as commented text. In any case, PATH is not a valid php.ini setting item to the best of my knowledge. Do you want to set include_path, perhaps?
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
What exactly are you trying to set? In the php.ini file, text in square brackets is only used as section markers and is ignored the same as commented text. In any case, PATH is not a valid php.ini setting item to the best of my knowledge. Do you want to set include_path, perhaps?
The manual says, "These sections are used only in CGI/FastCGI mode and they can not set extension and zend_extension directives." Does this apply to your situation (CGI/FastCGI)?
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
Bookmarks