Commit Graph

45538 Commits

Author SHA1 Message Date
Jani Taskinen
527d06032d - Skip some tests in 32bit systems, add cleanups where missing 2009-07-28 19:16:02 +00:00
Derick Rethans
349283b445 - Updated to version 2009.11 (2009k) 2009-07-28 15:25:16 +00:00
Rasmus Lerdorf
e07464d7f7 Get rid of this platform-specific test 2009-07-28 14:56:08 +00:00
Dmitry Stogov
f560d4ea84 Fixed bug #49037 (@list( $b ) = $a; causes a crash) 2009-07-28 13:01:40 +00:00
Dmitry Stogov
5753d36230 Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract()) 2009-07-28 12:36:08 +00:00
Ilia Alshanetsky
af90ded818 Fixed compiler warning 2009-07-28 12:26:16 +00:00
Antony Dovgal
ae340374b2 configure dependency has to be optional as well 2009-07-28 08:59:08 +00:00
Antony Dovgal
69dba3c996 fix segfault in session/tests/031.phpt by adding optional extension
dependency (php_hash_hashtable has to be initialized when setting
session.hash_function)
2009-07-28 08:54:23 +00:00
Ilia Alshanetsky
bf0ef43d30 Fixed compiler warning 2009-07-27 19:36:55 +00:00
Takeshi Abe
2d2f18dedc fixed #48732 (TTF Bounding box wrong for letters below baseline) and #48801 (Problem with imagettfbbox) 2009-07-27 15:02:15 +00:00
Felipe Pena
2d7a87dec5 - Fix compiler warnings 2009-07-27 13:21:42 +00:00
Felipe Pena
2b5b1efb97 - Fix ZTS build 2009-07-26 23:44:59 +00:00
Jani Taskinen
74fa8a7bd3 - Regenerated 2009-07-26 23:22:27 +00:00
Jani Taskinen
1b1b02ae54 - Fixed bug #49064 (--enable-session=shared does not work: undefined symbol:
php_url_scanner_reset_vars). (Jani)

# Note: This does not exist in PHP_5_2. Merged there as well to keep these files synced.
2009-07-26 23:20:34 +00:00
Jani Taskinen
c6b7baaa49 - Removed unused code (replaced long time ago by url_scanner_ex.* 2009-07-26 22:59:46 +00:00
Antony Dovgal
1bf1e084a6 fix test 2009-07-26 19:59:20 +00:00
Antony Dovgal
b282ac20ef fix test 2009-07-26 19:53:14 +00:00
Antony Dovgal
b9c32de510 fix test 2009-07-26 19:51:09 +00:00
Antony Dovgal
6bb52c7b4d fix test 2009-07-26 19:46:38 +00:00
Rasmus Lerdorf
599914a68d These aren't binary 2009-07-26 19:07:59 +00:00
Rasmus Lerdorf
b95574b1cf Not binary 2009-07-26 18:46:17 +00:00
Rasmus Lerdorf
6bc8d0d971 Fix broken test 2009-07-26 18:45:18 +00:00
Rasmus Lerdorf
5dc804f383 Fix test 2009-07-26 18:16:39 +00:00
Rasmus Lerdorf
5f64810ebd Still lots more Unicode work to be done here, but this is a start 2009-07-26 16:50:41 +00:00
Rasmus Lerdorf
415795f827 Please review this one. It seems pretty fundamental.
When $str is a binary string and you do: $str[4]=0;
there should be no unicode conversion.
2009-07-26 15:53:36 +00:00
Gwynne Raskind
e5c6e53f8c fix ZTS build 2009-07-26 15:52:50 +00:00
Rasmus Lerdorf
a3ae25ee66 Internally-created array indices are unicode - fix tests to match 2009-07-26 08:38:01 +00:00
Rasmus Lerdorf
4551e0fda3 Fix a bunch of binary/unicode issues in the mcrypt tests 2009-07-26 08:13:40 +00:00
Rasmus Lerdorf
4743436576 Fix 2 broken json tests.
json_decode() returns a binary string, not unicode for
efficiency, and if you are going to test invalid utf8
in a test, you have to stuff it into a binary string
or it will be valid unicode by definition.
2009-07-26 07:21:02 +00:00
Rasmus Lerdorf
0daf9214f8 I don't see why a unicode string would appear here, and in fact it doesn't. 2009-07-26 04:40:36 +00:00
Rasmus Lerdorf
578c47faa4 Down to a single curl test failure now 2009-07-26 03:46:22 +00:00
Greg Beaver
e7e232cd2b make cache_list tests pass in php 6 2009-07-26 03:07:23 +00:00
Greg Beaver
d46a947d23 fix buildFromIterator with filesystem iterator in php 6 2009-07-26 02:43:14 +00:00
Rasmus Lerdorf
866e3bddcd Fix 2 more curl tests in PHP 6 2009-07-26 02:25:17 +00:00
Greg Beaver
38fbf6a798 re-enable phar now that compile and building phar.phar works 2009-07-26 02:19:58 +00:00
Greg Beaver
23f7807148 fix generation of phar.phar in php 6, fix remaining tests broken by PHP 6 (and not by spl/other stuff in php6) 2009-07-26 02:18:50 +00:00
Rasmus Lerdorf
66e97ac0bd The test for bug #46739 doesn't actually need the remote
responder, so get rid of the skipif in PHP 5, and it was
broken in PHP 6 because the keys in the curl_info array 
were not unicode.  All internally-generated arrays should
have unicode keys.
2009-07-26 02:12:38 +00:00
Greg Beaver
de9bcbb1d0 fix basic phar test issues, failing tests phar_oo_009.phpt and phar_buildfromiterator10.phpt are due to bugs in Spl 2009-07-26 01:24:12 +00:00
Greg Beaver
9a677532db re-organize slightly, fix more php6-only compile warnings in php_stream_copy_to_mem 2009-07-26 01:03:47 +00:00
Greg Beaver
0984d25723 fix zip front controller tests for php6 2009-07-26 00:39:40 +00:00
Greg Beaver
b777e5fd8a fix tar front controller tests for php6 2009-07-26 00:35:17 +00:00
Greg Beaver
e1dccfd492 fix more tests for php6 2009-07-26 00:28:50 +00:00
Greg Beaver
fba6dd1cbf more php6 fixes for phar, fix more tests 2009-07-25 23:45:45 +00:00
Kalle Sommer Nielsen
ae087c341f MFB: Fixed bug #48189 (ibase_execute error in return param) 2009-07-25 23:39:21 +00:00
Jani Taskinen
0f6d8f05dc - Fix tests to be more comptatible AND to test what they are supposed to test 2009-07-25 22:20:18 +00:00
Felipe Pena
4e1feb125b - Opss, fix the fix... 2009-07-25 21:56:31 +00:00
Felipe Pena
c69383b659 - Fix test 2009-07-25 21:52:33 +00:00
Rasmus Lerdorf
0bb28d4784 Fix dumb typo in the skipif 2009-07-25 21:37:04 +00:00
Jani Taskinen
b83fb47852 - Fix this again :) 2009-07-25 21:07:02 +00:00
Jani Taskinen
ed849dd90f - Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..) 2009-07-25 20:58:51 +00:00