enable drupal.module to send php version, db type and db version
mfb - June 26, 2007 - 19:27
| Project: | Site Network |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Description
drupal_notify() sends info about the drupal installation, including URL, drupal version and installed modules, but nothing about the system environment. It would be helpful for the drupal community to monitor trends in drupal hosting environments, such as PHP version, database type, and database version.
| Attachment | Size |
|---|---|
| drupal_notify.patch | 1.05 KB |

#1
This patch now fixes one bug (bogus $client[uid] in a query), fixes some PHP notice issues, and provides the ability to send and receive the version info.
#2
#3
The intention is to rip out much of the "phone home" details as a) it's not used anywhere and b) the growing trend of knocking products that send details of their user anywhere. So, adding more details isn't really going to happen when we're going stop shortly.
#4
I have recently enabled this module, since I think it's a good idea to share information about drupal projects, modules used, etc. Now, where can I find the information sent on drupal.org? I would like to see which modules are more popular, etc.
Thanks.