1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00
Commit Graph

1770 Commits

Author SHA1 Message Date
Joey Smith 8791ed752d Rename crypt_blowfish_invalid_rounds.phpt to crypt_blowfish_variation1.phpt
to follow phpt naming conventions.

 Added SKIPIF test to crypt_blowfish_variation1.phpt

 Added crypt_blowfish_variation2.phpt, which tests the DES-fallback as when
 blowfish salt is missing rounds.
2010-02-23 20:53:58 +00:00
Joey Smith 0527cb3d01 Update crypt() tests to use binary strings and do stricter comparisons 2010-02-23 20:24:51 +00:00
Pierre Joye aa8232ab50 - update test 2010-02-23 17:46:10 +00:00
Pierre Joye 0179fca345 - Corrected the sanity check of the "setting" string in _crypt_blowfish_rn() to
reject iteration counts encoded as 36 through 39.  Previously, these would be
  misinterpreted as being the same as 04 through 07. (Solar Designer)
2010-02-21 23:47:14 +00:00
Raphael Geissert 2e2c317860 Fix the name of the locale in some tests 2010-02-21 18:22:46 +00:00
Pierre Joye 30793bc04e - Fix #51059, crypt can fail and return NULL, on almost all implementations 2010-02-21 18:11:11 +00:00
Joey Smith 77d7340421 Marked XFAIL as requested by Pierre 2010-02-19 21:11:38 +00:00
Joey Smith 3f9cf04722 Tests for upcoming patches to crypt, as discussed with Pierre over IRC. 2010-02-19 21:08:35 +00:00
Raphael Geissert 7a6646d9d3 Correct description of getservbyname_basic.phpt (bug #51022) 2010-02-16 05:38:50 +00:00
Raphael Geissert bc4d8d08a3 Fix strtolower.phpt (bug #51031) 2010-02-13 16:43:04 +00:00
Jani Taskinen 533776ce9e - Fix test 2010-02-13 15:43:45 +00:00
Pierre Joye aba1aa7665 - prevent unexpectable behaviors (for the user) with invalid path 2010-02-07 20:15:58 +00:00
Christopher Jones ea1f5bacd2 Explicitly set mail.add_x_header in php.ini so test output matches expected results 2010-02-02 22:54:36 +00:00
Pierre Joye 46f253aa5b - system/version dependent msg 2010-02-01 16:19:27 +00:00
Pierre Joye ba61a7fde5 - fix system/version dependent msg, add skip cases, sync 2010-02-01 15:18:55 +00:00
Ilia Alshanetsky 1b1f5e9064 Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long) 2010-02-01 12:59:08 +00:00
Pierre Joye 5eac4626fb - fix skip clauses 2010-01-30 21:24:04 +00:00
Pierre Joye f29f31f846 - fix test init 2010-01-30 21:12:20 +00:00
Pierre Joye d8cc75a457 - fix write access check when write mode only is requested (not RW) 2010-01-30 20:55:01 +00:00
Pierre Joye 46349e1ebe - cleanup & correct msg 2010-01-30 20:21:16 +00:00
Pierre Joye a39f8c1f02 - this value is platform dependent (unix too) 2010-01-30 20:14:36 +00:00
Pierre Joye 9b9c37d25a - cs 2010-01-30 17:56:00 +00:00
Pierre Joye c774b75b5b - fix test, rewrite it (same cases are tested), CS, simplify, be verbose on error not otherwise (avoid infinite loop in pcre_match inside run-test) 2010-01-30 17:06:06 +00:00
Pierre Joye 3816328d10 - fix test 2010-01-28 21:29:00 +00:00
Pierre Joye 482f4376f3 - more EOL fixes, don't use expectf 2010-01-28 00:37:20 +00:00
Pierre Joye 2b3997d898 - fix possible EOL conversion on svn co on windows 2010-01-28 00:05:37 +00:00
Pierre Joye 0e0386cc67 - skip if not enough permission and add to trunk 2010-01-27 23:54:52 +00:00
Pierre Joye a6b0b54e40 - update/fix/skip/add for rename tests 2010-01-27 11:23:43 +00:00
Pierre Joye 2997a61fbb - fix and update test according to recent fixes 2010-01-27 10:08:43 +00:00
Pierre Joye a695846ced - fix and update test according to recent fixes 2010-01-27 09:47:17 +00:00
Pierre Joye 2c3e14e47a - make it work on win, simplify expect using expectf 2010-01-25 13:49:47 +00:00
Pierre Joye e4582ac281 - fix test, dir separator agnostic 2010-01-24 17:57:40 +00:00
Pierre Joye 75a2056eb6 - add win32 version of the test, damned error msg with eol in them 2010-01-24 17:53:10 +00:00
Pierre Joye 6700528c80 - nl fix 2010-01-24 14:41:47 +00:00
Pierre Joye 4c0108e037 - \n or \r\n (phpt are text in svn) 2010-01-24 14:38:34 +00:00
Pierre Joye 2961be0296 - #50690, putenv does assign value when their length is one char 2010-01-24 13:49:47 +00:00
Pierre Joye 5ff3358b02 - \n or \r\n as phpt are txt file in svn 2010-01-24 12:27:29 +00:00
Pierre Joye ebe64b427b - skip if proc_nice is not available 2010-01-24 12:05:58 +00:00
Jani Taskinen c696de6eb9 - Add missing skipif 2010-01-19 12:31:29 +00:00
Ilia Alshanetsky 58dbf56dbf Fixed bug #50732 (exec() adds single byte twice to $output array). 2010-01-13 13:44:58 +00:00
Moriyoshi Koizumi 139c26f795 - MFB: Fix bug #46478 (htmlentities() uses obsolete mapping table for character
entity references)
  (this should be gone to r292467)
2009-12-24 09:32:52 +00:00
Dmitry Stogov e3b901796a Fixed tests 2009-12-16 11:16:32 +00:00
Pierre Joye 2dd0d9cabe - add a test case and update the skip clause 2009-12-16 10:09:34 +00:00
Dmitry Stogov d61f88b61f Fixed urldecode() and rawurldecode() to accept ASCII-Unicode strings 2009-12-14 13:46:46 +00:00
Pierre Joye 48c7eedebf - #50334, add CRYPT_SHA* constants and tests [DOC] 2009-12-09 01:43:23 +00:00
Stanislav Malyshev dcd5670e55 win32 should have different test 2009-12-08 01:52:57 +00:00
Stanislav Malyshev 7353e234b4 add realpath cache inspect functions 2009-12-08 01:35:08 +00:00
Moriyoshi Koizumi b1ec98147c - Take account of surrogate pairs. 2009-12-07 15:41:43 +00:00
Stanislav Malyshev 837f46854c proper fix for bug #50006
add modify protection to all user array sorts
2009-11-29 08:35:01 +00:00
Rasmus Lerdorf c0cb085621 Another test that doesn't work as root 2009-11-25 04:00:55 +00:00