From: madunix on 4 Jul 2010 15:30 I have an old unix fedora system with php 4.3.11, with the following recompiled options $ php -version  PHP 4.3.11 (cli) (built: Jun  6 2006 16:20:00) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies $ php -info | grep configure Configure Command =>  './configure' '--enable-discard-path' '--enable-track-vars' '--enable-force-cgi-redirect' '--with-gettext' '--with-mysql' '--enable-so' '--with-apxs2' '--with-gd' '--with-zlib' '--with-jpeg-dir=/usr/lib' '--enable-libgcc' am planning to add the curl option to it, what would be the best approach for that. stop http, configure with--curl, make, make install feedback appreciated. Thanks
From: shiplu on 4 Jul 2010 16:17 # yum install php4-curl or # yum install php-curl Shiplu Mokadd.im My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Programmers, http://groups.google.com/group/p2psust Innovation distinguishes bet ... ... (ask Steve Jobs the rest)
|
Pages: 1 Prev: form validation and error display Next: Inner join woes... and sweet tea! |