Re: [PHP] Depreciation message I can't make out....

2012-06-30 Thread Daniel Brown
On Thu, Jun 28, 2012 at 8:37 PM, tamouse mailing lists tamouse.li...@gmail.com wrote: Just a quick followup -- # comments are deprecated for .ini files, only, correct? They are still full citizens in php source, aren't they? Correct, Tam. -- /Daniel P. Brown Network Infrastructure

Re: [PHP] Depreciation message I can't make out....

2012-06-30 Thread Gary Lebowitz
By the way, I told GoDaddy about the # deprecation issue and they told me that I could simply change my root directory php5.ini file. But the error message is related to the PHP.ini file in /web/config, as I said. I could almost hear them shrugging their shoulders, what-me-worry style. If anyone

Re: [PHP] Depreciation message I can't make out....

2012-06-30 Thread tamouse mailing lists
On Sat, Jun 30, 2012 at 12:57 PM, Gary Lebowitz gurqi...@gmail.com wrote: By the way, I told GoDaddy about the # deprecation issue and they told me that I could simply change my root directory php5.ini file. But the error message is related to the PHP.ini file in /web/config, as I said. I could

Re: [PHP] Depreciation message I can't make out....

2012-06-28 Thread Camilo Sperberg
According to what i can understand from that message is that you have line(s) starting with # in your php.ini file. A proper ini file should use ; as the beginning from a comment. Check the given file at the given line and change the first # symbol into a ; one. Greetings. Sent from my

Re: [PHP] Depreciation message I can't make out....

2012-06-28 Thread Daniel Brown
On Thu, Jun 28, 2012 at 1:44 PM, Gary Lebowitz gurqi...@gmail.com wrote: Hi, I am running Moodle 2.2.3 and using PHP 5.3 on a Linux server with GoDaddy and am getting the message about depreciation after having typed the following command into their cron job manager:  /web/cgi-bin/php5_3

Re: [PHP] Depreciation message I can't make out....

2012-06-28 Thread tamouse mailing lists
On Thu, Jun 28, 2012 at 1:00 PM, Daniel Brown danbr...@php.net wrote:  PHP Deprecated:  Comments starting with '#' are deprecated in /web/conf/php5.ini on line 1256 in Unknown on line 0    Comment-out, using semicolons (;), any comments in your /web/conf/php5.ini file that begin with the