Romain Neutron
|
0c9f519693
Round stream_select fifth argument up.
|
11 years ago |
Romain Neutron
|
f54332e630
Fix Process timeout
|
11 years ago |
Fabien Potencier
|
521c1f4047
Merge branch '2.1' into 2.2
|
11 years ago |
Julien Moulin
|
899a0e7116
#7106 - fix for ZTS builds
|
11 years ago |
Fabien Potencier
|
dd5c62d414
Merge branch '2.1' into 2.2
|
11 years ago |
Fabien Potencier
|
d91b0501e6
Merge branch '2.0' into 2.1
|
11 years ago |
Jordi Boggiano
|
7d92786475
[Process] Fix regression introduced in #6620 / 880da01c49a9255f5022ab7e18bca38c18f56370, fixes #7082
|
11 years ago |
Fabien Potencier
|
c6228a4f57
Merge branch '2.1' into 2.2
|
11 years ago |
Jordi Boggiano
|
9543ba64ad
[Process] Warn user with a useful message when tmpfile() failed
|
11 years ago |
Fabien Potencier
|
dace2b9abb
Merge branch '2.1'
|
12 years ago |
Joseph Bielawski
|
fa405bdcf3
[Process] Fix docblocks, remove `return` from `PhpProcess#start()` as parent returns nothing, cleaned up `ExecutableFinder`
|
12 years ago |
Fabien Potencier
|
78002b904e
Merge branch '2.0' into 2.1
|
12 years ago |
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 years ago |
Fabien Potencier
|
a59c1a240d
Merge branch '2.1'
|
12 years ago |
Romain Neutron
|
04ccbac13b
[Process] Do not reset stdout/stderr pipes on Interrupted system call
|
12 years ago |
Florin Patan
|
284d8cd8f8
Fixed most of the docblocks/unused namespaces
|
12 years ago |
Pascal Borreli
|
30993c352e
Fixed typos
|
12 years ago |
Fabien Potencier
|
b35a2a4fae
[Process] added unit tests, phpdoc, and reorganized methods from previous merge
|
12 years ago |
Fabien Potencier
|
38139f7710
merged branch boombatower/process-status-5453 (PR #5455)
|
12 years ago |
boombatower
|
8503098c3d
[process] expose the process status.
|
12 years ago |
Fabien Potencier
|
9e9e1e8447
merged branch romainneutron/ProcessIncrementalOutput (PR #5546)
|
12 years ago |
Fabien Potencier
|
5e92828cdf
Merge branch '2.1'
|
12 years ago |
Drak
|
6d483356f7
Nsdocblocks
|
12 years ago |
Fabien Potencier
|
f029d06585
Merge branch '2.1'
|
12 years ago |
Fabien Potencier
|
fc5b082e43
merged branch xrstf/2.1 (PR #5687)
|
12 years ago |
Fabien Potencier
|
a67692d7d4
Merge branch '2.0' into 2.1
|
12 years ago |
Christoph
|
534f839647
fixed CS
|
12 years ago |
Christoph
|
5d06a50221
added doc comments
|
12 years ago |
Christoph
|
b4065b2f5a
added doc comments
|
12 years ago |
Fabien Potencier
|
7394032e81
[Process] fixed phpdoc
|
12 years ago |
Fabien Potencier
|
1456f9a74a
merged branch boombatower/process-restart (PR #5456)
|
12 years ago |
boombatower
|
20ea4e93cc
[process] provide a restart method.
|
12 years ago |
Fabien Potencier
|
ef82c55a37
[Process] fixed previous merge
|
12 years ago |
BilgeXA
|
9738a17e1e
Fluent interface
|
12 years ago |
Fabien Potencier
|
c305a52324
Merge branch '2.1'
|
12 years ago |
Grégoire Pineau
|
f43a123855
[Process] Fixed bug introduced by 7bafc69f38a3512eb15aad506959a4e7be162e52.
|
12 years ago |
Romain Neutron
|
d88e01bb1a
[Process] Add output / error output incremental getters
|
12 years ago |
Fabien Potencier
|
fa844147f9
Merge branch '2.1'
|
12 years ago |
Romain Neutron
|
c1a8adcce9
Add a Sigchild compatibility mode (set to false by default)
|
12 years ago |
Fabien Potencier
|
be5810832a
merged branch romainneutron/ProcessExceptions (PR #5398)
|
12 years ago |
boombatower
|
de4e7955ab
[Process] change all documentation type to callable
|
12 years ago |
Romain Neutron
|
4942bf3a90
[Process] Normalize exceptions
|
12 years ago |
Romain Neutron
|
9d4ac68609
Add @Seldaek remote modifications
|
12 years ago |
Jordi Boggiano
|
86c20b9cab
[Process] Add workaround for PHP's internal sigchild failing to return proper exit codes
|
12 years ago |
Pascal Borreli
|
7278cfeeb1
Fixed typos
|
12 years ago |
Pascal Borreli
|
8d931b8371
Fixed Phpdoc
|
12 years ago |
Chris Smith
|
ae0635cf77
[Process] Fixed a problem on RHEL5 where the exit code was incorrect
|
12 years ago |
Fabien Potencier
|
b492b310cc
[Process] fixed setting the timeout to null
|
12 years ago |
Fabien Potencier
|
87965e1066
[Process] re-added the possibility to set the Process timeout to null (to disable it) (closes #4843)
|
12 years ago |
Fabien Potencier
|
acfc0c7414
[Process] fixed setTimeout() to not allow negative timeout values (closes #4647)
|
12 years ago |