[PHP-DEV] -finline-limit=8192

2003-09-01 Thread Sterling Hughes
Hey, Just a note that compiling zend_execute.c with the -finline-limit=8192 flag provides a signifigant performance increase with PHP5 (not PHP4). But *just* compiling zend_execute.c with this flag seems to bring the performance boost, if you go to other files you get nasty cache trashing which s

[PHP-DEV] Enabling ext/xsl by default

2003-09-01 Thread Sebastian Bergmann
Hi, since we already enabled ext/dom, ext/simplexml and ext/xml by default I was wondering why ext/xsl is not enabled by default. Any objections? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-sof

Re: [PHP-DEV] Enabling ext/xsl by default

2003-09-01 Thread Sterling Hughes
yes, it shouldn't be enabled by default, it relies on libxslt, a separate library from libxml2. -Sterling Am Mo, 2003-09-01 um 07.58 schrieb Sebastian Bergmann: > Hi, > > since we already enabled ext/dom, ext/simplexml and ext/xml by default I > was wondering why ext/xsl is not enabled by

Re: [PHP-DEV] Enabling ext/xsl by default

2003-09-01 Thread Sebastian Bergmann
Sterling Hughes wrote: > yes, it shouldn't be enabled by default, it relies on libxslt, a > separate library from libxml2. Oops, of course. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwickl

Re: [PHP-DEV] Servlet SAPI Module

2003-09-01 Thread Wojtek Meler
Sebastian Bergmann wrote: about two or three times a month I receive mails concering the Servlet SAPI module of PHP 4. This module is not usable in production since it segfaults after the first or second request. Are there any plans to rewrite this SAPI module for PHP 5? One more question

Re: [PHP-DEV] Servlet SAPI Module

2003-09-01 Thread Sebastian Bergmann
Wojtek Meler wrote: > What about /JSR 223 http://jcp.org/en/jsr/detail?id=223 ? Yes, it would be nive if someone involved (hint, hint) could elaborate on this. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professio

[PHP-DEV] CVS Account Request: eflorin

2003-09-01 Thread Florin Enache
translate documentation into romanian -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] mail() changes

2003-09-01 Thread Stanislav Malyshev
DR>> > anymore - which, at least for me, breaks sending mail from whole DR>> site. Is > there any reason for such change? DR>> DR>> It's weird too, as the default is: DR>>sendmail -t -i ... Looks weird for mee too. Patch was by iliaa, with comment: Prevent abrupt script execution when sendma

Re: [PHP-DEV] mail() changes

2003-09-01 Thread Derick Rethans
On Mon, 1 Sep 2003, Stanislav Malyshev wrote: > DR>> > anymore - which, at least for me, breaks sending mail from whole > DR>> site. Is > there any reason for such change? > DR>> > DR>> It's weird too, as the default is: > DR>> sendmail -t -i ... > > Looks weird for mee too. Patch was by iliaa,

Re: [PHP-DEV] mail() changes

2003-09-01 Thread Stanislav Malyshev
DR>> He is just going on holiday today AFAIK... perhaps we should revert the DR>> commit for now? OK, then I'll comment that code out and wait for updates. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109 -- PHP Internals - PHP R

Re: [PHP-DEV] Enabling ext/xsl by default

2003-09-01 Thread Marcus Börger
Hello Sebastian, Monday, September 1, 2003, 7:58:45 AM, you wrote: SB> Hi, SB> since we already enabled ext/dom, ext/simplexml and ext/xml by default I SB> was wondering why ext/xsl is not enabled by default. It's not in state as stable as ext/dom or ext/simplexml. -- Best regards, Mar

[PHP-DEV] CVS access to documentation

2003-09-01 Thread Ard Biesheuvel
Hello group, I'd like to make some corrections to the Interbase documentation, and maybe also add some new stuff. Do I need more Karma for that ? (currently, I only have access to the Interbase extension code) Is there a maintainer for each extension in the documentation ? What interface do I

Re: [PHP-DEV] CVS access to documentation

2003-09-01 Thread Rasmus Lerdorf
You now have karma On Mon, 1 Sep 2003, Ard Biesheuvel wrote: > Hello group, > > I'd like to make some corrections to the Interbase documentation, and > maybe also add some new stuff. > > Do I need more Karma for that ? (currently, I only have access to the > Interbase extension code) Is there a m

[PHP-DEV] CVS Account Request: rsantos

2003-09-01 Thread Rodrigo Rodrigues
Queria maiores informações sobre o CVS, ele tem o mesmo sentido do Source Safe(Ms) ??? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] CVS Account Request: rsantos

2003-09-01 Thread Derick Rethans
On Mon, 1 Sep 2003, Rodrigo Rodrigues wrote: > Queria maiores informações sobre o CVS, ele tem o mesmo sentido do > Source Safe(Ms) ??? You'll need to write a message in English if you want to get an answer. Not many people speak Portugese here. Derick -- "Interpreting what the GPL actually m

[PHP-DEV] Re: [ZEND-ENGINE-CVS] cvs: ZendEngine2 / zend_default_classes.c

2003-09-01 Thread Sebastian Bergmann
Marcus Boerger wrote: > If after all you need to override somthing then it is method toString() Okay, I can live with that. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/