Skip to content

Instantly share code, notes, and snippets.

@sumardi
Created December 16, 2012 14:23
Show Gist options
  • Select an option

  • Save sumardi/4307780 to your computer and use it in GitHub Desktop.

Select an option

Save sumardi/4307780 to your computer and use it in GitHub Desktop.
Installing posix extension for PHP
$ mkdir tmp
$ wget http://php.net/get/php-5.3.19.tar.bz2/from/sg2.php.net/mirror
$ tar xzvf php-5.3.19.tar.bz2
$ cd php-5.3.19/ext/posix
$ phpize
$ ./configure
$ make
$ cp modules/posix.so /usr/lib64/php/modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment