mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-06 08:53:01 +02:00
[ticket/15305] Add streams for storage * github.com:phpbb/phpbb: [ticket/15305] Update phpdoc [ticket/15305] Remove not_implemented exception [ticket/15305] Close stream before throwing an exception [ticket/15305] Update annotations [ticket/15305] Remove not_implemented exception in streams [ticket/15305] Use streams in filespec [ticket/15305] Throw exception if stream_copy_to_stream() fail [ticket/15305] Use php://temp stream instead of tmpfile() [ticket/15305] Revert open in w+b mode [ticket/15305] Fix typo [ticket/15305] Open file in w+b mode [ticket/15305] Open file in binary mode [ticket/15305] Simulate streams if they are not implemented [ticket/15305] Use an aditional interface for streams [ticket/15305] Fix streams [ticket/15305] Add tests [ticket/15305] Update PHPDoc [ticket/15305] Add streams
ABOUT
phpBB is a free open-source bulletin board written in PHP.
COMMUNITY
Get your copy of phpBB, find support and lots more on phpBB.com! Discuss the development on area51.
INSTALLING DEPENDENCIES
To be able to run an installation from the repo (and not from a pre-built package) you need to run the following commands to install phpBB's dependencies.
cd phpBB
php ../composer.phar install
CONTRIBUTE
- Create an account on phpBB.com
- Create a ticket (unless there already is one)
- Read our Coding guidelines and Git Contribution Guidelines
- Send us a pull request
VAGRANT
Read our Vagrant documentation to find out how to use Vagrant to develop and contribute to phpBB.
AUTOMATED TESTING
We have unit and functional tests in order to prevent regressions. You can view the bamboo continuous integration here or check our travis builds below:
master - Latest development version
3.2.x - Development of version 3.2.x
3.1.x - Development of version 3.1.x
LICENSE
Description
Languages
PHP
86.9%
HTML
8.5%
JavaScript
2.7%
CSS
1.6%
Shell
0.2%