Re: [PHP-DEV] using @php.net address.

2001-05-02 Thread Stig Sæther Bakken
PROTECTED] (that's the one I use to mail and read the > list)? The mail is forwarded to the address listed in the "cvsusers" file (http://cvs.php.net/viewcvs.cgi/CVSROOT/cvsuser). Drop a mail to [EMAIL PROTECTED] if you want it changed. - Stig -- Stig Sæther Bakken <[EMA

Re: [PHP-DEV] php.ini location

2001-04-30 Thread Stig Sæther Bakken
oo. I'll change it back. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Re: [PHP-DEV] 4.0.6

2001-04-30 Thread Stig Sæther Bakken
[Cynic <[EMAIL PROTECTED]>] > recode is GPL'd IIRC and thus (your mileage may vary) not very > usable, doesn't build on win32 systems, and the author has > no interest in changing that. libiconv is pretty good too. I don't know if it builds on Win32 though. -

Re: [PHP-DEV] Zend Optimizer

2001-04-27 Thread Stig Sæther Bakken
made? Well, first 4.0.5 and 4.0.6 need to be released, don't you think? :-) I'm pretty sure Zend will make a 4.0.5 version of their products available on the same day 4.0.5 is released. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Tro

Re: [PHP-DEV] sprintf and strings with NULL byte

2001-04-25 Thread Stig Sæther Bakken
;) > > Do you need exact 1:1 parity? It does most of the things that glibc > printf() does. glibc printf doesn't have %b :-) - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <http:/

Re: [PHP-DEV] Timeout Function:

2001-04-24 Thread Stig Sæther Bakken
signals are not easily shared. I suggest implementing a timeout using ticks on the C level. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] unix install paths changed

2001-04-23 Thread Stig Sæther Bakken
[Zeev Suraski <[EMAIL PROTECTED]>] > At 17:47 23/4/2001, Stig Sæther Bakken wrote: > >[Sebastian Bergmann <[EMAIL PROTECTED]>] > > > Zeev Suraski wrote: > > > > This broke the Win32 build, and when I went to fix it, I couldn't > > > > fi

Re: [PHP-DEV] unix install paths changed

2001-04-23 Thread Stig Sæther Bakken
t it? > > Same here. I didn't recieve a cvs commit mail, but something broke the > Win32 build. There's a bunch of constants that just need to be defined in Win32. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -

Re: [PHP-DEV] unix install paths changed

2001-04-23 Thread Stig Sæther Bakken
y yield that point. That's a sound assumption to > make, I think. Ok. I'll make them default to the old paths until 4.1. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <http://www.php.n

[PHP-DEV] unix install paths changed

2001-04-22 Thread Stig Sæther Bakken
s build will only use the date, zts enabled appends "-zts", and debug enabled appends "-debug" (after zts). Full path example: /usr/local/lib/php/20001222-debug/mysql.so - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim,

Re: [PHP-DEV] unix install paths changed

2001-04-22 Thread Stig Sæther Bakken
[Zeev Suraski <[EMAIL PROTECTED]>] > At 04:25 22/4/2001, Stig Sæther Bakken wrote: > >default php.ini path: now using --sysconfdir option, defaults to > >/usr/local/etc ("configure --sysconfdir=/usr/local/lib" for old behaviour) > > While I completely sympath

Re: [PHP-DEV] cvs: php4 / TODO-4.1.txt

2001-04-21 Thread Stig Sæther Bakken
s. There's plenty of reasons for this, such as being able to distribute a statically built Apache, optimization, or easier debugging. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <http://www.p

Re: [PHP-DEV] request

2001-04-21 Thread Stig Sæther Bakken
out this one: If two inherited classes define the same method, the inheriting class has to redefine it. This way the inheriting class can be explicit in how to combine or override the inherited methods. We'd need a way of referring to any inherited class's methods though. - Stig -- S

Re: [PHP-DEV] request

2001-04-20 Thread Stig Sæther Bakken
d to be done? > > With multiple inheritance you have a way to implement interfaces and > mixins. Very nice. The idea is starting to grow on me. But I think name clashes should be defined as errors, that is more consistent with the way function and class declarations are done. - Stig -

Re: [PHP-DEV] Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-20 Thread Stig Sæther Bakken
[Andi Gutmans <[EMAIL PROTECTED]>] > At 08:13 AM 4/19/2001 -0400, Stig Sæther Bakken wrote: > > > >To be quite blunt, I don't have the time to implement this in C. > > > >I've tried to get people involved in the strategy for PEAR for months > >a

Re: [PHP-DEV] Re: [PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-19 Thread Stig Sæther Bakken
m up and running sooner rather than later, so I'm willing to make something that we throw away and reimplement rather than to not have something for one more year. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Develo

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-19 Thread Stig Sæther Bakken
[Andi Gutmans <[EMAIL PROTECTED]>] > At 06:53 PM 4/18/2001 -0400, Stig Sæther Bakken wrote: > > >*BLAM* > > > >That's the sound of someone shooting himself in the foot. The PEAR > >installer needs the XML extension. :-) > > What do you mean? Ha

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-18 Thread Stig Sæther Bakken
ne now, not next year. :-) When we're past the prototyping phase and stuff stabilizes, a C rewrite may be a good idea, but I don't think it is now. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development M

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-18 Thread Stig Sæther Bakken
cybercash P > cybermut P > domxml P > dotnet P > exif P > fdf P > fribidi P > gettext P > hyperwave P > icap P > iconv P > ircg P > mcal P > midgard P > notes P > openssl P > pcre P > pdf P > pfpro P > qtdom P > readline P > recode P &g

Re: [PHP-DEV] possible --extension-dir directive?

2001-04-18 Thread Stig Sæther Bakken
tension files. Maybe it should add new extensions commented out by default, or it could be a config option. I'll think about it. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-17 Thread Stig Sæther Bakken
[[EMAIL PROTECTED] (Stig Sæther Bakken)] > [Zeev Suraski <[EMAIL PROTECTED]>] > > At 05:03 17/4/2001, Sterling Hughes wrote: > > >Ok, let me just see if I understand... > > > > > >move everything out of the distribution (from mysql popular extensions >

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-17 Thread Stig Sæther Bakken
ML support to be removed from PHP, though. Why not, as long as we put the latest known-to-be-stable version of each back in when making a release? - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <ht

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-17 Thread Stig Sæther Bakken
* contributing their code into the main PEAR repository. Not all Perl > modules are in CPAN. > > Or for starting their own PEAR-ish repository ... PHP Library of Unlisted > Modules = PLUM ;) Colin, you're incredible. Remind me to whack you the next time we meet :) - Stig -- Stig S

Re: [PHP-DEV] request

2001-04-17 Thread Stig Sæther Bakken
uld be real great for some things... > > well, the typical PHP-Coder doesnt need it, > > but, in some cases it could be usefull... > > IMHO, a more usful thing to see before multiple inheritance would be > proper constructor (and eventually destructor) callings... How do you d

Re: [PHP-DEV] request

2001-04-17 Thread Stig Sæther Bakken
["Alberto" <[EMAIL PROTECTED]>] > About classes and objects, will PHP have multiple inheritance support ? When there's peace in Jerusalem. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Developmen

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-17 Thread Stig Sæther Bakken
with the > aim of nuking all those issock parameters and paving the way so that > I can finally integrate SSL support for those functions. > > It would make sense for it to appear in PHP 4.1. +++1 - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-17 Thread Stig Sæther Bakken
nServer debate, but during the > last one there were a couple of good ideas that should be considerd, > IMHO. IMHO, we should not go out looking for things to change in Zend (that would more or less be Zeev and Andi's decision anyway). Please let's try to keep the TODO-4.1 lis

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-17 Thread Stig Sæther Bakken
the XSLT extension, cURL etc. out of the php4 CVS module and into PEAR. There they can live their own lives, producing stable output now and again. The PHP distribution bundles the latest stable release from each extension/package we want to bundle, but until then they are completely separate from

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / TODO-4.1.txt

2001-04-17 Thread Stig Sæther Bakken
imeframes. PHP has an excellent track record of never sticking to such timeframes though. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PR

Re: [PHP-DEV] possible --extension-dir directive?

2001-04-16 Thread Stig Sæther Bakken
rtened from "20001222-no-debug-non-zts" to just "20001222", and the "extensions" part of the path is skipped. The PEAR stuff is moved to /usr/local/share/php. Both of these paths can be set with the --datadir and --libdir configure options. I try to put it back in

Re: [PHP-DEV] Question about PEAR DB (mysql)

2001-04-15 Thread Stig Sæther Bakken
you have a result object, call fetchRow in the object, if you have a resource, call fetchRow in the connection object. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <http://www.php.net/> To un

Re: [PHP-DEV] always building cgi...

2001-04-13 Thread Stig Sæther Bakken
is having the CGI and something else at the same time. It seems this is leading us towards a 4.1 release. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <http://www.php.net/> To unsubscrib

Re: [PHP-DEV] Extention development in Perl

2001-04-12 Thread Stig Sæther Bakken
[Hartmut Holzgraefe <[EMAIL PROTECTED]>] > Stig Sæther Bakken wrote: > > > > ["Pieter Claassen" <[EMAIL PROTECTED]>] > > > Is it possible to write PHP extentions in Perl [...] > > > > Why on earth would you want to do something like tha

Re: [PHP-DEV] Hash Functions API

2001-04-11 Thread Stig Sæther Bakken
erence is that zend_hash_find is smart about numeric string indexes. For example, if the array has a key with the integer value 4, doing zend_hash_find after the string key "4" will still find it. zend_hash_quick_find doesn't do this. > Have I missed the docs on these functions some

Re: [PHP-DEV] Extention development in Perl

2001-04-11 Thread Stig Sæther Bakken
["Pieter Claassen" <[EMAIL PROTECTED]>] > Hello, > > Is it possible to write PHP extentions in Perl and where can I get some > documentation on it? Why on earth would you want to do something like that? - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED

Re: [PHP-DEV] Codenames for releases..

2001-04-11 Thread Stig Sæther Bakken
? :-) > > Why not norwegian morning paper? :) Sure. Then it'll be "Adresseavisa", our regional paper in Trondheim. :-) - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <htt

Re: [PHP-DEV] Re: ; arg seperator

2001-04-11 Thread Stig Sæther Bakken
[Jani Taskinen <[EMAIL PROTECTED]>] > > (could we have some nice 'codenames' for the releases? Please.. :) Hey, what if we name them after the third noun on page five of your (finnish) morning paper at the day of RC1 (using GMT)? :-) - Stig -- Stig Sæther Bakken <

Re: [PHP-DEV] always building cgi...

2001-04-11 Thread Stig Sæther Bakken
build _all_ sapi modules in one go if they like. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

[PHP-DEV] always building cgi...

2001-04-10 Thread Stig Sæther Bakken
Sorry for breaking the build guys, I promise I'll sleep more and test more next time. Sascha, what symbols can sneak in to break linking? A few examples I can test with would be nice. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim,

Re: [PHP-DEV] RE: [PEAR-DEV] Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-09 Thread Stig Sæther Bakken
. --without-cgi? > > I would go for optionally on, I really dont want to build both the apache > module (p.e.) AND the CGi at the same time. For QA testing this is fine, > but not for production servers. If you want to use the PEAR tools, you need the CGI version. These are defini

[PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-09 Thread Stig Sæther Bakken
t a lot easier for distributions to build PHP, because we > > conform more to de-facto build conventions (at least on Linux). Also > > you won't have to re-run configure and make to build the CGI in order > > to run tests, the PEAR installer etc. > > I think you'

Re: [PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-08 Thread Stig Sæther Bakken
[Derick Rethans <[EMAIL PROTECTED]>] > On 8 Apr 2001, Stig Sæther Bakken wrote: > > > 4. The CGI version of PHP is always built and installed. > > It would be nice if we could disable this, like: --without-cgi I'll add it. - Stig -- Stig Sæther Bakken <

Re: [PHP-DEV] PEAR_INSTALLDIR breakage

2001-04-08 Thread Stig Sæther Bakken
e user bigger flexibility for redefining individual variables from the "make" command line. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [E

[PHP-DEV] Re: [PEAR-DEV] --with-pear[=DIR] patch

2001-04-08 Thread Stig Sæther Bakken
rm more to de-facto build conventions (at least on Linux). Also you won't have to re-run configure and make to build the CGI in order to run tests, the PEAR installer etc. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- P

Re: [PHP-DEV] PEAR Download/Install Tool

2001-04-07 Thread Stig Sæther Bakken
at pear/PEAR/Installer.php and pear/pear.in. - Stig -- Stig Sæther Bakken <[EMAIL PROTECTED]> Fast Search & Transfer ASA, Trondheim, Norway -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

<    1   2