Re: [PHP-DEV] Apache 2 support

2003-06-27 Thread Rasmus Lerdorf
On Sat, 28 Jun 2003, Matt Parlane wrote: > > Nope. Until someone sits down and goes through every 3rd-party library > > that can be linked into PHP on every platform and identifies whether or > > not they are threadsafe and under which conditions they remain threadsafe, > > using PHP in a threaded

Re: [PHP-DEV] Apache 2 support

2003-06-27 Thread Matt Parlane
Rasmus Lerdorf wrote: Nope. Until someone sits down and goes through every 3rd-party library that can be linked into PHP on every platform and identifies whether or not they are threadsafe and under which conditions they remain threadsafe, using PHP in a threaded web server on UNIX is going to re

Re: [PHP-DEV] Apache 2 support

2003-06-27 Thread Rasmus Lerdorf
On Sat, 28 Jun 2003, Marc Richards wrote: > I apologies if this is the wrong place for asking. Is non-experimental > Apache2 support planned for PHP 5? Nope. Until someone sits down and goes through every 3rd-party library that can be linked into PHP on every platform and identifies whether or n

[PHP-DEV] Apache 2 support

2003-06-27 Thread Marc Richards
I apologies if this is the wrong place for asking. Is non-experimental Apache2 support planned for PHP 5? Marc -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] aggregation?

2003-06-27 Thread Sebastian Bergmann
Wei He wrote: > Now they are even going to remove aggregation. It is gone. > I think there need to be more discussions between developers and > users on adding or removing an important feature. Users wanted interfaces. PHP 4 could not accomodate that wish. PHP 4 introduced aggregation as a

Re: [PHP-DEV] bundling libxml2

2003-06-27 Thread Maxim Maletsky
On 27 Jun 2003 12:25:39 -0400 Sterling Hughes <[EMAIL PROTECTED]> wrote: > Hi, > > So I figure I'll restart this discussion. There are a couple of reasons > I want to bundle libxml2: > > 1) XML support is crucial. You may not like XML, but its the standard > for data exchange these days, and

Re: [PHP-DEV] "make test" broken?

2003-06-27 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > [EMAIL PROTECTED]:/usr/src/php/php4/ > make test > /bin/sh: line 1: /usr/src/php/php4/: is a directory > make: *** [test] Error 126 This only applied to the PHP_4_3 branch, HEAD works. -- Sebastian Bergmann http://sebastian-bergmann.de/ http:

[PHP-DEV] "make test" broken?

2003-06-27 Thread Sebastian Bergmann
[EMAIL PROTECTED]:/usr/src/php/php4/ > make test /bin/sh: line 1: /usr/src/php/php4/: is a directory make: *** [test] Error 126 -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-p

[PHP-DEV] Re: networking bugs and bugme.osdl.org (fwd)

2003-06-27 Thread Sascha Schumann
There is a thread on the netdev mailing list right now regarding bug databases. Lots of interesting points, some of them apply to the PHP project as well. Head of thread: http://marc.theaimsgroup.com/?l=linux-netdev&m=105669326002116&w=2 - Sascha -- Forwarded mes

[PHP-DEV] Behaviour of put_file_contents()?

2003-06-27 Thread Paul Hudson
All, The manual currently doesn't specify what the function file_put_contents returns beyond just "int". The code prototype says string, and the function appears to return a boolean rather than any integer (at least in the latest CVS). Which of the three should it be? I was /expecting/ it to

Re: [PHP-DEV] bundling libxml2

2003-06-27 Thread Jani Taskinen
Remember the issues with --with-mysql and some third party library linking with external libs..? --Jani On 27 Jun 2003, Sterling Hughes wrote: >Because, this will encourage people to do : > >--without-xml > >Instead of upgrading the system libxml2. > >-Sterling > >On Fri,

Re[4]: [PHP-DEV] aggregation?

2003-06-27 Thread Wei He
> > You just found the major disadvantage between interfaces and MI. > The solutionS to that is are very complexand require often more > typing then one would like to. > As I never believed there is any better solution for MI. Now they are even going to remove aggregation. I think there nee

Re: [PHP-DEV] bundling libxml2

2003-06-27 Thread Andi Gutmans
I definitely think we should give it a try! +1 for bundling. Andi At 12:25 PM 27/6/2003 -0400, Sterling Hughes wrote: Hi, So I figure I'll restart this discussion. There are a couple of reasons I want to bundle libxml2: 1) XML support is crucial. You may not like XML, but its the standard for

RE: [PHP-DEV] bundling libxml2

2003-06-27 Thread Mike Robinson
Anil Madhavapeddy wrote: > > On Fri, Jun 27, 2003 at 01:08:08PM -0400, Sterling Hughes wrote: > > Because, this will encourage people to do : > > > > --without-xml > > > > Instead of upgrading the system libxml2. > > If your first argument about the utter importance of XML/PHP is true, then > I'm s

Re: [PHP-DEV] bundling libxml2

2003-06-27 Thread Anil Madhavapeddy
On Fri, Jun 27, 2003 at 01:08:08PM -0400, Sterling Hughes wrote: > Because, this will encourage people to do : > > --without-xml > > Instead of upgrading the system libxml2. If your first argument about the utter importance of XML/PHP is true, then I'm sure they won't mind updating their system

Re: Re[2]: [PHP-DEV] [PATCH] extend zend_parse_parameters() functionality (2nd attempt)

2003-06-27 Thread fuhs
Quoting Marcus Börger <[EMAIL PROTECTED]>: > Hello fuhs, > > Friday, June 27, 2003, 8:46:41 PM, you wrote: > > fpe> Quoting Andrei Zmievski <[EMAIL PROTECTED]>: > > >> > >> If you want zval**'s, use zend_get_parameters(). > >> > >> -Andrei > >> > > fpe> How does one get zval**'s in a non-de

Re: [PHP-DEV] bundling libxml2

2003-06-27 Thread Elfyn McBratney
On Fri, 27 Jun 2003, Sterling Hughes wrote: > Hi, > > So I figure I'll restart this discussion. There are a couple of reasons > I want to bundle libxml2: > > 1) XML support is crucial. You may not like XML, but its the standard > for data exchange these days, and is incredibly important when > i

Re: [PHP-DEV] bundling libxml2

2003-06-27 Thread Dan Kalowsky
On Fri, 27 Jun 2003, Sterling Hughes wrote: > Because, this will encourage people to do : > > --without-xml > > Instead of upgrading the system libxml2. > So you are forcing users and installations to use xml when they might not want to upgrade their libxml? This seems like a rather wrong way to

Re[2]: [PHP-DEV] [PATCH] extend zend_parse_parameters() functionality (2nd attempt)

2003-06-27 Thread Marcus Börger
Hello fuhs, Friday, June 27, 2003, 8:46:41 PM, you wrote: fpe> Quoting Andrei Zmievski <[EMAIL PROTECTED]>: >> >> If you want zval**'s, use zend_get_parameters(). >> >> -Andrei >> fpe> How does one get zval**'s in a non-deprecated way? fpe> Josh "z/" instead og "z" :-) -- Best regards,

Re: [PHP-DEV] [PATCH] extend zend_parse_parameters() functionality (2nd attempt)

2003-06-27 Thread fuhs
Quoting Andrei Zmievski <[EMAIL PROTECTED]>: > > If you want zval**'s, use zend_get_parameters(). > > -Andrei > How does one get zval**'s in a non-deprecated way? Josh -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re[2]: [PHP-DEV] Integrating SPL

2003-06-27 Thread Marcus Börger
Hello Sterling, Friday, June 27, 2003, 4:11:39 PM, you wrote: SH> On Fri, 2003-06-27 at 04:09, Marcus Börger wrote: >> Hello Andi, >> >> Friday, June 27, 2003, 9:53:50 AM, you wrote: >> >> AG> Hey, >> >> AG> In general I think the ideas behind SPL are interesting. However, my main >> AG> prob

Re[4]: [PHP-DEV] aggregation?

2003-06-27 Thread Marcus Börger
Hello Wei, Friday, June 27, 2003, 12:09:04 PM, you wrote: WH> On Fri, 27 Jun 2003, Marcus Börger wrote: >> Hello Wei, >> >> Friday, June 27, 2003, 3:36:11 AM, you wrote: >> >> WH> On Thu, 26 Jun 2003, Marcus Börger wrote: >> >> >> WH> If so I'll have to copy method codes from parent classes l

Re: [PHP-DEV] [PATCH] extend zend_parse_parameters() functionality (2nd attempt)

2003-06-27 Thread Andrei Zmievski
On Fri, 27 Jun 2003, [EMAIL PROTECTED] wrote: > I propose that a new type, 'Z', be added in order to allow the extension coders > access to the zval** which was available with the now deprecated > zend_get_parameters(). > > I came to this conclusion after tracing some segfaults to a section of cod

[PHP-DEV] [PATCH] extend zend_parse_parameters() functionality (2nd attempt)

2003-06-27 Thread fuhs
Hello, I propose that a new type, 'Z', be added in order to allow the extension coders access to the zval** which was available with the now deprecated zend_get_parameters(). I came to this conclusion after tracing some segfaults to a section of code similar to this: zval *zend_value; if

Re: [PHP-DEV] bundling libxml2

2003-06-27 Thread Rob Richards
From: Sterling Hughes > Hi, > > So I figure I'll restart this discussion. There are a couple of reasons > I want to bundle libxml2: >From yesterday's thread on this, I thought the plan was to bundle for the initital beta and see how it goes. Has that plan been scrapped? Rob -- PHP Inte

Re: [PHP-DEV] bundling libxml2

2003-06-27 Thread Sterling Hughes
Because, this will encourage people to do : --without-xml Instead of upgrading the system libxml2. -Sterling On Fri, 2003-06-27 at 13:04, Anil Madhavapeddy wrote: > On Fri, Jun 27, 2003 at 12:25:39PM -0400, Sterling Hughes wrote: > > > > 2) Libxml2 may be installed everywhere, but the version

Re: [PHP-DEV] bundling libxml2

2003-06-27 Thread Anil Madhavapeddy
On Fri, Jun 27, 2003 at 12:25:39PM -0400, Sterling Hughes wrote: > > 2) Libxml2 may be installed everywhere, but the version we rely upon > isn't available everywhere. As witnessed by a message to the list by > michael, and a problem that someone else had over IRC. Its fine to > allow people to

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pcre config.m4 /ext/pcre/pcrelib COPYING ChangeLog LICENCE NEWS NON-UNIX-USE README chartables.cdftables.c get.c internal.h maketables.c pcre.c pcre.h pcregrep.c pcreposix.cpcreposix.h pcretest.c study.c /ext/pcre/pcrelib/doc Tech.Notes pcre.3 pcre.htmlpcre.txt pcregrep.1 pcregrep.html pcregrep.txt pcreposix.3 pcreposix.htmlpcreposix.txt pcretest.1 pcretest.html pcretest.txt perltest.txt

2003-06-27 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > This broke the Windows build: > > php4\ext\pcre\pcrelib\pcre.c(611): error C2065: > 'POSIX_MALLOC_THRESHOLD': Undeclared identifier Fixed in CVS. -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ http://w

Re: [PHP-DEV] Embed PHP as a scripting language of windows application

2003-06-27 Thread John Lim
Thanks for all the answers everyone. I will look into ActiveScripts. Looks interesting. "Derick Rethans" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, 25 Jun 2003, Oscar Rylin wrote: > > > Something that would be interesting would be to make it possible to use > > PHP with

Re: [PHP-DEV] bundling libxml2

2003-06-27 Thread Jani Taskinen
On 27 Jun 2003, Sterling Hughes wrote: >Hi, > >So I figure I'll restart this discussion. There are a couple of reasons >I want to bundle libxml2: > >1) XML support is crucial. You may not like XML, but its the standard >for data exchange these days, and is incredibly important when >interoperati

[PHP-DEV] bundling libxml2

2003-06-27 Thread Sterling Hughes
Hi, So I figure I'll restart this discussion. There are a couple of reasons I want to bundle libxml2: 1) XML support is crucial. You may not like XML, but its the standard for data exchange these days, and is incredibly important when interoperating with external services. A PHP installation s

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pcre config.m4 /ext/pcre/pcrelibCOPYING ChangeLog LICENCE NEWS NON-UNIX-USE README chartables.c dftables.cget.c internal.h maketables.c pcre.c pcre.h pcregrep.c pcreposix.c pcreposix.hpcretest.c study.c /ext/pcre/pcrelib/doc Tech.Notes pcre.3 pcre.html pcre.txtpcregrep.1 pcregrep.html pcregrep.txt pcreposix.3 pcreposix.html pcreposix.txtpcretest.1 pcretest.html pcretest.txt perltest.txt

2003-06-27 Thread Sebastian Bergmann
Andrei Zmievski wrote: > Log: > Upgrading PCRE library to version 4.3 This broke the Windows build: php4\ext\pcre\pcrelib\pcre.c(611): error C2065: 'POSIX_MALLOC_THRESHOLD': Undeclared identifier -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTra

[PHP-DEV] Re: [PHP-CVS] cvs: php-src(PHP_4_3) /ext/pcre config.m4 /ext/pcre/pcrelibCOPYING ChangeLog LICENCE NEWS NON-UNIX-USE README chartables.c dftables.cget.c internal.h maketables.c pcre.c pcre.h pcregrep.c pcreposix.c pcreposix.hpcretest.c study.c /ext/pcre/pcrelib/doc Tech.Notes pcre.3 pcre.html pcre.txtpcregrep.1 pcregrep.html pcregrep.txt pcreposix.3 pcreposix.html pcreposix.txtpcretest.1 pcretest.html pcretest.txt perltest.txt

2003-06-27 Thread Sebastian Bergmann
Andrei Zmievski wrote: > Log: > Upgrading PCRE library to version 4.3 What about HEAD? -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ http://www.professionelle-softwareentwicklung-mit-php5.de/ -- PHP Internals - PHP Runtime Develop

Re: Re[2]: [PHP-DEV] Integrating SPL

2003-06-27 Thread Sterling Hughes
> We should decide and implement whatever is decided on by beta2. > great. > > > So how do we get a formal spec for the changes (starting with nicer names, > > > i.e. Iterator instead of spl_foreach)? :) It's probably best if you take > > > Sterling's email and try and come to a final set of int

Re: Re[2]: [PHP-DEV] Integrating SPL

2003-06-27 Thread Andi Gutmans
At 10:19 AM 27/6/2003 -0400, Sterling Hughes wrote: > The big hurry about beta 1 is that it has been lingering for too long and I > think the only way to push PHP 5 is to finally get a beta out there. We can > keep on compromising indefinitely because there'll always be that one last > fix someon

Re: Re[2]: [PHP-DEV] Integrating SPL

2003-06-27 Thread Sterling Hughes
On Fri, 2003-06-27 at 09:22, Andi Gutmans wrote: > At 10:09 AM 27/6/2003 +0200, Marcus Börger wrote: > >Hello Andi, > > > >Friday, June 27, 2003, 9:53:50 AM, you wrote: > > > >AG> Hey, > > > >AG> In general I think the ideas behind SPL are interesting. However, my main > >AG> problem with the whole

Re: Re[2]: [PHP-DEV] Integrating SPL

2003-06-27 Thread Sterling Hughes
On Fri, 2003-06-27 at 04:09, Marcus Börger wrote: > Hello Andi, > > Friday, June 27, 2003, 9:53:50 AM, you wrote: > > AG> Hey, > > AG> In general I think the ideas behind SPL are interesting. However, my main > AG> problem with the whole array and iterator overloading is that it's not > AG> qu

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /win32 php4dllts.dsp

2003-06-27 Thread Dan Kalowsky
On Thursday, June 26, 2003, at 11:57 PM, Sebastian Bergmann wrote: Sascha Schumann wrote: I'm using libxml 2.5.7 from http://www.zlatkovic.com/projects/libxml/binaries.html I'm using the same and it works like before. Odd. I'm using it as well, and find it not functional. (See private mail

Re[2]: [PHP-DEV] Integrating SPL

2003-06-27 Thread Andi Gutmans
At 10:09 AM 27/6/2003 +0200, Marcus Börger wrote: Hello Andi, Friday, June 27, 2003, 9:53:50 AM, you wrote: AG> Hey, AG> In general I think the ideas behind SPL are interesting. However, my main AG> problem with the whole array and iterator overloading is that it's not AG> quite clear to me wher

Re: [PHP-DEV] More preg_match_* control

2003-06-27 Thread Andrei Zmievski
On Fri, 27 Jun 2003, Andi Gutmans wrote: > I wonder if these people have a summary of things they ideally need. Then > we could have ext/bioinformatics. Who knows, it might bring PHP to new > places. > Anyway, I'm neutral about the parameter change. Will it be a default > parameter? Yes, it wou

Re[3]: [PHP-DEV] aggregation?

2003-06-27 Thread Wei He
On Fri, 27 Jun 2003, Marcus Börger wrote: > Hello Wei, > > Friday, June 27, 2003, 3:36:11 AM, you wrote: > > WH> On Thu, 26 Jun 2003, Marcus Börger wrote: > > >> WH> If so I'll have to copy method codes from parent classes like what I > >> WH> have do so in PHP4 without aggregation. Right? > >

Re: [PHP-DEV] Double warnings with session_start

2003-06-27 Thread michel 'ziobudda' morelli
Il dom, 2003-06-22 alle 16:37, Marco Tabini ha scritto: > Are these not two different error messages? They are output in two > different places in the source. with php4 (same configuration of php.ini) I have only one warning. Where is the wrong ? bye -- michel 'ziobudda' morelli <[EMAIL PROTECTE

[PHP-DEV] HEAD, files not in branch

2003-06-27 Thread Pierre-Alain Joye
Hello, While syncing the HEAD branch, I got the following errors on commit? cvs server: sticky tag `HEAD' for file `Installer.php' is not a branch cvs server: sticky tag `HEAD' for file `Packager.php' is not a branch cvs server: sticky tag `HEAD' for file `Registry.php' is not a branch cvs serve

[PHP-DEV] Error from last cvs (xml)

2003-06-27 Thread michel 'ziobudda' morelli
/bin/sh /home/httpd/html/PHP/php5/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/simplexml/ -I/home/httpd/html/PHP/php5/ext/simplexml/ -DPHP_ATOM_INC -I/home/httpd/html/PHP/php5/include -I/home/httpd/html/PHP/php5/main -I/home/httpd/html/PHP/php5 -I/usr/local/httpd-2.0.45/include -I

[PHP-DEV] PHP-4.3.2, apache-2.0.46 & Segmentation fault (11)

2003-06-27 Thread Bartek Krajnik
./configure \ --enable-force-cgi-redirect \ --with-openssl \ --enable-ftp \ --with-gd \ --with-imap=/usr/src/imap-2002d \ --enable-mime-magic \ --with-mysql \ --with-pgsql \ --with-pspell \ --enable-shmop \ --enable-sockets \ --enable-sysvmsg \ --enable-sysvsem \ --enable-sysvshm \ --with-zlib \ --

Re[3]: [PHP-DEV] aggregation?

2003-06-27 Thread Marcus Börger
Hello Wei, Friday, June 27, 2003, 3:36:11 AM, you wrote: WH> On Thu, 26 Jun 2003, Marcus Börger wrote: >> WH> If so I'll have to copy method codes from parent classes like what I >> WH> have do so in PHP4 without aggregation. Right? >> >> No, the method implementations are inherited. WH> Got

Re[2]: [PHP-DEV] Integrating SPL

2003-06-27 Thread Marcus Börger
Hello Andi, Friday, June 27, 2003, 9:53:50 AM, you wrote: AG> Hey, AG> In general I think the ideas behind SPL are interesting. However, my main AG> problem with the whole array and iterator overloading is that it's not AG> quite clear to me where this should have an effect. Will it only work