Is there an Apache or PHP setting that would cause an extension to be
deinitilized in the initial root process on startup?
We have an extension that forks a process from the initial Apache root
process and does privileged work. The regular Apache workers running as
'apache' communicate with this r
Yes, PHP-GTK. :)
-Andrei
On Apr 16, 2007, at 11:36 AM, Stanislav Malyshev wrote:
Sorry for the cryptic reply. I think that initializing a static
class
property as well as initializing a default property with for example
an array is an obvious use case. Try to do the following in an
exten
On 04/19/2007 03:27 PM, Sebastian Nohn wrote:
Hi,
5.2.1 output is:
float(6.9E+9)
string(16) "A is: 69"
5.2.2-dev output is:
float(6.9E+9)
string(12) "A is: 6.9E+9"
Fix committed, please test the next snapshot.
Works! Thanks a lot!
Thanks you for letting us know =)
--
Wbr,
An
Hi,
On Thu, April 19, 2007 11:33 am, Antony Dovgal wrote:
> On 04/15/2007 11:05 AM, Sebastian Nohn wrote:
>> > $a = 69;
>> var_dump($a);
>> $b = "A is: ".$a;
>> var_dump($b);
>> ?>
>>
>> 5.2.1 output is:
>>
>> float(6.9E+9)
>> string(16) "A is: 69"
>>
>> 5.2.2-dev output is:
>>
>>
On 04/15/2007 11:05 AM, Sebastian Nohn wrote:
5.2.1 output is:
float(6.9E+9)
string(16) "A is: 69"
5.2.2-dev output is:
float(6.9E+9)
string(12) "A is: 6.9E+9"
Fix committed, please test the next snapshot.
--
Wbr,
Antony Dovgal
--
PHP Internals - PHP Runtime Development Mailing
And lo, the snapshot was "A Good Thing".
On 18/04/07, Richard Quadling <[EMAIL PROTECTED]> wrote:
This looks like it will be available in snaps.php.net in about 40 minutes.
Looking forward to it!
On 17/04/07, Rob Richards <[EMAIL PROTECTED]> wrote:
> Unless anyone sees a way to do this without