Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 615284 Details for
Bug 859270
Review Request: php-symfony2-Filesystem - Symfony2 Filesystem Component
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
bootstrap.php
bootstrap.php (text/plain), 704 bytes, created by
Remi Collet
on 2012-09-21 05:56:09 UTC
(
hide
)
Description:
bootstrap.php
Filename:
MIME Type:
Creator:
Remi Collet
Created:
2012-09-21 05:56:09 UTC
Size:
704 bytes
patch
obsolete
><?php > >/* > * This file is part of the Symfony package. > * > * (c) Fabien Potencier <fabien@symfony.com> > * > * For the full copyright and license information, please view the LICENSE > * file that was distributed with this source code. > */ > >spl_autoload_register(function ($class) { > if (0 === strpos(ltrim($class, '/'), 'Symfony\Component')) { > $file = substr(str_replace('\\', '/', $class), strlen('Symfony\Component')).'.php'; > if (file_exists(__DIR__.'/../..'.$file)) { > # Run from source tree > require_once __DIR__.'/../..'.$file; > } else { > # Run from install dir > require_once 'Symfony/Component'.$file; > } > } >});
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 859270
: 615284 |
624957