LonghornPHP 2026

Voting

: min(two, three)?
(Example: nine)

The Note You're Voting On

borbas dot geri at gmail dot com
12 years ago
I used this for Apple Push Notification Service.
Passed in a local certificate filename `cert.pem` trough local_cert option. 
Worked fine, when invoked the script directly.

But when I included/required the script from a different location, it stopped working, without any explicit error message.

Resolved by passed in the full path for the file `<FullPathTo>cert.pem`.

<< Back to user notes page

To Top