it seems that the filter ext is getting fast tracked into 5.1.x
I just want to make sure that we are all on the same page on this topic ..
In what form would it be added to core? I presume it would be marked as
experimental? Has the doc team jumped on it yet?
regards,
Lukas
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
> In what form would it be added to core? I presume it would be marked as
As what it is in pecl/filter right now..or what did you mean?
> experimental? Has the doc team jumped on it yet?
Definately experimental. It still crashes for me when
I pass something like ?foo=<br/> in either POST or GET. :)
--Jani
A few days ago I tried to find a compiled version of the input filter
extension for win32 but couldn't find one on the PECL page. As with RC6
of PHP 5.1 which came for Debian just hours before the final release I'd
appreciate compiled versions for testing. I'm not into compiling my own
PHP but OK with using precompiled alpha stuff. Do get more feedback
(there were complaints about the PEAR people not testing...) compiled
win32 builds would enhance the chances of getting bug reports in time...
OLLi
I just committed some sort of config.w32 file for it.
People who know the stuff better told me it now should get
automatically build at http://pecl4win.php.net/ :)
--Jani
On Thu, 1 Dec 2005, Oliver Grätz wrote:
>
> Jani Taskinen schrieb:
>> Definately experimental. It still crashes for me when
>> I pass something like ?foo=<br/> in either POST or GET. :)
>
> A few days ago I tried to find a compiled version of the input filter
> extension for win32 but couldn't find one on the PECL page. As with RC6
> of PHP 5.1 which came for Debian just hours before the final release I'd
> appreciate compiled versions for testing. I'm not into compiling my own
> PHP but OK with using precompiled alpha stuff. Do get more feedback
> (there were complaints about the PEAR people not testing...) compiled
> win32 builds would enhance the chances of getting bug reports in time...
>
> OLLi
>
>
--8323328-1855860093-1133398985=:19007
Content-Type: text/plain; charset=us-ascii
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
--8323328-1855860093-1133398985=:19007--
I've submitted a patch for this problem here:
http://pecl.php.net/bugs/bug.php?id=6124
Are there any other known issues besides this one that continue to
render this extension as experimental?
--
Ben Ramsey
http://benramsey.com/
It is new and therefor experimental, the experimental flag usually
sticks around for about a year since the release. At which point the
state of the extension is reconsidered.
Ilia
>> Definately experimental. It still crashes for me when
>> I pass something like ?foo=<br/> in either POST or GET. :)
>
> I've submitted a patch for this problem here:
> http://pecl.php.net/bugs/bug.php?id=6124
And patch applied, thanks.
> Are there any other known issues besides this one that continue to render this
> extension as experimental?
Not that I know right now, but it's still experimental.
--Jani