Skip to content

Fix for INPUT NOT FOUND#102

Closed
nicohabets wants to merge 1 commit intoleafo:masterfrom
nicohabets:patch-1
Closed

Fix for INPUT NOT FOUND#102
nicohabets wants to merge 1 commit intoleafo:masterfrom
nicohabets:patch-1

Conversation

@nicohabets
Copy link

Somehow changing this line fixed a INPUT NOT FOUND bug on PHP Version 5.3.23

Somehow changing this line fixed a INPUT NOT FOUND bug on PHP Version 5.3.23
@robocoder
Copy link
Collaborator

I just built php 5.3.23 and wasn't able to reproduce (with current master branch) the runtime error you observed.

@robocoder robocoder closed this Jun 12, 2013
@Brunty
Copy link

Brunty commented Aug 8, 2013

I had this same issue running PHP 5.4.7 on Windows as well as PHP 5.4.6-1ubuntu1.3

@robocoder
Copy link
Collaborator

Thanks for bumping...I took another look and identified the root cause.

@Brunty
Copy link

Brunty commented Aug 8, 2013

Yeah, I also used a simple set of brackets to fix as such:

if (($input = $this->inputName())
    && strpos($input, '..') === false
    && substr($input, -5) === '.scss'
) {

@darrennolan
Copy link

Using Ubunut 13.04, PHP 5.4.9-4ubuntu2.3

Thanks. Just forked / committed a fix for this issue, then realised it's already in master, just not brought into a new version. Can we have a 0.0.8 please? :D

Huge thanks in advance, and an even greater thanks for the project.

@robocoder
Copy link
Collaborator

@darrennolan Tagged and published. Cheers.

@darrennolan
Copy link

Thanks @robocoder - Much appreciated! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants