Joseph Bielawski
|
fa405bdcf3
[Process] Fix docblocks, remove `return` from `PhpProcess#start()` as parent returns nothing, cleaned up `ExecutableFinder`
|
12 лет назад |
Fabien Potencier
|
78002b904e
Merge branch '2.0' into 2.1
|
12 лет назад |
Joseph Bielawski
|
0ed3a0be40
[Process] In edge cases `getcwd()` can return `false`, then `proc_open()` should get `null` to use default value (the working dir of the current PHP process)
|
12 лет назад |
Fabien Potencier
|
a59c1a240d
Merge branch '2.1'
|
12 лет назад |
Romain Neutron
|
04ccbac13b
[Process] Do not reset stdout/stderr pipes on Interrupted system call
|
12 лет назад |
Florin Patan
|
284d8cd8f8
Fixed most of the docblocks/unused namespaces
|
12 лет назад |
Pascal Borreli
|
30993c352e
Fixed typos
|
12 лет назад |
Fabien Potencier
|
b35a2a4fae
[Process] added unit tests, phpdoc, and reorganized methods from previous merge
|
12 лет назад |
Fabien Potencier
|
38139f7710
merged branch boombatower/process-status-5453 (PR #5455)
|
12 лет назад |
boombatower
|
8503098c3d
[process] expose the process status.
|
12 лет назад |
Fabien Potencier
|
9e9e1e8447
merged branch romainneutron/ProcessIncrementalOutput (PR #5546)
|
12 лет назад |
Fabien Potencier
|
5e92828cdf
Merge branch '2.1'
|
12 лет назад |
Drak
|
6d483356f7
Nsdocblocks
|
12 лет назад |
Fabien Potencier
|
f029d06585
Merge branch '2.1'
|
12 лет назад |
Fabien Potencier
|
fc5b082e43
merged branch xrstf/2.1 (PR #5687)
|
12 лет назад |
Fabien Potencier
|
a67692d7d4
Merge branch '2.0' into 2.1
|
12 лет назад |
Christoph
|
534f839647
fixed CS
|
12 лет назад |
Christoph
|
5d06a50221
added doc comments
|
12 лет назад |
Christoph
|
b4065b2f5a
added doc comments
|
12 лет назад |
Fabien Potencier
|
7394032e81
[Process] fixed phpdoc
|
12 лет назад |
Fabien Potencier
|
1456f9a74a
merged branch boombatower/process-restart (PR #5456)
|
12 лет назад |
boombatower
|
20ea4e93cc
[process] provide a restart method.
|
12 лет назад |
Fabien Potencier
|
ef82c55a37
[Process] fixed previous merge
|
12 лет назад |
BilgeXA
|
9738a17e1e
Fluent interface
|
12 лет назад |
Fabien Potencier
|
c305a52324
Merge branch '2.1'
|
12 лет назад |
Grégoire Pineau
|
f43a123855
[Process] Fixed bug introduced by 7bafc69f38a3512eb15aad506959a4e7be162e52.
|
12 лет назад |
Romain Neutron
|
d88e01bb1a
[Process] Add output / error output incremental getters
|
12 лет назад |
Fabien Potencier
|
fa844147f9
Merge branch '2.1'
|
12 лет назад |
Romain Neutron
|
c1a8adcce9
Add a Sigchild compatibility mode (set to false by default)
|
12 лет назад |
Fabien Potencier
|
be5810832a
merged branch romainneutron/ProcessExceptions (PR #5398)
|
12 лет назад |
boombatower
|
de4e7955ab
[Process] change all documentation type to callable
|
12 лет назад |
Romain Neutron
|
4942bf3a90
[Process] Normalize exceptions
|
12 лет назад |
Romain Neutron
|
9d4ac68609
Add @Seldaek remote modifications
|
12 лет назад |
Jordi Boggiano
|
86c20b9cab
[Process] Add workaround for PHP's internal sigchild failing to return proper exit codes
|
12 лет назад |
Pascal Borreli
|
7278cfeeb1
Fixed typos
|
12 лет назад |
Pascal Borreli
|
8d931b8371
Fixed Phpdoc
|
12 лет назад |
Chris Smith
|
ae0635cf77
[Process] Fixed a problem on RHEL5 where the exit code was incorrect
|
12 лет назад |
Fabien Potencier
|
b492b310cc
[Process] fixed setting the timeout to null
|
12 лет назад |
Fabien Potencier
|
87965e1066
[Process] re-added the possibility to set the Process timeout to null (to disable it) (closes #4843)
|
12 лет назад |
Fabien Potencier
|
acfc0c7414
[Process] fixed setTimeout() to not allow negative timeout values (closes #4647)
|
12 лет назад |
Fabien Potencier
|
2cd16e5708
fixed CS
|
12 лет назад |
Jordi Boggiano
|
f4f101fc7c
[Process] Refactor the windows handling so it is always executed
|
12 лет назад |
Fabien Potencier
|
2917ec05bb
fixed CS
|
12 лет назад |
Fabien Potencier
|
cfeeff8ab9
fixed CS
|
12 лет назад |
Tobias Schultze
|
3f95a01265
put parentheses back
|
12 лет назад |
Tobias Schultze
|
45356d0c80
fix typo
|
12 лет назад |
Andrej Hudec
|
bb80507945
fix php5.4 problem
|
12 лет назад |
Andrej Hudec
|
108c0461af
fix hanging of unit tests on Windows
|
12 лет назад |
Kim Hemsø Rasmussen
|
9b5cfa883c
[process] Added destructor to process to make sure handles are always closed in the right order.
|
12 лет назад |
Jordi Boggiano
|
c95f8863e1
[Process] Close pipes before calling proc_close to avoid deadlocks as advised on the proc_close php.net documentation
|
12 лет назад |