Peter Ward
72df2d4535
Add gc_mem_caches() call for PHP7 after itoken_get_all() as new memory manager will not release small buckets to OS automatically
2016-01-15 10:01:44 +01:00
Nicolas Grekas
6dc4479622
Fix perf and mem issue when using token_get_all
2016-01-14 14:27:10 +01:00
Vladimir Reznichenko
7b12dc6915
[2.3] Static Code Analysis for Components
2015-12-31 19:24:01 +01:00
Nicolas Grekas
25d492fa74
[ClassLoader] Fix parsing namespace when token_get_all() is missing
2015-11-25 18:16:22 +01:00
Nicolas Grekas
a4e0538494
[Process] Inherit env vars by default in PhpProcess
2015-10-20 18:32:03 +02:00
Szijarto Tamas
e2a07cb502
[ClassLoader] Fix undefined index in ClassCollectionLoader
2014-12-04 22:06:34 +01:00
Graham Campbell
307598c291
Docblock fixes
2014-11-30 13:33:44 +00:00
Fabien Potencier
dd8c297b91
made phpdoc types consistent with those defined in Hack
2014-04-15 07:41:45 +02:00
Fabien Potencier
26de2f175f
made types consistent with those defined in Hack
2014-04-13 20:00:14 +02:00
Tobias Schultze
fa3394c6fd
[ClassLoader] tiny refactoring
2013-05-24 19:54:44 +02:00
Fabien Potencier
1c37a180ab
[ClassLoader] fixed heredocs handling
...
The end of an hereodc must have a newline to avoid PHP syntax errors.
2013-03-19 09:32:26 +01:00
Fabien Potencier
1fe171b104
fixed handling of heredocs
2013-03-19 09:20:23 +01:00
Fabien Potencier
dc06308090
fixed CS
2013-03-01 11:42:10 +01:00
Victor Berchet
66599a59d7
Classcollectionloader: fix traits + enhancements
2013-02-01 15:12:50 +01:00
Thomas Lallement
439c25836a
CS Fixes - Replaced "array of type" by "Type[]" in PHPDoc block
2012-11-19 13:58:52 +01:00
Fabien Potencier
2d1cdaebc9
Merge branch '2.1'
...
* 2.1:
[ClassLoader] fixed unbracketed namespaces (closes #5747 )
slight refactoring in UrlMatcher
[Form] Created test for DoctrineOrmTypeGuesser see #5790
[Form] Fixed DoctrineOrmTypeGuesser to guess the "required" option for to-one associations
2012-10-27 17:59:37 +02:00
Fabien Potencier
d095c397b0
Merge branch '2.0' into 2.1
...
* 2.0:
[ClassLoader] fixed unbracketed namespaces (closes #5747 )
Conflicts:
src/Symfony/Component/ClassLoader/ClassCollectionLoader.php
tests/Symfony/Tests/Component/ClassLoader/ClassCollectionLoaderTest.php
2012-10-27 17:59:21 +02:00
Fabien Potencier
c393e86a03
[ClassLoader] fixed unbracketed namespaces ( closes #5747 )
2012-10-27 17:55:46 +02:00
Fabien Potencier
8a43fc467a
[ClassLoader] added some tests for previous merge
2012-10-27 17:07:38 +02:00
Bilal Amarni
438613c948
fixed comment striping on global namespace classes
2012-10-14 13:45:05 +02:00
Fabien Potencier
9c929006d1
[ClassLoader] fixed order of interfaces in generated class collection caches ( closes #4841 )
2012-07-10 20:28:16 +02:00
Fabien Potencier
5256043be3
fixed CS
2012-07-09 14:54:20 +02:00
Fabien Potencier
475b92bd71
fixed CS (mainly method signatures)
2012-07-09 14:43:50 +02:00
Fabien Potencier
685dd1205c
[ClassLoader] made ClassCollectionLoader::load() automatically include class dependencies
2012-07-04 15:19:35 +02:00
Fabien Potencier
ddc88875d1
[ClassLoader] added missing support for PHP 5.4 traits
2012-07-03 19:09:11 +02:00
Bilal Amarni
a04dde5a05
[ClassLoader] ordered ClassCollectionLoader writing to avoid redeclaration at runtime
2012-07-03 14:40:59 +02:00
Fabien Potencier
c57e62c886
added @ to all chmod() calls to avoid PHP warnings (operation not permitted) when using CIFS or NTFSa ( closes #2125 )
2012-05-15 08:44:52 +02:00
Fabien Potencier
0b8b41c5f2
fixed CS
2012-05-01 15:23:48 +02:00
Fabien Potencier
e3a3ef91f6
merged 2.0
2012-04-25 12:18:06 +02:00
Włodzimierz Gajda
6329e84c2d
[2.0][Component][ClassLoader] cs
2012-04-23 07:37:21 +02:00
Victor Berchet
a0a86c4c20
Fix umasks in chmod() calls
2012-04-19 15:47:04 +02:00
Jordi Boggiano
f43106451b
Fix chmod() calls to apply umask
2012-04-19 13:35:17 +02:00
Joseph Rouff
eecb8930cf
Fix #3929
2012-04-19 12:10:32 +02:00
Fabien Potencier
7605b09f69
merged 2.0
2011-09-28 16:08:31 +02:00
Josef Cech
b6a0da1a46
[ClassLoader] Fixed state when trait_exists doesn't exists
2011-09-25 19:25:50 +02:00
Fabien Potencier
c328278b36
merged 2.0
2011-09-23 21:10:42 +02:00
Fabien Potencier
2f6e0035ea
[ClassLoader] added support for PHP 5.4 traits
2011-09-22 09:31:50 +02:00
Fabien Potencier
c6336b856e
converted file_exists calls to either is_file or is_dir where it makes sense
2011-08-29 15:28:26 +02:00
Fabien Potencier
c19e76fe58
[ClassLoader] removed obsolete code
2011-07-21 23:27:21 +02:00
Fabien Potencier
6894a17bb8
[ClassLoader] made another performance improvement
2011-06-17 14:15:14 +02:00
Fabien Potencier
96b7979358
[ClassLoader] made a big performance improvement
2011-06-17 14:11:55 +02:00
Fabien Potencier
2a0e3f68f8
[ClassLoader] made a small change to be consistent with the previous change
2011-03-14 18:46:05 +01:00
Fabien Potencier
f6ee7c818a
Merge remote branch 'lsmith77/classcollectionloader'
...
* lsmith77/classcollectionloader:
make it possible to define the file extension
2011-03-09 17:40:38 +01:00
Fabien Potencier
a1dbe3607b
[ClassLoader] moved most protected methods and properties to private
2011-03-08 20:55:22 +01:00
Fabien Potencier
03645603c8
replaced symfony-project.org by symfony.com
2011-03-06 12:40:06 +01:00
Lukas Kahwe Smith
5822ecea34
make it possible to define the file extension
2011-02-26 23:12:46 +01:00
Tim Nagel
ad17481f08
PHPDoc style fix
2011-02-07 01:02:56 +01:00
Tim Nagel
e1c74d7037
PHPDoc fixes
2011-02-07 00:44:48 +01:00
Tim Nagel
7af6c900bf
Classloader PHPDoc
2011-02-07 00:44:48 +01:00
Fabien Potencier
72153e3826
reverted changes to the adaptive cache loader cache
2011-01-29 17:58:40 +01:00