Hello,
While debugging large file uploads errors on PHP, I came across this
patch commited to PHP git :
http://git.php.net/?p=php-src.git;a=commit;h=8962f3ff0c76c5710f5e14d6f342f44498ff882b
It is only commited on branch master, and I wonder why it has not been
commited to other branches (5.3, 5.4, 5.5). Is there a specific reason
?
Thank you.
Olivier
Hello,
While debugging large file uploads errors on PHP, I came across this
patch commited to PHP git :
http://git.php.net/?p=php-src.git;a=commit;h=8962f3ff0c76c5710f5e14d6f342f44498ff882bIt is only commited on branch master, and I wonder why it has not been
commited to other branches (5.3, 5.4, 5.5). Is there a specific reason
?
As already mentioned in the Github thread, this is just a complimentary
fix for the +2G-upload support coming with PHP-5.6.
--
Regards,
Mike