Skip to content

Latest commit

History

History
20 lines (15 loc) 路 260 Bytes

File metadata and controls

20 lines (15 loc) 路 260 Bytes

Building PHP from source

To build PHP from source on Linux you need the following dependencies:

  • autoconf
  • gcc
  • g++
  • make
  • rc2
cd /usr/src/php
./configure
make
make install

See also