[PHP-DEV] phar update

2009-02-20 Thread Greg Beaver
Hi, As PHP has the good fortune of being blessed with Scott MacVicar who connected me with the ppc64 test machine provided by IBM and the sparc machine provided by Sun through David Soria-Parra (thank you thank you thank you), phar has now been verified as working in the following configurations t

[PHP-DEV] Re: [PHP-QA] [RFC] Better benchmarks for PHP

2009-02-20 Thread Nuno Lopes
On Sat, 2009-02-14 at 23:06 +, Nuno Lopes wrote: Currently PHP's benchmarks are very poor. The PHP interpreter is only timed against bench.php. Sadly, this doesn't make use of the majority of PHP's IS that something where some GSoC student might help? If yes, please add it to http://wiki.p

Re: [PHP-DEV] Re: Adding a property to an object

2009-02-20 Thread Nathan Nobbe
On Fri, Feb 20, 2009 at 3:45 PM, Matthew C. Rice wrote: > David, > > > I personally have not read that book, as I actually heard pertaining to > objects ( where I too have had some issues ) it wasn't really a terrific > reference. Though if this is not the case, I would love to hear otherwise..

Re: [PHP-DEV] Adding/Updating ZVal Arrays to Object

2009-02-20 Thread Matthew C. Rice
Nathan, Thanks one last time. I am ordering the book now. I was going to originally, but read a bit on some reviews and it seemed it was missing some key Object parts. Most of what I have learned so far was based on other extensions, grep'ing the actual Zend source, and the post Sara Gole

Re: [PHP-DEV] Adding/Updating ZVal Arrays to Object

2009-02-20 Thread Nathan Nobbe
On Fri, Feb 20, 2009 at 3:02 PM, Matthew C. Rice wrote: > Nathan, > >Thanks a bunch. That was exactly what I was looking for. word > Is there any place you would consider a good resource to learn/get > documentation for these functions? my secret weapon, http://www.amazon.com/Extending

[PHP-DEV] Re: Adding a property to an object

2009-02-20 Thread Matthew C. Rice
David, I personally have not read that book, as I actually heard pertaining to objects ( where I too have had some issues ) it wasn't really a terrific reference. Though if this is not the case, I would love to hear otherwise.. I don't know if this is the "right" way, but a way to go

[PHP-DEV] Adding a property to an object

2009-02-20 Thread David M. Patterson
Hello all. I am attempting to convert one of my extensions to OOP. I have a class entry and (I think) I've instantiated an instance of it within RINIT(). What I haven't been able to do is add a private property to it. I have the Goleman book and followed the information on pages 148 and 149, t

Re: [PHP-DEV] Adding/Updating ZVal Arrays to Object

2009-02-20 Thread Matthew C. Rice
Nathan, Thanks a bunch. That was exactly what I was looking for. Is there any place you would consider a good resource to learn/get documentation for these functions? Matthew C. Rice Nathan Nobbe wrote: On Fri, Feb 20, 2009 at 12:31 PM, Matthew C. Rice wrote: Hello everyone, I

Re: [PHP-DEV] Adding/Updating ZVal Arrays to Object

2009-02-20 Thread Nathan Nobbe
On Fri, Feb 20, 2009 at 12:31 PM, Matthew C. Rice wrote: > Hello everyone, > > >I am building a custom PHP Extension. It is object based, and while the > documentation seems to be lacking a little on this aspect in extensions, I > haven't let that slow me down. I have used other extensions as

[PHP-DEV] Adding/Updating ZVal Arrays to Object

2009-02-20 Thread Matthew C. Rice
Hello everyone, I am building a custom PHP Extension. It is object based, and while the documentation seems to be lacking a little on this aspect in extensions, I haven't let that slow me down. I have used other extensions as examples, and done a great deal of searching around to