[PHP-DEV] Anybody written a Java SAPI?

2006-02-21 Thread Ben Trafford
Hello! And here I am, back with more SAPI questions. Having abandoned my earlier project as unworkable, I'm trying to build a MUD server in Java...and I want people from within the MUD server to be able to access functions written in PHP. Seems like an ideal situation for a SAPI.

Re: [PHP-DEV] True labelled breaks

2006-02-21 Thread Zeev Suraski
At 13:43 20/02/2006, Lukas Smith wrote: Hartmut Holzgraefe wrote: Wez Furlong wrote: I think not many people use it because it's difficult to use. Having real labels might change that. Personally, I'd prefer real goto, as I've stated in the past. Just for the record again, I'm +1 for goto, and

Re: [PHP-DEV] True labelled breaks

2006-02-21 Thread Derick Rethans
On Mon, 20 Feb 2006, Lukas Smith wrote: > Hartmut Holzgraefe wrote: > > Wez Furlong wrote: > > > I think not many people use it because it's difficult to use. > > > Having real labels might change that. > > > Personally, I'd prefer real goto, as I've stated in the past. > > > Just for the record a

Re: [PHP-DEV] True labelled breaks

2006-02-21 Thread Steph Fox
Hartmut Holzgraefe wrote: > Wez Furlong wrote: > > I think not many people use it because it's difficult to use. > > Having real labels might change that. > > Personally, I'd prefer real goto, as I've stated in the past. > > Just for the record again, I'm +1 for goto, and +0.5 for labelled > > bre

Re: [PHP-DEV] True labelled breaks

2006-02-21 Thread Derick Rethans
On Tue, 21 Feb 2006, Steph Fox wrote: > > > Hartmut Holzgraefe wrote: > > > > Wez Furlong wrote: > > > > > I think not many people use it because it's difficult to use. > > > > > Having real labels might change that. > > > > > Personally, I'd prefer real goto, as I've stated in the past. > > > > >

Re: [PHP-DEV] Anybody written a Java SAPI?

2006-02-21 Thread Michael Vergoz
Hi, Take a look at sapi/php_embed/ You'll need a good skill in PHP engine this SAPI module is a good example. - Original Message - From: "Ben Trafford" <[EMAIL PROTECTED]> To: Sent: Tuesday, February 21, 2006 11:31 AM Subject: [PHP-DEV] Anybody written a Java SAPI? Hello! And her

[PHP-DEV] Cannot build HEAD on Win32

2006-02-21 Thread Sebastian Bergmann
http://phpfi.com/103442 -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Change to function call semantics in PHP 5.1?

2006-02-21 Thread Mark Spruiell
In PHP 5.0.x, I can chain function calls like this: $obj->method()->anotherMethod(); In PHP 5.1.x, this code results in an error: parse error, unexpected T_OBJECT_OPERATOR in ... I've looked through the change log for 5.1 but didn't see anything relevant. Was this an intentional change? Thank

[PHP-DEV] Change to function call semantics in PHP 5.1?

2006-02-21 Thread Mark Spruiell
In PHP 5.0.x, I can chain function calls like this: $obj->method()->anotherMethod(); In PHP 5.1.x, this code results in an error: parse error, unexpected T_OBJECT_OPERATOR in ... I've looked through the change log for 5.1 but didn't see anything relevant. Was this an intentional change? Thank

[PHP-DEV] Re: Change to function call semantics in PHP 5.1?

2006-02-21 Thread Michael Wallner
Mark Spruiell wrote: In PHP 5.0.x, I can chain function calls like this: $obj->method()->anotherMethod(); In PHP 5.1.x, this code results in an error: parse error, unexpected T_OBJECT_OPERATOR in ... I've looked through the change log for 5.1 but didn't see anything relevant. Was this an int

[PHP-DEV] Re: Change to function call semantics in PHP 5.1?

2006-02-21 Thread jome
Mark Spruiell skrev: In PHP 5.0.x, I can chain function calls like this: $obj->method()->anotherMethod(); In PHP 5.1.x, this code results in an error: parse error, unexpected T_OBJECT_OPERATOR in ... I've looked through the change log for 5.1 but didn't see anything relevant. [EMAIL PROTECT

[PHP-DEV] recover from a segfault

2006-02-21 Thread Nuno Lopes
Hi, In the last days I've exchanged some e-mails with PCRE's author because of one more bug that appeared in our database about segfaults in PCRE (related to stack overflows). PCRE can consume a lot of stack, because of backtracking (thus segfaulting PHP). Yesterday I've discovered that when u

Re: [PHP-DEV] Re: Change to function call semantics in PHP 5.1?

2006-02-21 Thread Mark Spruiell
> Mark Spruiell wrote: >> In PHP 5.0.x, I can chain function calls like this: >> >> $obj->method()->anotherMethod(); >> >> In PHP 5.1.x, this code results in an error: >> >> parse error, unexpected T_OBJECT_OPERATOR in ... >> >> I've looked through the change log for 5.1 but didn't see >> anything

Re: [PHP-DEV] recover from a segfault

2006-02-21 Thread Ilia Alshanetsky
Nuno Lopes wrote: In the last days I've exchanged some e-mails with PCRE's author because of one more bug that appeared in our database about segfaults in PCRE (related to stack overflows). PCRE can consume a lot of stack, because of backtracking (thus segfaulting PHP). Yesterday I've discovere

Re: [PHP-DEV] recover from a segfault

2006-02-21 Thread Rasmus Lerdorf
Nuno Lopes wrote: Hi, In the last days I've exchanged some e-mails with PCRE's author because of one more bug that appeared in our database about segfaults in PCRE (related to stack overflows). PCRE can consume a lot of stack, because of backtracking (thus segfaulting PHP). Yesterday I've dis

Re: [PHP-DEV] Cannot build HEAD on Win32

2006-02-21 Thread taft
could you tell me the way you choose to build? I mean steps. 2006/2/22, Sebastian Bergmann <[EMAIL PROTECTED]>: > > http://phpfi.com/103442 > > -- > Sebastian Bergmann http://www.sebastian-bergmann.de/ > GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69

[PHP-DEV] extension and apache 2.x compatibility issue.

2006-02-21 Thread D. Walsh
I had an issue with an extension that I previously posted to this list and it was suggested I update to the newer API which might provide a solution to the problem. Taking a somewhat safe approach I tackled converting the rrdtool extension first since it was similar in functionality and pro

Re: [PHP-DEV] recover from a segfault

2006-02-21 Thread Markus Fischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, [response is at the bottom] Ilia Alshanetsky wrote: > Nuno Lopes wrote: >> In the last days I've exchanged some e-mails with PCRE's author >> because of one more bug that appeared in our database about segfaults >> in PCRE (related to stack overf