summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make test valid for either "register globals" setting.Preston L. Bannister2002-05-161-9/+10
* Restrict ctype tests to POSIX portable characters (0..127) and add numeric ch...Preston L. Bannister2002-05-161-21/+28
* Remove leading "./" from include filenames as in PHP this defeats include_path.Preston L. Bannister2002-05-169-11/+10
* Add "tests" project to invoke run-tests.php (unit tests).Preston L. Bannister2002-05-162-28/+28
* Updated to run cleanly on Win32, and perform a more controlled test.Preston L. Bannister2002-05-161-526/+374
* Add TEST_PHP_DETAILED usage for verbose test runs.Preston L. Bannister2002-05-161-2/+10
* Fix typo in SKIP clause.Preston L. Bannister2002-05-164-6/+6
* Adjust dirname() on Win32 to match CWD per drive semantics.Preston L. Bannister2002-05-161-4/+18
* dirname() checks that work for both Unix and Win32.Preston L. Bannister2002-05-161-23/+51
* Grr.. I keep leaving my debug in...Rasmus Lerdorf2002-05-161-1/+0
* Fix for #17271Rasmus Lerdorf2002-05-161-1/+3
* Range check arguments to mb_strcut().Preston L. Bannister2002-05-161-0/+8
* Proper declaration to suppress compiler warning.Preston L. Bannister2002-05-161-1/+1
* - Made all is_*() functions to return only boolean values.foobar2002-05-163-31/+47
* ChangeLog update2002-05-161-0/+72
* Win32 project and makefile used to invoke run-tests.phpPreston L. Bannister2002-05-152-0/+80
* Fixing the mssql_query to handle multiple results correct if the first result...Frank M. Kromann2002-05-151-3/+5
* this should finally fix bug #14353Harald Radi2002-05-152-4/+4
* Fixing line breaksFrank M. Kromann2002-05-151-1/+0
* Fixing build of IMAP extension, after changes in sendmailFrank M. Kromann2002-05-151-0/+1
* - Accommodate API changes to Ack().Markus Fischer2002-05-151-7/+7
* libxml2 >= 2.4.14 is needed (since quite some time ...)Christian Stocker2002-05-151-5/+5
* Cleanupfoobar2002-05-151-5/+6
* Added Chinese, Korean support in mbstring.Rui Hirokawa2002-05-151-0/+2
* added ISO-2022-KR support in mbstring.Rui Hirokawa2002-05-155-2/+324
* make downloadHttp() detect HTTP errorsTomas V.V.Cox2002-05-151-0/+4
* MFBfoobar2002-05-151-9/+9
* Nuke .1foobar2002-05-151-2/+2
* Added ctype to this list too.foobar2002-05-151-0/+5
* - Add support for Bcc in w32/sendmail code.Markus Fischer2002-05-151-8/+71
* - It's bundled, thus not experimental anymoreDerick Rethans2002-05-151-1/+1
* NEWS update2002-05-151-0/+1
* ChangeLog update2002-05-152-0/+93
* Fixing hanfling of data type REAL.Frank M. Kromann2002-05-142-16/+23
* fixed a initialization bug in euc-tw.Rui Hirokawa2002-05-141-0/+1
* some versions of autoconf pad CONFIG_FILES with a single space.Sascha Schumann2002-05-141-1/+1
* - Adjust for improved error messages from win32/sendmail.cMarkus Fischer2002-05-141-2/+8
* - Improve code so errors returned from the server are reported back to the user.Markus Fischer2002-05-142-33/+80
* Try to create the dir where the conf file resides before tryingTomas V.V.Cox2002-05-141-1/+4
* Add "\n" after the error in usage()Tomas V.V.Cox2002-05-141-2/+2
* - constructor_called is supposed to be destructor_calledAndi Gutmans2002-05-142-7/+7
* - Do not include the Cc: for the first Cc'd recipient (spotted by Richard).Markus Fischer2002-05-141-0/+1
* - Convert unix to dos line endings.Markus Fischer2002-05-141-0/+7
* - Try to find From: field in header, fallback to sendmail_from php.ini settingMarkus Fischer2002-05-141-3/+29
* - Fix win32 sendmail bug with Cc: in custom header not terminated with \r\nMarkus Fischer2002-05-142-36/+44
* * convert to new command setupStig Bakken2002-05-141-51/+37
* * typoStig Bakken2002-05-141-5/+1
* - fix typo, thanks to georg for spotting it.Jan Lehnardt2002-05-141-1/+1
* * fall back to XML_RPC if xmlrpc-epi is not loadedStig Bakken2002-05-141-3/+90
* * add command definitions, split run() into one method for each commandStig Bakken2002-05-141-67/+69