1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00
Commit Graph

23044 Commits

Author SHA1 Message Date
Steph Fox fa3d01975b - killed off UEXPECT
- E_DEPRECATED doesn't always allow stuff to pass?
2008-05-27 00:04:31 +00:00
Steph Fox 24d1d8459c - killed off UEXPECT
- everything passes here on my box, yay
2008-05-26 23:54:20 +00:00
Steph Fox 8c15398ca6 - killed off UEXPECT 2008-05-26 23:48:29 +00:00
Steph Fox f6cc4ee4df - killed off UEXPECT
- Tony has a patch that should fix all these
2008-05-26 23:45:15 +00:00
Steph Fox b00be96ec2 - killed off UEXPECT
- another of those parser differences in assert_02.phpt. Please check.
2008-05-26 23:42:10 +00:00
Steph Fox 833f4150a1 - killed off UEXPECT
- could someone please fix var_export2.phpt? NUL is corrupted, can't fix here
2008-05-26 23:36:10 +00:00
Etienne Kneuss 8210627fc1 ws 2008-05-25 12:23:22 +00:00
Etienne Kneuss be6d55935c Add a prepend param to spl_autoload_register 2008-05-25 12:17:27 +00:00
Etienne Kneuss e28bcbbf60 remove the skipif 2008-05-25 12:10:14 +00:00
Sebastian Bergmann 1517e12411 Drop SKIPIF check for ext/spl. 2008-05-25 06:03:44 +00:00
Etienne Kneuss 649f10fd3f New tests from testfest 2008-05-24 16:48:15 +00:00
Etienne Kneuss 72f61bfc4f Also register the get_iterator handler for Max/Min Heap 2008-05-24 14:37:53 +00:00
Pierre Joye dac1a1014d - [DOC] restore get_magic_quotes_gpc and get_magic_quotes_runtime
they always return false.
  (let save the world, spare bandwidth and kill the trolls 1/2)
2008-05-24 14:36:16 +00:00
Steph Fox 76a9ec377b - MFB major fixes
* found felipe's segfault in util.c and fixed the segfault (3 tests fail due to odd behavior of . and .. on this machine)
   * fixed serious flaws in the setting/resetting of is_data - now it works properly.  Assume
     all new PharData are tar-based, and allow passing Phar::ZIP to PharData constructor to override this
   * fix broken earlier commit, introduced segfault that broke 20 tests here
2008-05-24 14:18:31 +00:00
Sebastian Bergmann 7efb792fe8 Drop SKIPIF check for ext/spl. 2008-05-24 14:17:44 +00:00
Sebastian Bergmann 28d77dff61 MFB: Drop SKIPIF check for ext/spl. 2008-05-24 14:12:00 +00:00
Steph Fox bdca5a12b0 - MFB fix offset detection in tar files 2008-05-24 13:59:56 +00:00
Etienne Kneuss fa3ae04c28 Add tests from testfest 2008-05-24 13:40:33 +00:00
Sebastian Bergmann 5aa7732d2f MFB: Drop SKIPIF check for ext/reflection. 2008-05-24 13:35:03 +00:00
Marcus Boerger 42c955d77b - Add constants and new test (test from testfest.php.net) 2008-05-24 11:53:35 +00:00
Robin Fernandes f684c221c4 More basic ReflectionClass tests from Dutch TestFest. 2008-05-23 21:14:05 +00:00
Antony Dovgal afe0aa6ea4 use bundled PCRE library when both yes & no passed as argument,
look for headers and the lib otherwise
2008-05-23 19:06:36 +00:00
Ilia Alshanetsky b55e780166 MFB:When dumping entire document to file via asXml() don't lose the encoding 2008-05-23 15:46:24 +00:00
Matt Wilmas e2730a196f Fixed Windows build now that HAVE_INET_PTON is defined 2008-05-23 09:40:19 +00:00
Kalle Sommer Nielsen 3273ed8ec0 Enable inet_pton() and inet_ntop() on Windows in HEAD 2008-05-22 22:07:21 +00:00
Robin Fernandes 50cd9a0382 Basic ReflectionClass tests (from Dutch TestFest) 2008-05-22 21:54:01 +00:00
Greg Beaver 8589859191 MFB fix convertTo\*() for same-named archives with no files 2008-05-21 20:39:33 +00:00
Josie Messa b895dc0f9b - Committing tests reviewed after London TestFest 08
- Credits to: Mike Sullivan and James Lewis
2008-05-21 15:04:13 +00:00
Antony Dovgal 2953951544 use macros instead of hardcoded encoding names
(%$#@# AIX is totally broken..)
2008-05-21 15:03:11 +00:00
Antony Dovgal 76d9064cc7 use ZEND_U_CONVERTER() macro to prevent segfaults when the converter is not set (i.e. NULL) 2008-05-21 12:01:55 +00:00
Etienne Kneuss e35e5b93e3 Fix path lookup when include_path is used 2008-05-20 21:46:13 +00:00
David Soria Parra d94c197637 Coding style 2008-05-20 13:28:31 +00:00
David Soria Parra 60b27ed62a Allow non-long values for proxy_port, connection_timeout and convert them 2008-05-20 13:15:01 +00:00
Antony Dovgal 1db4d44c7b fix function signature and silence compile warning 2008-05-20 12:07:13 +00:00
Antony Dovgal 24cc4b72c3 nuke unused variables 2008-05-20 12:04:37 +00:00
Greg Beaver a08acfb080 s/zend_hash_exists/zend_hash_find/ 2008-05-20 05:01:08 +00:00
Greg Beaver ccf430ca93 MFB relax rename requirements 2008-05-20 04:09:41 +00:00
Steph Fox 2c20c55716 - unicodify expected output 2008-05-19 19:37:39 +00:00
Steph Fox f08aea109b - IS_UNICODE checks and conversions
- stub and creation file updates
- far too many test updates to think about
2008-05-19 19:05:42 +00:00
Felipe Pena 69deb7bc42 - Fixed wrong fix 2008-05-19 16:21:30 +00:00
Felipe Pena 5840963846 - Fixed test 2008-05-19 16:19:33 +00:00
Ilia Alshanetsky 8be988a8a4 MFB: Fixed bug #45004 (pg_insert() does not accept 4 digit timezone format) 2008-05-19 15:18:49 +00:00
Felipe Pena fc7497fe1e - Fixed test (duplicated UEXPECTF section) 2008-05-19 15:17:08 +00:00
Felipe Pena 259e6f18a1 - Fixed tests 2008-05-19 15:13:21 +00:00
Steve Seear 6eec0905b0 Tests from PHP London TestFest 2008 2008-05-19 12:57:28 +00:00
Steve Seear b18686bc63 Moving DOM tests to correct folder. 2008-05-19 12:49:54 +00:00
Steve Seear 363df894a9 Tests from PHP London TestFest 2008 2008-05-19 12:22:23 +00:00
Greg Beaver eb99aa475e MFH fix mem leak, add test for previous segfault fix 2008-05-18 23:41:17 +00:00
Greg Beaver 3d953abaf3 MFB fix segfault 2008-05-18 23:12:47 +00:00
David Soria Parra ea74d59d3a Revert. 2008-05-18 19:52:46 +00:00