Home
last modified time | relevance | path

Searched refs:mime_types (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1041 # Extensions not found in the table proceed to the mime_types table.
1048 diff -ur thttpd-2.21b/mime_types.txt thttpd-2.21b-cool/mime_types.txt
1049 --- thttpd-2.21b/mime_types.txt Sat Apr 14 04:53:30 2001
1050 +++ thttpd-2.21b-cool/mime_types.txt Sat Sep 20 14:43:20 2003
1052 -# mime_types.txt
/PHP-5.5/ext/phar/
H A Dphar_internal.h210 HashTable mime_types; variable
H A Dphar.c3420 zend_hash_init(&phar_globals->mime_types, 0, NULL, NULL, 1);
3426 …zend_hash_add(&phar_globals->mime_types, fileext, sizeof(fileext)-1, (void *)&mime, sizeof(phar_mi…
3475 zend_hash_destroy(&phar_globals->mime_types);
H A Dphar_object.c870 code = phar_file_type(&PHAR_G(mime_types), entry, &mime_type TSRMLS_CC); in PHP_METHOD()

Completed in 40 milliseconds