summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Clean up htmlspecialchars/htmlentities inconsistencies.Rasmus Lerdorf2000-09-122-14/+34
* added chomp() alias for chop() for us Perl purists.Daniel Beckham2000-09-122-0/+5
* Make parse_str always register globals with 1 argument and never -Stanislav Malyshev2000-09-121-5/+6
* A quick attempt to make parse_str($str,$arr) not register globals.Stanislav Malyshev2000-09-121-0/+3
* - Always use V_* macros even if logic seems to be only using fullpath.Andi Gutmans2000-09-121-3/+3
* - Fix bug #5997Andi Gutmans2000-09-121-1/+1
* - Renamed functions so that this extension finally starts to follow theJouni Ahto2000-09-112-8/+8
* - Fix for bug #6673Derick Rethans2000-09-111-20/+37
* - Remove #if 0 codeAndi Gutmans2000-09-111-3/+0
* - Move php_open_temporary_file() out of file.cAndi Gutmans2000-09-113-153/+4
* - Use the same check for existence of a valid link as the other functions.Jouni Ahto2000-09-111-66/+58
* Kill a warningSascha Schumann2000-09-111-2/+2
* Add proper struct sockaddr * casts and make use of memcpy/memset ('coz weSascha Schumann2000-09-111-21/+21
* - Added functions pg_putline and pg_endcopy (thanks to Dirk ElmendorfDerick Rethans2000-09-112-0/+88
* Libc5-readdir_r workaroundSascha Schumann2000-09-111-1/+1