mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
- Remove DEFAULT_PHP_VER - Bump PORTREVISION for dependency change - While I'm here: - Use USE_PHPEXT and PHP_MODNAME - Remove unnecessary CONFIGURE_ARGS - Simplify Makefile: move common part of two extra patches to patch-adodb.c - Use USES=dos2unix - Support STAGEDIR - Use single space after WWW: PR: ports/188236 Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
11 lines
314 B
C
11 lines
314 B
C
--- adodb.c.orig 2012-05-20 14:42:41.000000000 +0000
|
|
+++ adodb.c 2012-05-20 14:41:28.000000000 +0000
|
|
@@ -108,7 +108,7 @@
|
|
};
|
|
#else
|
|
/* PHP 5 */
|
|
-function_entry adodb_functions[] = {
|
|
+zend_function_entry adodb_functions[] = {
|
|
PHP_FE(adodb_movenext,NULL)
|
|
PHP_FE(adodb_getall,NULL)
|
|
{NULL, NULL, NULL}
|