Re: [PHP] Re: SPL Exceptions

2005-01-20 Thread Jason Barnett
[UPDATE 1-20-2005]
Im making a minor additional note, just in case it comes up again.
 From the lack of responses I got on this, I thought I may have missed
the point from your responses.
But I've found some information that may or may not be correct.
Speculation ->
The SPL exceptions that I originally was asking about, may be in php
5.1.0.  By chance I came across a phpinfo dump of 5.1.0-dev and it
reports to have the exception classes.
http://dev.e-taller.net/reflector/reflector.php?mod=inf
and according to CVS, http://cvs.php.net/php-src/ext/spl/spl_exceptions.h
it looks like they were recently added last November, so Im guessing its
still pretty new to be in php 5.0.x.
Thanks for listening
Thanks for the update.  I wouldn't count on this feature making it in 
for 5.1.0 for 100% certain, but yeah if it's in the dev tree then it is 
likely on the way.

--
Teach a man to fish...
NEW? | http://www.catb.org/~esr/faqs/smart-questions.html
STFA | http://marc.theaimsgroup.com/?l=php-general&w=2
STFM | http://www.php.net/manual/en/index.php
STFW | http://www.google.com/search?q=php
LAZY | 
http://mycroft.mozdev.org/download.html?name=PHP&submitform=Find+search+plugins

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: SPL Exceptions

2005-01-20 Thread Gerard Samuel
M. Sokolewicz wrote:
Gerard Samuel wrote:
Does anyone know when the exception objects listed in
item #6 at http://www.php.net/~helly/php/ext/spl/ will be available
in base php5??
Thanks
when you install the SPL extension :) I don't think it's planned for 
php5-source though

[UPDATE 1-20-2005]
Im making a minor additional note, just in case it comes up again.
From the lack of responses I got on this, I thought I may have missed
the point from your responses.
But I've found some information that may or may not be correct.
Speculation ->
The SPL exceptions that I originally was asking about, may be in php
5.1.0.  By chance I came across a phpinfo dump of 5.1.0-dev and it
reports to have the exception classes.
http://dev.e-taller.net/reflector/reflector.php?mod=inf
and according to CVS, http://cvs.php.net/php-src/ext/spl/spl_exceptions.h
it looks like they were recently added last November, so Im guessing its
still pretty new to be in php 5.0.x.
Thanks for listening
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: SPL Exceptions

2005-01-19 Thread Gerard Samuel
M. Sokolewicz wrote:
Gerard Samuel wrote:
Does anyone know when the exception objects listed in
item #6 at http://www.php.net/~helly/php/ext/spl/ will be available
in base php5??
Thanks
when you install the SPL extension :) I don't think it's planned for 
php5-source though

Correct me if Im wrong.  But isn't the SPL extension already part (as in 
by default)
of php5??
Currently, Im running php 5.0.3 installed via freebsd's ports,
and the SPL extension is enabled, and according to phpinfo, and 
get_declared_classes(),
I dont have those exception objects.

SPL support => enabled
Interfaces => RecursiveIterator, SeekableIterator
Classes => ArrayObject, ArrayIterator, CachingIterator, 
CachingRecursiveIterator, DirectoryIterator, FilterIterator, 
LimitIterator, ParentIterator, RecursiveDirectoryIterator, 
RecursiveIteratorIterator

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: SPL Exceptions

2005-01-19 Thread M. Sokolewicz
Gerard Samuel wrote:
Does anyone know when the exception objects listed in
item #6 at http://www.php.net/~helly/php/ext/spl/ will be available
in base php5??
Thanks
when you install the SPL extension :) I don't think it's planned for 
php5-source though

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php