Skip to content

chore: fix up local stack#137

Merged
ackintosh merged 1 commit intoackintosh:masterfrom
marmichalski:local
Aug 26, 2025
Merged

chore: fix up local stack#137
ackintosh merged 1 commit intoackintosh:masterfrom
marmichalski:local

Conversation

@marmichalski
Copy link
Contributor

No description provided.


```php
// via constructor argument
$ganeshaClient = new GaneshaHttpClient($client, $ganesha, [
Copy link
Contributor Author

@marmichalski marmichalski Jul 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

third argument is not an array, this was a lie 🤥

RUN apt-get update \
&& apt-get install --no-install-recommends -y git \
&& apt-get install --no-install-recommends -y libmemcached-dev \
&& apt-get install --no-install-recommends -y libssl-dev \
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needed for libmemcached

&& yes '' | pecl install xdebug-3.1.5 \
&& echo 'zend_extension=xdebug.so' >> /usr/local/etc/php/php.ini \
&& yes '' | pecl install mongodb \
&& yes '' | pecl install mongodb-1.21.1 \
Copy link
Contributor Author

@marmichalski marmichalski Jul 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

installs 2.x by default and composer requirement doesn't like it

Comment on lines -505 to -508
$ganeshaClient = new GaneshaHttpClient($client, $ganesha, [
// 'ganesha.service_name' is defined as ServiceNameExtractor::OPTION_KEY
'ganesha.service_name' => 'specified_service_name',
]);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would there be any appetite to support the ganesha.service_name option through withOptions method?

@coveralls
Copy link

coveralls commented Jul 3, 2025

Coverage Status

coverage: 91.332%. remained the same
when pulling d332046 on marmichalski:local
into 94293fc on ackintosh:master.

Copy link
Owner

@ackintosh ackintosh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR!

@ackintosh ackintosh merged commit 44ef77c into ackintosh:master Aug 26, 2025
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants