]> granicus.if.org Git - php/commit
- Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
authorGustavo André dos Santos Lopes <cataphract@php.net>
Fri, 29 Oct 2010 15:29:15 +0000 (15:29 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Fri, 29 Oct 2010 15:29:15 +0000 (15:29 +0000)
commit231da1a5cb38e4ed9ab4067a56816488c1cd64b4
treed1c2e727bf25197928ce0a6a623b0193031cc061
parentc10af225c428f7c5a24c8367ae2b5c4bdf5aa0cb
- Fixed bug #53198 (changing INI setting "from" with ini_set did not have any
  effect)
#Made "from" a proper INI setting and bound it to a global variable.
#Previously, it was simply read from the hash table with the parsed ini file
#by using cfg_get_string (I wonder why this mechanism still exists...)
NEWS
ext/standard/file.c
ext/standard/file.h
ext/standard/ftp_fopen_wrapper.c
ext/standard/http_fopen_wrapper.c
ext/standard/tests/http/bug53198.phpt [new file with mode: 0644]