]> granicus.if.org Git - php/shortlog
php
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
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.
next