php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #77004 PHP 7.3 compatibility
Submitted: 2018-10-12 05:38 UTC Modified: 2019-07-15 21:33 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:1 (50.0%)
Same OS:2 (100.0%)
From: remi@php.net Assigned: omars (profile)
Status: Closed Package: solr (PECL)
PHP Version: 7.3.0RC3 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: remi@php.net
New email:
PHP Version: OS:

 

 [2018-10-12 05:38 UTC] remi@php.net
Description:
------------
Build ok, but test failures

TEST 55/85 [tests/081.solrutils_digest_json_response.phpt]
========DIFF========
001+ *** stack smashing detected ***: <unknown> terminated
001- bool(true)
002- object(SolrObject)#%d (2) {
003-   ["responseHeader"]=>
004-   object(SolrObject)#4 (3) {
005-     ["status"]=>
006-     int(0)
007-     ["QTime"]=>
008-     int(1)
009-     ["params"]=>
010-     object(SolrObject)#5 (4) {
011-       ["indent"]=>
012-       string(2) "on"
013-       ["wt"]=>
014-       string(4) "json"
015-       ["q"]=>
016-       string(6) "lucene"
017-       ["version"]=>
018-       string(3) "2.2"
019-     }
020-   }
021-   ["response"]=>
022-   object(SolrObject)#%d (3) {
023-     ["numFound"]=>
024-     int(1)
025-     ["start"]=>
026-     int(0)
027-     ["docs"]=>
028-     array(1) {
029-       [0]=>
030-       object(SolrObject)#%d (11) {
031-         ["id"]=>
032-         string(8) "SOLR1000"
033-         ["name"]=>
034-         string(34) "Solr, the Enterprise Search Server"
035-         ["manu"]=>
036-         string(26) "Apache Software Foundation"
037-         ["cat"]=>
038-         array(2) {
039-           [0]=>
040-           string(8) "software"
041-           [1]=>
042-           string(6) "search"
043-         }
044-         ["features"]=>
045-         array(7) {
046-           [0]=>
047-           string(51) "Advanced Full-Text Search Capabilities using Lucene"
048-           [1]=>
049-           string(37) "Optimized for High Volume Web Traffic"
050-           [2]=>
051-           string(46) "Standards Based Open Interfaces - XML and HTTP"
052-           [3]=>
053-           string(44) "Comprehensive HTML Administration Interfaces"
054-           [4]=>
055-           string(64) "Scalability - Efficient Replication to other Solr Search Servers"
056-           [5]=>
057-           string(56) "Flexible and Adaptable with XML configuration and Schema"
058-           [6]=>
059-           string(61) "Good unicode support: hello (hello with an accent over the e)"
060-         }
061-         ["price"]=>
062-         float(0)
063-         ["price_c"]=>
064-         string(5) "0,USD"
065-         ["popularity"]=>
066-         int(10)
067-         ["inStock"]=>
068-         bool(true)
069-         ["incubationdate_dt"]=>
070-         string(20) "2006-01-17T00:00:00Z"
071-         ["_version_"]=>
072-         %s
073-       }
074-     }
075-   }
076- }
077- bool(true)
========DONE========

========DIFF========
001+ *** stack smashing detected ***: <unknown> terminated
002+ 
001- string(3) "NaN"
002- float(NAN)
003+ Termsig=6
========DONE========



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-10-12 12:17 UTC] remi@php.net
master seems ok after a few fix applied

Only a minor test failure (doesn't seems to hurt)

$ cat tests/019.solrclient_getdebug.diff
014+ TCP_NODELAY set
 [2019-03-29 09:31 UTC] omars@php.net
-Assigned To: +Assigned To: omars
 [2019-04-01 08:56 UTC] omars@php.net
-Type: Bug +Type: Feature/Change Request
 [2019-07-15 21:33 UTC] omars@php.net
-Status: Assigned +Status: Closed
 [2019-07-15 21:33 UTC] omars@php.net
released: 2.5.0
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 04:01:29 2024 UTC