From:             laruence
Operating system: 
PHP version:      5.4.10
Package:          Testing related
Bug Type:         Bug
Bug description:Two tests failed

Description:
------------
Bug #63363 (CURL silently accepts boolean value for SSL_VERIFYHOST) 
[ext/curl/tests/bug63363.phpt]
Bug #52820 (writes to fopencookie FILE* not commited when seeking the
stream) 
[ext/standard/tests/file/bug52820.phpt]

Test script:
---------------
Bug #63363 (CURL silently accepts boolean value for SSL_VERIFYHOST)
[ext/curl/tests/bug63363.phpt]
Bug #52820 (writes to fopencookie FILE* not commited when seeking the
stream) [ext/standard/tests/file/bug52820.phpt]

Expected result:
----------------
test pass

Actual result:
--------------
failed with diff:
$ cat ext/curl/tests/bug63363.diff
004+ bool(false)
006+ bool(false)
006- bool(true)
007- bool(true)


$ cat ext/standard/tests/file/bug52820.diff
004+ *   Trying 127.0.0.1...
005+ * Connection refused
006+ * couldn't connect to host at 127.0.0.1:37349
004- *   Trying 127.0.0.1... * Connection refused
005- * couldn't connect to host
011- *   Trying 127.0.0.1... * Connection refused
012- * couldn't connect to host
012+ *   Trying 127.0.0.1...
013+ * Connection refused
014+ * couldn't connect to host at 127.0.0.1:37349
018- *   Trying 127.0.0.1... * Connection refused
019- * couldn't connect to host
020+ *   Trying 127.0.0.1...
021+ * Connection refused
022+ * couldn't connect to host at 127.0.0.1:37349
025- *   Trying 127.0.0.1... * Connection refused
026- * couldn't connect to host
028+ *   Trying 127.0.0.1...
029+ * Connection refused
030+ * couldn't connect to host at 127.0.0.1:37349

-- 
Edit bug report at https://bugs.php.net/bug.php?id=63826&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=63826&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=63826&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=63826&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=63826&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=63826&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=63826&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=63826&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=63826&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=63826&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=63826&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=63826&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=63826&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=63826&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=63826&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=63826&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=63826&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=63826&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=63826&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=63826&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=63826&r=mysqlcfg

Reply via email to