Jani Taskinen
4fbc6a54ec
- Fix news
2009-07-29 09:10:52 +00:00
Moriyoshi Koizumi
7ce2bff511
* Fix bug #48645 (mb_convert_encoding() doesn't understand hexadecimal html-entities)
2009-07-29 04:44:08 +00:00
Stanislav Malyshev
9e445b043b
report fix for bug #49065
2009-07-29 00:18:19 +00:00
Stanislav Malyshev
d1a16fc86d
fix extension functions disabling (bug #49065 )
2009-07-29 00:17:10 +00:00
Hannes Magnusson
cc23b8d600
MFH: Fixed bug #44144 & add test
2009-07-28 22:25:31 +00:00
Jani Taskinen
f48cab06ff
- Fixed bug #48971 (Missing ZEND_NS_NAMED_FE macro)
2009-07-28 21:12:42 +00:00
Jani Taskinen
907763a20a
- Fixed bug #48911 (embed sapi misses SAPI_API)
2009-07-28 21:07:43 +00:00
Kalle Sommer Nielsen
b5b8303194
Fixed bug #42434 (ImageLine w/ antialias = 1px shorter)
...
- patch by wojjie at gmail dot com
2009-07-28 20:35:06 +00:00
Sriram Natarajan
34d8ee27cc
- 48182 ssl handshake fails during asynchronous socket connection
2009-07-28 19:28:08 +00:00
Jani Taskinen
48a514673a
- Skip some tests in 32bit systems, add cleanups where missing
2009-07-28 19:16:02 +00:00
Derick Rethans
d936dd1802
- Updated to version 2009.11 (2009k)
2009-07-28 15:25:16 +00:00
Rasmus Lerdorf
ee01362c98
Get rid of this platform-specific test
2009-07-28 14:56:08 +00:00
Dmitry Stogov
ff766c1de2
Fixed bug #48912 (Namespace causes unexpected strict behaviour with extract())
2009-07-28 12:35:27 +00:00
Antony Dovgal
421b6e0f2c
configure dependency has to be optional as well
2009-07-28 08:59:08 +00:00
Antony Dovgal
75fc702162
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
Takeshi Abe
59ff212783
added test for #43073
2009-07-27 22:11:43 +00:00
Takeshi Abe
366c261cce
MFH: fixed #48732 (TTF Bounding box wrong for letters below baseline) and #48801 (Problem with imagettfbbox)
2009-07-27 15:06:28 +00:00
Felipe Pena
28add3cbf3
- MFH: Cosmetic changes
2009-07-27 14:11:53 +00:00
Jani Taskinen
2539da79ba
- HEAD and PHP_5_2 have it like this, PHP_5_3 should not be different!
2009-07-27 09:23:06 +00:00
Kalle Sommer Nielsen
82cfb15677
Fixed bug #48872 (string.c: errors: duplicate case values) (Only in PHP_5_3)
2009-07-27 07:14:40 +00:00
Scott MacVicar
87dbefa03b
MFH: Add error constant when json_encode detects an invalid UTF-8 sequence.
2009-07-27 03:43:38 +00:00
Felipe Pena
837732acc5
- Fix ZTS build
2009-07-26 23:44:59 +00:00
Jani Taskinen
e2d044db40
- Regenerated
2009-07-26 23:22:27 +00:00
Jani Taskinen
8877a37f3e
- 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
ae492897c6
- Removed unused code (replaced long time ago by url_scanner_ex.*
2009-07-26 22:59:46 +00:00
Antony Dovgal
d132b9985d
fix test
2009-07-26 19:59:04 +00:00
Antony Dovgal
6d04f1a141
fix test
2009-07-26 19:53:23 +00:00
Antony Dovgal
3af4a22a3c
fix test
2009-07-26 19:51:24 +00:00
Antony Dovgal
2fffc2b06c
fix test
2009-07-26 19:45:38 +00:00
Rasmus Lerdorf
0e2af69d55
Not binary
2009-07-26 19:29:11 +00:00
Ilia Alshanetsky
899cb30275
Fixed bug #49026 (proc_open() can bypass safe_mode_protected_env_vars
...
restrictions).
2009-07-26 15:14:18 +00:00
Greg Beaver
1d50248937
make cache_list tests pass in php 6
2009-07-26 03:07:23 +00:00
Greg Beaver
e8d80c8bfd
fix buildFromIterator with filesystem iterator in php 6
2009-07-26 02:43:14 +00:00
Greg Beaver
96dd763df4
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
a37d7529ba
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
66908185b7
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
732f4af082
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
571dfc1e49
fix zip front controller tests for php6
2009-07-26 00:39:40 +00:00
Greg Beaver
39125fdd47
fix tar front controller tests for php6
2009-07-26 00:35:17 +00:00
Greg Beaver
7761a39314
fix more tests for php6
2009-07-26 00:28:50 +00:00
Greg Beaver
cfbd6d852f
more php6 fixes for phar, fix more tests
2009-07-25 23:45:45 +00:00
Kalle Sommer Nielsen
42afb1f209
BFN #48189
2009-07-25 23:40:22 +00:00
Kalle Sommer Nielsen
310bfadf3c
Fixed bug #48189 (ibase_execute error in return param)
2009-07-25 23:37:47 +00:00
Jani Taskinen
bc8155d737
- 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
badd102c83
- Opss, fix the fix...
2009-07-25 21:56:31 +00:00
Felipe Pena
7c30b3c2dc
- Fix test
2009-07-25 21:52:33 +00:00
Rasmus Lerdorf
5471bd7f6a
Fix dumb typo in the skipif
2009-07-25 21:37:04 +00:00
Jani Taskinen
555b177c83
- Fix this again :)
2009-07-25 21:07:02 +00:00
Jani Taskinen
1f0c710ef2
- Add missing EXPERIMENTAL note (this thing REALLY is experimental at best..)
2009-07-25 20:58:51 +00:00
Jani Taskinen
776cb8a669
- Fixed bug #48637 ("file" wrapper is overwritten when using --with-curlwrappers)
...
# Also fixes bug #48603 , basically same issue.
2009-07-25 20:44:19 +00:00