summaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
...
* @- Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible toZeev Suraski2000-04-021-1/+8
* - Create dtor functionAndi Gutmans2000-04-023-2/+19
* - This version of chdir_file should be compatible with the Apache one.Andi Gutmans2000-04-023-0/+21
* - A bit more cleanups.Andi Gutmans2000-04-021-16/+20
* - Virtual cwd compiles now (need to uncomment #define in php.h for it toAndi Gutmans2000-04-023-1/+7
* - Move to new Zend macrosAndi Gutmans2000-04-012-14/+11
* - PHP_WIN32 is not defined here use ZEND_WIN32Andi Gutmans2000-04-012-6/+6
* - More virtual_cwd workAndi Gutmans2000-04-012-3/+25
* - Make php_virtual_cwd compileAndi Gutmans2000-04-012-0/+17
* - Need zend.h for ZTSAndi Gutmans2000-04-011-0/+2
* -Andi Gutmans2000-04-011-1/+0
* - Intermediate commitAndi Gutmans2000-04-012-26/+82
* Up version number to 4.0RC2-dev. (4.0-dev looks too general for now.)Sascha Schumann2000-04-011-1/+1
* @- Fix a problem when dealing with large POST blocks in CGI modeZeev Suraski2000-04-012-8/+8
* - This shouldn't do any harm and might fix a problem with Win32Andi Gutmans2000-03-311-1/+1
* Several fixes, plus remove bindlib_w32 (it's more trouble than it's worth)Zeev Suraski2000-03-311-1/+0
* - Hopefully got most of them. We also need a chdir_file function likeAndi Gutmans2000-03-301-0/+2
* - Baby steps... Use PHP_FOPEN()Andi Gutmans2000-03-303-10/+10
* - Use PHP_CHDIR()Andi Gutmans2000-03-301-1/+1
* - Fix another bug in session.cAndi Gutmans2000-03-304-5/+15
* kill warningSascha Schumann2000-03-301-1/+1
* @- Changed the Windows version of PHP so that a php.ini file is noZeev Suraski2000-03-291-4/+0
* Package RC1Zeev Suraski2000-03-261-1/+1
* - Update dspZeev Suraski2000-03-251-2/+0
* - Support getcwd() semantics.Andi Gutmans2000-03-251-3/+27
* - Nuke hash_*_ptr() functionsAndi Gutmans2000-03-243-13/+12
* - Adjust for change in zend_startup()Andi Gutmans2000-03-211-1/+1
* As it turns out, there are some browsers that can't handle defaultRasmus Lerdorf2000-03-201-1/+1
* - Quick fopen() support. The code needs some cleaning up and we mightAndi Gutmans2000-03-191-2/+25
* fix some protosThies C. Arntzen2000-03-192-6/+6
* - Fix Win32 compileAndi Gutmans2000-03-171-0/+1
* - Last one for today.Andi Gutmans2000-03-161-2/+12
* - Allow passing of a verify function. This way we can easily createAndi Gutmans2000-03-161-5/+21
* - Note quite sure why this wasn't done.Andi Gutmans2000-03-161-3/+3
* CleanupSascha Schumann2000-03-161-3/+2
* Merge in local changesSascha Schumann2000-03-161-38/+50
* - php_is_dir_ok() should work on Windows now.Andi Gutmans2000-03-161-2/+5
* - Fix a leak (I think)Andi Gutmans2000-03-161-5/+6
* - Make it compile on Windows.Andi Gutmans2000-03-161-4/+11
* Use old_stateSascha Schumann2000-03-161-1/+1
* (php_check_dots) we don't need lenSascha Schumann2000-03-161-3/+1
* virtual_chdir:Sascha Schumann2000-03-161-35/+146
* - Add initial virtual_getcwd() and virtual_chdir() for discussing with theAndi Gutmans2000-03-161-0/+112
* - WIN32 -> PHP_WIN32Andi Gutmans2000-03-151-1/+1
* - Define these ones and declare them in modules.hZeev Suraski2000-03-122-10/+0
* Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.Sascha Schumann2000-03-122-3/+2
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-122-6/+2
* - Don't define DEBUG anymore. Everyone should use PHP_DEBUG.Andi Gutmans2000-03-112-4/+4
* - Use strlcpy() insted of strcpy()Andi Gutmans2000-03-101-3/+3
* @- connection_aborted() and friends work again. (Thies)Thies C. Arntzen2000-03-101-0/+1