Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Derick Rethans
On Mon, 18 Jul 2005, Lorenzo Alberton wrote: > Rasmus Lerdorf wrote: > > Yes, we know there are still some issues here. People are working on > > it. Or there is at least intent to work on it. See > > http://bugs.php.net/bug.php?id=33643 > > actually this is the bug Robert was referring to: >

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Lorenzo Alberton
Rasmus Lerdorf wrote: Yes, we know there are still some issues here. People are working on it. Or there is at least intent to work on it. See http://bugs.php.net/bug.php?id=33643 actually this is the bug Robert was referring to: http://bugs.php.net/bug.php?id=33558 Regards, -- Lorenzo Albe

[PHP-DEV] Re: YANP (Yet Another Namespace Proposal)

2005-07-17 Thread Jessie Hernandez
As requested by others, attached is a cvs patch that includes the latest namespace additions and PHP test files. With this patch, the following features have been added: 1) import statements now include the class files, using a new .ini variable, "class_path"! 2) Near-full support of private class

Re: [PHP-DEV] Need to inherit apxs compiler flags

2005-07-17 Thread Rasmus Lerdorf
Olivier Hill wrote: > Sorry to deviate from the original subjet, but could bug #33529 be > related to another sapi_get_stat() problem or just the way Apache > handles fstats? I have not enough inner working knowledge of the ZE to > track the bug down. I don't see how it could be related, no. -Ras

Re: [PHP-DEV] Need to inherit apxs compiler flags

2005-07-17 Thread Olivier Hill
Hello Rasmus, Sorry to deviate from the original subjet, but could bug #33529 be related to another sapi_get_stat() problem or just the way Apache handles fstats? I have not enough inner working knowledge of the ZE to track the bug down. Sincerely, Olivier On 7/17/05, Rasmus Lerdorf <[EMAIL PROT

Re: [PHP-DEV] Need to inherit apxs compiler flags

2005-07-17 Thread Rasmus Lerdorf
Olivier Hill wrote: > On 7/17/05, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > >>3:47pm colo:~> apxs -q CFLAGS >>-DLINUX=22 -DEAPI -DTARGET="apache" -DHAVE_SET_DUMPABLE >>-DDB_DBM_HSEARCH=1 -DDEV_RANDOM=/dev/random -DUSE_HSREGEX -O1 -g -Wall >>-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 >> >>Anybod

Re: [PHP-DEV] Need to inherit apxs compiler flags

2005-07-17 Thread Olivier Hill
On 7/17/05, Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > > 3:47pm colo:~> apxs -q CFLAGS > -DLINUX=22 -DEAPI -DTARGET="apache" -DHAVE_SET_DUMPABLE > -DDB_DBM_HSEARCH=1 -DDEV_RANDOM=/dev/random -DUSE_HSREGEX -O1 -g -Wall > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 > > Anybody see a better way to

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Robert Cummings
On Sun, 2005-07-17 at 20:47, Wez Furlong wrote: > If you think its so easy, why haven't we seen a patch to fix it coming from > you? Because I don't have time *pthththth*. > Now, stop wasting our time with your continued ranting (that applies > to *everyone* who keeps going on-and-on-and-on-and-

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Wez Furlong
If you think its so easy, why haven't we seen a patch to fix it coming from you? Now, stop wasting our time with your continued ranting (that applies to *everyone* who keeps going on-and-on-and-on-and-on about this) and let us get on with something more productive, which might even include making

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Robert Cummings
On Sun, 2005-07-17 at 19:52, Rasmus Lerdorf wrote: > Yes, we know there are still some issues here. People are working on > it. Or there is at least intent to work on it. See > http://bugs.php.net/bug.php?id=33643 Ahhh, very cool. Thanks. Cheers, Rob. > Robert Cummings wrote: > > I think the

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Rasmus Lerdorf
Yes, we know there are still some issues here. People are working on it. Or there is at least intent to work on it. See http://bugs.php.net/bug.php?id=33643 -Rasmus Robert Cummings wrote: > I think the reference notice stuff is a bit ridiculous. I mean I can > understand the concern behind: >

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Robert Cummings
On Sun, 2005-07-17 at 19:25, Matthew Charles Kavanagh wrote: > Enjoy your presumptions, I'm sure they're great fun at parties. Yes, one of my favourites is that jaws are made of glass. Cheers, Rob. -- .. | InterJinn Application Framewor

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Matthew Charles Kavanagh
Enjoy your presumptions, I'm sure they're great fun at parties. Robert Cummings wrote: > Also, >quite probably unlike you, many of us programmer try to make our code >perfectly clean from notices and warnings > > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: h

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Robert Cummings
On Sun, 2005-07-17 at 18:06, Matthew Charles Kavanagh wrote: > It's a notice. Your soul won't curdle and fall out of your ears just > because your code produces a notice which you can easily prevent from > being output. My soul didn't curdle and fall out of my ears before the notice was added eith

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Robert Cummings
On Sun, 2005-07-17 at 19:07, Matthew Charles Kavanagh wrote: > Either way, I really don't think it's worth any fuss. It's just a > notice, and whether it is there or not shouldn't really matter that > much. This doesn't deserve all the attention it's been getting on this list. That's your opinion

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Matthew Charles Kavanagh
Either way, I really don't think it's worth any fuss. It's just a notice, and whether it is there or not shouldn't really matter that much. This doesn't deserve all the attention it's been getting on this list. Robert Cummings wrote: >My soul didn't curdle and fall out of my ears before the notic

[PHP-DEV] Need to inherit apxs compiler flags

2005-07-17 Thread Rasmus Lerdorf
I spent a couple of hours today tracking down some very odd things I was seeing calling sapi_get_stat() from an extension. The symptom was that the stat struct I was getting back looked messed up and shifted, as if there was a binary compatibility mismatch. I chased a number of things until I rea

Re: [PHP-DEV] Reference Notice

2005-07-17 Thread Matthew Charles Kavanagh
It's a notice. Your soul won't curdle and fall out of your ears just because your code produces a notice which you can easily prevent from being output. Robert Cummings wrote: >I think the reference notice stuff is a bit ridiculous. I mean I can >understand the concern behind: > >function &fo

Re: [PHP-DEV] php 4.4 BC break

2005-07-17 Thread Jon Parise
On Tue, Jul 12, 2005 at 10:33:14PM +0100, Nicholas Telford wrote: > Firstly, a major version number increment implies a major change (4.2.0 > and 4.3.0 had much more major changes than this iirc). Secondly, as far > as I'm aware, it doesn't issue a warning, it issues notices which, and > this h

[PHP-DEV] Reference Notice

2005-07-17 Thread Robert Cummings
I think the reference notice stuff is a bit ridiculous. I mean I can understand the concern behind: function &foo() { return $fee.$fii; } But I mean the following gives errors too which is a bit too anal retentive even for my liking: function &foo() { $fee = '

[PHP-DEV] HTTPS/multi-curl timeouts

2005-07-17 Thread Emile
Hi I am experiencing problems when using multi-threaded cURL (libcurl) on PHP. When I have more than about 5 threads, all subsequent threads fail to connect. I presume this is because PHP hasn't implemented the CRYPTO_callback functions to prevent OpenSSL locking. Following on from this thread a

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

2005-07-17 Thread Pierre-Alain Joye
On Sun, 17 Jul 2005 08:34:05 -0700 [EMAIL PROTECTED] ("Manfred Weber") wrote: > cvs account for > /pear/Services_Webservice > > http://pear.php.net/pepr/pepr-proposal-show.php?id=262 > > Pierre told me to ask for cvs account Confirmed, requires karma for pear/Services_Webservice --Pierre --

[PHP-DEV] CVS Account Request: crafics

2005-07-17 Thread Manfred Weber
cvs account for /pear/Services_Webservice http://pear.php.net/pepr/pepr-proposal-show.php?id=262 Pierre told me to ask for cvs account -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php