Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
26.64 KB
MD5: e2dff62b08f711f7a836fc99f4eaeb84
SHA-1: 0cfb4228f6554374a2ef1633d4997113a0dbb24a
SHA-256: c8421f45d031c886e7e11557523906a0126222514fb96fa7074486fd795c2562
Download zip
31.63 KB
MD5: db97254dcd63999eea69c5d58b09cbc5
SHA-1: d7e79b85591fba66873d4d49c24abb984adf07f0
SHA-256: 8facc75b1287dad30531fb60fddd7752c7c63f47e97fb9140388911f6755745f
Release notes
- #1517872: Function ereg_replace() is deprecated in dba_export_table() (line 444...
- ereg_replace() is deprecated, replace with call to preg_replace()
- disable output buffer when downloading database dump
- don't cache output in variable (avoid memory overflow)
- Fix call to drupal_placeholder()
- Converted statpack report to use Drupal's Batch API (still generates an incomplete / somewhat buggy report)