summaryrefslogtreecommitdiff
path: root/Zend/zend-scanner.h
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'before-sapi-split'.before-sapi-splitSVN Migration1999-09-261-52/+0
|
* 0.91 updateZeev Suraski1999-07-191-2/+2
|
* License updateZeev Suraski1999-07-161-4/+8
|
* * Add struct name to all typedef's so that they can be debugged with MSVCZeev Suraski1999-05-221-2/+2
| | | | | | | | | | * Fix an AiCount bug - list(...) = $var was using $var multiple times, and thus causing AiCount to be decreased multiple times even though it was increased only once for $var. Mark all FETCH_DIM's so that they won't decrease AiCount, and only decrease AiCount on the last FETCH_DIM. * Fix a stupid bug - forgot to pass CLS_C to some compiler function. For some reason MSVC doesn't report these :I
* Weed out all BoundsChecker-found bugs (including a serious file descriptor leakZeev Suraski1999-05-101-0/+1
| | | | | in the C++ scanner)
* Support eval() and highlight_string() in the C++ scannerZeev Suraski1999-04-231-0/+1
|
* Ok, call me crazy, because I probably am.Zeev Suraski1999-04-231-0/+17
| | | | | Thread safe version now uses a C++ scanner object. Works fully.
* Zend LibraryAndi Gutmans1999-04-071-0/+29