summaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵Zeev Suraski2000-06-281-1/+3
| | | | | | | get_module_conf() will always return a value? Even if there were no relevant directives at all?
* - 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
| | | | | This is not quite complete, due to a bug in pdflib 3.0.
* 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
| | | | | | - Let people know they don't have to use the ISAPI filter if they don't need HTTP authenatication
* - dba_[p]open accepts now a new parameter, which kind of database to createJouni Ahto2000-06-275-0/+43
| | | | | | | | (DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists. # Asked on the list 4 1/2 hours ago if anyone's got to say something to this, # no response, so I'm assuming it's ok. And yes, I did test this.
* Fixed a bug in opendir(), which prevented readdir() from working properly ifZeev Suraski2000-06-272-13/+31
| | | | | the $dir argument wasn't explicitly specified
* Revert the sendmail.c patch - it uses 4 different variables that aren't ↵Zeev Suraski2000-06-271-30/+12
| | | | | | | defined, and breaks the Win32 build
* - 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
| | | | | | | according to SUS II. PR: #5212
* should now get multiple To: and Cc: recievers rightHartmut Holzgraefe2000-06-271-12/+30
| | | | | (code taken from php3 version)
* (pg_loreadall) Was using zval ** but forgot to convert to useJouni Ahto2000-06-271-1/+1
| | | | | zend_get_parameters_ex(). Fixes #5244.
* 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
| | | | | server - it didn't work before, and caused weird results (Zeev)
* - 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
| | | | | | | and the php.ini file
* Separate plain name returned by php_sapi_module() and pretty nameAndrei Zmievski2000-06-2612-9/+20
| | | | | used for output.
* 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
| | | | | | | | | - enough as is and need cleaning up. Duplicating the mess makes things just - worse and prevents bug fixes in the functions from propogating throughout - PHP. - This fix is untested so someone who uses zlib, please test it and report - back.
* 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
| | | | | - drive letter
* - 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
| | | | | - reported by the memory manager
* - 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
| | | | | # This too should go in 4.0.1 if just possible.
* 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
| | | | | | | # BTW, this is not a real fix - we still might use it # when reporting memory leaks, but at least we won't reference # unitialized memory
* - Test gdImagePaletteCopy and define HAVE_LIBGD15 if found.Jouni Ahto2000-06-262-2/+3
| | | | | | | - s/HAVE_LIBGD13/HAVE_LIBGD15/ in ImagePaletteCopy, ImageCopyMerge. # This really should go into 4.0.1 or we'll get a lot of complaints from # people using older versions of gd (because it still supports gif).