PHP Classes

File: configure_cli_sample

Recommend this page to a friend!
  Classes of Grigori Kochanov   Daemon Emulation   configure_cli_sample   Download  
File: configure_cli_sample
Role: Auxiliary data
Content type: text/plain
Description: sample of the ./configure command to compile PHP CLI
Class: Daemon Emulation
Create and manage daemon processes
Author: By
Last change:
Date: 17 years ago
Size: 455 bytes
 

Contents

Class file image Download
'./configure' \ '--prefix=/usr/local' \ '--sysconfdir=/etc' \ '--with-config-file-path=/etc' \ '--with-png-dir=/usr' \ '--with-openssl' \ '--with-expat-dir=/usr' \ '--with-layout=PHP' \ '--enable-ftp' \ '--enable-sockets' \ '--enable-sysvsem' \ '--enable-sysvshm' \ '--enable-discard-path' \ '--with-pear' \ '--enable-memory-limit' \ '--enable-shmop' \ '--disable-cgi' \ '--disable-path-info-check' \ '--without-pear' \ '--enable-pcntl'