Romain Neutron
|
3b1b54a614
[Process] Fix #5594 : `termsig` must be used instead of `stopsig` in exceptions when a process is signaled
|
11 years ago |
Fabien Potencier
|
db29a04c9b
merged branch romainneutron/process-timeout (PR #7580)
|
12 years ago |
Romain Neutron
|
03a7569680
Fix timeout in Process::stop method
|
12 years ago |
Fabien Potencier
|
969059da6c
fixed CS
|
12 years ago |
Romain Neutron
|
0c9f519693
Round stream_select fifth argument up.
|
12 years ago |
Romain Neutron
|
f54332e630
Fix Process timeout
|
12 years ago |
Julien Moulin
|
899a0e7116
#7106 - fix for ZTS builds
|
12 years ago |
Fabien Potencier
|
d91b0501e6
Merge branch '2.0' into 2.1
|
12 years ago |
Jordi Boggiano
|
7d92786475
[Process] Fix regression introduced in #6620 / 880da01c49a9255f5022ab7e18bca38c18f56370, fixes #7082
|
12 years ago |
Jordi Boggiano
|
9543ba64ad
[Process] Warn user with a useful message when tmpfile() failed
|
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 |
Romain Neutron
|
04ccbac13b
[Process] Do not reset stdout/stderr pipes on Interrupted system call
|
12 years ago |
Drak
|
6d483356f7
Nsdocblocks
|
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 |
Grégoire Pineau
|
f43a123855
[Process] Fixed bug introduced by 7bafc69f38a3512eb15aad506959a4e7be162e52.
|
12 years ago |
Romain Neutron
|
c1a8adcce9
Add a Sigchild compatibility mode (set to false by default)
|
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 |
Fabien Potencier
|
2cd16e5708
fixed CS
|
12 years ago |
Jordi Boggiano
|
f4f101fc7c
[Process] Refactor the windows handling so it is always executed
|
12 years ago |
Fabien Potencier
|
2917ec05bb
fixed CS
|
12 years ago |
Fabien Potencier
|
cfeeff8ab9
fixed CS
|
12 years ago |
Tobias Schultze
|
3f95a01265
put parentheses back
|
13 years ago |
Tobias Schultze
|
45356d0c80
fix typo
|
13 years ago |
Andrej Hudec
|
bb80507945
fix php5.4 problem
|
13 years ago |
Andrej Hudec
|
108c0461af
fix hanging of unit tests on Windows
|
13 years ago |
Kim Hemsø Rasmussen
|
9b5cfa883c
[process] Added destructor to process to make sure handles are always closed in the right order.
|
13 years ago |
Jordi Boggiano
|
c95f8863e1
[Process] Close pipes before calling proc_close to avoid deadlocks as advised on the proc_close php.net documentation
|
13 years ago |
Jordi Boggiano
|
abece34dd8
[Process] Removing useless code (this is already done in updateStatus)
|
13 years ago |
Jordi Boggiano
|
b5b6fe6ed2
[Process] Fix a mistake triggering stream_select errors
|
13 years ago |
Fabien Potencier
|
6b79e8b8d3
[Process] added a note about user-defined error exist codes
|
13 years ago |
Fabien Potencier
|
e3fd2b9746
[Process] renamed waitForTermination() to wait()
|
13 years ago |
Fabien Potencier
|
191af4bc0c
[Process] fixed CS
|
13 years ago |
drak3
|
a112f8b27b
fixed cs
|
13 years ago |
drak3
|
3523cab07c
[Process] Added support for non-blocking process control Added methods to control long running processes to the Process class: - A non blocking start method to startup a process and return immediately - A blocking waitForTermination method to wait for the processes termination - A stop method to stop a process started with start All status-getters like getOutput were changed to return real-time data
|
13 years ago |
Fabien Potencier
|
d9db1dc7f1
[Process] fixed CS
|
13 years ago |
Jordi Boggiano
|
e94c649584
Feedback fixes
|
13 years ago |
Jordi Boggiano
|
1d110133b0
Restore bypass_shell by default with windows compat
|
13 years ago |