0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #8 from Rican7/feature/readme-tags More... almost 12 years ago
Merge pull request #7 from Rican7/feature/hash-performance-increase More... almost 12 years ago
Adding some "steezy" badges to the readme More... almost 12 years ago
Now using `hash_file` when appropriate, instead of always getting and passing the raw binary buffer data More... almost 12 years ago
Merge pull request #6 from Rican7/hotfix/buffer-creation-consistency More... about 12 years ago
Fixing some data consistency issues with plain-text and weird characters More... about 12 years ago
Merge pull request #5 from Rican7/hotfix/new-php-test-fix More... about 12 years ago
Merge pull request #4 from Rican7/hotfix/gettype-exception-message More... about 12 years ago
PHP 5.4.15 or 5.4.16 fixed a file extension type handler, causing an old test to fail. This fixes that. :) More... about 12 years ago
Fixing a stupid php function naming bug. Thanks to PHP's awesomely predictable function naming... More... about 12 years ago
Merge pull request #3 from Rican7/feature/getSize-improvements More... about 12 years ago
New "getSize()" method for more compatibility with other file types More... about 12 years ago
Merge pull request #2 from Rican7/hotfix/php54-requirement-fix More... about 12 years ago
Clarifying the PHP 5.4 requirement More... about 12 years ago
Removing PHP 5.3 from the Travis configuration for testing More... about 12 years ago
Added Travis build status badge More... about 12 years ago
Adding Travis yaml configuration for Travis-CI integration More... about 12 years ago
Adding basic README.md and LICENSE files More... about 12 years ago
Adding basic tests framework and composer file ... for PHPUnit dependency More... about 12 years ago
Fixing things that were stripped from subtree history. :D More... about 12 years ago
Moving things around for namespacing More... about 12 years ago
Moving tests to a Tests directory More... about 12 years ago
New method to test if a File Object is a PHP temporary file buffer Also, changing name of ImageObject's "getSize()" to "getImageSize()" so that it doesn't collide with SplFileInfo's "getSize()" method (so we can still use it) More... about 12 years ago
Renaming "getResource()" to "getImageResource()" in ImageObject so we can still call on the parent FileObject's "getResource()" More... about 12 years ago
Bug fix - When checking if the File object is "wrapped" hexidecimal, first make sure that the File object isn't base64 encoded More... about 12 years ago
Satisying PHP strict standards More... about 12 years ago
New method for checking if a string is "protocol wrapped" Also, the auto-type factory creation method is now smarter Tests included! More... about 12 years ago
New factory methods for creating a FileObject instance And a quick, naive base64 test And tests More... about 12 years ago
Smarter MIME-handling in the constructor. Now when a protocol wrapped buffer is sent into the constructor, the MIME-type is set based on the wrapper's explicit type, as opposed to attempting to "detect" the MIME for ALL files and buffers More... about 12 years ago
Changing case of the MIME array key returned from the "getWrapperInfo()" method to better match the array key returned in PHP's native "getimagesize()" function (which in turn matches the ImageObject implementation) More... about 12 years ago