
php
iteye_8353
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
apache虚拟站点安装/增加mod_rewrite模块
查看apache的httpd.conf没有LoadModule rewrite_module modules/mod_rewrite.so这一行,则需要手动生成此模块,方法如下: apache源码包路径为:/ftp/httpd2.2 apache安装路径:/usr/local/apache/ 一、增加mod_rewrite模块 # find . -name mod_rewrit...原创 2011-06-09 15:43:20 · 154 阅读 · 0 评论 -
php-fpm 编译错误
In order to compile PHP on 64 bit you need to use the option --with-libdir=lib64 otherwise you will stay forever with the following error checking for MySQL support... yes checking for spe...原创 2011-07-15 11:59:16 · 189 阅读 · 0 评论 -
PHP和C通过Socket通信--UDP
[code="java"]在实际开发中,有时会遇到PHP和C语言结构的互相转化问题,这时候PHP的函数pack和unpack就能帮上大忙了. pack()将数据打包成二进制串 unpack()从字串中的二进制串转化成指定的格式 Code Description a NUL-padded string A SPACE-padded string h Hex string, low nib...原创 2011-02-18 20:53:36 · 243 阅读 · 0 评论 -
URL 模似HTTP请求工具,
[code="java"]原创 2011-04-12 11:26:20 · 149 阅读 · 0 评论 -
PHP error Call to undefined function ImageCreateFromPNG
[code="java"]If you get the following error message in PHP then it means you need to have the PHP GD extension installed. Obviously the /path/to/file.php will be the actual path and filename of the PH...原创 2011-04-29 21:48:21 · 360 阅读 · 0 评论