zhiqli / fastdfs

Automatically exported from code.google.com/p/fastdfs
GNU General Public License v3.0
0 stars 0 forks source link

php client broken in 5.5.8 #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

The php client wont compile with the latest php version (5.5.8)

Original issue reported on code.google.com by dan...@blodan.se on 27 Jan 2014 at 3:03

GoogleCodeExporter commented 9 years ago
thanks for your feedback. i 'll fix this problem.

Original comment by happyfis...@gmail.com on 29 Jan 2014 at 7:28

GoogleCodeExporter commented 9 years ago
modify the file config.m4, remove the compile option: -Werror, then try again.
-  CFLAGS="$CFLAGS -Werror -Wall"
+  CFLAGS="$CFLAGS -Wall"

good luck!

Original comment by happyfis...@gmail.com on 29 Jan 2014 at 7:45

GoogleCodeExporter commented 9 years ago
That worked, thanks alot! :)

Original comment by dan...@blodan.se on 30 Jan 2014 at 12:56