Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
symfony
/
filesystem
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
51
Star
4.6k
Code
Pull requests
1
Actions
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Security
Insights
Commits
Branch selector
f384ec6
User selector
All users
Datepicker
All time
Commit History
Commits on Nov 9, 2012
made usage of Composer autoloader for subtree-split unit tests
fabpot
committed
f384ec6
Copy full SHA for f384ec6
Commits on Oct 24, 2012
Merge branch '2.1'
Show description for ef5f0ab
fabpot
committed
ef5f0ab
Copy full SHA for ef5f0ab
Commits on Oct 20, 2012
Nsdocblocks
Drak
authored and
fabpot
committed
a9355a7
Copy full SHA for a9355a7
Commits on Oct 6, 2012
Merge branch '2.1'
Show description for 5272b50
fabpot
committed
5272b50
Copy full SHA for 5272b50
Commits on Oct 4, 2012
[2.1] Exclude tests from zips via gitattributes
igorw
committed
de224eb
Copy full SHA for de224eb
Commits on Sep 28, 2012
Merge branch '2.1'
Show description for 1721034
fabpot
committed
1721034
Copy full SHA for 1721034
Optimize autoload prefix in composer.json
Show description for bf5f02a
Slamdunk
committed
bf5f02a
Copy full SHA for bf5f02a
Commits on Sep 21, 2012
[Filesystem] Fixed tests on Windows
hason
committed
370f2ab
Copy full SHA for 370f2ab
Commits on Sep 6, 2012
udpated composer.json to 2.2
fabpot
committed
c68eefc
Copy full SHA for c68eefc
Commits on Aug 22, 2012
Add minimum-stability (dev) in each component
willdurand
committed
57c95ad
Copy full SHA for 57c95ad
Commits on Aug 13, 2012
[Filesystem] missing realpath breaking FilesystemTest class on Windows (one line of code change)
bdmu
committed
72acf65
Copy full SHA for 72acf65
Commits on Jul 28, 2012
Fixed Phpdoc
pborreli
committed
5561277
Copy full SHA for 5561277
[Filesystem] Fixed 2 tests throwing error on windows
pborreli
committed
e0ea931
Copy full SHA for e0ea931
Commits on Jul 27, 2012
[Filesystem] Fixed 3 failing tests on windows
pborreli
committed
1455fd4
Copy full SHA for 1455fd4
Commits on Jul 25, 2012
[Filesystem] Fixed tests on system without posix
pborreli
committed
e8d3ad5
Copy full SHA for e8d3ad5
Commits on Jul 15, 2012
Revert "raised the minimum version of PHP to 5.3.4 (closes #3856)"
Show description for adc6792
fabpot
committed
adc6792
Copy full SHA for adc6792
Commits on Jul 13, 2012
raised the minimum version of PHP to 5.3.4 (closes #3856)
Show description for 7d1b311
fabpot
committed
7d1b311
Copy full SHA for 7d1b311
Commits on Jul 10, 2012
Refactored Filesystem::makePathRelative function to correctly handle more use-cases
aharonp
committed
fb6c06f
Copy full SHA for fb6c06f
Commits on Jun 19, 2012
[FileSystem] explains possible failure of symlink creation in windows
Erik Trapman
committed
ba54074
Copy full SHA for ba54074
Commits on Jun 18, 2012
Add Changelog BC Break note
romainneutron
committed
bd4799b
Copy full SHA for bd4799b
[Filesystem] Added few new behaviors:
Show description for 9355c28
romainneutron
committed
9355c28
Copy full SHA for 9355c28
Commits on Jun 16, 2012
[Filesystem] added exists method
Julien Brochet
committed
22d3e3e
Copy full SHA for 22d3e3e
Commits on Jun 13, 2012
merged branch SamsonIT/remove_symlink_on_windows (PR #4565)
Show description for 658944d
fabpot
committed
658944d
Copy full SHA for 658944d
[FileSystem] added if-windows check
Erik Trapman
committed
31abac1
Copy full SHA for 31abac1
Prevent empty value in isAbsolutePath, use rtrim in mirror
stealth35
committed
227f2a1
Copy full SHA for 227f2a1
[FileSystem] remove symlinks under windows
Erik Trapman
committed
e1a5395
Copy full SHA for e1a5395
Commits on May 15, 2012
fixed phpdoc @param alignment
fabpot
committed
e1f7c29
Copy full SHA for e1f7c29
added @ to all chmod() calls to avoid PHP warnings (operation not permitted) when using CIFS or NTFSa (closes #2125)
fabpot
committed
820c73f
Copy full SHA for 820c73f
Commits on May 7, 2012
updated minimum PHP version to 5.3.3
Show description for 2af6b95
fabpot
committed
2af6b95
Copy full SHA for 2af6b95
Commits on May 1, 2012
merged branch willdurand/fix-components (PR #4155)
Show description for 40816eb
fabpot
committed
40816eb
Copy full SHA for 40816eb
[Components] Tests/Autoloading fixes
Show description for b258e1d
willdurand
committed
b258e1d
Copy full SHA for b258e1d
Commits on Apr 27, 2012
Revert "merged branch Seldaek/master (PR #4133)"
Show description for 46c677f
fabpot
committed
46c677f
Copy full SHA for 46c677f
Update branch aliases
Seldaek
committed
17fa031
Copy full SHA for 17fa031
Commits on Apr 26, 2012
[Filesystem] added CHANGELOG
fabpot
committed
8e923c2
Copy full SHA for 8e923c2
Commits on Apr 20, 2012
merged branch michal-pipa/symlink-fix (PR #4012)
Show description for f5a2dcc
fabpot
committed
f5a2dcc
Copy full SHA for f5a2dcc
Pagination
Previous
Next
You can’t perform that action at this time.