php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41757 Wrong sapi version?
Submitted: 2007-06-21 10:08 UTC Modified: 2007-06-21 13:42 UTC
From: shark at icomp dot pl Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.2.3 OS: Linux Debian 3.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: shark at icomp dot pl
New email:
PHP Version: OS:

 

 [2007-06-21 10:08 UTC] shark at icomp dot pl
Description:
------------
Wrong sapi version? 
I have this configure: 
'./configure' '--with-mysql=/usr/local/mysql' '--with-zlib' '--with-gd' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--with-jpeg-dir=/usr/lib' '--enable-fastcgi' '--enable-discard-path' '--enable-force-redirect' '--enable-mbstring' '--enable-ftp' '--prefix=/usr/local/php5' '--with-config-file=/usr/local/php5/lib/php.ini' '--with-config-file-path=/usr/local/php5/lib' '--enable-memory-limit' '--with-mysqli=/usr/local/mysql/bin/mysql_config' '--enable-suhosin'

and configure write this: 
gamecenter:~/serwer/download/php-5.2.3# make install
Installing PHP SAPI module:       cgi
Installing PHP CGI binary: /usr/local/php5/bin/


but when i do:
php -v
PHP 5.2.3 (cli) (built: Jun 21 2007 11:47:26)              

cgi != cli, I don't check is this work as fast-cgi.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-06-21 13:25 UTC] sniper@php.net
It's called "php-cgi" now. (to be consistent with win32 distro and how it was supposed to be called since day 1..)

 [2007-06-21 13:42 UTC] shark at icomp dot pl
/usr/local/php5/bin/php-cgi -v
PHP 5.2.3 (cgi-fcgi) (built: Jun 21 2007 11:47:07)

ok, thx [:
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 15:01:33 2024 UTC