[PHP-DEV] PHP 5 and Java

2003-10-19 Thread Sebastian Bergmann
Hi, PHP 5 currently has no Java extension (known as ext/java in PHP 4, later merged into ext/rpc which then was discarded again). Is anyone working on "porting" the old Java extension to PHP 5? It would also be interesting to get some details about the plans in regard to the JSR-223

[PHP-DEV] alternative for foreach ()

2003-10-19 Thread Jaap van Ganswijk
Hi all, I'd like to propose an alternative for the foreach statement. Of course the construct: while (list($i,$d)=each($A)) is much harder to read than: foreach ($A as $i=>$d) and although I had doubts at first I'm currently rewriting all my old scripts to the new format whenever I encounter

Re: [PHP-DEV] alternative for foreach ()

2003-10-19 Thread Wez Furlong
> It wouldn't surprise me when the foreach syntax would be > deprecated soon... If you're trying to humourous, I suggest that you first earn some karma by contributing some real code to the PHP project. Your suggestion will not be implemented because it is redundant and confusing to have yet anot

Re: [PHP-DEV] PHP 5 and Java

2003-10-19 Thread Brad LaFountain
Hello, I actually started to work on the ext/rpc for java. I ran into a problem that I couldn't get around with using ext/rpc so i was going to have to implement it with out ext/rpc. If you are interested I can dig it up. But I think ur right that that JSR will may throw the need for that extensio

[PHP-DEV] Re: 4.3.4 compile on BIND9 systems

2003-10-19 Thread Marko Karppinen
On Oct 17, 2003, at 18:57, Christian Stocker wrote: I run into the same problem (OS X 10.3). the following patch would fix it quick&dirty ;) shall I commit it? or should we even define BIND_8_COMPAT always? Well, if nobody is stepping up to do this the "right" way, ie. switching to the new resul