]> granicus.if.org Git - php/shortlog
php
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
2000-09-07 Derick Rethans- The mcrypt extension also works with 2.4.4 since...
2000-09-07 Stig VenaasBetter IPv6 checking
2000-09-07 Stanislav MalyshevFix readdir bug in libc5
2000-09-07 Andrei Zmievski- Converted __string_value() to toString(), since the...
2000-09-07 Andrei ZmievskiWrap long lines.
2000-09-07 Andi Gutmans-
2000-09-07 Andi Gutmans- Fix crash bug on NetBSD and OpenBSD. MAXPATHLEN didn...
2000-09-07 Andi Gutmans- Smarter detection of MAXPATHLEN
2000-09-07 Andi Gutmans- Get rid of build warning on Windows
2000-09-07 Thies C. Arntzenmake ZTS mode compile
2000-09-07 Zeev SuraskiSend $HTTP_POST_FILES to the right place
2000-09-07 <changelog... ChangeLog update
2000-09-06 Andi Gutmans- Centralize some configuration stuff
2000-09-06 Andi Gutmans- Save two lines
2000-09-06 Andi Gutmans- Fix header
2000-09-06 Sascha SchumannUnless overwritten, default to no optimization in debug...
2000-09-06 Sascha Schumann4.0.3-dev
2000-09-06 Sascha SchumannAdd TSRM include dirs
2000-09-06 Sascha SchumannConvert some more "complex" expressions manually to...
2000-09-06 Sascha SchumannRename symbols whose first character was an underscore.
2000-09-06 Sascha SchumannConvert to Z_* macros
2000-09-06 Sascha SchumannA little script for converting source files to the...
2000-09-06 Thies C. Arntzenfix #6552 & #6577
2000-09-06 Daniel Beulshausendeleted unnecessary defines
2000-09-06 Daniel Beulshausenadded LIBGD define
2000-09-06 Daniel Beulshausenfixed debug build and removed dsw
2000-09-06 Daniel Beulshausenfix build
2000-09-06 Daniel Beulshausenlittle fix for the debug extension
2000-09-06 Zeev SuraskiFix ordering
2000-09-06 <changelog... ChangeLog update
2000-09-06 <changelog... NEWS update
2000-09-06 Sascha SchumannWhy make it more complex than necessary?
2000-09-05 Stanislav MalyshevNow it should not crash, though still leaks
2000-09-05 Zeev SuraskiThis fix wasn't quite right and is no longer necessary...
2000-09-05 Zeev Suraski- Fix leak
2000-09-05 Zeev Suraskibroken logic fixed. I'm getting old
2000-09-05 Stanislav MalyshevFix crash
2000-09-05 Zeev Suraski- Remove track_vars - it is now always on
2000-09-05 Stanislav MalyshevTry to fix session INI variables handling
2000-09-05 Stanislav MalyshevMore fixes fo ini_ handling functions
2000-09-05 Colin Viebrockstr_repeat() should be able to handle multipliers of...
2000-09-05 Danny Heijl- back out unneeded patch (danny).
2000-09-05 Andi Gutmans- Commiting Sterling's new multi_convert* functions
2000-09-05 Stig Venaasusing emalloc and efree, instead of malloc and free
2000-09-05 Rasmus LerdorfAdd EscapeShellArg() function which turns a b into...
2000-09-05 Stig Venaasrenamed hostconnect() to php_hostconnect()
2000-09-05 Stig Venaasusing the new hostconnect() for the http wrapper
2000-09-05 Stig VenaasAdded check for getaddrinfo()
2000-09-05 Andrei ZmievskiFix memory overrun.
2000-09-05 Stanislav MalyshevFix ini_restore variable length
2000-09-05 Stig Venaashostconnect now supports IPv6 if getaddrinfo exists...
2000-09-05 Stanislav MalyshevFix crash with trigger_error having no args (#6549)
2000-09-05 foobarMissed the Zend..fixed.
2000-09-05 Sterling HughesAdd:
2000-09-05 <changelog... ChangeLog update
2000-09-05 <changelog... NEWS update
2000-09-05 Sterling HughesThis should fix the multiple-line problem.
2000-09-04 Zeev SuraskiProtect arrays as well.
2000-09-04 Sterling HughesAdd the session.use_trans_sid option to php.ini file.
2000-09-04 Sterling Hughes@Add a php.ini option session.use_trans_sid to enable...
2000-09-04 Zeev SuraskiPrevent exploit in [tmp_name] as well
next