alternatives to popen / proc_open

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • yawnmoth

    #1

    alternatives to popen / proc_open

    popen / proc_open seem to be broken (as per PHP Bug #30463). As such,
    does anyone know if there are any alternatives to them?

    I tried to use fsockopen to load a bunch of instances of a script to
    no avail (it doesn't seem to work within a for loop).
Working...