Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix newly introduced crash on a file-not-found | Rasmus Lerdorf | 2001-08-04 | 1 | -1/+1 | |
| | ||||||
* | fixed a memleak. | foobar | 2001-08-04 | 1 | -1/+2 | |
| | ||||||
* | Fixed bug: #11784 (combined with fixes Rasmus committed..) | foobar | 2001-08-04 | 1 | -5/+1 | |
| | ||||||
* | Change from E_ERROR to E_WARNING in the exif extension | Rasmus Lerdorf | 2001-08-03 | 1 | -20/+38 | |
| | | | | | @ Change from E_ERROR to E_WARNING in the exif extension (Rasmus) | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -1/+2 | |
| | ||||||
* | Added an optional 2nd parameter 'readall' to read_exif_data. | foobar | 2001-06-26 | 1 | -7/+14 | |
| | ||||||
* | fix build. | foobar | 2001-06-23 | 1 | -1/+1 | |
| | ||||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -0/+2 | |
| | ||||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -21/+59 | |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | |||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 | |
| | ||||||
* | - Change strncpy()'s to strlcpy()'s | Andi Gutmans | 2001-05-02 | 1 | -13/+13 | |
| | ||||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -2/+2 | |
| | ||||||
* | use V_STAT | Daniel Beulshausen | 2001-04-03 | 1 | -7/+2 | |
| | ||||||
* | resolve realpath if in v-dir mode | Daniel Beulshausen | 2001-04-03 | 1 | -2/+9 | |
| | ||||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 | |
| | ||||||
* | Kill a couple of warnings | Rasmus Lerdorf | 2001-01-17 | 1 | -1/+0 | |
| | ||||||
* | Attempt by Matt Bonneau to get thumbnail extraction working | Rasmus Lerdorf | 2000-12-15 | 1 | -5/+59 | |
| | | | | | (no need to bring this into the 4.0.4 branch) | |||||
* | make genfunclist in phpdoc happy | Hartmut Holzgraefe | 2000-11-23 | 1 | -1/+1 | |
| | ||||||
* | Add Olympus-specific tags to read_exif_data() | Rasmus Lerdorf | 2000-08-01 | 1 | -3/+73 | |
| | | | | | @ Add Olympus-specific tags to read_exif_data() (Rasmus) | |||||
* | Get rid of a warning | Zeev Suraski | 2000-06-25 | 1 | -1/+2 | |
| | ||||||
* | PHPAPI is invalid here... | Zeev Suraski | 2000-06-25 | 1 | -1/+2 | |
| | ||||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -1/+1 | |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | |||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -1/+1 | |
| | ||||||
* | Clean up EXIF code and give up on extracting the embedded thumbnail for | Rasmus Lerdorf | 2000-05-29 | 1 | -610/+102 | |
| | | | | | | now. Will return to it when I find some real specs on it. Also added a couple of missing copyright headers | |||||
* | Adding project for new exif module | Frank M. Kromann | 2000-05-24 | 1 | -1/+1 | |
| | ||||||
* | @ New module for reading EXIF header data from JPEG files. Most digital | Rasmus Lerdorf | 2000-05-24 | 1 | -0/+1569 | |
@ cameras will embed all sorts of information about a picture inside the @ jpeg images it generates. (Rasmus) exif module |