Changes between Version 2 and Version 3 of HowToReportABug/CollectInfo
- Timestamp:
- 07/04/2007 04:00:31 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToReportABug/CollectInfo
v2 v3 21 21 22 22 == Checking PHP Version == 23 You may check from php-cli or php-cgi: 23 24 {{{ 24 25 #!ShellExample … … 27 28 Copyright (c) 1997-2006 The PHP Group 28 29 Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies 29 gentoo ~/src/xcache/trunk/build 30 30 31 $ php-cgi -v 31 32 PHP 4.4.3-dev (cgi-fcgi) (built: Mar 10 2006 18:46:02) … … 34 35 with XCache v1.0, Copyright (c) 2005-2006, by mOo 35 36 }}} 36 are you sure which one you use in webserver? check 37 But are you sure which one you use in webserver? it may not be the same version as cli/cgi, so try 37 38 {{{ 38 39 #!php

