summaryrefslogtreecommitdiff
path: root/Zend/zend-scanner.h
Commit message (Collapse)AuthorAgeFilesLines
* Unify the names of these last 3 files...Zeev Suraski2000-10-291-56/+0
|
* Replace macros which begin with an underscore through an appropiatelySascha Schumann2000-07-031-2/+2
| | | | | named macro.
* Fix filenames and line numbers in ZTS modeZeev Suraski2000-06-171-7/+5
|
* It's official now...Zeev Suraski2000-03-061-3/+3
|
* (c) patchZeev Suraski2000-02-191-1/+1
|
* Solve a couple of compile issuesZeev Suraski1999-12-021-0/+2
|
* Fix warnings surfacing in maintainer-mode.Stig S. Bakken1999-12-011-0/+4
|
* 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