-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog
537 lines (425 loc) · 15.6 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
PHP Korean Extexsions Changelog
* 1.0.7
--------------------------------------------------------------------------------
* 1.0.6
--------------------------------------------------------------------------------
Sat Mar 13 2021
by JoungKyun.Kim <[email protected]>
- fixed #24 update libgd with PHP 8.0.3
- fixed #25 failed test 007
- fixed #26 support PHP 7.4
- fixed #27 support PHP 8
- fixed #28 enhanced "with-libdir" issue on 64bit environment
- fixed #29 remove leacy code before PHP 7
* 1.0.5
--------------------------------------------------------------------------------
Tue Jan 22 2019
by JoungKyun.Kim <[email protected]>
- fixed #21 postposition_lib api returns an incorrect search for alphabat L
* 1.0.4
--------------------------------------------------------------------------------
Sat Jan 19 2019
by JoungKyun.Kim <[email protected]>
- fixed #20 support gd.jpeg_ignore_warning ini option on imgresize_lib api
- fixed #19 enhanced code that may cause bugs in data type comparisons
- fixed #16 Incorrect memory changes in Uniconv api and krNcrEncode api
* 1.0.3
--------------------------------------------------------------------------------
Wed Jan 16 2019
by JoungKyun.Kim <[email protected]>
- fixed #8 Open base dir setting does not work
- fixed #7 is_utf8 control reaches end of non-void function
- cleaning compile warning messages and changes string data type to char *
from unsigned char *
* 1.0.2
--------------------------------------------------------------------------------
Sat Jan 13 2019
by JoungKyun.Kim <[email protected]>
- fixed #6 libgd security issues and official bug
. updated libgd is based on 7.2.14 (same as 7.3.1)
- fixed #5 wrong operation krregex api on 7.3
Sat Jan 12 2019
- fixed #4 build error on PHP 7.3
- fixed #3 wrong operation krregex api on 7.2
- fixed #2 failed test 007.phpt
- fixed #1 failed test 004.phpt
* 1.0.1
--------------------------------------------------------------------------------
Mon Dec 28 2015
by JoungKyun.Kim <[email protected]>
- fixed zend_string_free to zend_string_release
- fixed memory leaks
* 1.0.0
--------------------------------------------------------------------------------
Mon Dec 28 2015
by JoungKyun.Kim <[email protected]>
- support PHP 7
- unsupport PHP 3/4/5
- update bundle libgd with PHP 7.0.1 bundle libgd
* 0.1.6
--------------------------------------------------------------------------------
Mon Jan 26 2014
by JoungKyun.Kim <[email protected]>
- fixed unread gif format on imgresize_lib
Sat Jun 22 2013
by JoungKyun.Kim <[email protected]>
- fixed compile failure with `E_DEPRECATED' undeclared under PHP 5.2
* 0.1.5
--------------------------------------------------------------------------------
Sat Nov 10 2012
by JoungKyun.Kim <[email protected]>
- fixed deprecated zend_get_parameters_ex
- support utf8
- update gd php bundle library on 5.4.8
Fri Nov 2 2012
by JoungKyun.Kim <[email protected]>
- support PHP 5.4
Wed Aug 29 2012
by JoungKyun.Kim <[email protected]>
- fixed overflow2 link problem with libgd
Sat Sep 27 2008
by JoungKyun.Kim <[email protected]>
- initailize arrany variable when declear on krcharset.c
- fixed proto type error about regex_t
Tue Aug 19 2008
by JoungKyun.Kim <[email protected]>
- support PHP_LIBDIR on PHP4
- start 0.1.5
* 0.1.4
--------------------------------------------------------------------------------
Sun Aug 10 2008
by JoungKyun.Kim <[email protected]>
- support PCRE 7.6
fixed kr_regex_replace_arr segfault
Thanks for HyunSung Jang <orzz at orzz.org>
- update gd php bundle library on 5.2.6
Tue Jul 15 2008
by JoungKyun Kim <[email protected]>
- support 64bit library check
Fri Nov 16 2007
by JoungKyun Kim <[email protected]>
- fixed segfault generate_date function on krmail.c
* 0.1.3
--------------------------------------------------------------------------------
Fri Jul 20 2007
by JoungKyun Kim <[email protected]>
- fixed VCWD_REALPATH changes on PHP 5.2
* 0.1.2
--------------------------------------------------------------------------------
Sun Mar 19 2006
by JoungKyun Kim <[email protected]>
- fixed documents with html 4 validate
- fixed sockmail_lib function removed upper html print out
- fixed segmentation fault in get_mx_record function
* 0.1.1
--------------------------------------------------------------------------------
Sat Mar 18 2006
by JoungKyun Kim <[email protected]>
- when sending fail, don't stop function any more.
Thu Mar 16 2006
by JoungKyun Kim <[email protected]>
- fixed gdImageCreatePaletteFromTrueColor link bug in bundle gd library
- fixed substr_lib ascii range parsing bug
- fixed buffer over flow on body_encode function in krmail.c
- changed err code E_ERROR to E_WARNING when mailresource_lib function failed
- fixed out of memory of kr_regex_replace_arr function
- add helo host argument in sockmail_lib function
* 0.1.0
--------------------------------------------------------------------------------
Sun Feb 12 2006
by JoungKyun Kim <[email protected]>
- update libgd on php 5.1.2
- changed create location of tmpfile to PG(upload_tmp_dir)
- added open basedir check
* 0.0.9
--------------------------------------------------------------------------------
Thu Apr 21 2005
by JoungKyun Kim <[email protected]>
- fixed warning messages
* 0.0.8
--------------------------------------------------------------------------------
Tue Sep 14 2004
by JoungKyun Kim <[email protected]>
- rewrite strtrim internal function
- changed efree funtion to safe_efree function
- fixed mail sent problem
* 0.0.7
--------------------------------------------------------------------------------
Mon Jul 27 2004
by JoungKyun Kim <[email protected]>
- fixed gd dependency problem
- gd bundle libaray update
Mon May 31 2004
by JoungKyun Kim <[email protected]>
- fixed bundle gd library
Wed Dec 10 2003
by JoungKyun Kim <[email protected]>
- rewrite pcregrep_lib function
- rewrite krregex.h
- rewrite get_serverenv function
Tue Dec 2 2003
by JoungKyun Kim <[email protected]>
- fixed efree bug of pcre_match function
- rewrite pcregrep_lib function
* 0.0.6
--------------------------------------------------------------------------------
Mon Sep 15 2003
by JoungKyun Kim <[email protected]>
- fixed fail mail and rcpt rutine on some smtp server in sockmail_lib fucntion
- fixed setlocale on date of mail header in mailsource_lib function
Thu Sep 4 2003
by JoungKyun Kim <[email protected]>
- changed to int type from void on putfile_lib function
Sun Aug 31 2003
by JoungKyun Kim <[email protected]>
- fixed miss free on pcre_match function
Wed Jul 16 2003
by JoungKyun Kim <[email protected]>
- fixed autolink_lib function bug
Mon Jul 14 2003
by JoungKyun Kim <[email protected]>
- update human_fsize_lib
- added gif out patch on libgd
Mon Jun 2 2003
by JoungKyun Kim <[email protected]>
- update libgd
Wed May 28 2003
by JoungKyun Kim <[email protected]>
- fixed segment fault when return null byte in pcregrep_lib
Mon May 26 2003
by JoungKyun Kim <[email protected]>
- added unit option in human_fsize_lib function
Tue May 14 2003
by JoungKyun Kim <[email protected]>
- rewrite readfile_lib fucntion with same function of readfile
- added pcregrep_lib function and pcre_match internal function
* 0.0.5
--------------------------------------------------------------------------------
Sun Mar 2 2003
by JoungKyun Kim <[email protected]>
- fixed failure of static compile
- registed new gd library file
- removed gd gif read on windows
Sat Mar 1 2003
by JoungKyun Kim <[email protected]>
- fixed conftest bug of config.m4
- fixed bug of width value have 0 on imgresize_lib function
- fixed koren.dsp
Fri Feb 21 2003
by JoungKyun Kim <[email protected]>
- fixed segmentation fault error of VCWD_REALPATH on FreeBSD
Tue Jan 7 2003
by JoungKyun Kim <[email protected]>
- fixed gdSinT undefined error when don't include gd extension
- modified phpinfo data
- enabled to use on account mode
* 0.0.4
--------------------------------------------------------------------------------
Mon Jan 6 2003
by JoungKyun Kim <[email protected]>
- added script version of korean extension
Wed Jan 1 2003
by JoungKyun Kim <[email protected]>
- added gd version check rutine on krimage.c
- fixed setment fault of mailsource_lib function
- modified html_to_plain function on krmail.c
Mon Dec 30 2002
by JoungKyun Kim <[email protected]>
- added small gd library
- update krimage.c
- modified config.m4
Sat Dec 29 2002
by JoungKyun Kim <[email protected]>
- added small gd library
- modified config.m4
- limits under 4.3.0
Sat Dec 28 2002
by JoungKyun Kim <[email protected]>
- added PHP_NEW_EXTENSION in config.m4 for over 4.2.x
Thu Dec 26 2002
by JoungKyun Kim <[email protected]>
- fixed typo in agentinfo_lib function
Sun Dec 22 2002
by JoungKyun Kim <[email protected]>
- fixed segment error on readfile function
* 0.0.3
--------------------------------------------------------------------------------
Thu Dec 13 2002
by JoungKyun Kim <[email protected]>
- release 0.0.3
- fixed bad useful variables with realpath
- fixed gabage return value
Wed Dec 12 2002
by JoungKyun Kim <[email protected]>
- fixed readfile function on krfile.c
- fixed case of null string return on readfile_lib
- fixed realpath under win32
- updated doucments
Mon Dec 10 2002
by JoungKyun Kim <[email protected]>
- removed unuseless variables
- changed system function to file stream function on readfile function
* 0.0.2
--------------------------------------------------------------------------------
Mon Dec 9 2002
by JoungKyun Kim <[email protected]>
- release 0.0.2
- changed file stream function to row system function on readfile_lib functoin
- fixed segment falut of mail function
- fixed bug that changed addr variable in get_hostname_lib function
- changed upper case to lower case start charactors of unicode function
- fixed segment fault on sutstr_lib function
- update document
Sun Dec 1 2002
by JoungKyun Kim <[email protected]>
- rewrite human_fsize_lib function
- rewrite check_table function
- fixed segmentation falut on krNcrEncode, krNcrDecode function
Wed Nov 30 2002
by JoungKyun Kim <[email protected]>
- modified project file of MSVC
Wed Nov 27 2002
by JoungKyun Kim <[email protected]>
- rewrite unicode ncrcode function
Wed Nov 27 2002
by JoungKyun Kim <[email protected]>
- rewrite utf8encode_lib, utf8decode_lib function
- fixed memory free problems
- removed convUTF8 function in krcharset.c
Tue Nov 26 2002
by HyunSoo Choi <http://baby.web119.com>
- added new utf8 function
Thu Oct 24 2002
by JoungKyun Kim <[email protected]>
- added memory free for estrdup variables
Sun Sep 22 2002
by JoungKyun Kim <[email protected]>
- added memory free some variables
* 0.0.1
--------------------------------------------------------------------------------
Thu Sep 19 2002
by JoungKyun Kim <[email protected]>
- release 0.0.1
- fixed postposition_lib functoin
- fixed mailresource_lib function overflow error on windows envionment
Wed Sep 18 2002
by JoungKyun Kim <[email protected]>
- supported windows
Sun Sep 8 2002
by JoungKyun Kim <[email protected]>
- fixed get_hostname_lib returns null value if reverse value is 0
- fixed proxy type on get_hostname_lib
Tue Sep 5 2002
by JoungKyun Kim <[email protected]>
- added postposition_lib function
Tue Sep 3 2002
by JoungKyun Kim <[email protected]>
- removed unuseless variables
Sun Sep 1 2002
by JoungKyun Kim <[email protected]>
- modified config.m4 for phpize
use --enable-korean-gd instead of --with-gd for image function
- fixed segment fault error on sockhttp function
- changed start charctor and end charactor of unicode transfer function
- removed include pcre.h header
- support apache 2
Thu Aug 29 2002
by JoungKyun Kim <[email protected]>
- supported cygwin
cygwin doesn't support gd and shared extension mode.
Thu Aug 23 2002
by JoungKyun Kim <[email protected]>
- supported php 4.3
- patched read file function that can't read binary file
Thu Aug 22 2002
by JoungKyun Kim <[email protected]>
- added ncrdecode_lib() function
- removed result_except_ksx_1001 function
- modified rutine of 2 byte NCR code except range of KSX 1001 on substr_lib() function
- modifed include header on krnetwork.c
- changed url information of phpinfo()
- modified readfile_lib() function
- restored gd library check on config.m4
Sun Aug 18 2002
by JoungKyun Kim <[email protected]>
- changed krNcrConv function to krNcrEncode
Fri Aug 16 2002
by JoungKyun Kim <[email protected]>
- removed include of dns.c on krnetwork.c
- removed include of files that includes ext/standard dir
- added krmath.c, php_krmath.h
- incresed run time speed on string parse function
Wed Aug 14 2002
by JoungKyun Kim <[email protected]>
- remove bin2hex, hex2bin, bin2dec function on krparse.c
- arranged string variables
- update uniConv function on krparsc.c
Tue Aug 13 2002
by JoungKyun Kim <[email protected]>
- changed duplicate name of array variables with /ext/standard/image.c
- arranged string variables
Sun Aug 11 2002
by JoungKyun Kim <[email protected]>
- changed mime type on generate_attach() function
- added rutine of 2 byte charactor except range of KSX 1001 on substr_lib() function
- added rutine of 2 byte NCR code except range of KSX 1001 on substr_lib() function
Sat Aug 10 2002
by JoungKyun Kim <[email protected]>
- supported apache 2
Fri Aug 9 2002
by JoungKyun Kim <[email protected]>
- fixed mime type of attach file on mailsource_lib() function
- changed us-ascii from iso-8859-1 on mailsource_lib() function
- added sockmail_lib() function
- add php mime type with attach file on mailsource_lib() function
- fixed Segmentation fault on sockmail_lib() function
- changed variable type of mxrecord on sockmail_lib() function for FreeBSD
Wed Aug 7 2002
by JoungKyun Kim <[email protected]>
- added mailsource_lib() function
Fri Jul 25 2002
by JoungKyun Kim <[email protected]>
- added remove rutine of utf 8 init charactors on utf8_decode function
- changed print value of php_info()
- changed name of builddate_lib function to buildno_lib
- added version_lib function ( print version of korean extension )
Fri Jul 18 2002
by JoungKyun Kim <[email protected]>
- fixed problem of null new_type parameter in imgresize_lib function
Wed Jul 3 2002
by JoungKyun Kim <[email protected]>
- added include_path option on readfile_lib function
Sun Jun 30 2002
by JoungKyun Kim <[email protected]>
- enable to control of remote image on imgResize_lib function
Wed Jun 19 2002
by JoungKyun Kim <[email protected]>
- modified information of php.ini
Sat Jun 15 2002
by JoungKyun Kim <[email protected]>
- added other browser in get_agent_lib function
Thu Jun 14 2002
by JoungKyun Kim <[email protected]>
- added gd libaray if installed gd is no regular library directory
Thu Jun 13 2002
by JoungKyun Kim <[email protected]>
- modified config.m4 for supported gd
Fri Jun 7 2002
by JoungKyun Kim <[email protected]>
- fixed reallocation error in uniencode_lib function
Mon Jun 3 2002
by JoungKyun Kim <[email protected]>
- added imgresize_lib function (added krimage.c, php_krimage.h)
Fri May 24 2002
by JoungKyun Kim <[email protected]>
- fixed typo in convUTF6 function
Thu May 23 2002
by JoungKyun Kim <[email protected]>
- fixed segmentation fault utf8decod function
- added operation of utf8 in substr_lib
Thu May 16 2002
by JoungKyun Kim <[email protected]>
- fixed segmentation fault when use perror_lib or pnotice_lib in shell
Tue May 14 2002
by JoungKyun Kim <[email protected]>
- fixed duplicated regist krerror.c in Makefile.in