[PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2009-06-12 Thread Felipe Pena
felipe Fri Jun 12 14:03:35 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/exif exif.c Log: - Dropped unnecessary var http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.20.2.15&r2=1.173.2.5.2.20.2.16&diff_format=u Index: php-src/ext/e

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2009-05-28 Thread Pierre-Alain Joye
pajoye Thu May 28 13:45:16 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/exif exif.c Log: - MFH: #48378, exif_read_data() segfaults on certain corrupted .jpeg files http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.20.2.14&r2=1.173

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2008-08-03 Thread Jani Taskinen
janiSun Aug 3 12:11:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/exif exif.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.20.2.7&r2=1.173.2.5.2.20.2.8&diff_format=u Index: php-src/ext/exif/exif.c diff -u php-s

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2008-07-01 Thread Antony Dovgal
tony2001Tue Jul 1 07:39:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/exif exif.c Log: more long -> int fixes http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.20.2.6&r2=1.173.2.5.2.20.2.7&diff_format=u Index: php-src

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2008-06-22 Thread Alexey Zakhlestin
indeyetsSun Jun 22 14:13:02 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/exif exif.c Log: updated to the new parameter-parsing api http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.20.2.5&r2=1.173.2.5.2.20.2.6&diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2008-03-12 Thread Ilia Alshanetsky
iliaa Wed Mar 12 17:32:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/exif exif.c Log: Fixed bug #44388 (Crash inside exif_read_data() on invalid images) http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.20.2.4&r2=1.173

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2007-12-17 Thread Pierre
On Dec 17, 2007 7:42 PM, Ilia Alshanetsky <[EMAIL PROTECTED]> wrote: > Marcus, > > It can certainly be removed but is there a harm in having it there. As > ext/standard grows there is a good chance it'll be broken into > sections, in which case decencies may become relevant. If it has to be moved

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2007-12-17 Thread Ilia Alshanetsky
Marcus, It can certainly be removed but is there a harm in having it there. As ext/standard grows there is a good chance it'll be broken into sections, in which case decencies may become relevant. On 17-Dec-07, at 8:11 AM, Marcus Boerger wrote: Hello Ilia, ZEND_MOD_REQUIRED("standard")

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2007-12-17 Thread Antony Dovgal
On 17.12.2007 16:54, Pierre wrote: > On Dec 17, 2007 2:11 PM, Marcus Boerger <[EMAIL PROTECTED]> wrote: >> Hello Ilia, >> >> ZEND_MOD_REQUIRED("standard") ? >> >> we do not do that for any other ext. Care to explain why it is needed for >> exif? > > The only reason I can think about is when

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2007-12-17 Thread Pierre
On Dec 17, 2007 2:11 PM, Marcus Boerger <[EMAIL PROTECTED]> wrote: > Hello Ilia, > > ZEND_MOD_REQUIRED("standard") ? > > we do not do that for any other ext. Care to explain why it is needed for > exif? The only reason I can think about is when ext/standard is built shared, but I thought it

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2007-12-17 Thread Marcus Boerger
Hello Ilia, ZEND_MOD_REQUIRED("standard") ? we do not do that for any other ext. Care to explain why it is needed for exif? best regards marcus Sunday, December 16, 2007, 6:14:12 PM, you wrote: > iliaa Sun Dec 16 17:14:12 2007 UTC > Modified files: (Branch: PHP

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2007-12-17 Thread Jani Taskinen
janiMon Dec 17 08:51:17 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/exif exif.c Log: - Fix indent of macros http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.20.2.2&r2=1.173.2.5.2.20.2.3&diff_format=u Index: php-src/ext/exif/e

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/exif exif.c

2007-12-16 Thread Ilia Alshanetsky
iliaa Sun Dec 16 17:14:12 2007 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/exif exif.c Log: Fixed bug #43606 (define missing depencies of the exif extension) http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.20.2.1&r2=1.173.2.5.2.