Skip to content

Commit dd2491f

Browse files
committed
Replaces php5 with php7, without whitespace changes.
1 parent 1c065a0 commit dd2491f

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

interbase.dsp

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

php_ibase_udf.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
*
8585
* gcc -shared `php-config --includes` `php-config --ldflags` \
8686
* `php-config --libs` -o php_ibase_udf.so php_ibase_udf.c \
87-
* /usr/lib/libphp5.a
87+
* /usr/lib/libphp7.a
8888
*
8989
* If you use the super server, you should also link against the embedded
9090
* library, but be sure to enable thread safety, as the super server is
@@ -404,4 +404,3 @@ void udf_call_php8(char *name, PARAMDSC *r, PARAMDSC *arg1, PARAMDSC *arg2, PARA
404404
PARAMDSC *args[8] = { arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 };
405405
call_php(name, r, 8, args);
406406
}
407-

0 commit comments

Comments
 (0)