|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2008-01-23 18:00 UTC] develar at gmail dot com
Description:
------------
set in php.ini any parameter = "{" is ignored (i. e. "no value")
Reproduce code:
---------------
;php.ini
date.timezone = "{"
Expected result:
----------------
{
Actual result:
--------------
no value
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 11:00:02 2025 UTC |
>> Why would you pass such value anyway? :) I use blitz - "blitz.tag_open = {". date.timezone as example :)