thanks... i got this working properly.
dave
-Original Message-
From: David Viner [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 20, 2002 9:05 AM
To: Php-Dev@lists. php. net
Subject: RE: [PHP-DEV] ini question
Here is my modified php_init_handler from mod_php4.c
static void
]
Sent: Thursday, September 19, 2002 6:25 PM
To: David Viner
Cc: Php-Dev@lists. php. net
Subject: RE: [PHP-DEV] ini question
> I am sure that you are correct, Rasmus, and apache is calling it twice,
but
> what I don't understand is, why are the messages not identical?
Because we check
> I am sure that you are correct, Rasmus, and apache is calling it twice, but
> what I don't understand is, why are the messages not identical?
Because we check for it? Sorry, I didn't actually read through your code
examples, but I bet if you trace back you will find that the
apache_php_initial
same "php_ini_handler: starting to run"
not printed the second time? And, why does the parser no longer call the
lexer?
I am sure that you are correct, Rasmus, and apache is calling it twice, but
what I don't understand is, why are the messages not identical?
dave
-Original Mes
n of the startup process?
>
> dave
>
>
> -Original Message-
> From: David Viner [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, September 18, 2002 3:45 PM
> To: Php-Dev@lists. php. net
> Subject: [PHP-DEV] ini question
>
>
> Hi,
> I turned on DEBUG_C
s why it
happens a second time.
thanks
dave
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 19, 2002 4:35 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [PHP-DEV] ini question
Can you provide some context?
Devon
Original Messag
Can you provide some context?
Devon
Original Message:
-
From: David Viner [EMAIL PROTECTED]
Date: Thu, 19 Sep 2002 16:16:18 -0700
To: [EMAIL PROTECTED]
Subject: RE: [PHP-DEV] ini question
After some further tweaking and fprintf-ing, it appears that the second
round of parser
, September 18, 2002 3:45 PM
To: Php-Dev@lists. php. net
Subject: [PHP-DEV] ini question
Hi,
I turned on DEBUG_CFG_PARSER in Zend/zend_ini_parser.y which has the parser
spit out each key-value pair it discovers. I noticed when I start my
Apache, it actually spits everything out twice. The first
Hi,
I turned on DEBUG_CFG_PARSER in Zend/zend_ini_parser.y which has the parser
spit out each key-value pair it discovers. I noticed when I start my
Apache, it actually spits everything out twice. The first time I know comes
from php_module_startup (called from php_apache_startup which i