Lior Kaplan
3b8b1435ad
Merge branch 'PHP-5.6'
...
* PHP-5.6:
Fix typo: unitialized -> uninitialized
Fix typo: unitialized -> uninitialized
Conflicts:
ext/xmlwriter/php_xmlwriter.c
2015-04-01 18:30:55 +03:00
Lior Kaplan
59c2a55ec7
Fix typo: unitialized -> uninitialized
2015-04-01 18:17:53 +03:00
Stanislav Malyshev
b16fdebcf8
Merge branch 'PHP-5.6'
...
* PHP-5.6:
5.4.38 next
Updated NEWS
Updated NEWS
Fix bug #68711 Remove useless checks. 'num' is unsigned and cannot be <0.
Fix bug #68799 : Free called on unitialized pointer
Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize())
Conflicts:
ext/exif/exif.c
ext/standard/var_unserializer.c
ext/standard/var_unserializer.re
2015-01-20 10:41:59 -08:00
Stanislav Malyshev
e2744c51b6
Merge branch 'PHP-5.4' into PHP-5.5
...
* PHP-5.4:
5.4.38 next
Fix bug #68799 : Free called on unitialized pointer
Fix for bug #68710 (Use After Free Vulnerability in PHP's unserialize())
Conflicts:
configure.in
main/php_version.h
2015-01-20 10:40:11 -08:00
Stanislav Malyshev
2fc178cf44
Fix bug #68799 : Free called on unitialized pointer
2015-01-11 00:51:05 -08:00
Andrea Faulds
e5eb9530ab
Use "float" and "integer" in typehint and zpp errors
2014-12-21 13:23:02 +00:00
Andrea Faulds
1392102b0c
Updated or skipped certain 32-bit tests
2014-12-17 01:06:48 +00:00
Anatol Belski
09f2355eec
fix dir separator in test
2014-11-24 16:14:17 +01:00
Stanislav Malyshev
ddb207e7fa
Fix bug #68113 (Heap corruption in exif_thumbnail())
2014-10-14 10:44:00 -07:00
Stanislav Malyshev
287c91c1f0
Fix bug #68113 (Heap corruption in exif_thumbnail())
2014-10-13 23:17:45 -07:00
Jeff Welch
5fd7c2b01d
Remove superfluous echos.
2014-06-08 13:50:22 -07:00
Michael Wallner
2fa5f39e4c
add tests for bug #62523
2013-10-21 22:15:09 +02:00
Michael Wallner
1b43f95040
Merged PR #293 (Exif crash on unknown encoding was fixed)
...
By:
Draal
Conflicts:
configure.in
main/php_version.h
2013-10-21 21:48:27 +02:00
Stanislav Malyshev
ac40c0b562
Merge branch 'pull-request/341'
...
* pull-request/341: (23 commits)
typofixes
2013-06-10 14:20:18 -07:00
Xinchen Hui
e081c55fb5
Merge branch 'PHP-5.3' into PHP-5.4
2012-10-10 10:31:31 +08:00
Xinchen Hui
610c7fbe7b
Remove executable permission on phpt
2012-10-10 10:27:49 +08:00
Nikita Popov
49e91151c0
Merge branch 'PHP-5.3' into PHP-5.4
2012-08-14 17:37:10 +02:00
Nikita Popov
e1c610fb44
Fix exif test failure
...
There are two slightly different error messages for invalid pointers, so
make the pattern slightly less strict to account for both.
2012-08-14 17:33:38 +02:00
Stanislav Malyshev
4c4185c117
fix test number
2011-11-19 04:49:59 +00:00
Stanislav Malyshev
1dfbe61e2a
fix bug #60150 for 5.3 too
2011-11-19 04:49:36 +00:00
Stanislav Malyshev
5ebfe19ac6
Fix bug #60150 (Integer overflow during the parsing of invalid exif header)
2011-11-19 04:41:03 +00:00
Pierrick Charron
824726073b
Delete empty test files (old MQ tests)
2011-07-22 12:12:05 +00:00
Pierre Joye
45420bb669
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4
2011-07-22 11:56:20 +00:00
Pierre Joye
409c5a9c7b
-Bug #54002 , fix windows build, use the relevant values in the warnings
2011-02-14 09:40:10 +00:00
Pierre Joye
8a485c7c91
-Bug #54002 , fix windows build, use the relevant values in the warnings
2011-02-14 09:40:10 +00:00
Pierre Joye
dbccc8c112
- fix bug #54002 , exif_read_data crashes on crafted tags
2011-02-14 09:08:44 +00:00
Pierre Joye
0f842f667a
- fix bug #54002 , exif_read_data crashes on crafted tags
2011-02-14 09:08:44 +00:00
Kalle Sommer Nielsen
a448b6a72b
MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ( Fixes #52570 )
...
# Some of the updated tests were to make them sync with 5.3 although they don't run on trunk anymore
2010-08-11 21:41:30 +00:00
Kalle Sommer Nielsen
8deefa8780
Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED ( Fixes #52570 )
...
# Trunk patch will follow shortly
2010-08-11 21:12:18 +00:00
Dmitry Stogov
7bfe056174
Fixed tests
2009-09-21 09:52:19 +00:00
Ilia Alshanetsky
ae5a233a62
Fixed test
2009-06-08 12:31:08 +00:00
Antony Dovgal
31c2c5ffb7
fix test
2009-05-28 13:56:44 +00:00
Pierre Joye
f002287eb3
- MFH: #48378 , exif_read_data() segfaults on certain corrupted .jpeg files
2009-05-28 13:48:32 +00:00
Felipe Pena
857959838f
- Fixed tests
2009-01-09 02:11:54 +00:00
Ant Phillips
ee934d356b
Exif tests: checked on PHP 5.2.6, 5.3 and 6.0 (Windows, Linux and Linux 64 bit).
2008-12-01 12:25:21 +00:00
David Soria Parra
375631c3b9
Exif tests from Eric Steward. Testfest task 82.
2008-07-07 23:31:54 +00:00
foobar
c0ec353655
fix test
2005-10-11 18:11:13 +00:00
foobar
036f28f115
MFH: fix test
2005-10-10 05:57:21 +00:00
foobar
60d70459f3
extra spaces removed
2005-10-10 05:55:44 +00:00
Marcus Boerger
bc81f55541
- MFH Bugfix #34704 (Infinite recursion due to corrupt JPEG)
2005-10-09 14:40:01 +00:00
Marcus Boerger
8a072165f5
Typos found by Petras Kudaras.
2003-12-22 23:45:53 +00:00
Marcus Boerger
6a75a52ad8
better to check for existance first
2003-01-04 19:19:59 +00:00
Marcus Boerger
2d3b3fd97f
fix test
2002-12-16 15:19:57 +00:00
Marcus Boerger
9042a9ddbd
Add version check since this will be available since php 4.4.
2002-12-16 15:04:12 +00:00
Marcus Boerger
da1a617f6b
forgot to remove that dot
2002-12-16 14:54:35 +00:00
Marcus Boerger
5dc4d38204
-Add constant that shows whether or not exif uses mbstring.
...
-Fix tests
2002-12-16 14:48:00 +00:00
Marcus Boerger
569c69ba36
-Add test for exif_read_data and magic_quotes_runtime
2002-11-27 02:31:26 +00:00
Marcus Boerger
318e561905
Testing default behaviour
2002-11-23 00:54:04 +00:00
Marcus Boerger
25641a7e96
Minor test corrections
2002-11-14 21:45:01 +00:00
Marcus Boerger
37e64f38ac
Test is affected by mbstring
2002-11-14 21:43:49 +00:00