diff options
author | Andi Gutmans <andi@php.net> | 2000-03-11 20:48:49 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-03-11 20:48:49 +0000 |
commit | 9dca788ca04cfe185c3faaab8ad0b872b1762977 (patch) | |
tree | dc2f471e5637593dfc07b457ff3300ef08388d22 /ext/cybercash | |
parent | fe558092e469f6307458cb0f3ae64ebcebf92b14 (diff) | |
download | php-git-9dca788ca04cfe185c3faaab8ad0b872b1762977.tar.gz |
- Don't define DEBUG anymore. Everyone should use PHP_DEBUG.
There are 2-3 third-party libs in PHP which use DEBUG and I left them
this way (primary example is pcrelib).
- Please test things and Andrei, can you check that pcrelib stopped
printing the warning messages?
Diffstat (limited to 'ext/cybercash')
-rw-r--r-- | ext/cybercash/cybercash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cybercash/cybercash.h b/ext/cybercash/cybercash.h index 27bba3edd1..bbac201d8d 100644 --- a/ext/cybercash/cybercash.h +++ b/ext/cybercash/cybercash.h @@ -35,7 +35,7 @@ #if PHP_API_VERSION < 19990421 #define zend_module_entry cybercash_module_entry -#include "modules.h" +#include "zend_modules.h" #include "internal_functions.h" #endif |