summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'php_4_0_1'.php-4.0.1SVN Migration2000-06-283-277/+0
* version updateAndi Gutmans2000-06-281-1/+1
* I'm not sure whether this is necessary or not. Is it guarenteed that get_mod...Zeev Suraski2000-06-281-1/+3
* - Fix problem with VIRTUAL_DIR and relative paths containing ..Andi Gutmans2000-06-281-3/+24
* Added note about creating PDF documents in memory.Joey Smith2000-06-281-2/+6
* ChangeLog update2000-06-281-0/+80
* NEWS update2000-06-281-0/+1
* Cosmetic name changeSascha Schumann2000-06-271-1/+1
* # Forgot this...Jouni Ahto2000-06-271-4/+0
* # Reverting as requested.Jouni Ahto2000-06-274-39/+0
* - Limit lines to 80 charsZeev Suraski2000-06-271-24/+27
* - dba_[p]open accepts now a new parameter, which kind of database to createJouni Ahto2000-06-275-0/+43
* Fixed a bug in opendir(), which prevented readdir() from working properly ifZeev Suraski2000-06-272-13/+31
* Revert the sendmail.c patch - it uses 4 different variables that aren't defin...Zeev Suraski2000-06-271-30/+12
* - Fix bug with VIRTUAL_DIR, .., and symlinks.Andi Gutmans2000-06-271-0/+12
* Use [\]n to refer to the two characters '\' and 'n'. This is the correct waySascha Schumann2000-06-271-2/+2
* should now get multiple To: and Cc: recievers rightHartmut Holzgraefe2000-06-271-12/+30
* (pg_loreadall) Was using zval ** but forgot to convert to useJouni Ahto2000-06-271-1/+1
* add Java as a valid packageSam Ruby2000-06-272-0/+24
* defer loading of the native codeSam Ruby2000-06-271-2/+6
* (fgetcsv) fixed leakThies C. Arntzen2000-06-271-0/+1
* @- Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)Thies C. Arntzen2000-06-271-1/+1
* - Made discard-path work againAndi Gutmans2000-06-271-0/+1
* ChangeLog update2000-06-271-0/+134
* Removed 8KB limit on line length of the file() functionZeev Suraski2000-06-262-7/+38
* - Disabled dl() when PHP is being used as a module inside a multithreaded webZeev Suraski2000-06-262-1/+10
* - Don't depend on USE_PATH being equal to 1. Use #define valueAndi Gutmans2000-06-261-4/+4
* Add missing enable_dlZeev Suraski2000-06-263-0/+13
* Support boolean NOT in the php.ini processorZeev Suraski2000-06-262-3/+7
* Make it possible to detect whether we're thread safe or not from PHP scripts ...Zeev Suraski2000-06-263-6/+11
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-2612-9/+20
* Fixed some protos.Egon Schmid2000-06-261-7/+7
* - Pray this is an OK fix for the DISCARD_PATH junkAndi Gutmans2000-06-261-0/+4
* - Please NEVER copy fopen_wrappers.c functions to modules. They are uglyZeev Suraski2000-06-261-118/+5
* Make exec() fwork on Unix againStanislav Malyshev2000-06-261-0/+8
* TRACK_VARS is really no longer necessary...Zeev Suraski2000-06-263-14/+0
* max_execution_time is no longer UNIX only...Zeev Suraski2000-06-263-3/+3
* Right name for the function persist_allocStanislav Malyshev2000-06-261-1/+1
* - Fix bug in virtual dir under Windows when using absolute paths withoutZeev Suraski2000-06-261-1/+1
* - Try two in fixing the problem with memory leaks reporting path_translatedAndi Gutmans2000-06-261-4/+6
* - Fix problem with filename being freed before possible memory leaks areZeev Suraski2000-06-261-1/+7
* - Add another "\n" at the end of error messages.Andi Gutmans2000-06-261-2/+2
* - Fixed another missing test for existing functions in libgd.Jouni Ahto2000-06-262-1/+2
* Make max_execution_time work properly when set to 0 under Win32 (disable)Zeev Suraski2000-06-261-1/+5
* Corrected a syntax error: Macro requires braces.Kristian Köhntopp2000-06-261-2/+3
* Added function php_sapi_name() as written by Stefan Livieratos.Kristian Köhntopp2000-06-263-0/+14
* ignore libs.mkAndrei Zmievski2000-06-260-0/+0
* Fix up news.Andrei Zmievski2000-06-261-4/+4
* If we freed it, we might not touch itStanislav Malyshev2000-06-261-1/+2
* - Test gdImagePaletteCopy and define HAVE_LIBGD15 if found.Jouni Ahto2000-06-262-2/+3