Re: [PHP] Error parsing php.ini

2004-07-23 Thread Jason Davidson
Im beat, unless there is any more information that could possibly clue
me in, im lost.  A one time error on a section of file that is
commented out i dont understand.  im sorry :(
.. some hardware glich or something maybe??? ... i dunno. haha

Jason

On Fri, 23 Jul 2004 14:10:09 -0700, Pablo Gosse <[EMAIL PROTECTED]> wrote:
> 
> Jason Davidson wrote:
> > Oh, it was a one time error, strange, youve never had this error
> > before, and this definately is the php.ini file your using, ie, there
> > isnt another somewhere thats getting used?  
> 
> 
> Quothe the terminal:
> 
> [EMAIL PROTECTED] html]$ find / -type f -name "php.ini" 2>/dev/null
> /u0/local/apache2/conf/php/php.ini
> 
> Yup.  That's the only php.ini.  This is the only time it happened, and
> it was the only error in the log.
> 
> Any other ideas?
> 
> Cheers and TIA.
> 
> Pablo
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Error parsing php.ini

2004-07-23 Thread Pablo Gosse

Jason Davidson wrote:
> Oh, it was a one time error, strange, youve never had this error
> before, and this definately is the php.ini file your using, ie, there
> isnt another somewhere thats getting used?  


Quothe the terminal:

[EMAIL PROTECTED] html]$ find / -type f -name "php.ini" 2>/dev/null
/u0/local/apache2/conf/php/php.ini

Yup.  That's the only php.ini.  This is the only time it happened, and
it was the only error in the log.

Any other ideas?

Cheers and TIA.

Pablo

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Error parsing php.ini

2004-07-23 Thread Pablo Gosse

Jason Davidson wrote:
> Can you show whats on either side of that too please


The following are lines 91 - 112

; You can redirect all of the output of your scripts to a function.  For
; example, if you set output_handler to "ob_gzhandler", output will be
; transparently compressed for browsers that support gzip or deflate
encoding.
; Setting an output handler automatically turns on output buffering.
output_handler =

; The unserialize callback function will called (with the undefind
class'
; name as parameter), if the unserializer finds an undefined class
; which should be instanciated.
; A warning appears if the specified function is not defined, or if the
; function doesn't include/implement the missing class.
; So only set this entry, if you really want to implement such a
; callback-function.
unserialize_callback_func=

; Transparent output compression using the zlib library
; Valid values for this option are 'off', 'on', or a specific buffer
size
; to be used for compression (default is 4KB)
;
; Note: output_handler must be empty if this is set 'On' 
;
zlib.output_compression = Off

Line 102 is the line which begins with "; So only set this entry,..."

The CMS has been working fine all morning.  The error occurred at 9:18
last night, so I'm guessing it might not be that serious since it ran
fine every minute after the error occurred, but it's very strange that
this happened just this once.

Any ideas?

Cheers and TIA.

Pablo

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] Error parsing php.ini

2004-07-23 Thread Pablo Gosse
Jason Davidson wrote:
> whats on line 102 of the php.ini file ???
> 
> Jason
> 
> On Fri, 23 Jul 2004 10:27:29 -0700, Pablo Gosse <[EMAIL PROTECTED]>
> wrote: 
>> Hi folks.  I've written a CMS which uses a cron job to execute a
>> script that pushes/pulls content from our website.
>> 
>> It's been working very well, and still is, but this morning I found
>> this in the CMS error log: 
>> 
>> PHP:  Error parsing /u0/local/apache2/conf/php/php.ini on line 102
>> 
>> Has anyone encountered this type of error before?  I've googled it
>> but have been unable to find any useful information.
>> 
>> If anyone has any advice I'd greatly appreciate it.
>> 
>> Cheers and TIA.
>> 
>> Pablo
>> 
>> --
>> PHP General Mailing List (http://www.php.net/)
>> To unsubscribe, visit: http://www.php.net/unsub.php

Sorry, that might've helped ;o)

That's the strange part.  Lines 102 is the following:

; So only set this entry, if you really want to implement such a 

So it's a comment and should not be parsed.

Any ideas?

Cheers and TIA.

Pablo

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php