Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 28dae2c

Browse files
committed
Merge branch '2.3' into 2.7
2 parents 2641c29 + 4176ba2 commit 28dae2c

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

app/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
3+
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
44
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
66
backupGlobals="false"
77
colors="true"
88
bootstrap="bootstrap.php.cache"

web/app.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
11
<?php
22

3-
use Symfony\Component\ClassLoader\ApcClassLoader;
43
use Symfony\Component\HttpFoundation\Request;
54

65
$loader = require_once __DIR__.'/../app/bootstrap.php.cache';
76

8-
// Enable APC for autoloading to improve performance.
9-
// You should change the ApcClassLoader first argument to a unique prefix
10-
// in order to prevent cache key conflicts with other applications
11-
// also using APC.
12-
/*
13-
$apcLoader = new ApcClassLoader(sha1(__FILE__), $loader);
14-
$loader->unregister();
15-
$apcLoader->register(true);
16-
*/
17-
187
require_once __DIR__.'/../app/AppKernel.php';
198
//require_once __DIR__.'/../app/AppCache.php';
209

0 commit comments

Comments
 (0)