Browse Source

Update to nginx 1.4.0 stable

Patrick Falls 12 years ago
parent
commit
1c21b38826

+ 1 - 1
cake/README.md

@@ -20,7 +20,7 @@ The tests were run with:
 
 * [Cake Version 2.3.0](http://cakephp.org/)
 * [PHP Version 5.4.13](http://www.php.net/) with FPM and APC
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 Cake Debug mode is set to 0 in [core.php](app/Config/core.php), as

+ 4 - 4
installer.py

@@ -153,10 +153,10 @@ class Installer:
     #
     # Nginx
     #
-    self.__run_command("curl http://nginx.org/download/nginx-1.2.7.tar.gz | tar xvz")
-    self.__run_command("./configure", cwd="nginx-1.2.7")
-    self.__run_command("make", cwd="nginx-1.2.7")
-    self.__run_command("sudo make install", cwd="nginx-1.2.7")
+    self.__run_command("curl http://nginx.org/download/nginx-1.4.0.tar.gz | tar xvz")
+    self.__run_command("./configure", cwd="nginx-1.4.0")
+    self.__run_command("make", cwd="nginx-1.4.0")
+    self.__run_command("sudo make install", cwd="nginx-1.4.0")
 
     #
     # Openresty (nginx with openresty stuff)

+ 1 - 1
php-codeigniter/README.md

@@ -19,7 +19,7 @@ The tests were run with:
 
 * [Codeigniter Version 2.1.3](http://ellislab.com/codeigniter)
 * [PHP Version 5.4.13](http://www.php.net/) with FPM and APC
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## Test URLs

+ 1 - 1
php-fuel/README.md

@@ -19,7 +19,7 @@ The tests were run with:
 
 * [FuelPHP 1.5.3](http://fuelphp.com/)
 * [PHP Version 5.4.13](http://www.php.net/) with FPM and APC
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## Test URLs

+ 1 - 1
php-kohana/README.md

@@ -19,7 +19,7 @@ The tests were run with:
 
 * [Kohana Version 3.3.0](http://kohanaframework.org/)
 * [PHP Version 5.4.13](http://www.php.net/) with FPM and APC
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## Test URLs

+ 1 - 1
php-laravel/readme.md

@@ -19,7 +19,7 @@ The tests were run with:
 
 * [Laravel Version 3.2.14](http://laravel.com/)
 * [PHP Version 5.4.13](http://www.php.net/) with FPM and APC
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## Test URLs

+ 1 - 1
php-lithium/README.md

@@ -19,7 +19,7 @@ The tests were run with:
 
 * [Lithium Version 0.11](http://lithify.me)
 * [PHP Version 5.4.13](http://www.php.net/) with FPM and APC
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## Test URLs

+ 1 - 1
php-micromvc/README.md

@@ -19,7 +19,7 @@ The tests were run with:
 
 * [Micromvc 4.0.0](http://www.micromvc.com/)
 * [PHP Version 5.4.13](http://www.php.net/) with FPM and APC
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## Test URLs

+ 1 - 1
php-phalcon/README.md

@@ -19,7 +19,7 @@ The tests were run with:
 
 * [Phalcon 1.0.0](http://phalconphp.com/)
 * [PHP Version 5.4.13](http://www.php.net/) with FPM, APC and Phalcon extension
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## Test URLs

+ 1 - 1
php-silex/README.md

@@ -19,7 +19,7 @@ The tests were run with:
 
 * [Silex Version 1.0](http://silex.sensiolabs.org/)
 * [PHP Version 5.4.13](http://www.php.net/) with FPM and APC
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## Test URLs

+ 1 - 1
php-slim/README.md

@@ -20,7 +20,7 @@ The tests were run with:
 * [Slim 2.2.0](http://www.slimframework.com/)
 * [RedBeanPHP 3.4.2](http://redbeanphp.com/)
 * [PHP Version 5.4.13](http://www.php.net/) with FPM and APC
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## Test URLs

+ 1 - 1
php-symfony2/README.md

@@ -20,7 +20,7 @@ The tests were run with:
 
 * [Symfony Version 2.2.1](http://symfony.com/)
 * [PHP Version 5.4.13](http://www.php.net/) with FPM and APC
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 
 ## Test URLs

+ 1 - 1
php/README.md

@@ -16,7 +16,7 @@ Use the PHP standard [JSON encoder](http://www.php.net/manual/en/function.json-e
 The tests were run with:
 
 * [PHP Version 5.4.13](http://www.php.net/) with FPM and APC
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [MySQL 5.5.29](https://dev.mysql.com/)
 * [PHP ActiveRecord Nightly 20121221](http://www.phpactiverecord.org/)
 

+ 1 - 1
tornado/README.md

@@ -15,7 +15,7 @@ This is the Tornado portion of a [benchmarking test suite](../) comparing a vari
 The tests were run with:
 * [Python 2.7.3](http://www.python.org/)
 * [Tornado 3](https://www.tornadoweb.com/)
-* [nginx 1.2.7](http://nginx.org/)
+* [nginx 1.4.0](http://nginx.org/)
 * [Mongodb 2.0.4](https://www.mongodb.org/)