Nuno Lopes
61eb7ae554
remove unused PHP_EXTNAME_API macros.
...
#in preparation for the gcc 4 visibility patch
2008-01-03 16:20:33 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Dmitry Stogov
6c810b0d4c
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
2007-09-27 18:00:48 +00:00
Ilia Alshanetsky
c5e61d4bca
No longer relavent, extension is made absolete by fileinfo
2007-08-19 13:48:00 +00:00
foobar
7ed3c4536d
MFH: Fix some configure --help texts
2007-07-03 17:25:43 +00:00
Antony Dovgal
c9805e7b92
MFH: check return value of *time_r() functions for NULL
2007-06-07 08:44:41 +00:00
Martin Kraemer
9c62ddde34
Typo
2007-03-14 09:58:14 +00:00
Ilia Alshanetsky
f8958c466d
Fixed a possible memory corruption inside mime_content_type() on a
...
non-existent file.
2007-02-15 00:05:42 +00:00
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
2007-01-01 09:36:18 +00:00
Antony Dovgal
e5f95ec3e4
MFH
2006-12-28 20:45:27 +00:00
Ilia Alshanetsky
20b92bf4cc
Use thread-safe code
2006-11-30 15:13:19 +00:00
Ilia Alshanetsky
e6a3431315
Fixed bug #39623 (thread safety fixes on *nix for putenv() & mime_magic).
2006-11-26 17:02:13 +00:00
Dmitry Stogov
1dbaae2795
Added automatic module globals management
2006-06-15 18:33:09 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
foobar
3e669bc950
MFH: nuke php3 legacy
2005-12-06 02:28:41 +00:00
Derick Rethans
3e46adb183
- MFH: Fixed bug #33829 (mime_content_type() returns text/plain for gzip and
...
bzip files).
2005-10-18 15:04:07 +00:00
Antony Dovgal
bddc4e6c1d
MFH: fix mime_magic problems with ZTS
2005-10-18 12:41:29 +00:00
Ilia Alshanetsky
a218299d6a
ZTS fix
2005-10-14 15:30:39 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
Ilia Alshanetsky
35df0e5571
Compiler warning fix.
2005-07-11 03:24:28 +00:00
Ilia Alshanetsky
266f2fbf13
Return error on an invalid input to mime_content_type() function.
2005-05-25 03:05:47 +00:00
foobar
ce742b08b0
- Fix typo (avaliable -> available). (bug #28725 )
2004-12-16 12:34:32 +00:00
Frank M. Kromann
2acc314e6f
sys/stat.h is includes in php_streams.h no need to do that again.
2004-08-03 04:15:34 +00:00
Hartmut Holzgraefe
9833b429d6
Depercating mime_magic in favor of PECL::fileinfo
2004-04-22 01:24:12 +00:00
Hartmut Holzgraefe
eeb172b29f
"The Visa to Sibiria" (work in progress)
...
Adding a package.xml to a bundled extension does not only
ease the transition to PECL whereever suitable but also
allows to build and install an extension as "shared" using
the PEAR installer without having to deal with phpize and
friends by hand
2004-03-23 19:46:10 +00:00
foobar
f4983c0d3f
- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5
2004-01-17 13:00:38 +00:00
foobar
99bc88b7c0
Fix the mime_magic.debug option init
2004-01-16 11:15:13 +00:00
foobar
124e6c8b6d
- Fixed bug #26844 (ext/mime_magic: magic file validation broken).
2004-01-15 06:09:16 +00:00
foobar
ccfc46b0aa
- Happy new year and PHP 5 for rest of the files too..
...
# Should the LICENSE and Zend/LICENSE dates be updated too?
2004-01-08 17:33:29 +00:00
Andi Gutmans
dbeb4158d2
- A belated happy holidays and PHP 5
2004-01-08 08:18:22 +00:00
Wez Furlong
0c126e1233
make these build with new win32 build system.
...
mcve untested (I don't have those libs/headers)
2003-12-19 15:04:31 +00:00
foobar
5b4e619cdd
- Moved all the mime_magic.c specific stuff into their own header file
...
to prevent possible compile failures.
# Should fix bug #26103
2003-11-04 05:15:19 +00:00
Ilia Alshanetsky
30cc4dc8c9
Fixed bug #25918 (Possible crash in mime_content_type()).
2003-10-20 14:36:51 +00:00
foobar
db50cd251e
Aligned configure help texts.
2003-10-03 05:24:33 +00:00
Hartmut Holzgraefe
ee922e3085
compiler warning fixes, one of them a potential crash bug
2003-09-26 07:47:01 +00:00
Ilia Alshanetsky
ef088c9d16
Fixed bug #25155 (Possible namespace conflict between mime-magic & mssql)
2003-08-19 22:13:01 +00:00
James Cox
f68c7ff249
updating license information in the headers.
2003-06-10 20:04:29 +00:00
Hartmut Holzgraefe
bf0e2751bb
... as suggested by Wez
2003-06-05 14:42:12 +00:00
Hartmut Holzgraefe
55e2bbecfa
mime_content_type() now also accepts open streams as argument
...
streas have to bee seekable, the stream position is reset to
its original value using ftell and fseek after operation
2003-06-04 14:21:40 +00:00
Moriyoshi Koizumi
4932306f94
Rearranged search order for the magic file to avoid further confusions
2003-03-31 19:48:53 +00:00
foobar
a09e1397c7
Fixed compile failures when ZLIB / PCRE are compiled as shared
...
extensions in same build.
2003-02-09 19:09:52 +00:00
foobar
c96fe825b8
fix typo
2003-01-28 06:52:09 +00:00
foobar
946032f40b
- Cleaned up and made less error-prone
...
- Changed --enable-mime-magic -> --with-mime-magic[=FILE] to allow
specifying of the file during configure.
2003-01-28 01:00:15 +00:00
Sander Roobol
e9d0a58cb0
Fix build
2003-01-26 09:13:31 +00:00
Hartmut Holzgraefe
974ff24e80
- mime file parser messages only with mime_magic.debug=On (default: off)
...
- fix docref URL in startup error messages
- show status in php info, either "enabled" or "..., disabled"
2003-01-25 16:25:37 +00:00
Hartmut Holzgraefe
6a4a858294
preparations for making magic file parser silent
2003-01-25 13:33:29 +00:00
Hartmut Holzgraefe
f95759b36a
suggesting a plain magic file insteat of a mime one is a bad idea
2003-01-25 10:51:04 +00:00
Ilia Alshanetsky
3d8e54f3a2
Changed php_error to php_error_docref.
2003-01-19 00:45:53 +00:00
Moriyoshi Koizumi
7ecd3ff91a
Reduced compiler warnings
2003-01-10 04:37:26 +00:00
Sebastian Bergmann
b506f5c8f8
Bump year.
2002-12-31 16:08:15 +00:00