diff options
| author | fgendreau <[email protected]> | 2014-02-09 11:54:43 -0500 |
|---|---|---|
| committer | fgendreau <[email protected]> | 2014-02-09 11:54:43 -0500 |
| commit | 434283f3b708717cc98fa38ec9165a9f27ca156a (patch) | |
| tree | 1823abba7c8b1eb8e189e749baeb5c90854ada0c /README.md | |
| parent | 074b5589ad6d4c56355db9209f0c6e29d2b4e1ef (diff) | |
Update CCPP.class.php
* Changed the macro's regex so it keeps the single and double quote of literal strings.
#define SYMBOL "value"
now expands to:
"value"
instead of the faulty:
value
* Changed usage of the deprecated split() to preg_split(). (line 506)
* Silenced the entry addition-by-key in non-associative arrays. (lines 164, 422, 427)
* Began the user-defined directive functionality.
* Updated macros setter/getter functions, they are now silenced and more fault tolerant.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions
