04 2013 档案

摘要:版本支持问题,我的php版本是5.2.14官网手册这个函数需要(PHP 5 >= 5.2.4)php_ini_loaded_file — 取得已加载的 php.ini 文件的路径http://php.net/manual/zh/function.php-ini-loaded-file.php 阅读全文
posted @ 2013-04-19 15:51 daly2008 阅读(297) 评论(0) 推荐(0)
摘要:1 下载git-1.7.6.tar.bz2 2 [root@localhost html]# tar -xvjf git-1.7.6.tar.bz2 3 [root@localhost html]# cd git-1.7.6 4 [root@localhost html]# ./configure 5 [root@localhost html]# make 6 [root@local... 阅读全文
posted @ 2013-04-08 12:32 daly2008 阅读(156) 评论(0) 推荐(0)
摘要:如果执行 git --version 的时候,提示git: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory错误的话,解决办法如下:1.在/etc/ld.so.conf中加一行/usr/local/lib2.然后运行/sbin/ldconfig,文件解决,没有报错 阅读全文
posted @ 2013-04-08 12:27 daly2008 阅读(919) 评论(0) 推荐(0)