History log of /php-src/ext/fileinfo/libmagic.patch (Results 76 – 98 of 98)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.4.26RC1, php-5.5.10RC1, php-5.6.0alpha2, php-5.5.9, php-5.4.25, php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24, php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1
# 1a46a102 14-May-2013 Anatol Belski

updated libmagic.patch after fix for #64830

Revision tags: php-5.5.0RC1, php-5.3.25, php-5.4.15
# e9b03c41 27-Apr-2013 Anatol Belski

updated libmagic.patch

Revision tags: php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3
# a35d3866 08-Apr-2013 Anatol Belski

updated libmagic.patch

# 10367fa7 07-Apr-2013 Anatol Belski

upgraded libmagic to 5.14

Revision tags: php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1, php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1
# d88017e9 27-Nov-2012 Anatoliy Belsky

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows

Conflicts:
NEWS
ext/file

Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows

Conflicts:
NEWS
ext/fileinfo/libmagic.patch
ext/fileinfo/tests/finfo_open_error-win32.phpt

show more ...


# e6b727d3 27-Nov-2012 Anatoliy Belsky

Fixed bug #63590 Fileinfo delivers ifferent results in TS and NTS under Windows

# 8a84b1b5 23-Nov-2012 Anatoliy Belsky

Backported the fix for bug #63248 from 5.4+

Revision tags: php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1
# 6444eef2 19-Oct-2012 Xinchen Hui

Update libmagic.patch

Revision tags: php-5.3.18, php-5.4.8
# 6d019dee 16-Oct-2012 Anatoliy Belsky

Fixed bug #63248 Load multiple magic files on win

- adapt config.w32 to not to use dirent lib anymore
- prevent libmagic from opening a dir handle under win
- reimplement the dir ite

Fixed bug #63248 Load multiple magic files on win

- adapt config.w32 to not to use dirent lib anymore
- prevent libmagic from opening a dir handle under win
- reimplement the dir iteration functionality with streams

show more ...

Revision tags: php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7
# 328a3d9f 11-Sep-2012 Xinchen Hui

regenerate patch, and save a strlen

# 0a25a024 10-Sep-2012 Xinchen Hui

Fix the wrong use of snprintf which is introduced in 1d2f61904987133d542c68cd349cf313d0bef1c8

Revision tags: php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5
# c8f285d1 15-Jul-2012 Xinchen Hui

Update libmagic.patch

Revision tags: php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2
# 8d5e953a 29-May-2012 Anatoliy Belsky

updated the libmagic patch after Felipes regex fix

Revision tags: php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1
# f13b0ede 22-Apr-2012 Xinchen Hui

Fixed warning implicit declaration of function 'file_printedlen'

# c06e92a5 22-Apr-2012 Xinchen Hui

Fixed bug #61812 (Uninitialised value used in libmagic)

Revision tags: php-5.3.11RC2, php-5.4.1RC2
# 8684fb7f 02-Apr-2012 Anatoliy Belsky

updated the libmagic.patch

Revision tags: php-5.3.11RC1, php-5.4.1RC1
# 11f04c35 28-Mar-2012 Anatoliy Belsky

Bug 61504 updated libmagic.patch

# 12cf930a 27-Mar-2012 Pierre Joye

Fix bug #61504, potential vuln. in fileinfo. update to 5.11

Revision tags: PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5, php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2
# dc31f1e9 19-Oct-2011 Xinchen Hui

Fixed bug #60094 (C++ comment fails in c89)

Revision tags: php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5
# a6051324 09-Aug-2011 Xinchen Hui

Eliminated compiler's warnings and make static analyzer silent

Revision tags: php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5, php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1, oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# cb303308 26-Apr-2010 Kalle Sommer Nielsen

Merge safe_mode changes into extensions that are in sync in both branches

Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2
# 0a445f4f 31-Jan-2010 Mikko Koppanen

Update the libmagic.patch to reflect the current situation. Contains a diff against upstream 5.03

Revision tags: php-5.2.13RC1, php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1, NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1, php-4.4.9, php-5.3.0alpha1
# 7b0f90e0 25-Jul-2008 SVN Migration

This commit was manufactured by cvs2svn to create branch 'PHP_5_3'.

1234