[PHP-CVS] cvs: php-src /ext/standard image.c php_image.h /ext/standard/tests/image image_type_to_mime_type_variation3.phpt

2008-05-24 Thread Marcus Boerger
helly Sat May 24 11:53:35 2008 UTC Added files: /php-src/ext/standard/tests/image image_type_to_mime_type_variation3.phpt Modified files: /php-src/ext/standard image.c php_image.h Log: - Ad

[PHP-CVS] cvs: php-src /ext/standard image.c php_image.h

2007-10-13 Thread Scott MacVicar
scottmacSat Oct 13 18:05:23 2007 UTC Modified files: /php-src/ext/standard image.c php_image.h Log: MFB: Added icon file format support to getimagesize http://cvs.php.net/viewvc.cgi/php-src/ext/standard/image.c?r1=1.130&r2=1.131&diff_format=u Index

[PHP-CVS] cvs: php-src /ext/standard image.c

2007-06-17 Thread Pierre-Alain Joye
pajoye Sun Jun 17 10:39:18 2007 UTC Modified files: /php-src/ext/standard image.c Log: - MFB: #41321, read error downgraded to E_NOTICE http://cvs.php.net/viewvc.cgi/php-src/ext/standard/image.c?r1=1.129&r2=1.130&diff_format=u Index: php-src/ext/standa

[PHP-CVS] cvs: php-src /ext/standard image.c

2006-10-19 Thread Andrei Zmievski
andrei Thu Oct 19 18:20:13 2006 UTC Modified files: /php-src/ext/standard image.c Log: Unicode support for remaining image.c functions. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/image.c?r1=1.126&r2=1.127&diff_format=u Index: php-src/ext/standa

[PHP-CVS] cvs: php-src /ext/standard image.c

2006-06-25 Thread Hannes Magnusson
bjori Sun Jun 25 20:51:31 2006 UTC Modified files: /php-src/ext/standard image.c Log: Fixed image_type_to_extension() Added support for IMAGETYPE_JPX & IMAGETYPE_JB2 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/image.c?r1=1.123&r2=1.124&diff_f

[PHP-CVS] cvs: php-src /ext/standard image.c /ext/standard/tests/image bug13213.phpt getimagesize.phpt getimagesize_246x247.phpt getimagesize_384x385.phpt getimagesize_swc.phpt image_type_to_mime_typ

2005-08-16 Thread Dmitry Stogov
dmitry Tue Aug 16 05:11:00 2005 EDT Modified files: /php-src/ext/standard image.c /php-src/ext/standard/tests/image bug13213.phpt getimagesize.phpt getimagesize_246x247.phpt

[PHP-CVS] cvs: php-src /ext/standard image.c

2005-06-01 Thread Ilia Alshanetsky
iliaa Wed Jun 1 18:28:03 2005 EDT Modified files: /php-src/ext/standard image.c Log: Fixed bug #33210 (relax jpeg recursive loop protection). http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.112&r2=1.113&ty=u Index: php-src/ext/standard/

[PHP-CVS] cvs: php-src /ext/standard image.c

2005-03-06 Thread Marcus Boerger
helly Sun Mar 6 17:18:10 2005 EDT Modified files: /php-src/ext/standard image.c Log: - Actuall the comments were correct http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.111&r2=1.112&ty=u Index: php-src/ext/standard/image.c diff -u php-s

[PHP-CVS] cvs: php-src /ext/standard image.c

2005-03-06 Thread Ilia Alshanetsky
iliaa Sun Mar 6 12:03:44 2005 EDT Modified files: /php-src/ext/standard image.c Log: Fixed bug #29424 (width and height inverted for JPEG2000 files). http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.110&r2=1.111&ty=u Index: php-src/ext/s

[PHP-CVS] cvs: php-src /ext/standard image.c

2005-03-01 Thread Stefan Esser
sesser Tue Mar 1 08:53:03 2005 EDT Modified files: /php-src/ext/standard image.c Log: Handle last or broken JP2 boxes correctly. http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.109&r2=1.110&ty=u Index: php-src/ext/standard/image.c dif

[PHP-CVS] cvs: php-src /ext/standard image.c

2005-03-01 Thread Marcus Boerger
helly Tue Mar 1 05:14:19 2005 EDT Modified files: /php-src/ext/standard image.c Log: - MFB http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.108&r2=1.109&ty=u Index: php-src/ext/standard/image.c diff -u php-src/ext/standard/image.c:1.108 php

Re: [PHP-CVS] cvs: php-src /ext/standard image.c

2005-02-25 Thread Marcus Boerger
Hello Antony, well it actually wasn't me and not this commit - but it was co-work! so i'll have a look :-) marcus Thursday, February 24, 2005, 12:09:25 PM, you wrote: > On Thu, 24 Feb 2005 00:12:15 - > "Marcus Boerger" <[EMAIL PROTECTED]> wrote: >> helly Wed Feb 23 19:12:15 20

[PHP-CVS] cvs: php-src /ext/standard image.c

2005-02-25 Thread Marcus Boerger
helly Thu Feb 24 15:22:19 2005 EDT Modified files: /php-src/ext/standard image.c Log: - This must be == 1 http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.105&r2=1.106&ty=u Index: php-src/ext/standard/image.c diff -u php-src/ext/standard/ima

[PHP-CVS] cvs: php-src /ext/standard image.c

2005-02-25 Thread Marcus Boerger
helly Thu Feb 24 15:22:40 2005 EDT Modified files: /php-src/ext/standard image.c Log: - Little speed up http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.106&r2=1.107&ty=u Index: php-src/ext/standard/image.c diff -u php-src/ext/standard/image

Re: [PHP-CVS] cvs: php-src /ext/standard image.c

2005-02-24 Thread Antony Dovgal
On Thu, 24 Feb 2005 00:12:15 - "Marcus Boerger" <[EMAIL PROTECTED]> wrote: > helly Wed Feb 23 19:12:15 2005 EDT > > Modified files: > /php-src/ext/standard image.c > Log: > - Prevent superflous memory allocation Marcus, this patch breaks JP2 support. See

[PHP-CVS] cvs: php-src /ext/standard image.c

2005-02-23 Thread Marcus Boerger
helly Wed Feb 23 19:12:15 2005 EDT Modified files: /php-src/ext/standard image.c Log: - Prevent superflous memory allocation http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.104&r2=1.105&ty=u Index: php-src/ext/standard/image.c diff -u php-s

[PHP-CVS] cvs: php-src /ext/standard image.c

2005-02-23 Thread Ilia Alshanetsky
iliaa Wed Feb 23 18:39:36 2005 EDT Modified files: /php-src/ext/standard image.c Log: Additional safety checks. # More to follow http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.103&r2=1.104&ty=u Index: php-src/ext/standard/image.c dif

[PHP-CVS] cvs: php-src /ext/standard image.c

2005-02-23 Thread Marcus Boerger
helly Wed Feb 23 17:49:32 2005 EDT Modified files: /php-src/ext/standard image.c Log: - Slightly redesign # More to follow, explanation follows at more public place http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.102&r2=1.103&ty=u Inde

[PHP-CVS] cvs: php-src /ext/standard image.c

2004-10-04 Thread Ilia Alshanetsky
iliaa Mon Oct 4 16:42:30 2004 EDT Modified files: /php-src/ext/standard image.c Log: Fixed bug #30281 (Prevent non-wbmp images from being detected as such). http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.101&r2=1.102&ty=u Index: php-sr

[PHP-CVS] cvs: php-src /ext/standard image.c

2004-09-25 Thread Anantha Kesari H Y
hyanantha Sat Sep 25 10:46:26 2004 EDT Modified files: /php-src/ext/standard image.c Log: removed unwanted NEW_LIBC checks http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.100&r2=1.101&ty=u Index: php-src/ext/standard/image.c diff -u

[PHP-CVS] cvs: php-src /ext/standard image.c

2004-08-11 Thread Derick Rethans
derick Wed Aug 11 08:33:03 2004 EDT Modified files: /php-src/ext/standard image.c Log: - Added a notice to getimagesize in case zlib is not available and a compressed SWF movie has been passed to the function. http://cvs.php.net/diff.php/php-src/ex

[PHP-CVS] cvs: php-src /ext/standard image.c

2004-07-29 Thread Ilia Alshanetsky
iliaa Thu Jul 29 21:10:41 2004 EDT Modified files: /php-src/ext/standard image.c Log: Fixed bug #29443 (Sanity check for wbmp detection). http://cvs.php.net/diff.php/php-src/ext/standard/image.c?r1=1.98&r2=1.99&ty=u Index: php-src/ext/standard/image.c

[PHP-CVS] cvs: php-src /ext/standard image.c

2003-12-15 Thread Marcus Boerger
helly Mon Dec 15 17:47:38 2003 EDT Modified files: /php-src/ext/standard image.c Log: Check validity of seeks. WS/CS Index: php-src/ext/standard/image.c diff -u php-src/ext/standard/image.c:1.96 php-src/ext/standard/image.c:1.97 --- php-src/ext/stan

[PHP-CVS] cvs: php-src /ext/standard image.c

2003-11-12 Thread Marcus Boerger
helly Wed Nov 12 17:51:22 2003 EDT Modified files: /php-src/ext/standard image.c Log: Bugfix #26216: ("getimagesize(): stream does not support seeking" when using remote files) Index: php-src/ext/standard/image.c diff -u php-src/ext/standard/image.

[PHP-CVS] cvs: php-src /ext/standard image.c php_image.h

2003-09-09 Thread Jani Taskinen
sniper Tue Sep 9 15:25:56 2003 EDT Modified files: /php-src/ext/standard php_image.h image.c Log: - Fixed bug #25211 (image.c compile failure with AIX) Index: php-src/ext/standard/php_image.h diff -u php-src/ext/standard/php_image.h:1.25 php-src/ext/stan