[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Php5 question



John W. Foster grabbed a keyboard and wrote:
> On Tue, 2013-08-06 at 15:36 -0700, David Guntner wrote: 
>> John W. Foster grabbed a keyboard and wrote:
>>> Im seeing this type of error in several situations on both my machines &
>>> on the remote servers that I work with. Any way to get rid of this error
>>> message. It does not seem to be a fatal issue, just annoying.
>>
>> And what error is that...?
> 
> oops!!!!
> 
>> PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0

Pretty much means what it says - the .ini file it's pointing to is using
# as a comment, and it's giving you a warning that the use of the #
character for a comment is now considered deprecated.  Edit the file in
question and change the offending line to use // or ; to indicate a
comment, and that message should go away.  Unless I'm getting myself
confused with something else... :-)

              --Dave


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


Reply to: