mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Toned down a comment that was written in the heat of the moment.
This commit is contained in:
parent
e8f3e3ffa0
commit
dc474647e9
1 changed files with 8 additions and 12 deletions
|
@ -15,18 +15,6 @@
|
||||||
| Authors: Mark Woodward <markw@mohawksoft.com> |
|
| Authors: Mark Woodward <markw@mohawksoft.com> |
|
||||||
| Portions copyright the PHP group. |
|
| Portions copyright the PHP group. |
|
||||||
+----------------------------------------------------------------------+
|
+----------------------------------------------------------------------+
|
||||||
| Notes from the author: |
|
|
||||||
| While I appreciate work done in this module by well meaning |
|
|
||||||
| developers, and this is the nature of Open Source. I would Really |
|
|
||||||
| appreciate a few considerations BEFORE you start mucking around: |
|
|
||||||
| DO NOT ever remove backward compatibility!!!! NEVER!!!! |
|
|
||||||
| DO NOT rename my variable names |
|
|
||||||
| DO NOT reformat by braces, if you don't like the way I brace my code |
|
|
||||||
| too bad. I take strides to follow the format that other authors use |
|
|
||||||
| I expect the same consideration. I use vi, not emacs. If you do not |
|
|
||||||
| have an editor that will not muck up my braces, do not edit this |
|
|
||||||
| code. |
|
|
||||||
+----------------------------------------------------------------------+
|
|
||||||
*/
|
*/
|
||||||
#include "php.h"
|
#include "php.h"
|
||||||
#include "php_ini.h"
|
#include "php_ini.h"
|
||||||
|
@ -41,6 +29,14 @@
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Please do not remove backward compatibility from this module.
|
||||||
|
* this same souce must also work with 4.0 versions of PHP.
|
||||||
|
*
|
||||||
|
* Also, please to not reformat braces ;-)
|
||||||
|
* -MLW
|
||||||
|
*/
|
||||||
|
|
||||||
// #define ERR_DEBUG
|
// #define ERR_DEBUG
|
||||||
|
|
||||||
#define OLD_ZEND_PARAM
|
#define OLD_ZEND_PARAM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue