comparison src/http/modules/perl/nginx.pm @ 636:41147ba87bd9 NGINX_1_0_8

nginx 1.0.8 *) Bugfix: nginx could not be built --with-http_mp4_module and without --with-debug option.
author Igor Sysoev <http://sysoev.ru>
date Sat, 01 Oct 2011 00:00:00 +0400
parents 0d6525917227
children 692f4d4d7f10
comparison
equal deleted inserted replaced
635:f7c187824e89 636:41147ba87bd9
46 HTTP_SERVICE_UNAVAILABLE 46 HTTP_SERVICE_UNAVAILABLE
47 HTTP_GATEWAY_TIME_OUT 47 HTTP_GATEWAY_TIME_OUT
48 HTTP_INSUFFICIENT_STORAGE 48 HTTP_INSUFFICIENT_STORAGE
49 ); 49 );
50 50
51 our $VERSION = '1.0.7'; 51 our $VERSION = '1.0.8';
52 52
53 require XSLoader; 53 require XSLoader;
54 XSLoader::load('nginx', $VERSION); 54 XSLoader::load('nginx', $VERSION);
55 55
56 # Preloaded methods go here. 56 # Preloaded methods go here.