From:             shark at icomp dot pl
Operating system: Linux Debian 3.1
PHP version:      5.2.3
PHP Bug Type:     Unknown/Other Function
Bug description:  Wrong sapi version?

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.


-- 
Edit bug report at http://bugs.php.net/?id=41757&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=41757&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=41757&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=41757&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=41757&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=41757&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=41757&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=41757&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=41757&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=41757&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=41757&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=41757&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=41757&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=41757&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=41757&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=41757&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=41757&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=41757&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=41757&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=41757&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=41757&r=mysqlcfg

Reply via email to