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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 23 09:00:03 2025 UTC