ちょっと質問させてください。
php.iniを編集してApache2.0.64を起動したところ、php.iniにsyntax errorが出ました。
ファイルを開いてみたものの、どこに構文あやまりがあるのかわかりません。
エラーメッセージは「syntax error. unexpected BOOL_FALSE in C:\Windows\php.ini on line 1046」です。

↓ファイルの一部抜粋

[Pcre]
;PCRE library backtracking limit.
; http://php.net/pcre.backtrack-limit
;pcre.backtrack_limit=100000

;PCRE library recursion limit.
;Please note that if you set this value to a high number you may consume all
;the available process stack and eventually crash PHP (due to reaching the
;stack size limit imposed by the Operating System).
; http://php.net/pcre.recursion-limit
;pcre.recursion_limit=100000

[Pdo]
; Whether to pool ODBC connections. Can be one of "strict", "relaxed" or "off"   ←ここに問題があると言われる
; http://php.net/pdo-odbc.connection-pooling
;pdo_odbc.connection_pooling=strict

;pdo_odbc.db2_instance_name

[Pdo_mysql]


どこに構文エラーがあるか分かる方がおられましたら、ご指導ください。