Unix and Linux Discussions Tagged with php |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
3 |
12,046 |
UNIX for Advanced & Expert Users |
|
|
|
1 |
11,509 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
24,079 |
Programming |
|
|
|
8 |
16,209 |
What is on Your Mind? |
|
|
|
1 |
16,715 |
What is on Your Mind? |
|
|
|
0 |
17,703 |
Programming |
|
|
|
18 |
15,434 |
What is on Your Mind? |
|
|
|
4 |
16,341 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
13,037 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
7,271 |
UNIX for Beginners Questions & Answers |
|
|
|
20 |
10,142 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
52,646 |
What is on Your Mind? |
|
|
|
0 |
10,427 |
News, Links, Events and Announcements |
|
|
|
3 |
35,932 |
What is on Your Mind? |
|
|
|
3 |
2,856 |
What is on Your Mind? |
|
|
|
1 |
2,589 |
Shell Programming and Scripting |
|
|
|
3 |
9,052 |
Web Development |
|
|
|
3 |
2,594 |
Shell Programming and Scripting |
|
|
|
6 |
5,045 |
What is on Your Mind? |
|
|
|
1 |
7,573 |
Web Development |
|
|
|
6 |
7,082 |
What is on Your Mind? |
|
|
|
2 |
3,271 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
6,492 |
What is on Your Mind? |
|
|
|
6 |
8,487 |
Web Development |
|
|
|
4 |
7,287 |
What is on Your Mind? |
|
|
|
0 |
5,493 |
Web Development |
|
|
|
0 |
5,042 |
Web Development |
|
|
|
48 |
31,847 |
Web Development |
|
|
|
2 |
3,284 |
What is on Your Mind? |
|
|
|
1 |
8,085 |
Cybersecurity |
|
|
|
0 |
11,572 |
Web Development |
|
|
|
0 |
4,744 |
What is on Your Mind? |
|
|
|
4 |
2,475 |
Shell Programming and Scripting |
|
|
|
1 |
5,023 |
What is on Your Mind? |
|
|
|
5 |
11,936 |
Shell Programming and Scripting |
|
|
|
7 |
3,123 |
Shell Programming and Scripting |
|
|
|
0 |
2,595 |
What is on Your Mind? |
|
|
|
2 |
9,910 |
Web Development |
|
|
|
4 |
3,370 |
Shell Programming and Scripting |
|
|
|
1 |
9,487 |
Shell Programming and Scripting |
php-config(1) Scripting Language php-config(1)
NAME
php-config - get information about PHP configuration and compile options
SYNOPSIS
php-config [options]
DESCRIPTION
php-config is a simple shell script for obtaining information about installed PHP configuration.
OPTIONS
--prefix Directory prefix where PHP is installed, e.g. /usr/local
--includes List of -I options with all include files
--ldflags LD Flags which PHP was compiled with
--libs Extra libraries which PHP was compiled with
--extension-dir
Directory where extensions are searched by default
--include-dir Directory prefix where header files are installed by default
--php-binary Full path to php CLI or CGI binary
--php-sapis Show all SAPI modules available
--configure-options
Configure options to recreate configuration of current PHP installation
--version PHP version
--vernum PHP version as integer
SEE ALSO
php(1)
VERSION INFORMATION
This manpage describes php, version 5.3.6-13ubuntu3.10.
COPYRIGHT
Copyright (C) 1997-2010 The PHP Group
This source file is subject to version 3.01 of the PHP license, that is bundled with this package in the file LICENSE, and is available
through the world-wide-web at the following url:
http://www.php.net/license/3_01.txt
If you did not receive a copy of the PHP license and are unable to obtain it through the world-wide-web, please send a note to
license@php.net so we can mail you a copy immediately.
The PHP Group 2010 php-config(1)