[PHP-DEV] Using PHP with JFFNMS and 64bit counters (SNMPv2 or SNMPv3)

2004-06-21 Thread Jason Humes
Hi I've been talking with the writer of JFFNMS which uses PHP for SNMP data graphing. He says that there is a way to get PHP to be able to handle 64bit counters through the use of SNMPv2 or SNMPv3. I understand that this requires a recompile of PHP, but I think that this is a major feature which

Re: [PHP-DEV] PHP5 RC3

2004-06-21 Thread Marcus Boerger
Hello Steph, Monday, June 21, 2004, 3:13:32 PM, you wrote: > It's going to be one of those 'across-many-systems' things again, isn't it? > I'll try to get 2.8.14 running on doze later today if need be, plane to > catch first. > Helly: what kind of problems did you encounter? Sorry not me, it w

Re: [PHP-DEV] PHP5 RC3

2004-06-21 Thread Derrell . Lipman
This is a resend of the following message but without the attachment which was rejected as too large for the list (it's about 18000 lines). Wez should have received the patch since the message was addressed to him as well as the list. Anyone else who'd like the patch, please let me know and I'll s

Re: [PHP-DEV] [PATCH] Bug #28822

2004-06-21 Thread Florian Schaper
Jup, noticed. Let's try that again: - schnipp - --- spl_array.c 2004-06-20 20:30:30.0 +0200 +++ spl_array.c 2004-06-21 19:37:18.0 +0200 @@ -337,7 +337,7 @@ if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &index) == FAILURE) {

Re: [PHP-DEV] [PATCH] Bug #28822

2004-06-21 Thread Derick Rethans
On Mon, 21 Jun 2004, Florian Schaper wrote: > Should fix the "inverted" behavoiur of ArrayObject::offsetExists as > described in #28822 Nothing is attached, please place it online and provide an URL to it. (Our mailinglist strips non-"text/plain" attachments). regards, Derick -- PHP Internals

[PHP-DEV] [PATCH] Bug #28822

2004-06-21 Thread Florian Schaper
Should fix the "inverted" behavoiur of ArrayObject::offsetExists as described in #28822 Maybe someone can take a look at it. ./regards Florian -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] PHP5 RC3

2004-06-21 Thread Derrell . Lipman
Wez Furlong <[EMAIL PROTECTED]> writes: > I deliberately omitted several files that were not needed by PHP, in order > to reduce the size of the bundle; please make sure you don't stick those in > the update. You've still included some files some files which are not really necessary, e.g. parse.y

Re: [PHP-DEV] Re: news.php.net rewrite rules

2004-06-21 Thread Derick Rethans
On Mon, 21 Jun 2004, Derick Rethans wrote: > On Mon, 21 Jun 2004, Gabor Hojtsy wrote: > > > > cvs.php.net/php-master-web has the code (index.php, group.php, etc). > > > These print out the links. > > > > Uhm, ehm, php-news-web > > I see. Well, go ahead i'd say ;-) Done with this now. regards, De

Re: [PHP-DEV] Re: news.php.net rewrite rules

2004-06-21 Thread Derick Rethans
On Mon, 21 Jun 2004, Jim Winstead wrote: > On Mon, Jun 21, 2004 at 04:29:20PM +0200, Gabor Hojtsy wrote: > > >cvs.php.net/php-master-web has the code (index.php, group.php, etc). > > >These print out the links. > > > > Uhm, ehm, php-news-web > > >>> > > >>>I see. Well, go ahead i'

Re: [PHP-DEV] Re: news.php.net rewrite rules

2004-06-21 Thread Jim Winstead
On Mon, Jun 21, 2004 at 04:29:20PM +0200, Gabor Hojtsy wrote: > >cvs.php.net/php-master-web has the code (index.php, group.php, etc). > >These print out the links. > > Uhm, ehm, php-news-web > >>> > >>>I see. Well, go ahead i'd say ;-) > >> > >>Could you please make the rewrite wor

[PHP-DEV] Re: behaviour of static calls to regular methods

2004-06-21 Thread Johannes Schlueter
Hi, yes, afaik it's intentional. This was made for making parent::foo() work. Here's a shorter (at least a bit shorter *g*) example of this behavior: a(); // Calls bar::b() ?> Prints: object(foo)#1 (0) { } So in a static call $this holds the instance of the calling object. johannes Ard Biesh

Re: [PHP-DEV] PHP5 RC3

2004-06-21 Thread Derrell . Lipman
[EMAIL PROTECTED] writes: > Steph <[EMAIL PROTECTED]> writes: > >> Derrell: which system are you running, and do you have a short test script >> for the ATTACH command please? > > I will generate one and post it in a few hours. I had to go watch the launch and recovery of SpaceShipOne! Success!

Re: [PHP-DEV] Re: news.php.net rewrite rules

2004-06-21 Thread Gabor Hojtsy
cvs.php.net/php-master-web has the code (index.php, group.php, etc). These print out the links. Uhm, ehm, php-news-web I see. Well, go ahead i'd say ;-) Could you please make the rewrite work without the post number (ie. only the group name: http://news.php.net/php.internals) to map to the gruop po

Re: [PHP-DEV] Re: news.php.net rewrite rules

2004-06-21 Thread Derick Rethans
On Mon, 21 Jun 2004, Derick Rethans wrote: > On Mon, 21 Jun 2004, Gabor Hojtsy wrote: > > > >>>cvs.php.net/php-master-web has the code (index.php, group.php, etc). > > >>>These print out the links. > > >> > > >>Uhm, ehm, php-news-web > > > > > > I see. Well, go ahead i'd say ;-) > > > > Could you

Re: [PHP-DEV] Re: news.php.net rewrite rules

2004-06-21 Thread Derick Rethans
On Mon, 21 Jun 2004, Gabor Hojtsy wrote: > >>>cvs.php.net/php-master-web has the code (index.php, group.php, etc). > >>>These print out the links. > >> > >>Uhm, ehm, php-news-web > > > > I see. Well, go ahead i'd say ;-) > > Could you please make the rewrite work without the post number (ie. only

Re: [PHP-DEV] Re: news.php.net rewrite rules

2004-06-21 Thread Gabor Hojtsy
cvs.php.net/php-master-web has the code (index.php, group.php, etc). These print out the links. Uhm, ehm, php-news-web I see. Well, go ahead i'd say ;-) Could you please make the rewrite work without the post number (ie. only the group name: http://news.php.net/php.internals) to map to the gruop

Re: [PHP-DEV] PHP5 RC3

2004-06-21 Thread Wez Furlong
A unified diff against HEAD would be preferable. Make sure you test it by applying it to a fresh checkout once you have generated the diff. Also, compare the current bundled lib with the official distro; I deliberately omitted several files that were not needed by PHP, in order to reduce the

Re: [PHP-DEV] Re: news.php.net rewrite rules

2004-06-21 Thread Derick Rethans
On Mon, 21 Jun 2004, Gabor Hojtsy wrote: > > cvs.php.net/php-master-web has the code (index.php, group.php, etc). > > These print out the links. > > Uhm, ehm, php-news-web I see. Well, go ahead i'd say ;-) Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: ht

[PHP-DEV] Re: news.php.net rewrite rules

2004-06-21 Thread Gabor Hojtsy
I just added a rewrite rule to the http://news.php.net site which makes: http://news.php.net// into: http://news.php.net/article.php?group=&article= which gives much nicer URLs, like: http://news.php.net/php.internals/9828 Should I update the code to emit these kind of URLs? I have not seen you d

[PHP-DEV] Re: news.php.net rewrite rules

2004-06-21 Thread Gabor Hojtsy
I just added a rewrite rule to the http://news.php.net site which makes: http://news.php.net// into: http://news.php.net/article.php?group=&article= which gives much nicer URLs, like: http://news.php.net/php.internals/9828 Should I update the code to emit these kind of URLs? I have not seen you doi

[PHP-DEV] Re: news.php.net rewrite rules

2004-06-21 Thread Derick Rethans
On Mon, 21 Jun 2004, Gabor Hojtsy wrote: > > I just added a rewrite rule to the http://news.php.net site which makes: > > http://news.php.net// into: > > http://news.php.net/article.php?group=&article= > > > > which gives much nicer URLs, like: > > http://news.php.net/php.internals/9828 > > Should

Re: [PHP-DEV] PHP5 RC3

2004-06-21 Thread Derrell . Lipman
Steph <[EMAIL PROTECTED]> writes: > Derrell: which system are you running, and do you have a short test script > for the ATTACH command please? I will generate one and post it in a few hours. Derrell -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.

[PHP-DEV] Re: news.php.net rewrite rules

2004-06-21 Thread Gabor Hojtsy
I just added a rewrite rule to the http://news.php.net site which makes: http://news.php.net// into: http://news.php.net/article.php?group=&article= which gives much nicer URLs, like: http://news.php.net/php.internals/9828 Should I update the code to emit these kind of URLs? I have not seen you do

[PHP-DEV] news.php.net rewrite rules

2004-06-21 Thread Derick Rethans
Hello, I just added a rewrite rule to the http://news.php.net site which makes: http://news.php.net// into: http://news.php.net/article.php?group=&article= which gives much nicer URLs, like: http://news.php.net/php.internals/9828 regards, Derick -- PHP Internals - PHP Runtime Development Maili

RE: [PHP-DEV] PHP5 RC3

2004-06-21 Thread Steph
It's going to be one of those 'across-many-systems' things again, isn't it? I'll try to get 2.8.14 running on doze later today if need be, plane to catch first. Helly: what kind of problems did you encounter? Derrell: which system are you running, and do you have a short test script for the ATTAC

Re: [PHP-DEV] PHP5 RC3

2004-06-21 Thread Derrell . Lipman
Marcus Boerger <[EMAIL PROTECTED]> writes: > nothing else i wanted to say. Only thing needed to stress out is that we had > problems with incorporating newer 2.8.x versions. I have incorporated 2.8.13 with no problems; I simply copied the source into the ext/sqlite/libsqlite tree (IIRC the path).

[PHP-DEV] [PATCH] fix for #28167

2004-06-21 Thread Ard Biesheuvel
This is a possible fix for #28167 Anyone care to have a look ? -- Ard Index: zend_builtin_functions.c === RCS file: /repository/ZendEngine2/zend_builtin_functions.c,v retrieving revision 1.237 diff -u -r1.237 zend_builtin_functions.c

[PHP-DEV] behaviour of static calls to regular methods

2004-06-21 Thread Ard Biesheuvel
Is the fact that the following code works intentional ? class S { function func() { A::meth(); } } class A { private $bar; function meth() { $this->bar="bar"; } function func() { S::func();

[PHP-DEV] Workarounds for PHP5 on Mac OS X

2004-06-21 Thread Matthew Boehm
Hello, The mailing lists site said this was the list for those who want to help with development of PHP. I hope this is the right list. I am running Mac OS 10.3.2 (Client, not server) and tried to compile PHP5.0.0RC3. Here is my configure: ./configure --with-apxs \ --with-config-file-path=/etc/

[PHP-DEV] CVS Account Request: eric

2004-06-21 Thread Eric Gach
I need a CVS account to keep track of my PEAR package PHP_Modules. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: Microsoft Scraping Email Addresses From PHP Internals List?

2004-06-21 Thread Aidan Lister
Obviously they're not actually from Microsoft - it's more than likely a spammer has picked your email up from one of the webarchives. The "security updates" from "Microsoft" are always a Trojan / virus etc. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I know it's off topic, an