[PHP-CVS] cvs: php4 /ext/exif exif.c

2003-06-20 Thread Marcus Boerger
helly Fri Jun 20 14:24:38 2003 EDT Modified files: /php4/ext/exif exif.c Log: - Errors, warnings and notices start with a capital letter. - Show sorcode info when debugging exif. Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.151

[PHP-CVS] cvs: php4 /ext/exif exif.c

2003-06-15 Thread Andrey Hristov
andrey Sun Jun 15 11:28:50 2003 EDT Modified files: /php4/ext/exif exif.c Log: proto fixes Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.149 php4/ext/exif/exif.c:1.150 --- php4/ext/exif/exif.c:1.149 Tue Jun 10 16:03:28 2003 +++

[PHP-CVS] cvs: php4 /ext/exif exif.c exif.dsp

2003-06-15 Thread Edin Kadribasic
edink Sun Jun 15 18:58:04 2003 EDT Modified files: /php4/ext/exif exif.c exif.dsp Log: Fixed win32 build Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.150 php4/ext/exif/exif.c:1.151 --- php4/ext/exif/exif.c:1.150 Sun Jun 15 11:28:50 2003

[PHP-CVS] cvs: php4 /ext/exif exif.c

2003-05-31 Thread Marcus Boerger
helly Fri May 30 13:46:57 2003 EDT Modified files: /php4/ext/exif exif.c Log: Fix handling of ini settings Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.146 php4/ext/exif/exif.c:1.147 --- php4/ext/exif/exif.c:1.146 Mon May 5 09:46:14 2003

[PHP-CVS] cvs: php4 /ext/exif exif.c

2003-05-31 Thread Marcus Boerger
helly Fri May 30 14:59:49 2003 EDT Modified files: /php4/ext/exif exif.c Log: Use safe_estrdup() instead. # Thanks Sascha i didn't knew about that thing. Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.147 php4/ext/exif/exif.c:1.148 ---

Re: [PHP-CVS] cvs: php4 /ext/exif exif.c

2003-05-31 Thread Jani Taskinen
MFH? --Jani On Fri, 30 May 2003, Marcus Boerger wrote: helly Fri May 30 14:59:49 2003 EDT Modified files: /php4/ext/exif exif.c Log: Use safe_estrdup() instead. # Thanks Sascha i didn't knew about that thing. Index:

Re: [PHP-CVS] cvs: php4 /ext/exif exif.c

2003-05-31 Thread Marcus Börger
At 23:26 30.05.2003, Jani Taskinen wrote: MFH? If you insist then, yes, otherwise both versions are fine :-) marcus -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php4 /ext/exif exif.c

2003-05-31 Thread Jani Taskinen
On Sat, 31 May 2003, Marcus Börger wrote: At 23:26 30.05.2003, Jani Taskinen wrote: MFH? If you insist then, yes, otherwise both versions are fine :-) marcus Yes, I insist. --Jani -- https://www.paypal.com/xclick/[EMAIL PROTECTED]no_note=1tax=0currency_code=EUR

[PHP-CVS] cvs: php4 /ext/exif exif.c

2003-04-03 Thread Rasmus Lerdorf
rasmus Thu Apr 3 17:45:26 2003 EDT Modified files: /php4/ext/exif exif.c Log: MFB Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.142 php4/ext/exif/exif.c:1.143 --- php4/ext/exif/exif.c:1.142 Wed Apr 2 17:07:22 2003 +++

[PHP-CVS] cvs: php4 /ext/exif exif.c

2003-04-02 Thread Rasmus Lerdorf
rasmus Wed Apr 2 17:07:22 2003 EDT Modified files: /php4/ext/exif exif.c Log: MFB: Get rid of bogus dtors Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.141 php4/ext/exif/exif.c:1.142 --- php4/ext/exif/exif.c:1.141 Tue Apr 1 13:50:31

Re: [PHP-CVS] cvs: php4 /ext/exif exif.c

2003-04-02 Thread Andi Gutmans
I don't have time to look through this in a thorough way but I think it could leak now. Maybe it's best if you move this function to getParameters() and convert_to_string() w/o _ex. Andi At 10:07 PM 4/2/2003 +, Rasmus Lerdorf wrote: rasmus Wed Apr 2 17:07:22 2003 EDT Modified

[PHP-CVS] cvs: php4 /ext/exif exif.c

2003-04-01 Thread Rasmus Lerdorf
rasmus Tue Apr 1 13:50:31 2003 EDT Modified files: /php4/ext/exif exif.c Log: MFB Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.140 php4/ext/exif/exif.c:1.141 --- php4/ext/exif/exif.c:1.140 Sat Jan 18 14:06:29 2003 +++

[PHP-CVS] cvs: php4 /ext/exif exif.c

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 13:32:21 2003 EDT Modified files: /php4/ext/exif exif.c Log: Removed the no longer needed memory allocation checks. Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.137 php4/ext/exif/exif.c:1.138 ---

Re: [PHP-CVS] cvs: php4 /ext/exif exif.c

2003-01-18 Thread Marcus Börger
At 19:32 18.01.2003, Ilia Alshanetsky wrote: iliaa Sat Jan 18 13:32:21 2003 EDT Modified files: /php4/ext/exif exif.c Log: Removed the no longer needed memory allocation checks. After my reworked patch - what made you sure EXIF_ERRLOG_FSREALLOC is not needed? marcus

[PHP-CVS] cvs: php4 /ext/exif exif.c

2003-01-18 Thread Ilia Alshanetsky
iliaa Sat Jan 18 13:51:13 2003 EDT Modified files: /php4/ext/exif exif.c Log: Additional memory allocation fixes by Marcus Börger. Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.138 php4/ext/exif/exif.c:1.139 --- php4/ext/exif/exif.c:1.138

[PHP-CVS] cvs: php4 /ext/exif exif.c

2002-12-16 Thread Marcus Boerger
helly Mon Dec 16 04:58:50 2002 EDT Modified files: /php4/ext/exif exif.c Log: change mbstring detection Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.130 php4/ext/exif/exif.c:1.131 --- php4/ext/exif/exif.c:1.130 Sun Dec 15 13:49:07 2002

[PHP-CVS] cvs: php4 /ext/exif exif.c /ext/exif/tests exif002.phpt exif003.phpt exif004.phpt exif005.phpt exif006.phpt

2002-12-16 Thread Marcus Boerger
helly Mon Dec 16 09:48:00 2002 EDT Modified files: /php4/ext/exif exif.c /php4/ext/exif/testsexif002.phpt exif003.phpt exif004.phpt exif005.phpt exif006.phpt Log: -Add constant that shows whether or not exif

[PHP-CVS] cvs: php4 /ext/exif exif.c

2002-12-16 Thread Marcus Boerger
helly Mon Dec 16 10:53:47 2002 EDT Modified files: /php4/ext/exif exif.c Log: fix compiler definition tests Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.132 php4/ext/exif/exif.c:1.133 --- php4/ext/exif/exif.c:1.132 Mon Dec 16 09:47:59

[PHP-CVS] cvs: php4 /ext/exif exif.c

2002-12-15 Thread Marcus Boerger
helly Sun Dec 15 13:49:07 2002 EDT Modified files: /php4/ext/exif exif.c Log: ws Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.129 php4/ext/exif/exif.c:1.130 --- php4/ext/exif/exif.c:1.129 Sat Dec 14 14:53:20 2002 +++

[PHP-CVS] cvs: php4 /ext/exif exif.c

2002-12-10 Thread Marcus Boerger
helly Tue Dec 10 09:35:17 2002 EDT Modified files: /php4/ext/exif exif.c Log: -make those debug messages Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.124 php4/ext/exif/exif.c:1.125 --- php4/ext/exif/exif.c:1.124 Mon Dec 9 19:10:27 2002

[PHP-CVS] cvs: php4 /ext/exif exif.c

2002-12-09 Thread Ilia Alshanetsky
iliaa Mon Dec 9 19:10:28 2002 EDT Modified files: /php4/ext/exif exif.c Log: Fixed bug #20907, patch by [EMAIL PROTECTED] Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.123 php4/ext/exif/exif.c:1.124 --- php4/ext/exif/exif.c:1.123 Tue

Re: [PHP-CVS] cvs: php4 /ext/exif exif.c

2002-11-27 Thread Derick Rethans
On Wed, 27 Nov 2002, Marcus Börger wrote: Would you agree adding magic_quotes_runtime support is new functionality or commit that also? I see it as new functionality and the possible of breaking the releases. I would recommend not to merge that. Derick --

[PHP-CVS] cvs: php4 /ext/exif exif.c

2002-11-26 Thread Marcus Boerger
helly Tue Nov 26 20:46:37 2002 EDT Modified files: /php4/ext/exif exif.c Log: -Add magic_quotes_runtime support -Fix Canon Markernote Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.120 php4/ext/exif/exif.c:1.121 ---

[PHP-CVS] cvs: php4 /ext/exif exif.c

2002-11-26 Thread Marcus Boerger
helly Tue Nov 26 21:28:29 2002 EDT Modified files: /php4/ext/exif exif.c Log: -Forgot to correct length Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.121 php4/ext/exif/exif.c:1.122 --- php4/ext/exif/exif.c:1.121 Tue Nov 26 20:46:36 2002

[PHP-CVS] cvs: php4 /ext/exif exif.c

2002-11-26 Thread Marcus Boerger
helly Tue Nov 26 21:42:41 2002 EDT Modified files: /php4/ext/exif exif.c Log: -Code completley rewritten Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.122 php4/ext/exif/exif.c:1.123 --- php4/ext/exif/exif.c:1.122 Tue Nov 26 21:28:29 2002

Re: [PHP-CVS] cvs: php4 /ext/exif exif.c

2002-11-26 Thread Marcus Börger
Thats waht i thought, too. At 04:03 27.11.2002, Jani Taskinen wrote: Any added code that does not fix any bugs are not supposed to be MFH'd. --Jani On Wed, 27 Nov 2002, Marcus Börger wrote: Would you agree adding magic_quotes_runtime support is new functionality or commit that

[PHP-CVS] cvs: php4 /ext/exif exif.c

2002-11-22 Thread Ilia Alshanetsky
iliaa Fri Nov 22 16:51:38 2002 EDT Modified files: /php4/ext/exif exif.c Log: Fixed bug #20560. Index: php4/ext/exif/exif.c diff -u php4/ext/exif/exif.c:1.119 php4/ext/exif/exif.c:1.120 --- php4/ext/exif/exif.c:1.119 Thu Nov 14 16:43:00 2002 +++

[PHP-CVS] cvs: php4 /ext/exif exif.c /ext/exif/tests 005.phpt test5.jpg

2002-10-19 Thread Marcus Börger
helly Sat Oct 19 05:52:00 2002 EDT Added files: /php4/ext/exif/tests005.phpt test5.jpg Modified files: /php4/ext/exif exif.c Log: Allow ifd start at offset other than 0007h and provide testcase. #Now we can read images