summaryrefslogtreecommitdiff
path: root/ext/standard/image.c
Commit message (Collapse)AuthorAgeFilesLines
* fix warningMarcus Boerger2002-04-111-1/+1
|
* Streams are all tracked as resources now.Wez Furlong2002-03-201-4/+1
| | | | | | Add some logic that will help track down leaks when debug is enabled.
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-47/+47
| | | | | | # Should be the last "broad" commit for a while # Don't forget to make clean ; make
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-1/+1
| | | | | | leaking streams should be easier. # I hate these big commits
* -formattingMarcus Boerger2002-03-161-1/+4
|
* -use of corrected stream seekMarcus Boerger2002-03-161-7/+4
| | | | | | #thanks to Wez! #image.c no works again
* -new streamsMarcus Boerger2002-03-161-4/+6
|
* New PHP streams...Wez Furlong2002-03-151-111/+78
|
* -fixed bug 15174Marcus Boerger2002-03-121-85/+230
| | | | | | | -support for some broken jpegs: bug 13213 -better memory handling -initial jpeg2000 support (only jpc not jp2,jb2,jpx)
* TIFF support for 'non' digicam filesMarcus Boerger2002-03-081-9/+24
|
* Silence warning.Sebastian Bergmann2002-03-041-1/+1
|
* - TIFF support for GetImageSizeMarcus Boerger2002-03-041-8/+154
| | | | | @ TIFF support for GetImageSize (Marcus)
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-1/+1
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* pval -> zvalSterling Hughes2001-09-041-2/+2
|
* WhitespaceZeev Suraski2001-08-111-27/+27
|
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-1/+1
|
* Zend compatibility patchZeev Suraski2001-07-301-5/+0
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-9/+35
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* Fixed bugs: #10297, #10615, #10783, #10880foobar2001-05-161-9/+0
|
* Nuke unreferenced local variables.Sebastian Bergmann2001-05-041-1/+0
|
* - Applied a patch that enables getimagesize to return the size of .bmp andDerick Rethans2001-05-031-18/+74
| | | | | | | .psd files (Patch by Paul Jongsma <paulj@webtic.com>) @- Added support to getimagesize to return dimensions of BMP and PSD @ files (Derick)
* ws pollution removed.foobar2001-04-201-7/+8
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
|
* make gd work again under win32Daniel Beulshausen2001-02-201-5/+5
|
* @- Added URL support for getimagesize() function (Jani)foobar2001-01-191-88/+107
| | | | | # tested with all imagetypes. Also the iptc works.
* - Fixed warning under VC6Derick Rethans2000-08-111-1/+1
|
* @- Fix reading of IPTC via GetImageInfo() for certain JPEG files. (Thies)Thies C. Arntzen2000-07-291-1/+5
|
* - Commit tiny patch to remove redundant code by Amit Schreiber.Andi Gutmans2000-07-011-2/+1
|
* - Nuke warningAndi Gutmans2000-06-181-1/+1
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-1/+1
|
* @ Add SWF support to getimagesize() function (Derick Rethans)Rasmus Lerdorf2000-06-041-0/+35
| | | | | Add SWF support to getimagesize() function
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Fixed the format.Egon Schmid2000-05-171-2/+3
|
* proto-takeover from php3Hartmut Holzgraefe2000-05-171-0/+3
|
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-1/+1
|
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-1/+1
| | | | | for Apache.
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 1).
* - The tree compiles againZeev Suraski1999-12-181-2/+2
|
* More php3_ annihilationZeev Suraski1999-12-181-30/+30
|
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
|
* (getimagesize) grrr, fixed newly (30 min ago) introduced NPRThies C. Arntzen1999-12-141-1/+5
|
* use _ex-APIThies C. Arntzen1999-12-141-11/+11
|
* newest GetImageSize renamed header-fileThies C. Arntzen1999-09-021-14/+23
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-4/+4
| | | | | php3_compat.h)