Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92a97cbde9 | ||
|
|
94bbcb9c6d | ||
|
|
cedaecc76b | ||
|
|
a31d3bc709 |
@@ -36,6 +36,8 @@ git clone https://github.com/goodspb/pdlib.git
|
||||
cd pdlib
|
||||
phpize
|
||||
./configure --enable-debug
|
||||
# you may need to indicate the dlib install location
|
||||
# PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./configure --enable-debug
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
@@ -11,5 +11,5 @@ try {
|
||||
}
|
||||
?>
|
||||
--EXPECTF--
|
||||
string(68) "CnnFaceDetection::__construct() expects exactly 1 parameter, 0 given"
|
||||
string(%d) "CnnFaceDetection::__construct() expects exactly 1 %s, 0 given"
|
||||
|
||||
|
||||
@@ -16,5 +16,5 @@ try {
|
||||
}
|
||||
?>
|
||||
--EXPECTF--
|
||||
string(73) "FaceLandmarkDetection::__construct() expects exactly 1 parameter, 0 given"
|
||||
string(%d) "FaceLandmarkDetection::__construct() expects exactly 1 %s, 0 given"
|
||||
string(45) "Unable to open non-existent file for reading."
|
||||
|
||||
@@ -11,4 +11,4 @@ try {
|
||||
}
|
||||
?>
|
||||
--EXPECTF--
|
||||
string(67) "FaceRecognition::__construct() expects exactly 1 parameter, 0 given"
|
||||
string(%d) "FaceRecognition::__construct() expects exactly 1 %s, 0 given"
|
||||
|
||||
Reference in New Issue
Block a user