vladkens / autoprefixer-php

Provides PHP integration with Node.js application
MIT License
74 stars 14 forks source link

Infinite loop in Autoprefixer::fwrite_stream() #10

Open ogaponcic opened 8 years ago

ogaponcic commented 8 years ago

Getting infinite loop in for loop , because $fwrite value is 0.

System : Ubuntu 15.10 Node : v5.2.0 PHP : 5.6.11-1

ogaponcic commented 8 years ago

http://php.net/manual/en/function.fwrite.php#96951