summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* - Package RC2Andi Gutmans2000-10-031-1/+1
* - Fix V_CHDIR_FILE() to only chdir() when a directory part is specified.Andi Gutmans2000-10-031-8/+2
* - Fix VC++ warningAndi Gutmans2000-10-031-0/+1
* - Darn file is needed for Windows. Maybe it should be calledAndi Gutmans2000-10-021-0/+3
* - Any reason why php_version.h is in the CVS? I'm removing it so if I'mAndi Gutmans2000-10-021-3/+0
* - Remove unneeded IS_SLASH() definition.Andi Gutmans2000-10-011-9/+0
* move have_snmp to the dsp alreadyDaniel Beulshausen2000-09-301-1/+0
* - Cleanup some output functionsAndi Gutmans2000-09-301-1/+1
* complementary PHP patchZeev Suraski2000-09-271-0/+1
* let windows build with trans sidDaniel Beulshausen2000-09-181-0/+3
* Fix crashStanislav Malyshev2000-09-181-0/+3
* - Fix doc_root problem. If you need to limit under which directories theAndi Gutmans2000-09-171-15/+4
* - Use IS_ABSOLUTE_PATH() so that this will work correctly under WindowsAndi Gutmans2000-09-141-5/+4
* - Time to remove these two.Andi Gutmans2000-09-142-888/+0
* - Windows and UNIX compile fixesAndi Gutmans2000-09-111-1/+3
* - Get rid of stuff which is already done in php.hAndi Gutmans2000-09-111-19/+0
* - Move php_open_temporary_file() out of file.cAndi Gutmans2000-09-114-2/+228
* Add additional parameter to parse_str for saving result (thanks toStanislav Malyshev2000-09-113-6/+6
* - Fixed missing parameter in php_atoiDerick Rethans2000-09-091-1/+1
* Added IPv6 support to php_fopen_url_wrap_ftp (EPSV and php_hostconnect())Stig Venaas2000-09-091-124/+70
* More security-related (control) patches:Zeev Suraski2000-09-097-17/+78
* Security related updates:Zeev Suraski2000-09-093-22/+49
* Implement move_uploaded_file() (untested)Zeev Suraski2000-09-081-1/+1
* - Implemented is_upload_file()Zeev Suraski2000-09-083-3/+16
* Restore the headers_only test to the centralized SAPI startup. If necessary,...Zeev Suraski2000-09-082-5/+3
* Never trust snprintf return valueStanislav Malyshev2000-09-082-0/+6
* Fix crash on very long error messagesStanislav Malyshev2000-09-081-0/+3
* Fix syslog callStanislav Malyshev2000-09-081-1/+1
* Better IPv6 checkingStig Venaas2000-09-071-2/+2
* - Smarter detection of MAXPATHLENAndi Gutmans2000-09-071-1/+5
* Send $HTTP_POST_FILES to the right placeZeev Suraski2000-09-071-1/+1
* 4.0.3-devSascha Schumann2000-09-061-1/+1
* deleted unnecessary definesDaniel Beulshausen2000-09-061-15/+6
* Fix orderingZeev Suraski2000-09-061-6/+6
* - Fix leakZeev Suraski2000-09-051-4/+0
* broken logic fixed. I'm getting oldZeev Suraski2000-09-051-7/+9
* - Remove track_vars - it is now always onZeev Suraski2000-09-056-81/+87
* using emalloc and efree, instead of malloc and freeStig Venaas2000-09-051-7/+7
* renamed hostconnect() to php_hostconnect()Stig Venaas2000-09-053-3/+3
* using the new hostconnect() for the http wrapperStig Venaas2000-09-051-19/+3
* hostconnect now supports IPv6 if getaddrinfo exists, and also tries toStig Venaas2000-09-051-24/+123
* Protect arrays as well.Zeev Suraski2000-09-041-19/+19
* @Add a php.ini option session.use_trans_sid to enable/disable trans-sid. (Ste...Sterling Hughes2000-09-041-1/+5
* Prevent exploit in [tmp_name] as wellZeev Suraski2000-09-041-0/+1
* Fix the logic. Tested.Zeev Suraski2000-09-041-2/+2
* 3rd time's a charmZeev Suraski2000-09-041-2/+1
* Fix the fixZeev Suraski2000-09-041-3/+2
* Fix the file upload security problem with no side effects (untested)Zeev Suraski2000-09-042-19/+49
* Include "php.h", otherwise we don't have access to the PHP and autoconfSascha Schumann2000-09-041-0/+2
* Quick-fix for the file upload security alertRasmus Lerdorf2000-09-041-2/+9