Hey,
> Are you going to adjust it for HEAD as well?
Yes, but I first put it into 5.2 and test it.
Stefan
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Are you going to adjust it for HEAD as well?
-Andrei
On Jul 3, 2006, at 5:39 AM, Stefan Esser wrote:
Hello,
it was requested several times, that PHP allows FILE UPLOAD hooks.
Attached is the URL to a patch against PHP_5_2 that I am going to
commit
in 3-4 days. If you see any problems in
Hi Markus,
actually a reference implementation will be in the Hardening-Patch, but
I invite everyone who wrote an extension, that uses another FileUpload
Hook to contact me and I can help them adjusting their extension or I
can fix it myself.
Stefan
--
PHP Internals - PHP Runtime Development Ma
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Are you also going to provide an extension for actually using it? I.e.
prototype implementation or something similiar?
thanks
Stefan Esser wrote:
> Hello,
>
> it was requested several times, that PHP allows FILE UPLOAD hooks.
>
> Attached is the UR
Looks fine to me.
Ilia
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
it was requested several times, that PHP allows FILE UPLOAD hooks.
Attached is the URL to a patch against PHP_5_2 that I am going to commit
in 3-4 days. If you see any problems in it, then speak up.
I tried to combine the best ideas from the existing patches and combined
it with what I ne