summaryrefslogtreecommitdiff
path: root/ext/exif
Commit message (Collapse)AuthorAgeFilesLines
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+62
| | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand
* - Fixed typoDerick Rethans2004-03-161-1/+1
|
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* Typos found by Petras Kudaras.Marcus Boerger2003-12-221-1/+1
|
* Add dependencies for these extensionsWez Furlong2003-12-221-0/+1
|
* Fix warningMarcus Boerger2003-12-171-1/+1
|
* Fixed ZTS build.Ilia Alshanetsky2003-12-101-1/+1
|
* Include exif in the new win32 build systemFrank M. Kromann2003-12-051-0/+9
|
* String format stuff.Ilia Alshanetsky2003-09-221-4/+4
|
* Allow to search for section FILE with 2nd parameter (found by Derick)Marcus Boerger2003-09-071-2/+4
|
* Fix warningsMarcus Boerger2003-08-171-16/+16
|
* kill some warningsSascha Schumann2003-08-171-5/+4
|
* Fix exif_thumbnailMarcus Boerger2003-08-091-0/+1
|
* Use new infrastructure.Zeev Suraski2003-08-031-1/+4
| | | | | There are bound to be some messups, please report build/runtime bugs!
* - Errors, warnings and notices start with a capital letter.Marcus Boerger2003-06-201-98/+120
| | | | | - Show sorcode info when debugging exif.
* Fixed win32 buildEdin Kadribasic2003-06-152-3/+3
|
* proto fixesAndrey Hristov2003-06-151-3/+3
|
* updating license information in the headers.James Cox2003-06-102-6/+6
|
* Use safe_estrdup() instead.Marcus Boerger2003-05-301-16/+6
| | | | | # Thanks Sascha i didn't knew about that thing.
* Fix handling of ini settingsMarcus Boerger2003-05-301-6/+16
|
* basename() now binary safe, testcases addedHartmut Holzgraefe2003-05-051-1/+1
|
* Change to use safe_emalloc() and provide macro for nowMarcus Boerger2003-04-161-5/+9
|
* Fixed bug #23102 (integer overflow in exif_iif_add_value()).Ilia Alshanetsky2003-04-081-0/+4
|
* MFBRasmus Lerdorf2003-04-031-9/+15
|
* MFB: Get rid of bogus dtorsRasmus Lerdorf2003-04-021-3/+0
|
* MFBRasmus Lerdorf2003-04-011-8/+4
|
* correct my fault here and documnet the sense of the testMarcus Boerger2003-01-181-4/+3
|
* Additional memory allocation fixes by Marcus Börger.Ilia Alshanetsky2003-01-181-7/+12
|
* Removed the no longer needed memory allocation checks.Ilia Alshanetsky2003-01-181-153/+22
|
* better to check for existance firstMarcus Boerger2003-01-042-2/+2
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* (char *) vptr += expr; is refused by the IRIX compiler, so we useSascha Schumann2002-12-221-1/+1
| | | | | vptr = (char *) vptr + expr; instead.
* 'index' is a function name in the C library, do not use it as variable name.Sascha Schumann2002-12-221-3/+3
| | | | | | also, cast the 'void *' correctly to a 'char *' for manipulation instead of an 'int'.
* fix compiler definition testsMarcus Boerger2002-12-161-1/+1
|
* fix compiler definition testsMarcus Boerger2002-12-161-7/+7
|
* fix testMarcus Boerger2002-12-161-2/+1
|
* Add version check since this will be available since php 4.4.Marcus Boerger2002-12-161-2/+6
|
* forgot to remove that dotMarcus Boerger2002-12-165-6/+6
|
* -Add constant that shows whether or not exif uses mbstring.Marcus Boerger2002-12-166-9/+12
| | | | | -Fix tests
* change mbstring detectionMarcus Boerger2002-12-161-1/+3
|
* wsMarcus Boerger2002-12-151-12/+12
|
* Fix build when mbstring is a shared module or dll under windowsMarcus Boerger2002-12-141-8/+12
|
* Bugfix: #21010 (Here it's maker (manufacturer) instead of marker)Marcus Boerger2002-12-141-32/+32
|
* decode variable is only used when mbstring is avaliable.Ilia Alshanetsky2002-12-111-1/+1
|
* Fixed win32 build.Ilia Alshanetsky2002-12-101-1/+1
|
* -make those debug messagesMarcus Boerger2002-12-101-0/+12
|
* Fixed bug #20907, patch by m-arai@sco.bekkoame.ne.jp.Ilia Alshanetsky2002-12-101-11/+12
|
* -Code completley rewrittenMarcus Boerger2002-11-271-20/+0
|