• Fabien Potencier's avatar
    merged branch docteurklein/autoloader_fix (PR #100) · 8897c362
    Fabien Potencier authored
    Commits
    -------
    
    5144db26 Merge branch 'master' of github.com:docteurklein/Silex
    0fd27b49 removed leading backslash; set autoload of class_exists to false
    f3171054 [Autoloading] Made the require_once of the UnviversalClassLoader conditional.
    
    Discussion
    ----------
    
    Autoloader fix
    
    [Autoloading] Made the require_once of the UnviversalClassLoader conditional.
    
    As we can't know what happened before we require the silex.phar file, we
    can't deduce if an autoloader has already been required.
    It can lead to fatal errors for cases like it is in SilexBundle.
    
    ---------------------------------------------------------------------------
    
    by brikou at 2011/06/27 09:38:43 -0700
    
    👍
    8897c362
Name
Last commit
Last update
doc Loading commit data...
src/Silex Loading commit data...
tests Loading commit data...
vendor Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
autoload.php Loading commit data...
compile Loading commit data...
example.htaccess Loading commit data...
phpunit.xml.dist Loading commit data...