Nicolas Grekas
|
3c8d4b527d
Merge branch '3.4' into 4.0
|
6 years ago |
Nicolas Grekas
|
0414db29bd
Merge branch '2.8' into 3.4
|
6 years ago |
Nicolas Grekas
|
cc83afdb5a
Enable native_constant_invocation CS fixer
|
6 years ago |
Nicolas Grekas
|
99e6140875
Merge branch '3.4' into 4.0
|
6 years ago |
Nicolas Grekas
|
2c5d86b0d7
Merge branch '2.8' into 3.4
|
6 years ago |
Christophe Coevoet
|
6720df4164
Enable the fixer enforcing fully-qualified calls for compiler-optimized functions
|
6 years ago |
Christophe Coevoet
|
f741672edf
Fix the detection of the Process new argument
|
6 years ago |
Kévin Dunglas
|
d3f513c6fa
[Process] Remove a useless cast
|
6 years ago |
Fabien Potencier
|
6ed08502a7
removed version in @final @internal for version < 4.0
|
6 years ago |
Fabien Potencier
|
e1712002d8
Merge branch '3.4' into 4.0
|
6 years ago |
Fabien Potencier
|
09a5172057
Merge branch '3.3' into 3.4
|
6 years ago |
Fabien Potencier
|
104b5acd60
Merge branch '2.8' into 3.3
|
6 years ago |
Matthieu Napoli
|
9f3ba7d13b
Improve phpdoc to make it more explicit
|
6 years ago |
Nicolas Grekas
|
fa5da79ab4
Merge branch '3.4' into 4.0
|
6 years ago |
Nicolas Grekas
|
7db10ba044
Merge branch '3.3' into 3.4
|
6 years ago |
François Pluchino
|
1a52627894
[Process] Skip environment variables with false value in Process
|
6 years ago |
Christian Flothmann
|
b347e968bf
Merge branch '3.4' into 4.0
|
6 years ago |
Christian Flothmann
|
65883873aa
Merge branch '3.3' into 3.4
|
6 years ago |
Nicolas Grekas
|
25dee15f78
minor #25585 Add type string to docblock for Process::setInput() (icanhazstring)
|
6 years ago |
Andreas Frömer
|
bf34b29b1c
Add type string to docblock for Process::setInput()
|
7 years ago |
Fabien Potencier
|
c600f78cd7
fixed some deprecation messages
|
7 years ago |
Fabien Potencier
|
c92a369f13
Merge branch '3.3' into 3.4
|
7 years ago |
Fabien Potencier
|
a977aff369
fixed some deprecation messages
|
7 years ago |
Robin Chalas
|
a0733fc89c
Remove dead code
|
7 years ago |
Nicolas Grekas
|
e8b57216a7
Merge branch '3.4' into 4.0
|
7 years ago |
Nicolas Grekas
|
7003dd0fd4
Merge branch '3.3' into 3.4
|
7 years ago |
Nicolas Grekas
|
023f815cc4
[Process] Fix setting empty env vars
|
7 years ago |
Romain Neutron
|
ab61e70480
[2.7][DX] Use constant message contextualisation for deprecations
|
7 years ago |
Nicolas Grekas
|
977afa0c36
[Process] Dont use getenv(), it returns arrays and can introduce subtle breaks accros PHP versions
|
7 years ago |
Nicolas Grekas
|
1397a5c220
Merge branch '3.4' into 4.0
|
7 years ago |
Fabien Potencier
|
305be8b109
Merge branch '3.3' into 3.4
|
7 years ago |
Nicolas Grekas
|
3414b3f8b3
[Process] remove false-positive BC breaking exception on Windows
|
7 years ago |
Nicolas Grekas
|
d7c95ff7ee
[Process] Dont rely on putenv(), it fails on ZTS PHP
|
7 years ago |
Nicolas Grekas
|
f4301adfd4
fix cs
|
7 years ago |
Nicolas Grekas
|
14ec41fb31
Replace more docblocks by type-hints
|
7 years ago |
Nicolas Grekas
|
45e79d9f3f
Remove useless docblocks
|
7 years ago |
Nicolas Grekas
|
a355d05e4f
Remove some visual debt by adding type hints on final methods/classes
|
7 years ago |
Nicolas Grekas
|
f0af95e4d1
Merge branch '3.4'
|
7 years ago |
Nicolas Grekas
|
ae1f0fe720
Merge branch '3.3' into 3.4
|
7 years ago |
Nicolas Grekas
|
7bbbc32718
Merge branch '2.8' into 3.3
|
7 years ago |
Nicolas Grekas
|
7f3634640b
[DI] minor docblock fixes
|
7 years ago |
Christian Flothmann
|
729f0f798e
drop non-existent working directory support
|
7 years ago |
Christian Flothmann
|
d111ff771e
Merge branch '3.4'
|
7 years ago |
Fabien Potencier
|
5126fc58be
feature #23708 Added deprecation to cwd not existing Fixes #18249 (alexbowers)
|
7 years ago |
Alex Bowers
|
e146aa7652
Added deprecation to cwd not existing Fixes #18249
|
7 years ago |
Grégoire Pineau
|
a8aac57dc2
[Process] Removed dead code in the start method
|
7 years ago |
Nicolas Grekas
|
39babf9003
Merge branch '3.4'
|
7 years ago |
Nicolas Grekas
|
fdf89e57a7
Merge branch '2.8' into 3.3
|
7 years ago |
Fabien Potencier
|
601b7d8610
minor #24342 removed useless PHPDoc (OskarStark)
|
7 years ago |
Oskar Stark
|
1d00d2e2fd
removed useless PHPDoc
|
7 years ago |