File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,12 @@ composer require ikilobyte/pulsar-client-php
3838> allegro/php-protobuf
3939
4040``` bash
41+ cd /usr/local/src
4142git clone https://github.com/allegro/php-protobuf
4243cd php-protobuf
43- phpize && ./configure --with-php-config=${php-config} && make && make install
44+ phpize
45+ ./configure --with-php-config=${php-config}
46+ make && make install
4447
4548# add to php.ini
4649[protobuf]
Original file line number Diff line number Diff line change @@ -40,9 +40,12 @@ composer require ikilobyte/pulsar-client-php
4040> allegro/php-protobuf
4141
4242``` bash
43+ cd /usr/local/src
4344git clone https://github.com/allegro/php-protobuf
4445cd php-protobuf
45- phpize && ./configure --with-php-config=${php-config} && make && make install
46+ phpize
47+ ./configure --with-php-config=${php-config}
48+ make && make install
4649
4750# add to php.ini
4851[protobuf]
You can’t perform that action at this time.
0 commit comments