OSDN Git Service

BugTrack2/290 Rename 'http_request' function to 'pkwk_http_request'
authorumorigu <umorigu@gmail.com>
Thu, 4 Feb 2016 15:43:45 +0000 (00:43 +0900)
committerumorigu <umorigu@gmail.com>
Thu, 4 Feb 2016 15:43:45 +0000 (00:43 +0900)
commit8e23f5085f264a8a8c013cc53ea70d6ca17a2569
treeea2427ff4840447cd45d02c56ee74086d72c67f7
parent6f62f985602fcd5d51833c69c0eac7d969f45f88
BugTrack2/290 Rename 'http_request' function to 'pkwk_http_request'

pecl_http extension also have the function named 'http_request'.
So, if pecl_http is enable, PukiWiki crashes because of
the name conflict.
I renamed the function to 'pkwk_http_request'.
And I also defined 'http_request' function on the environment
without pecl_http for the backword (mainly your plugin) compatibility.
lib/proxy.php
plugin/amazon.inc.php
plugin/showrss.inc.php