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
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
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
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
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
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
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:
[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
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
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
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,
>
> 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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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?
> >
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
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
/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
./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 \
--
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
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
47 matches
Mail list logo