Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no further config required for PEAR extensions #310

Merged
merged 1 commit into from
Feb 22, 2017

Conversation

mcrauwel
Copy link
Member

the current behaviour will generate the following output on every php-cli action (including every cronjob)

Warning: Could not match PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/20131226/Image_Canvas.so' - /usr/lib/php/20131226/Image_Canvas.so: cannot open shared object file: No such file or directory in Unknown on line 0
Warning: Could not match PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/20131226/Image_Color.so' - /usr/lib/php/20131226/Image_Color.so: cannot open shared object file: No such file or directory in Unknown on line 0
Warning: Could not match PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/20131226/Image_Graph.so' - /usr/lib/php/20131226/Image_Graph.so: cannot open shared object file: No such file or directory in Unknown on line 0

Copy link
Contributor

@igalic igalic left a comment

Choose a reason for hiding this comment

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

basically, i'm confused as to how this is supposed to work with php7

if $zend == true {
$extension_key = 'zend_extension'
if $php_api_version != undef {
$module_path = "/usr/lib/php5/${php_api_version}/"
Copy link
Contributor

Choose a reason for hiding this comment

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

what about versions of PHP that are not 5?

Copy link
Member Author

Choose a reason for hiding this comment

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

basicly, it wouldn't have worked before... I guess...
I'll look into this, but maybe we should do it in a seperate pull-req since it exceeds the scope of this one?

@igalic igalic merged commit 3341b7b into voxpupuli:master Feb 22, 2017
@igalic
Copy link
Contributor

igalic commented Feb 22, 2017

kaythnkx @mcrauwel

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.

None yet

2 participants