summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
...
* Parsing of URLs with literal IPv6 addresses, see RFC 2732Stig Venaas2000-09-221-6/+8
* added mysql_fetch_assoc. Acts like mysql_fetch_array used to.Brian Moon2000-09-202-1/+11
* Cleanup SCANNER_DEBUG and don't NUL terminate work bufferSascha Schumann2000-09-202-39/+41
* Use emalloc and friends. Since we reuse all buffers, this does not affectSascha Schumann2000-09-202-25/+27
* Remove this pseudo optimization from the previous rewrite.Sascha Schumann2000-09-203-81/+31
* Another 5%-10% speed increase achieved bySascha Schumann2000-09-203-112/+100
* le_link and le_plink are no longer part of the sybase_globals.Joey Smith2000-09-201-1/+1
* Add support for URLs containing NAME info (for scrolling; #name).Sascha Schumann2000-09-202-43/+111
* Deactivate E_NOTICE message on gcSascha Schumann2000-09-201-0/+2
* Rename prototype to currently used name. These stupid names will go away onceSascha Schumann2000-09-201-1/+1
* s/url_scanner.h/url_scanner_ex.h/Sascha Schumann2000-09-201-1/+1
* Make the new url scanner the default.Sascha Schumann2000-09-201-1/+1
* 2nd Rewrite of the main scanner engine. This version is cleaner and faster.Sascha Schumann2000-09-203-660/+554
* Reduce the amount of copying in the mainloop. We copy tag/arg only, if weSascha Schumann2000-09-193-52/+106
* Revert part of last commit. I'll refine it later.Sascha Schumann2000-09-192-7/+13
* - Change to Z_BVAL macroAndi Gutmans2000-09-191-1/+1
* Another speedup by avoiding string copies.Sascha Schumann2000-09-192-90/+66
* Remove nextiter labelSascha Schumann2000-09-192-3/+1
* s/DEBUG/SCANNER_DEBUG/. "Convert" one macro to inline function to be moreSascha Schumann2000-09-192-46/+62
* Fix a few build bugs, still no goZeev Suraski2000-09-192-6/+12
* Kill warningSascha Schumann2000-09-191-2/+0
* The rewrite was completely authored by HartmutSascha Schumann2000-09-191-2/+1
* Remove unnecessary include directiveSascha Schumann2000-09-191-1/+0
* - Fix warningsZeev Suraski2000-09-194-8/+20
* Add new URL scanner. This version is up to 20% faster. It will beSascha Schumann2000-09-196-1/+1194
* *** empty log message ***Sascha Schumann2000-09-191-3/+1
* Fix RINIT/RSHUTDOWN functions and add url_adapt_ext()Sascha Schumann2000-09-192-0/+14
* Fix decbinStanislav Malyshev2000-09-171-1/+1
* Add empty string checks to add?slashesStanislav Malyshev2000-09-171-0/+14
* Thought that I had just committed something really stupid.Zak Greant2000-09-161-2/+2
* trivial changeZak Greant2000-09-161-13/+13
* Changed assignment in read() to be more sane.Chris Vandomelen2000-09-151-2/+33
* Remove CVS conflict. Zeev, I assume you wanted context inside the globals?Joey Smith2000-09-151-5/+0
* Indicate the Sun's JDK 1.2.2 now works...and complete a sentence.Sam Ruby2000-09-152-12/+26
* Corrected memory leak in read().Chris Vandomelen2000-09-141-1/+4
* Fix warnings.Andrei Zmievski2000-09-141-2/+2
* Fixed bug #6740.Andrei Zmievski2000-09-141-2/+8
* Added prototypes for socketpair() and shutdown(), and corrected an obviousChris Vandomelen2000-09-131-21/+22
* - Added ftp_exec to the ftp functions (thanks to <jhennebicq@i-d.net>)Derick Rethans2000-09-134-0/+49
* Create module info function.Andrei Zmievski2000-09-132-4/+18
* Really fix the de-allocation.Andrei Zmievski2000-09-131-0/+1
* Fixed block overrun.Andrei Zmievski2000-09-131-1/+0
* - The Sprit of PHP is to have descriptive function names and notAndi Gutmans2000-09-132-10/+10
* updated some functions'name using obsolete name convention.Rui Hirokawa2000-09-122-8/+11
* @- Made the Sybase CT module thread safe (Zeev)Zeev Suraski2000-09-122-181/+222
* - Made eval() and several other runtime-evaluated code portions report theZeev Suraski2000-09-123-3/+16
* Forgot to update proto.Andrei Zmievski2000-09-121-1/+1
* @- Added second argument to array_reverse() that indicatese whetherAndrei Zmievski2000-09-121-11/+23
* reversed chomp alias addition as per Andi Gutmans' requestDaniel Beckham2000-09-122-5/+0
* # missed proto commentsRasmus Lerdorf2000-09-121-2/+2