On 19 December 2013 03:03, Wendell P <wendellp@xxxxxxxxxxxxx> wrote: > On Tue, Dec 17, 2013, at 06:46 PM, Good Guy wrote: > > >> Can you show the response and then the top block of phpinfo() which > shows > > >> which configuration files have been loaded. > > > PHP is finding and loading the php.ini without problem. The problem is > > > that when > > > I run phpinfo(), everything before "odbc" is chopped off. So I can't > > > show the top > > > block of phpinfo(), because it doesn't print out. > > I am just using the CLI. There is no web server on this machine and it > is not > connected to the network. The only thing installed is what was in the > Windows > binary download, plus the stats PECL extension in \ext. > > Here is php --ini > http://postimg.org/image/v3y83qcg3/ > > Here is the top of php -i > http://postimg.org/image/go3g2ct4f/ > > -- > http://www.fastmail.fm - Send your email first class > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Doh! 3 options come to mind. 1 : log the output to a file. php -i > phpinfo.log 2 : use more php -i | more 3 - Increase the window buffer size. You can use the properties dialog to go upto 9999 lines, or if you want to edit the registry directly, 32767 lines. -- Richard Quadling Twitter : @RQuadling