Commit Graph

217 Commits

Author SHA1 Message Date
Ilia Alshanetsky
62448f6687 MFB: Added missing sanity checks around exif processing. 2009-08-16 14:32:32 +00:00
Ilia Alshanetsky
bf0ef43d30 Fixed compiler warning 2009-07-27 19:36:55 +00:00
Felipe Pena
d25cb5c73f - Sync with 5_3 2009-06-12 14:00:10 +00:00
Felipe Pena
7193fe3e03 - Dropped unused var (HEAD only) 2009-06-12 13:27:39 +00:00
Pierre Joye
c85b4de5fb #48378, exif_read_data() segfaults on certain corrupted .jpeg files 2009-05-28 13:44:43 +00:00
Kalle Sommer Nielsen
9f5204025e Fixed compiler warning 2009-05-19 10:23:51 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Hannes Magnusson
c0dcb08ba8 Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:05:58 +00:00
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena
7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Arnaud Le Blanc
51f7cc3925 initialize optional vars 2008-10-21 23:36:17 +00:00
Jani Taskinen
82d833a94c - fix comment style 2008-08-03 12:10:51 +00:00
Antony Dovgal
e430de504c use zend_bool for "b" 2008-07-14 10:47:35 +00:00
Henrique do Nascimento Angelo
1c1523ec75 Add Unicode support 2008-06-07 20:37:11 +00:00
Ilia Alshanetsky
6ccc87cb26 MFB: Fixed bug #44388 (Crash inside exif_read_data() on invalid images) 2008-03-12 17:32:26 +00:00
Pierre Joye
37cd6f7114 - MFB: #44355 compilation breaks due illegal const usage 2008-03-07 18:41:59 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Jani Taskinen
432ed37817 - Fix indent of macros 2007-12-17 08:51:58 +00:00
Ilia Alshanetsky
6711417e88 MFB: Fixed bug #43606 (define missing depencies of the exif extension) 2007-12-16 17:15:05 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Ilia Alshanetsky
8b9771f1a1 MFB: Fixed memory corruption when reading exif data of a non-file 2007-06-10 20:13:10 +00:00
Marcus Boerger
73f097ee87 - Readability 2007-02-25 13:09:07 +00:00
Marcus Boerger
a9f7f4853a - MFB Synch 2007-02-24 18:37:46 +00:00
Marcus Boerger
20a40063c5 - avoid sprintf 2007-02-24 16:25:58 +00:00
Marcus Boerger
c0f01388ca - Improve debugging and fix #40073 2007-01-09 17:52:02 +00:00
Antony Dovgal
2e08fa381c zerofill info_data and fix possible segfault
partly fixes #40073
2007-01-09 11:37:05 +00:00
Antony Dovgal
6dd26de0c9 more magic number fixes 2007-01-03 20:49:27 +00:00
Sebastian Bergmann
3717df72ae Bump year. 2007-01-01 09:29:37 +00:00
Ilia Alshanetsky
2dbfe66e4a MFB: safety checks 2006-12-26 17:40:20 +00:00
Ilia Alshanetsky
428f53e5fb MFB: Use %F (ignores locale) for internal representation of floats 2006-12-25 16:49:05 +00:00
Marcus Boerger
733ba50788 - Make parameter parsing api check happy 2006-11-04 20:46:21 +00:00
Antony Dovgal
93734dd1ca fix leak and typos in error messages 2006-10-10 22:21:36 +00:00
Antony Dovgal
831d3cd63f initialize static buffer with 0's 2006-08-17 14:32:27 +00:00
Dmitry Stogov
943960c324 Added automatic module globals management 2006-06-13 13:12:20 +00:00
Hannes Magnusson
e6487d115e Added argument info
Fixed protos
Fixed vim folding
2006-06-10 22:59:40 +00:00
Marcus Boerger
af871bf437 - Fix condition 2006-04-10 18:23:15 +00:00
Pierre Joye
bb1ec86f9d - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase
(calling ini_set('magic_....') returns 0|false
- get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false
- set_magic_quotes_runtime raises an E_CORE_ERROR
2006-03-08 00:43:32 +00:00
Andi Gutmans
1efe984d08 - Get rid of using ENFORCE_SAFE_MODE. 2006-02-19 04:29:42 +00:00
foobar
251c5173fd bump year and license version 2006-01-01 13:10:10 +00:00
foobar
a208d9a966 - Nuke php3 legacy 2005-12-06 02:28:26 +00:00
Marcus Boerger
623df3a859 - Fix logic 2005-10-10 06:06:12 +00:00
Marcus Boerger
c124fa566c Bugfix #34704 (Infinite recursion due to corrupt JPEG) (Tim Starling) 2005-10-09 14:11:44 +00:00
Anantha Kesari H Y
9270751a7f NetWare specific stat structure issues.
--Kamesh
2005-08-05 14:03:57 +00:00
foobar
23e671a51e - Bumber up year 2005-08-03 14:08:58 +00:00
Ilia Alshanetsky
1f06bb94c6 MFB: Fixed build of exif extension on win32. 2005-03-17 17:20:52 +00:00
Stefan Esser
4d5599f6e0 Fixed possible bufferoverflow 2005-03-02 18:21:45 +00:00
foobar
3f9dc8814e PHP_WIN32 is defined or not defined. 2005-02-16 23:47:38 +00:00
Edin Kadribasic
d388e4dc16 Enable mbstring use on windows. We were linking against mbstring for
some time now, but have never actually used it on Windows.
Fixes #31980.
2005-02-16 09:53:26 +00:00