till / cssmin

Automatically exported from code.google.com/p/cssmin
0 stars 0 forks source link

css min dosent work with php 5.4.5 #67

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of CssMin are you using (source and/or build)?
version     3.0.1

What was the input stylesheet and/or configuration options?
default

What is the expected result?
request time out after 30 seconds.

And what is the actual result and/or error message?
PHP Fatal error:  Maximum execution time of 30 seconds exceeded in 
C:\svn\PsCore\trunk\Libraries\External\Minifier\CssMin.php on line 1656

Please provide any additional information below.

Original issue reported on code.google.com by pya...@propertysolutions.com on 12 Jan 2013 at 12:36

GoogleCodeExporter commented 8 years ago
This issue is occuring for css properties values which are included in double 
quote or single quote
e.g
@import url("/css/test.css");
body {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:400;
}
.headerbar:after {
  clear:both;
  content:".";
}

Please let us know how we can resolve it. Thanks

Original comment by rahul.w...@gmail.com on 20 Feb 2013 at 7:13

GoogleCodeExporter commented 8 years ago
Has anyone found a solution for this?

Original comment by trstee...@gmail.com on 29 Apr 2013 at 12:52