|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-02-24 06:11 UTC] laruence@php.net
[2013-02-24 06:14 UTC] laruence@php.net
-Assigned To:
+Assigned To: glopes
[2013-02-24 06:14 UTC] laruence@php.net
[2013-02-24 06:31 UTC] laruence@php.net
-Summary: ext/ereg/tests/split_variation_004.phpt failed
+Summary: behavior change of converting to long
[2013-02-24 06:31 UTC] laruence@php.net
[2013-02-24 06:38 UTC] laruence@php.net
[2013-02-24 06:38 UTC] laruence@php.net
-Assigned To: glopes
+Assigned To: cataphract
[2013-03-03 03:00 UTC] laruence@php.net
-Status: Assigned
+Status: Closed
[2013-03-03 03:00 UTC] laruence@php.net
[2013-03-03 03:00 UTC] laruence@php.net
[2013-03-03 03:01 UTC] laruence@php.net
[2013-11-17 09:31 UTC] laruence@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 16 14:00:01 2025 UTC |
Description: ------------ ext/ereg/tests/split_variation_004.phpt failed (centOS 64 bits) in 5.5 10E20 give the count of zif_split 0 but in master give the count 1864712049423024128 something changed to convert_to_long from 5.5 to master Test script: --------------- diff is: 013+ array(5) { 013- array(1) { 015+ string(1) "1" 016+ [1]=> 017+ string(1) "2" 018+ [2]=> 019+ string(1) "3" 020+ [3]=> 021+ string(1) "4" 022+ [4]=> 023+ string(1) "5" 015- string(9) "1 2 3 4 5"