]> granicus.if.org Git - php/shortlog
php
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
2000-09-11 Andi Gutmans- Forgot to create extended info in include()/require...
2000-09-11 Andi Gutmans- Testing 1 2 3
2000-09-11 Andi Gutmans- Testing 1 2 3
2000-09-11 Andrei Zmievski(PHP parse_str) ParameterPassedByReference() check...
2000-09-11 Stanislav MalyshevAdd additional parameter to parse_str for saving result...
2000-09-11 Andrei Zmievski(PHP pathinfo) Fixed more typos.
2000-09-11 Andrei Zmievski(PHP pathinfo) Fixed leaks, saved some memory allocatio...
2000-09-11 Andrei ZmievskiFix attribution.
2000-09-11 foobarFixed bug #6356.
2000-09-11 Andi Gutmans- Should fix compile warning
2000-09-11 Sterling Hughes@- Fix bug with curl places extra data in the output...
2000-09-11 <changelog... ChangeLog update
2000-09-11 <changelog... NEWS update
2000-09-10 Sterling HughesFix compile warning.
2000-09-10 Sterling Hughesphp4ize a bit.
2000-09-10 Sterling HughesFix attribution.
2000-09-10 Stanislav MalyshevMake unpack("H") work like in Perl
2000-09-10 Stanislav MalyshevFix pack() function reading string beyond the end
2000-09-10 Stanislav MalyshevAllow require_once to take expressions, just like require
2000-09-10 Stanislav MalyshevFix double unpack bug
2000-09-10 Stanislav MalyshevTry once more to remove dups
2000-09-10 Stanislav MalyshevTest commit - weed out duplicate messages
2000-09-10 Stig VenaasA tiny fix to the getaddrinfo check
2000-09-10 Stig Venaasrefining getaddrinfo check further, checking that struc...
2000-09-10 Sterling Hughes@- Added the pathinfo() function. (Sterling)
2000-09-10 Joey SmithFix compile warnings.
2000-09-10 Joey Smith@- Updated sybase_ct module and its sybase_query to...
2000-09-10 Joey SmithUse new Zend API stuff.
2000-09-10 <changelog... ChangeLog update
2000-09-10 <changelog... NEWS update
2000-09-09 Derick Rethans- Fixed missing parameter in php_atoi
2000-09-09 Stig VenaasAdded IPv6 support to php_fopen_url_wrap_ftp (EPSV...
2000-09-09 David Croftfix typo
2000-09-09 Zeev SuraskiUpdate NEWS
2000-09-09 Chuck Hagenbuchcheck the range of message numbers in imap_uid.
2000-09-09 Andrei ZmievskiFix attribution.
2000-09-09 Zeev SuraskiUpdate NEWS
2000-09-09 Zeev SuraskiDon't use unsafe sprintf()
2000-09-09 Zeev SuraskiMore security-related (control) patches:
2000-09-09 Derick Rethans- Fix for bug #6586
2000-09-09 Stig VenaasMore restrictive getaddrinfo check, better not find...
2000-09-09 Zeev SuraskiFix UNIX build
2000-09-09 Zeev SuraskiCheck for mkstemp()
2000-09-09 Zeev SuraskiSecurity related updates:
2000-09-09 Jouni AhtoFixed #6627. Wrong logic...
2000-09-09 Stig Bakken@Added a more configurable error reporting interface...
2000-09-09 Stig Bakken* compile fix
2000-09-09 <changelog... ChangeLog update
2000-09-09 Stig Bakken* don't require "POST" section to be present (TEST...
2000-09-08 Zeev SuraskiImplement move_uploaded_file() (untested)
2000-09-08 Zeev SuraskiFix build
2000-09-08 Andrei Zmievskiis_uploaded_file() is probably a better name.
2000-09-08 Zeev Suraski- Implemented is_upload_file()
2000-09-08 Jon PariseFix build after last commit.
2000-09-08 Zeev SuraskiRestore the headers_only test to the centralized SAPI...
2000-09-08 Stanislav MalyshevDon't trust snprintf return
2000-09-08 Stanislav MalyshevNever trust snprintf return value
2000-09-08 Stanislav MalyshevFix crash on very long error messages
2000-09-08 foobarFixed typo. Changed php3_error to php_error.
2000-09-08 Stanislav MalyshevFix syslog call
2000-09-08 foobarChanged // to /* */ comments.
2000-09-08 Stanislav MalyshevSince we don't allow parameters for syslog, we shouln...
2000-09-08 Andi Gutmans- Add another ..\ to the TSRM search path
2000-09-08 Andi Gutmans- Add TSRM to the apache workspace include path
2000-09-08 Uwe Steinmann- last parameter of pdf_get_parameter(), pdf_get_value...
2000-09-08 <changelog... ChangeLog update
2000-09-08 <changelog... NEWS update
next