Package .deb files using PHP5
Posted: Sat Jan 02, 2010 11:08 pm
Is there a way to run:
In php 5?
Everytime I run
$collect returns: 127;
What am i doing wrong?
Code: Select all
dpkg -b [dir]Everytime I run
Code: Select all
system("dpkg -b [dir]",$collect);What am i doing wrong?