Skip to content

Instantly share code, notes, and snippets.

@youyo
Created February 10, 2016 10:15
Show Gist options
  • Select an option

  • Save youyo/583d3d0a65e36bdd6ed5 to your computer and use it in GitHub Desktop.

Select an option

Save youyo/583d3d0a65e36bdd6ed5 to your computer and use it in GitHub Desktop.
sapi/apache2handler/php_functions.c
//AP_DECLARE_DATA extern unixd_config_rec unixd_config;
AP_DECLARE_DATA extern unixd_config_rec ap_unixd_config;
//snprintf(tmp, sizeof(tmp), "%s(%d)/%d", unixd_config.user_name, unixd_config.user_id, unixd_config.group_id);
snprintf(tmp, sizeof(tmp), "%s(%d)/%d", ap_unixd_config.user_name, ap_unixd_config.user_id, ap_unixd_config.group_id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment