Matthieu Napoli
|
9f3ba7d13b
Improve phpdoc to make it more explicit
|
6 years ago |
Romain Neutron
|
ab61e70480
[2.7][DX] Use constant message contextualisation for deprecations
|
7 years ago |
Nicolas Grekas
|
45e79d9f3f
Remove useless docblocks
|
7 years ago |
Nicolas Grekas
|
7f3634640b
[DI] minor docblock fixes
|
7 years ago |
Fabien Potencier
|
601b7d8610
minor #24342 removed useless PHPDoc (OskarStark)
|
7 years ago |
Oskar Stark
|
1d00d2e2fd
removed useless PHPDoc
|
7 years ago |
SpacePossum
|
efb49ae4e3
[CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction
|
7 years ago |
Dariusz
|
4e7dcc9ad3
[CS] Apply phpdoc_annotation_without_dot
|
7 years ago |
Vladimir Reznichenko
|
9974b5b2f7
Static code analysis with Php Inspections (EA Extended): dead code dropped, couple bugs fixed
|
7 years ago |
Fabien Potencier
|
8e3ead97fc
fixed @return when returning this or static
|
8 years ago |
Nicolas Grekas
|
7ac22a7348
[Process] Do feat test before enabling TTY mode
|
8 years ago |
Fabien Potencier
|
6137bd1df5
removed dots at the end of @param and @return
|
8 years ago |
Nicolas Grekas
|
86de601a57
`@throws` annotations should go after `@return`
|
8 years ago |
Nicolas Grekas
|
75efabe1c7
Merge branch '2.3' into 2.7
|
8 years ago |
annesosensio
|
89aced1438
[Process] use __METHOD__ where applicable
|
8 years ago |
Nicolas Grekas
|
4634eacb14
[Process] Fix stream_select priority when writing to stdin
|
8 years ago |
Christian Flothmann
|
19beeea4ab
[Process] fix docblock syntax
|
8 years ago |
Nicolas Grekas
|
298eab60d8
bug #18023 [Process] getIncrementalOutput should work without calling getOutput (romainneutron)
|
8 years ago |
Romain Neutron
|
c423e42be2
[Process] getIncrementalOutput should work without calling getOutput
|
8 years ago |
Nicolas Grekas
|
9956fa4751
[Process] Wait a bit less on Windows
|
8 years ago |
Romain Neutron
|
3db2f007e5
[Process] Use stream based storage to avoid memory issues
|
8 years ago |
Fabien Potencier
|
dda2c2bdfa
Merge branch '2.3' into 2.7
|
8 years ago |
Fabien Potencier
|
e38c659e57
bug #17423 [2.3][Process] Use stream based storage to avoid memory issues (romainneutron)
|
8 years ago |
Jakub Zalas
|
afbb45091c
[Process] Remove a misleading comment
|
8 years ago |
Romain Neutron
|
777f8204c1
[Process] Use stream based storage to avoid memory issues
|
8 years ago |
Romain Neutron
|
caace6932e
[Process] Fix typo, no arguments needed anymore
|
8 years ago |
Nicolas Grekas
|
0570b9ca51
Merge branch '2.3' into 2.7
|
9 years ago |
Nicolas Grekas
|
db7fe6f50c
[Process] Fix potential race condition
|
9 years ago |
Nicolas Grekas
|
dd71d2f01b
Merge branch '2.3' into 2.7
|
9 years ago |
Nicolas Grekas
|
03385f1399
[Process] Fix potential race condition leading to transient tests
|
9 years ago |
Nicolas Grekas
|
a3fb8f4c4a
Merge branch '2.3' into 2.7
|
9 years ago |
Nicolas Grekas
|
f35ba672b4
[Process] Fix the fix for --enable-sigchild php
|
9 years ago |
Nicolas Grekas
|
919c76af8a
[Process] Make tests more deterministic
|
9 years ago |
Nicolas Grekas
|
07078bb26d
Merge branch '2.3' into 2.7
|
9 years ago |
Nicolas Grekas
|
84f0570d03
[Process] More robustness and deterministic tests
|
9 years ago |
Nicolas Grekas
|
322af23219
Merge branch '2.3' into 2.7
|
9 years ago |
Nicolas Grekas
|
03c103b452
[Process] Enhance compatiblity with --enable-sigchild
|
9 years ago |
Nicolas Grekas
|
1621c2e6a9
[Process] Always call proc_close
|
9 years ago |
Christophe Coevoet
|
efba4f5579
Merge branch '2.3' into 2.7
|
9 years ago |
Christophe Coevoet
|
0a0dbefc20
minor #16813 [Process] Fix stopping a process on Windows (nicolas-grekas)
|
9 years ago |
Nicolas Grekas
|
0b5a0fd59a
[Process] Fix stopping a process on Windows
|
9 years ago |
Christophe Coevoet
|
bcf18c0d47
Merge branch '2.3' into 2.7
|
9 years ago |
Filippo Tessarotto
|
7bd4afcb46
[Process] Unset callback after stop to free memory
|
9 years ago |
Fabien Potencier
|
e6439aaf52
Merge branch '2.3' into 2.7
|
9 years ago |
Nicolas Grekas
|
1fb0dd1d21
[Process] Fix signaling/stopping logic on Windows
|
9 years ago |
Nicolas Grekas
|
99d1aae042
Merge branch '2.3' into 2.7
|
9 years ago |
Nicolas Grekas
|
b268a43d99
[Process] Fix PhpProcess with phpdbg runtime
|
9 years ago |
Nicolas Grekas
|
71f0200bcc
Merge branch '2.3' into 2.7
|
9 years ago |
Nicolas Grekas
|
ad55cf3030
bug #16510 [2.3][Process] fix Proccess run with pts enabled (ewgRa)
|
9 years ago |
Evgeniy Sokolov
|
fefffad35d
[2.3][Process] fix Proccess run with pts enabled
|
9 years ago |