|
7 | 7 | <lead> |
8 | 8 | <name>Nick Chiu</name> |
9 | 9 | <user>nick-zh</user> |
10 | | - <email>nick@probiers.us</email> |
| 10 | + <email>coding.nikazu@gmail.com</email> |
11 | 11 | <active>yes</active> |
12 | 12 | </lead> |
13 | 13 | <date>2020-12-06</date> |
|
26 | 26 | </notes> |
27 | 27 | <contents> |
28 | 28 | <dir name="/"> |
29 | | - <file role="doc" name="CREDITS"/> |
30 | 29 | <file role="doc" name="LICENSE"/> |
31 | 30 | <file role="doc" name="README.md"/> |
32 | | - <file role="src" name="configuration.c"/> |
| 31 | + <file role="doc" name="CONTRIBUTING.md"/> |
33 | 32 | <file role="src" name="config.m4"/> |
34 | 33 | <file role="src" name="config.w32"/> |
35 | | - <file role="src" name="functions.c"/> |
36 | | - <file role="src" name="functions_arginfo.h"/> |
| 34 | + <file role="src" name="configuration.c"/> |
| 35 | + <file role="src" name="configuration_arginfo.h"/> |
37 | 36 | <file role="src" name="consumer.c"/> |
38 | 37 | <file role="src" name="consumer_arginfo.h"/> |
| 38 | + <file role="src" name="functions.c"/> |
| 39 | + <file role="src" name="functions_arginfo.h"/> |
| 40 | + <file role="src" name="kafka.c"/> |
| 41 | + <file role="src" name="kafka_arginfo.h"/> |
39 | 42 | <file role="src" name="kafka_exception.c"/> |
| 43 | + <file role="src" name="kafka_exception_arginfo.h"/> |
40 | 44 | <file role="src" name="message.c"/> |
41 | 45 | <file role="src" name="message_arginfo.h"/> |
42 | 46 | <file role="src" name="metadata.c"/> |
|
52 | 56 | <file role="src" name="php_kafka_int.h"/> |
53 | 57 | <file role="src" name="producer.c"/> |
54 | 58 | <file role="src" name="producer_arginfo.h"/> |
55 | | - <file role="src" name="kafka.c"/> |
56 | 59 | <file role="src" name="topic.c"/> |
57 | 60 | <file role="src" name="topic_arginfo.h"/> |
58 | 61 | <file role="src" name="topic_partition.c"/> |
|
61 | 64 | <file role="test" name="allow_null_payload_and_key.phpt"/> |
62 | 65 | <file role="test" name="allow_null_payload.phpt"/> |
63 | 66 | <file role="test" name="bugConfSetArgument.phpt"/> |
64 | | - <file role="test" name="conf_callbacks_integration.phpt"/> |
65 | | - <file role="test" name="conf_callbacks.phpt"/> |
66 | 67 | <file role="test" name="conf.phpt"/> |
| 68 | + <file role="test" name="conf_callbacks.phpt"/> |
| 69 | + <file role="test" name="conf_callbacks_integration.phpt"/> |
67 | 70 | <file role="test" name="constants.phpt"/> |
| 71 | + <file role="test" name="consumer_topic_destruct.phpt"/> |
| 72 | + <file role="test" name="functions.phpt"/> |
| 73 | + <file role="test" name="init_transaction_not_configured.phpt"/> |
68 | 74 | <file role="test" name="integration-tests-check.php"/> |
| 75 | + <file role="test" name="kafka_error_exception.phpt"/> |
69 | 76 | <file role="test" name="message_headers.phpt"/> |
| 77 | + <file role="test" name="metadata.phpt"/> |
70 | 78 | <file role="test" name="produce_consume.phpt"/> |
71 | | - <file role="test" name="produce_consume_queue.phpt"/> |
| 79 | + <file role="test" name="produce_consume_transactional.phpt"/> |
72 | 80 | <file role="test" name="kafka_get_err_descs.phpt"/> |
73 | 81 | <file role="test" name="test_env.php.sample"/> |
74 | 82 | <file role="test" name="topic_partition.phpt"/> |
|
0 commit comments