Quellcode durchsuchen

PHP 7.3

tags/4.0.15.1
Steevan BARBOYON vor 7 Jahren
Ursprung
Commit
43f3b9d939
6 geänderte Dateien mit 2241 neuen und 281 gelöschten Zeilen
  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 Datei anzeigen

8
 
8
 
9
 You will find lot of benchmarks for PHP frameworks and template engines.
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
 ## What is this repository ?
13
 ## What is this repository ?
14
 
14
 

+ 351
- 139
composer.lock.php7.1
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 351
- 139
composer.lock.php7.2
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 1527
- 0
composer.lock.php7.3
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 2
- 2
init_benchmark.sh Datei anzeigen

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

+ 9
- 0
symfony.lock Datei anzeigen

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

Laden…
Abbrechen
Speichern