]> granicus.if.org Git - php/shortlog
php
2000-09-20 Sascha Schumanns/url_scanner.h/url_scanner_ex.h/
2000-09-20 Sascha SchumannMake the new url scanner the default.
2000-09-20 Sascha Schumann2nd Rewrite of the main scanner engine. This version...
2000-09-20 <changelog... ChangeLog update
2000-09-19 foobarThis fix prevents adding an empty -l to LIBS
2000-09-19 Daniel Beulshausenfix unresolved externals
2000-09-19 Sascha SchumannReduce the amount of copying in the mainloop. We copy...
2000-09-19 Sascha SchumannRevert part of last commit. I'll refine it later.
2000-09-19 Andi Gutmans- Change to Z_BVAL macro
2000-09-19 Andi Gutmans- Add Z_BVAL* macros
2000-09-19 Sascha SchumannAnother speedup by avoiding string copies.
2000-09-19 Sascha SchumannRemove nextiter label
2000-09-19 Sascha Schumanns/DEBUG/SCANNER_DEBUG/. "Convert" one macro to inline...
2000-09-19 Zeev SuraskiFix a few build bugs, still no go
2000-09-19 Sascha SchumannKill warning
2000-09-19 Sascha SchumannThe rewrite was completely authored by Hartmut
2000-09-19 Ben Mansell(Zeus-specific) Don't GetServerVariable() for vars...
2000-09-19 Sascha SchumannRemove unnecessary include directive
2000-09-19 Zeev Suraski- Fix warnings
2000-09-19 Sascha SchumannDon't restore timestamp on internal_functions.c, otherw...
2000-09-19 Ben MansellFixed bug which could truncate PHP_SELF
2000-09-19 Sascha SchumannAdd new URL scanner. This version is up to 20% faster...
2000-09-19 Stanislav MalyshevFix crash on Solaris with function parameter destruction
2000-09-19 Sascha Schumann*** empty log message ***
2000-09-19 Sascha SchumannFix RINIT/RSHUTDOWN functions and add url_adapt_ext()
2000-09-19 <changelog... ChangeLog update
2000-09-19 Stig Bakken#tiny formatting fix
2000-09-18 Daniel Beulshausenlet windows build with trans sid
2000-09-18 Andrei ZmievskiFix changelog.
2000-09-18 <changelog... ChangeLog update
2000-09-18 Stanislav MalyshevFix crash
2000-09-18 Stanislav MalyshevMade get_included_files() work again, in somewhat diffe...
2000-09-17 Stanislav MalyshevFix decbin
2000-09-17 Stanislav MalyshevAdd empty string checks to add?slashes
2000-09-17 Stanislav MalyshevSet filename even on recursive include
2000-09-17 Andi Gutmans- Fix doc_root problem. If you need to limit under...
2000-09-17 <changelog... ChangeLog update
2000-09-16 Andi Gutmans- Add TODO
2000-09-16 Zak GreantThought that I had just committed something really...
2000-09-16 Zak Greanttrivial change
2000-09-16 <changelog... ChangeLog update
2000-09-15 Chris VandomelenChanged assignment in read() to be more sane.
2000-09-15 Joey SmithRemove CVS conflict. Zeev, I assume you wanted context...
2000-09-15 Sam RubyIndicate the Sun's JDK 1.2.2 now works...and complete...
2000-09-15 <changelog... ChangeLog update
2000-09-14 Chris VandomelenCorrected memory leak in read().
2000-09-14 Andi Gutmans- Use IS_ABSOLUTE_PATH() so that this will work correct...
2000-09-14 Andi Gutmans- Time to remove these two.
2000-09-14 Andi Gutmans- Fix NULL handling in ARRAY opcode and resolve memory...
2000-09-14 Andrei ZmievskiFix warnings.
2000-09-14 Andrei ZmievskiFixed bug #6740.
2000-09-14 <changelog... ChangeLog update
2000-09-14 <changelog... NEWS update
2000-09-13 Chris VandomelenAdded prototypes for socketpair() and shutdown(), and...
2000-09-13 Derick Rethans- Added ftp_exec to the ftp functions (thanks to <jhenn...
2000-09-13 Andrei ZmievskiCreate module info function.
2000-09-13 Hénot DavidChanged the php.ini examples to match the names in...
2000-09-13 Andrei ZmievskiReally fix the de-allocation.
2000-09-13 Andrei ZmievskiFixed block overrun.
2000-09-13 Daniel Beulshausen- a comma sneaked in before the java extension
2000-09-13 Daniel Beulshausenadded note about odbc support and changed to the approp...
2000-09-13 Stig BakkenPEAR:
2000-09-13 Stig BakkenPEAR:
2000-09-13 Andi Gutmans- The Sprit of PHP is to have descriptive function...
2000-09-13 <changelog... ChangeLog update
2000-09-13 <changelog... NEWS update
2000-09-12 Rui Hirokawaupdated some functions'name using obsolete name convention.
2000-09-12 Zeev SuraskiThanks, Adam
2000-09-12 Zeev Suraski@- Made the Sybase CT module thread safe (Zeev)
2000-09-12 Zeev Suraski- Made eval() and several other runtime-evaluated code...
2000-09-12 Zeev SuraskiMake compile_string() accept a description of the code
2000-09-12 Andrei ZmievskiForgot to update proto.
2000-09-12 Andrei Zmievski@- Added second argument to array_reverse() that indica...
2000-09-12 Daniel Beckhamreversed chomp alias addition as per Andi Gutmans'...
2000-09-12 Rasmus Lerdorf# missed proto comments
2000-09-12 Rasmus LerdorfClean up htmlspecialchars/htmlentities inconsistencies.
2000-09-12 Daniel Beckhamadded chomp() alias for chop() for us Perl purists.
2000-09-12 Andrei ZmievskiFix notice.
2000-09-12 Stanislav MalyshevMake parse_str always register globals with 1 argument...
2000-09-12 Stanislav MalyshevA quick attempt to make parse_str($str,$arr) not regist...
2000-09-12 Derick Rethans- Fix contribution
2000-09-12 Andi Gutmans- Always use V_* macros even if logic seems to be only...
2000-09-12 Andi Gutmans- Fix bug #5997
2000-09-12 Jouni Ahto- Fix the function names here too.
2000-09-12 <changelog... ChangeLog update
2000-09-12 <changelog... NEWS update
2000-09-12 Stig Bakken@PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added...
2000-09-11 Jouni Ahto- Renamed functions so that this extension finally...
2000-09-11 Derick Rethans- Fix for bug #6673
2000-09-11 Andi Gutmans- Windows and UNIX compile fixes
2000-09-11 Andi Gutmans- Get rid of stuff which is already done in php.h
2000-09-11 Andi Gutmans- Remove #if 0 code
2000-09-11 Andi Gutmans- Add config_common.h to dsp
2000-09-11 Andi Gutmans- Move php_open_temporary_file() out of file.c
2000-09-11 Jouni Ahto- Use the same check for existence of a valid link...
2000-09-11 Sascha SchumannKill a warning
2000-09-11 Sascha SchumannAdd proper struct sockaddr * casts and make use of...
2000-09-11 Derick Rethans- Added functions pg_putline and pg_endcopy (thanks...
2000-09-11 Sascha SchumannSolaris-readdir_r-wants-large-buffer fix
2000-09-11 Sascha SchumannLibc5-readdir_r workaround
next