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

38967 Commits

Author SHA1 Message Date
andy wharmby ceee572c0b Fix tests 2009-06-29 07:45:12 +00:00
andy wharmby 9d9e57236d Basic tests for sleep() and usleep(). Tested on Windows, Linux and Linux 64 bit 2009-06-29 07:31:14 +00:00
Felipe Pena 9c602f1e6b - MFH: Fixed bug #48709 (metaphone and 'wh') 2009-06-28 18:44:28 +00:00
Jani Taskinen 9729792378 - Typo, removed BOM (this file was supposed to be just ascii..right? :) 2009-06-28 15:40:00 +00:00
Ilia Alshanetsky 6c2782c92b FN 2009-06-28 14:15:32 +00:00
Pierre Joye fdd7bbac0f - MFH: fix regression introduced by the fix for #48518 (Ilia, Rasmus) 2009-06-28 10:00:28 +00:00
Pierre Joye 0f79478716 - calloc must actually clearing the requested size (Andrei) 2009-06-28 09:47:42 +00:00
Felipe Pena ec1d2c8dc9 - MFH: Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOException "SQLSTATE[] (null)") 2009-06-28 02:09:50 +00:00
Felipe Pena ef600a05a5 - MFH: Fixed bug #48693 (Double declaration of __lambda_func when lambda wrongly formatted) 2009-06-28 01:16:36 +00:00
Rob Richards c4e0f38aa7 MFH: add libxml_disable_entity_loader function 2009-06-26 20:27:44 +00:00
Zoe Slattery 5c3c95d224 fix skipif 2009-06-25 14:49:47 +00:00
Zoe Slattery c615df97f3 fix skipif 2009-06-25 14:42:38 +00:00
Zoe Slattery 44807c9bbe fix skipif 2009-06-25 12:37:45 +00:00
Ilia Alshanetsky f01baf3965 Handle instances where TMPDIR = "" 2009-06-25 01:35:05 +00:00
Scott MacVicar bcf5793b56 MFH Fix bug #48679 - Crash in SQLite with count on an unbuffered query set 2009-06-25 00:07:20 +00:00
Ilia Alshanetsky 13cd2683cc Fixed bug #48465 (sys_get_temp_dir() possibly inconsistent when using
TMPDIR).
2009-06-24 12:21:20 +00:00
Jani Taskinen 8bb00a20d4 MFH:- Fixed bug #48661 (phpize broken with non-bash shells) 2009-06-24 07:43:18 +00:00
andy wharmby 960ac2b4b0 Fix test 2009-06-23 23:00:57 +00:00
andy wharmby 30cadad903 New and fixed html tests. Tested in Windows, Linux and Linux 64. 2009-06-23 22:45:33 +00:00
andy wharmby 4a6df1caf8 New basic parse_str() tests. Tested on Windows,Linux and Lnux 64 bit. Some tests fail on PHP 6 (tagged with XFAIL) due to bug 48658 2009-06-23 22:39:46 +00:00
Ilia Alshanetsky 4482bfd2e4 Fixed build 2009-06-23 12:43:10 +00:00
Hannes Magnusson 025891e50f MFH: fix arginfo for libxml_use_internal_errors() 2009-06-23 12:38:32 +00:00
Kalle Sommer Nielsen 5ff316f1d6 Whops, nobody saw this :) 2009-06-23 07:09:19 +00:00
Kalle Sommer Nielsen feef90243a BFN 2009-06-23 01:02:03 +00:00
Pierre Joye 5db5d77cdb - news for #48619 2009-06-22 20:43:24 +00:00
Pierre Joye db4411e768 - MF53: #48619, imap_search ALL segfaults 2009-06-22 20:42:04 +00:00
Stanislav Malyshev 34b0f569e1 fix shared build on Windows 2009-06-22 18:41:13 +00:00
Kalle Sommer Nielsen 3b4eb71a05 Should have been in previous commit 2009-06-22 15:52:59 +00:00
Kalle Sommer Nielsen 030aea969b MFH: Use correct data types here, and gdImageSaveAlpha for the alpha flag 2009-06-22 15:51:12 +00:00
Takeshi Abe c7c937fb9b MFH: fixed bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines) 2009-06-22 15:50:18 +00:00
Ilia Alshanetsky 5ee03b46d2 Fixed bug #48636 (Error compiling of ext/date on netware). 2009-06-22 13:42:29 +00:00
Felipe Pena 01c9097c74 - Fixed bug #48629 (get_defined_constants() ignores categorize parameter) 2009-06-22 00:03:24 +00:00
Scott MacVicar 74de9b7c6f BFN 2009-06-21 22:33:48 +00:00
Scott MacVicar 49638f0f8f MFH Specific test for bug #48276 2009-06-21 22:32:19 +00:00
Scott MacVicar 624930c22f MFH Fix bug #48276 - year is a long long so we need %lld so big endian systems print the correct value. 2009-06-21 22:19:19 +00:00
andy wharmby f558744785 New lang tests. 2009-06-21 17:42:16 +00:00
Johannes Schlüter 564ea0fb1c MFH: It's 2009 2009-06-21 16:45:24 +00:00
Felipe Pena 09b3411803 - MFH: old strlen cleanup 2009-06-20 18:45:18 +00:00
Kalle Sommer Nielsen b77d833eaf MFH: Fixed arginfo for array_map, patch by Matthew Fonda <matthewfonda@gmail.com> 2009-06-20 06:07:46 +00:00
Kalle Sommer Nielsen c174177a50 MFH: Fix memleak 2009-06-19 22:15:44 +00:00
andy wharmby 6ae535aaf8 Fix test; remove spurious code 2009-06-18 21:53:18 +00:00
andy wharmby c1412ea367 Basic tests for strftime(). Tested on Windows (all tests skip), Linux and Liinux 64 bit 2009-06-18 21:14:16 +00:00
andy wharmby edd936517a Backport ob test to php 5.2 and 53. 2009-06-18 21:03:32 +00:00
Derick Rethans 9a29989bfd - Updated to version 2009.10 (2009j) 2009-06-18 09:03:02 +00:00
Zoe Slattery 01a2453496 Tests from Berlin test fest 2009-06-18 07:31:10 +00:00
andy wharmby 57e2723ce9 New test for standard object compare handler. Tested on Windows, Linux and Linux 64 2009-06-17 19:15:20 +00:00
andy wharmby 38db2b869c New foreach tests. Tested on Windows, Linux and Linux 64 bit. 2009-06-17 19:07:19 +00:00
Ilia Alshanetsky 3c56aa38e8 Back to dev 2009-06-17 12:31:58 +00:00
Ilia Alshanetsky e1583cd82e 5.2.10 2009-06-17 12:22:41 +00:00
Robin Fernandes 282eab49fb Additional class related tests. 2009-06-17 10:38:23 +00:00