Re: [PHP-DEV] the dl() issue

2002-03-31 Thread Steve Langasek
Hi Stig, On Thu, Mar 21, 2002 at 10:00:48AM +0100, Stig S. Bakken wrote: > I just asked a friend of mine who is using Pair if he could dl() > modules. Pair give users their own extension_dir, but no access to > php.ini, and no way of reloading the server (which would still be > required for an a

Re: [PHP-DEV] codenames (Was:Preview version of Zend Engine 2 powered PHP)

2002-03-31 Thread Dave Mertens
> > > > Codenames are cool, but using our own names is no-so-cool. We should > > > > pick a theme though, but please not Australian wildlife (we're already > > > > using that for the alltheweb.com frontend ;-). > > > > -1 on code names at all. > > > > What came first woody or potatoe? You can'

Re: [PHP-DEV] codenames

2002-03-31 Thread Dave Mertens
On Sun, Mar 31, 2002 at 03:32:13PM +0200, Daniel Lorch wrote: > how about codenames 'chicken' and 'egg' ? > nobody will ever know what came first :) That one is very simpel. God put the chicken on earth, juts like he put Adam and Eve on earth. And don't forget the arc of noach.. He took of each

Re: [PHP-DEV] codenames (Was:Preview version of Zend Engine 2 powered PHP)

2002-03-31 Thread Dave Mertens
> > PHP 4.1.0 was released on Derick's birthday, so it should've been > > ''Codename Derick'', ... :-) > > Codenames are cool, but using our own names is no-so-cool. We should > pick a theme though, but please not Australian wildlife (we're already > using that for the alltheweb.com frontend

Re: [PHP-DEV] Error when compiling from CVS

2002-03-31 Thread Markus Fischer
Doug MacEachern made a commit on friday changing exactly the lines you mentioned. It probably means the latest and greates version of Apache2 is required now and may not be the version you have. Try upgrading apache2 first. You may also want to subscribe to php-cvs to see what'

RE: [PHP-DEV] codenames (Was:Preview version of Zend Engine 2 powered

2002-03-31 Thread php4
** Reply to note from [EMAIL PROTECTED] Sun, 31 Mar 2002 13:06:11 +0200 (CEST) > > On Sat, 30 Mar 2002 [EMAIL PROTECTED] wrote: > > > > > Codenames are cool, but using our own names is no-so-cool. We should > > > > pick a theme though, but please not Australian wildlife (we're already > > >

[PHP-DEV] Error when compiling from CVS

2002-03-31 Thread Magnus Määttä
Hi again! Aother error when compiling from CVS.. /bin/sh libtool --silent --mode=compile gcc -I/root/PHP4/php4/sapi/apache2filter -I/root/PHP4/php4/sapi/apache2filter -DPHP_ATOM_INC -I/root/PHP4/php4/include -I/root/PHP4/php4/main -I/root/PHP4/php4 -I/usr/local/www/httpd2/include -I/root/PHP

Re: [PHP-DEV] Error when compiling PHP with exif from latest CVS

2002-03-31 Thread Markus Fischer
Fixed. On Sun, Mar 31, 2002 at 11:35:38PM +0100, Magnus Määttä wrote : > Hi! > > I get this error when compiling PHP from latest CVS, updated minutes ago.. > > /bin/sh libtool --silent --mode=compile gcc > -I/root/PHP4/php4/ext/bcmath/libbcmath/src -I/root/PHP4/php4/ext/exif > -I/root/PH

[PHP-DEV] Error when compiling PHP with exif from latest CVS

2002-03-31 Thread Magnus Määttä
Hi! I get this error when compiling PHP from latest CVS, updated minutes ago.. /bin/sh libtool --silent --mode=compile gcc -I/root/PHP4/php4/ext/bcmath/libbcmath/src -I/root/PHP4/php4/ext/exif -I/root/PHP4/php4/ext/exif -DPHP_ATOM_INC -I/root/PHP4/php4/include -I/root/PHP4/php4/main -I/root/P

Re: [PHP-DEV] Current CVS doesn't build Java module

2002-03-31 Thread Stanislav Malyshev
JT>> This should be fixed now. works, thanks. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] time out

2002-03-31 Thread Mauro
HI! I'm writing a php script which has to call an external program. This program can take up to 2 hours to end and this means that the scripts times out, and also apache times out. I can't change any configuration file. Is there any workaround that I can apply?? Thanks a lot Mauro -- PHP Deve

Re: [PHP-DEV] Current CVS doesn't build Java module

2002-03-31 Thread Jani Taskinen
This should be fixed now. --Jani On Sun, 31 Mar 2002, Stanislav Malyshev wrote: >I try to build Java module with current CVS and it fails to find jni.h. >This is no wonder since it somehow omits Java directory in build string: > >gcc -I/home/frodo/php4/ext/java -I/home/frodo/

Re: [PHP-DEV] error handler callback gets silenced errors

2002-03-31 Thread Stig S. Bakken
For now I do "if (error_reporting() == 0) return;" in my handler. We could just leave it like it is and properly document the fact that _all_ errors will be passed to the handler, with an example of how to detect and ignore silenced errors. - Stig On Sun, 2002-03-31 at 12:14, Zeev Suraski wrot

Re: [PHP-DEV] DB Abstraction - db_oo - the query builder

2002-03-31 Thread Alan Knowles
As a side note to this, I did another major overhall to my query builder/ simplified db access layer, db_oo - and put up a small amount of documentation, although there is a small amount of mysql dependance in there, it's not impossible to remove... http://www.akbkhome.com/Projects/db_oo%20-%2

Re[2]: [PHP-DEV] codenames

2002-03-31 Thread Daniel Lorch
Hi, > What came first woody or potatoe? You can't tell from the name. There > is no doubt 4.2.0 is newer than 4.1.6. Why introduce unneeded > ambiguity for those who don't follow PHP closely. how about codenames 'chicken' and 'egg' ? nobody will ever know what came first :) daniel -- PH

[PHP-DEV] Current CVS doesn't build Java module

2002-03-31 Thread Stanislav Malyshev
I try to build Java module with current CVS and it fails to find jni.h. This is no wonder since it somehow omits Java directory in build string: gcc -I/home/frodo/php4/ext/java -I/home/frodo/php4/java/ext/java -DPHP_ATOM_INC -I/home/frodo/php4/java/include -I/home/frodo/php4/java/main -I/home/

Re: [PHP-DEV] DB Abstraction

2002-03-31 Thread Marc Boeren
Hi > What PHP really needs is a common C API for (1) and possibly (2) that > the database extensions themselves provide. That way there would be no > need for additional layers written in PHP or piggyback hacks like dbx > (sorry Marc :). Don't worry, I know what it is, it is still useful to me

RE: [PHP-DEV] codenames (Was:Preview version of Zend Engine 2 poweredPHP)

2002-03-31 Thread derick
On Sat, 30 Mar 2002 [EMAIL PROTECTED] wrote: > > > Codenames are cool, but using our own names is no-so-cool. We should > > > pick a theme though, but please not Australian wildlife (we're already > > > using that for the alltheweb.com frontend ;-). > > -1 on code names at all. > > What came f

Re: [PHP-DEV] ZendEngine 2

2002-03-31 Thread Stanislav Malyshev
AG>> As in the Engine 2 overloaded classes don't necessarily have a class entry AG>> we have to check out what needs to be done here. Well, I think classes _do_ have class entry - at least, those we might want to use. _Objects_ not necessary have class entry, but classes should have one, at le

Re: [PHP-DEV] thread safety for binding issues

2002-03-31 Thread Markus Fischer
Bless You! It still segfaults all over the place (which is another story), but that particular call_user_function() now works, thanks :) and happy easter egg searching ;) - Markus On Sun, Mar 31, 2002 at 01:11:27PM +0300, Zeev Suraski wrote : > At 20:59 30/03/2002, Markus Fische

RE: [PHP-DEV] DB Abstraction

2002-03-31 Thread Lukas Smith
> Actually a query builder is an add-on. There should be no > overhead at all to the db abstraction layer. With overhead I mean you have a another object that first builds the query that in turn creates a DB abstraction layer object ... So there will be a double overhead to the query builder use