On 15/03/15 23:52, Jan Ehrhardt wrote:
I added PHP7 support to the uploadprogress extension:
https://github.com/Jan-E/uploadprogress
Most important commit:
https://github.com/Jan-E/uploadprogress/commit/50d4a16be3fcf4ef8909f4a4785d1416c4de81fe
Look for the changes with '#if defined(ZEND_ENGINE_3)'.
Under VC11 x86 it only issues one warning.
warning C4715: 'uploadprogress_php_rfc1867_file' : not all control paths
return a value
That should be simple to fix: Add a return statement at the end of
uploadprogress_php_rfc1867_file()
--
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php