Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix bug #821 minify file size is 0 #870

Closed
wants to merge 202 commits into from
Closed

fix bug #821 minify file size is 0 #870

wants to merge 202 commits into from

Conversation

dreamsxin
Copy link
Contributor

fix for #821 dreamsxin@b33f808

      * If the collection must not be joined we must print a HTML for each one
      */
     if (Z_TYPE_P(filters) == IS_ARRAY) { 
-      if (!zend_is_true(join)) {
+      if (zend_is_true(join)) {
         if (zend_is_true(local)) {

sjinks and others added 30 commits June 27, 2013 21:02
…eat.org/scripts/gcccpuopt - on a Digital Ocean VM (and likely others) the build throws an unknown CPU warning.
Compute both 32 and 64 bit hashes on the same arch
Resolve issue with double inclusion of a module
Implementation of Phalcon\Config::offsetUnset()
niden and others added 22 commits July 16, 2013 10:39
Fix bugs introduced by merge conflicts
Best effort fix for Mongo's bugs
  * Fixed memory corruption in APC/XCache cache backends
  * Fixed memory leaks in Phalcon\Cache\Backend\Apc::queryKeys
  * Optimizations
Add a parameter for the function setFileToSend
Fix memory leaks and memory corruption in cache backends
Use markTestSkipped() instead of echo
Fix memory corruption is Phalcon\Config\Adapter\Ini
Dot(.) directive parse
Add several missing APC and XCache tests
@phalcon
Copy link
Collaborator

phalcon commented Jul 18, 2013

Hi, we don't add new changes in master, can you submit your change to the 1.2.1 branch?

Phalcon and others added 5 commits July 18, 2013 07:38
dot directive parsing of ini files.
Phalcon\Mvc\Model\Criteria::fromInput() does not set _modelName
[NFR] Make Phalcon\Http\Cookie less depend on session
Updated function comments for better readability & grammar
@dreamsxin
Copy link
Contributor Author

master is last version 1.2.1. now create branch.

@dreamsxin dreamsxin closed this Jul 19, 2013
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.

7 participants