Explorar el Código

PHP 7.3

tags/4.0.15.1
Steevan BARBOYON hace 7 años
padre
commit
43f3b9d939
Se han modificado 6 ficheros con 2241 adiciones y 281 borrados
  1. 1
    1
      README.md
  2. 351
    139
      composer.lock.php7.1
  3. 351
    139
      composer.lock.php7.2
  4. 1527
    0
      composer.lock.php7.3
  5. 2
    2
      init_benchmark.sh
  6. 9
    0
      symfony.lock

+ 1
- 1
README.md Ver fichero

@@ -8,7 +8,7 @@
8 8
 
9 9
 You will find lot of benchmarks for PHP frameworks and template engines.
10 10
 
11
-You can compare results between Apache Bench and Siege, and PHP 5.6 to 7.2.
11
+You can compare results between Apache Bench and Siege, and PHP 5.6 to 7.3.
12 12
 
13 13
 ## What is this repository ?
14 14
 

+ 351
- 139
composer.lock.php7.1
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 351
- 139
composer.lock.php7.2
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 1527
- 0
composer.lock.php7.3
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 2
- 2
init_benchmark.sh Ver fichero

@@ -10,19 +10,19 @@ function clearCacheAndLogs() {
10 10
     [ "$?" != "0" ] && exit 1
11 11
     sudo /bin/chmod -R 777 var/log
12 12
     [ "$?" != "0" ] && exit 1
13
-
14
-    php bin/console cache:warmup
15 13
 }
16 14
 
17 15
 function init() {
18 16
     export APP_ENV='prod'
19 17
 
18
+    sudo /bin/rm -rf vendor/
20 19
     clearCacheAndLogs
21 20
 
22 21
     composer install --no-dev --classmap-authoritative
23 22
     [ "$?" != "0" ] && exit 1
24 23
 
25 24
     clearCacheAndLogs
25
+    php bin/console cache:warmup
26 26
 
27 27
     return 0
28 28
 }

+ 9
- 0
symfony.lock Ver fichero

@@ -56,6 +56,9 @@
56 56
             "ref": "9f94d3ea453cd8a3b95db7f82592d7344fe3a76a"
57 57
         }
58 58
     },
59
+    "symfony/contracts": {
60
+        "version": "v1.0.2"
61
+    },
59 62
     "symfony/debug": {
60 63
         "version": "v4.0.0"
61 64
     },
@@ -104,6 +107,9 @@
104 107
     "symfony/lts": {
105 108
         "version": "4-dev"
106 109
     },
110
+    "symfony/polyfill-ctype": {
111
+        "version": "v1.10.0"
112
+    },
107 113
     "symfony/polyfill-mbstring": {
108 114
         "version": "v1.6.0"
109 115
     },
@@ -137,6 +143,9 @@
137 143
             "ref": "124be9a2b7cc035fd8c56f4fd2e19c907c1f3fb8"
138 144
         }
139 145
     },
146
+    "symfony/var-exporter": {
147
+        "version": "v4.2.1"
148
+    },
140 149
     "symfony/yaml": {
141 150
         "version": "v4.0.0"
142 151
     },

Loading…
Cancelar
Guardar