summaryrefslogtreecommitdiff
path: root/ext/standard/iptc.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-231-3/+3
* Remove TSRMLS_* from code, they are not used anymoreStanislav Malyshev2016-02-171-1/+1
* Merge branch 'PHP-5.6.18' into PHP-7.0.3Stanislav Malyshev2016-02-011-0/+9
|\
| * Merge branch 'PHP-5.5.32' into PHP-5.6.18Stanislav Malyshev2016-02-011-1/+15
| |\
| | * add missing headers for SIZE_MAXAnatol Belski2016-01-281-0/+9
| | * Fix bug #71459 - Integer overflow in iptcembed()Stanislav Malyshev2016-01-261-1/+6
| | * Bump yearXinchen Hui2015-01-151-1/+1
* | | Fix bug #71459 - Integer overflow in iptcembed()Stanislav Malyshev2016-01-261-1/+6
* | | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ \ | |/ /
| * | Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-181-0/+1
|\ \ \ | |/ /
| * | Fix #70096: Repeated iptcembed() adds superfluous FF bytesChristoph M. Becker2015-07-181-0/+1
| * | bump yearXinchen Hui2015-01-151-1/+1
| |/
* | Cleanup (avoid reallocation)Dmitry Stogov2015-07-011-7/+8
* | fix warningsMichael Wallner2015-01-301-2/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-18/+18
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-30/+30
* | Fix a couple compile warningsNikita Popov2014-09-291-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | fix iptcembed()Anatol Belski2014-08-311-1/+1
* | data type fixesAnatol Belski2014-08-291-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | master renames phase 1Anatol Belski2014-08-251-4/+4
* | yet more fixes to zppAnatol Belski2014-08-201-4/+4
* | Merge branch 'master' into phpngDmitry Stogov2014-05-181-0/+3
|\ \ | |/
| * Merge branch 'bug67250' into PHP-5.4Stanislav Malyshev2014-05-131-0/+3
| |\
| | * Fix bug #67250 (iptcparse out-of-bounds read)Stanislav Malyshev2014-05-111-0/+3
| |/
| * Bump yearXinchen Hui2014-01-031-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Cleanup (2-nd round)Dmitry Stogov2014-04-151-1/+2
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-1/+1
* | Use better data structures (incomplete)Dmitry Stogov2014-02-131-7/+7
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
|/
* Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-04-291-4/+4
|\
| * - Added missing bound check in iptcparse() (path by chris at chiappa.net)Felipe Pena2012-04-291-4/+4
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Year++Felipe Pena2011-01-011-1/+1
| * - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-0/+4
* | - Year++Felipe Pena2012-01-011-1/+1
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-1/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | Fixed compiler warnings in the standard libraryKalle Sommer Nielsen2010-09-231-2/+4
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-4/+0
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: fix segfault in iptcembed()Antony Dovgal2007-05-101-4/+4