Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chopins committed Mar 12, 2020
1 parent d370ada commit 4bce957
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# php FFI Extend
Call PHP C API

php DLL(php7.dll,php7ts) find:
php DLL(php7.dll,php7ts) find order, if file exists loading:
* like unix os, Usually does not require additional loading
* windows,
* first, load user constant `PHP_DLL_FILE_PATH`
* second, load directory of predefined constant `PHP_BINARY`
* third, load php parent directory of ext directory
* first, find user constant `PHP_DLL_FILE_PATH`
* second, find directory of predefined constant `PHP_BINARY`
* third, find php parent directory of ext directory
__Note: constant `PHP_DLL_FILE_PATH` work for like unix OS
# Reference

Expand Down

0 comments on commit 4bce957

Please sign in to comment.