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
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
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
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) {
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
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
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
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
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'
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
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
[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!
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
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
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
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
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
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
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
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
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
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.
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
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
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
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).
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
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();
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/
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
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
31 matches
Mail list logo