Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mgdm/Mosquitto-PHP
Browse files Browse the repository at this point in the history
Conflicts:
	mosquitto.c
  • Loading branch information
mgdm committed Oct 4, 2013
2 parents d2e7c41 + 64309f4 commit d7915c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ This is an extension to allow using the [Mosquitto MQTT library](http:https://mosquitt

* PHP 5.4+ (I'll probably fix it for 5.3 shortly)
* libmosquitto 1.2.1 (this is the only version I have tested)

## To do

* ZTS support
* Arginfo
* Tests
1 change: 1 addition & 0 deletions php_mosquitto.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ PHP_MOSQUITTO_API void php_mosquitto_connect_callback(struct mosquitto *mosq, vo
PHP_MOSQUITTO_API void php_mosquitto_disconnect_callback(struct mosquitto *mosq, void *obj, int rc);
PHP_MOSQUITTO_API void php_mosquitto_message_callback(struct mosquitto *mosq, void *client_obj, const struct mosquitto_message *message);
PHP_MOSQUITTO_API void php_mosquitto_subscribe_callback(struct mosquitto *mosq, void *client_obj, int mid, int qos_count, const int *granted_qos);
PHP_MOSQUITTO_API void php_mosquitto_disconnect_callback(struct mosquitto *mosq, void *obj, int rc);

char *php_mosquitto_strerror_wrapper(int err);
void php_mosquitto_handle_errno(int retval, int err);
Expand Down

0 comments on commit d7915c1

Please sign in to comment.