summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* A picture is worth a thousand message digestsChristoph M. Becker2016-09-111-0/+1
| | | | | | | | | | | | | | | | | | The bundled GD test suites makes heavy use of md5() to verify the result of drawing operations. This leads to fragile tests (even a slight change in a PNG header would cause failure, and of course there is the possibility of collisions), and even worse, eventual test failures are rather unrevealing. Therefore we replace all md5() verification with a simplistic test_image_equals_file(), which is basically a simplified port of libgd's gdTestImageCompareToFile(), adapted to the needs of PHPTs. In the long run better tests helpers should be introduced (see also <http://news.php.net/php.internals/94081>), but for now this solution is preferable over the former. (cherry picked from commit 24f9e96792518ec2a75f26b1eb2471dd7694f2b7)
* Remove sqlite extension leftover references (was removed in PHP 5.4)Lior Kaplan2015-12-161-4/+0
|
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: update NEWS fix test update NEWS Fix bug #70019 - limit extracted files to given directory Do not do convert_to_* on unserialize, it messes up references Fix #69793 - limit what we accept when unserializing exception Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList) Fixed bug #70166 - Use After Free Vulnerability in unserialize() with SPLArrayObject ignore signatures for packages too Fix bug #70168 - Use After Free Vulnerability in unserialize() with SplObjectStorage Fixed bug #69892 Fix bug #70014 - use RAND_bytes instead of deprecated RAND_pseudo_bytes Improved fix for Bug #69441 Fix bug #70068 (Dangling pointer in the unserialization of ArrayObject items) Fix bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref) Fix bug #70081: check types for SOAP variables Conflicts: ext/soap/php_http.c ext/spl/spl_observer.c
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-0/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix bug #70019 - limit extracted files to given directory Do not do convert_to_* on unserialize, it messes up references Fix #69793 - limit what we accept when unserializing exception Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoublyLinkedList) Fixed bug #70166 - Use After Free Vulnerability in unserialize() with SPLArrayObject ignore signatures for packages too Fix bug #70168 - Use After Free Vulnerability in unserialize() with SplObjectStorage Fixed bug #69892 Fix bug #70014 - use RAND_bytes instead of deprecated RAND_pseudo_bytes Improved fix for Bug #69441 Fix bug #70068 (Dangling pointer in the unserialization of ArrayObject items) Fix bug #70121 (unserialize() could lead to unexpected methods execution / NULL pointer deref) Fix bug #70081: check types for SOAP variables Conflicts: .gitignore ext/date/php_date.c ext/spl/spl_array.c ext/spl/spl_observer.c
| | * ignore signatures for packages tooStanislav Malyshev2015-08-011-0/+2
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Ferenc Kovacs2014-10-021-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: we also have xz release tarballs since 5.5 5.5.19 now Conflicts: configure.in main/php_version.h
| * | we also have xz release tarballs since 5.5Ferenc Kovacs2014-10-021-0/+1
| | |
* | | Added autogenerated phpdbg parser files to .gitignoreBob Weinand2014-04-221-0/+2
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Will Fitch2014-01-231-0/+4
|\ \ | |/ | | | | | | * PHP-5.4: Update gitignore and Makefile for additional entries
| * Update gitignore and Makefile for additional entriesWill Fitch2014-01-231-0/+4
| |
* | Ignore Zend/zend_dtrace_gen.h and Zend/zend_dtrace_gen.hbakSebastian Bergmann2012-12-161-0/+2
|/
* Ignore the tempoary filesXinchen Hui2012-03-221-0/+12
|
* Ignore the temporay files in sapi/*/tests/Xinchen Hui2012-03-201-0/+8
|
* Add missing files.Sebastian Bergmann2012-03-191-0/+13
|
* Add .gitignoreDavid Soria Parra2012-03-191-0/+221
The gitignore file was created using git svn show-ignore and the overlapping patterns were removed.