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

fix for geoip.custom_directory #12068

Closed
ghost opened this issue Sep 16, 2017 · 1 comment
Closed

fix for geoip.custom_directory #12068

ghost opened this issue Sep 16, 2017 · 1 comment
Labels
wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.

Comments

@ghost
Copy link

ghost commented Sep 16, 2017

please add geoip.custom_directory in core PHP file so I don't have to add the directory inside my php.ini file..

<?php
ini_set('geoip.custom_directory','/tmp/');
$infos = geoip_db_get_all_info();
$info  = array_shift($infos);

var_dump( $info['filename'] );
?>
@sgiehl
Copy link
Member

sgiehl commented Aug 18, 2018

Closing this, as we won't change that anymore. GeoIP has been deprecated and we may remove it's support in one of the next major releases. Please consider switching to GeoIP 2, if you haven't already done that.

@sgiehl sgiehl closed this as completed Aug 18, 2018
@sgiehl sgiehl added the wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it. label Aug 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix If you can reproduce this issue, please reopen the issue or create a new one describing it.
Projects
None yet
Development

No branches or pull requests

1 participant