summaryrefslogtreecommitdiff
path: root/Zend/zend-scanner.l
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RETURN_REF'.experimental/RETURN_REFSVN Migration1999-12-121-1611/+0
* - opened_path should not be freed here as the zend_file_dtor() takes careAndi Gutmans1999-12-071-3/+0
* Move the #include of zend-parser.h out of zend_compile.hZeev Suraski1999-12-061-1/+1
* *** empty log message ***Zeev Suraski1999-12-051-3/+0
* - Implement get_used_files() and get_imported_files()Zeev Suraski1999-12-041-1/+17
* - Break the zend->PHP dependency introduced by the .php extension for use(),Zeev Suraski1999-12-041-16/+20
* build error - windowsSam Ruby1999-12-041-1/+1
* Fix typo, add prototype for use_filename().Stig S. Bakken1999-12-041-1/+1
* "use" should use arg+".php" as parameter to requireStig S. Bakken1999-12-041-0/+22
* This should fix the fd leak with include()/require()Zeev Suraski1999-12-041-1/+1
* revert my last patch - WARNING: we leak fd's again.Thies C. Arntzen1999-12-031-4/+1
* php_fopen_wrapper_for_zend() does *NOT* insert the opened files into any list...Thies C. Arntzen1999-12-021-0/+5
* - Add use support (behaves like require, but will not use the same file twice)Andi Gutmans1999-11-301-6/+36
* - Fix fd leak in ZTS modeZeev Suraski1999-11-261-1/+4
* UNIX/non ZTS compile fixesZeev Suraski1999-11-261-1/+1
* - Improve the file handle closing codeZeev Suraski1999-11-261-11/+37
* This should get the file to close properlyZeev Suraski1999-11-261-1/+1
* Fix inconsistencies with here-docs implementationZeev Suraski1999-11-221-8/+2
* Fix #2744Zeev Suraski1999-11-221-0/+7
* - Preliminary submit of Thie's patch. Will fix the rest on WindowsAndi Gutmans1999-10-191-0/+4
* Provide alternative istdiostream.Sascha Schumann1999-09-281-1/+11
* * header file cleanupStig S. Bakken1999-09-061-7/+12
* - More elegant fix for Win32 include_pathAndi Gutmans1999-08-251-17/+4
* - Temporary fix to allow Win32 MT safe version to use zend_fopen().Andi Gutmans1999-08-251-2/+24
* on unix ZTS gets defined in zend_config.hThies C. Arntzen1999-08-181-9/+9
* 0.91 updateZeev Suraski1999-07-191-2/+2
* License updateZeev Suraski1999-07-161-4/+7
* Fix a crashZeev Suraski1999-07-031-0/+3
* Don't take failing on an include file so badlyZeev Suraski1999-06-111-8/+11
* Support <?=Zeev Suraski1999-06-111-2/+3
* * Use to_string() instead of __print()Zeev Suraski1999-06-111-0/+4
* - Fixed Karl's bug report. It's not really a thorough fix, we really need to...Zeev Suraski1999-06-051-1/+1
* - We weren't counting newlines in heredocs. The only place which is still que...Andi Gutmans1999-06-031-0/+2
* FixesAndi Gutmans1999-05-311-1/+1
* Avoid leaking fd's in case of failuresZeev Suraski1999-05-221-23/+27
* more fixesZeev Suraski1999-05-221-3/+5
* That wasn't supposed to slip inZeev Suraski1999-05-211-1/+0
* * Properly handle failed file opens in C++Zeev Suraski1999-05-211-3/+13
* * Fix the comments issue. yymore() worked like a charm.Zeev Suraski1999-05-211-149/+163
* -Open curly braces fix?Andi Gutmans1999-05-201-1/+4
* If a require() dies, we must bail out (since it corrupts an existing op_arrayZeev Suraski1999-05-141-1/+1
* Fix a bugZeev Suraski1999-05-141-1/+1
* Add \012 and \xff missing support to constant quoted stringZeev Suraski1999-05-141-2/+34
* Fixes:Zeev Suraski1999-05-111-2/+6
* * Fix a bug that occured in case of parse errors. We need to restore the lex...Zeev Suraski1999-05-111-14/+27
* Weed out all BoundsChecker-found bugs (including a serious file descriptor leakZeev Suraski1999-05-101-24/+46
* Ok, I tested it now. It works very nicely!Zeev Suraski1999-05-061-0/+7
* - Move back to yyless(). I haven't tested it yet because it's taking too longAndi Gutmans1999-04-301-3/+3
* Fix Boris's problem (in my never ending struggle to show I never mean what I sayZeev Suraski1999-04-301-1/+20
* * Fix a problem with constant quoted strings, that was causing Thies's problemZeev Suraski1999-04-301-6/+41