diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2005-08-28 16:53:27 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2005-08-28 16:53:27 +0000 |
| commit | c6aae12cc16e79cbeb51032f5b2822d29410c142 (patch) | |
| tree | 8d91708ece9721666e4db5dca50cd74f9fba48f9 /ext/pdo_sqlite/sqlite/tool/memleak.awk | |
| parent | 3a21310f37054961066eec5752775c173d1dc1d7 (diff) | |
| download | php-git-c6aae12cc16e79cbeb51032f5b2822d29410c142.tar.gz | |
Upgraded bundled SQLite library for PDO:SQLite to 3.2.5 (step 1)
Diffstat (limited to 'ext/pdo_sqlite/sqlite/tool/memleak.awk')
| -rw-r--r-- | ext/pdo_sqlite/sqlite/tool/memleak.awk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_sqlite/sqlite/tool/memleak.awk b/ext/pdo_sqlite/sqlite/tool/memleak.awk index 185f174897..928d3b69dc 100644 --- a/ext/pdo_sqlite/sqlite/tool/memleak.awk +++ b/ext/pdo_sqlite/sqlite/tool/memleak.awk @@ -1,6 +1,6 @@ # # This script looks for memory leaks by analyzing the output of "sqlite" -# when compiled with the MEMORY_DEBUG=2 option. +# when compiled with the SQLITE_DEBUG=2 option. # /[0-9]+ malloc / { mem[$6] = $0 |
