Dmitry Stogov
6c0508f8d5
Fixed bug #62907 (Double free when use traits)
13 years ago
Anatoliy Belsky
ff0aa24054
forked two tests for windows
* bug55544.phpt - VT vs. EXT at the start of the data block,
but the data can still be decoded correctly
* bug_52944.phpt works with the corrupted data and has some
different out
Most likely the ASM optimization under windows is responsible
for this behaviour.
13 years ago
Dmitry Stogov
33db8c0ef6
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
13 years ago
Dmitry Stogov
0ab27c35a4
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
13 years ago
Dmitry Stogov
485c09a376
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
13 years ago
Dmitry Stogov
38476a1543
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
13 years ago
Dmitry Stogov
7e816c0921
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)
13 years ago
Lars Strojny
a26390ef0c
Bug #49510 : Boolean validation fails with FILTER_NULL_ON_FAILURE with empty string or false
13 years ago
Lars Strojny
d371a306a2
Merge branch 'PHP-5.4' of git://github.com/php/php-src into PHP-5.4
13 years ago
Lars Strojny
133f610bb1
Allow null as a default value for length in mb_substr() and mb_strcut()
13 years ago
Xinchen Hui
069c448623
folder
13 years ago
Lars Strojny
89948c7fbe
Initializing optional argument description in assert()
13 years ago
Stanislav Malyshev
f7d51df5c6
fix NEWS
13 years ago
Xinchen Hui
f3108b5f81
Remove extra blank in notice message, should act as same as vm
13 years ago
Xinchen Hui
863e7e0acb
Merge branch 'PHP-5.3' into PHP-5.4
Conflicts:
ext/spl/spl_array.c
13 years ago
Xinchen Hui
67d7d03f00
Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all undefined variables)
The get_zval_ptr_ptr of spl_array handler should act as same as the vm's
13 years ago
Lars Strojny
e658a91b3d
assert() user message
Added 2nd, optional, param to assert. When passed in it will be added
to the printed warnings and passed as a 4th param to a callback. PR 150
by Lonny Kapelushnik
13 years ago
Xinchen Hui
66fad45724
Merge branch 'PHP-5.3' into PHP-5.4
13 years ago
Xinchen Hui
5dc2cef370
Fixed bug #62976 (Notice: could not be converted to int when comparing some builtin classes)
13 years ago
Johannes Schlüter
dafad1e663
Merge branch 'PHP-5.3' into PHP-5.4
13 years ago
Johannes Schlüter
59263e386f
Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3
13 years ago
Felipe Pena
8afb848e18
- BFN
13 years ago
Felipe Pena
eb8d603d46
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
- Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry)
13 years ago
Felipe Pena
de884997e0
- Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" Windows registry)
13 years ago
Jerome Loyet
557200b472
Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3
* 'PHP-5.3' of git.php.net:php-src: (59 commits)
Fixed defective cloning in ext/intl classes
Fixed bug (segfault while build with zts and GOTO vm-kind)
better fix
Fix test
Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)
ZTS fix introduced by Felipe must also go into 5.3
Updated INSTALL. Generated from the XML Docs.
Update NEWS given a5d0c1e2
Fix handling of several uinitialized intl objects
Fixed bug #62885 (mysqli_poll - Segmentation fault)
- Removed PHP 6 checks
skip test properly
Added test for bug #51353 . It'll be skipped by default and must be activated manually.
Move test files to tests dir
skip test for bug 43130 on firebird , not relevant
- Value stored to var is never used
- Value stored to var is never used
- Value stored to var is never used
- Value stored to var is never used
- Value stored to var is never used
...
13 years ago
Anatoliy Belsky
677de8568a
updated mpir version
13 years ago
Gustavo André dos Santos Lopes
521ab78788
Merge 5.3 with strategy ours
* origin/PHP-5.3:
Fixed defective cloning in ext/intl classes
13 years ago
Johannes Schlüter
602bb125c3
Merge 5.3.16 NEWS in.
13 years ago
Stanislav Malyshev
55b3386a81
update version id too
13 years ago
Stanislav Malyshev
78cffe0c4d
5.4.7 branched
13 years ago
Stanislav Malyshev
8b3c1a380a
fix bug #55856 : preg_replace should fail on trailing garbage
14 years ago
Lars Strojny
f82dd2c774
Bug #62956 : fixing private method signature validation
In inheritance, if both methods are private, don not enforce the same
signature.
13 years ago
Gustavo Lopes
0410b4e60f
Fixed defective cloning in ext/intl classes
See also bug #62915
Cherry picked from 886a50a (I forgot about 5.3)
Conflicts:
ext/intl/spoofchecker/spoofchecker_class.c
ext/intl/transliterator/transliterator_class.c
13 years ago
Gustavo Lopes
c11106734d
NEWS for 886a50a
13 years ago
Gustavo Lopes
886a50a619
Fixed defective cloning in ext/intl classes
See also bug #62915
13 years ago
Gustavo Lopes
63a1801d19
NEWS for commit 72c807a
13 years ago
Gustavo Lopes
72c807ad67
Allow Spoofchecker to be registered on ICU 49.1
13 years ago
Gustavo Lopes
949f6cd473
Announce on NEWS change in 1ce572c
13 years ago
Gustavo Lopes
1ce572ce2c
Bug #62933 : compilation error with ICU 3.4
13 years ago
Lars Strojny
8e7081f3ac
Merging PR 121 to add support for slow request counting on the PHP-FPM status page
13 years ago
Xinchen Hui
e24194d157
Add test for #62907
13 years ago
Xinchen Hui
383eafe482
Merge branch 'PHP-5.3' into PHP-5.4
13 years ago
Xinchen Hui
d92a89fe52
Fixed bug (segfault while build with zts and GOTO vm-kind)
13 years ago
Pierrick Charron
4c83ecc754
Fixed bug #62912 (CURLINFO_PRIMARY_IP is not exposed)
CURLINFO_PRIMARY_* and CURLINFO_LOCAL_* where available in curl_getinfo
but the constant itself was not exposed to php userland
13 years ago
Xinchen Hui
2c74536e6e
Merge branch 'PHP-5.3' into PHP-5.4
13 years ago
Xinchen Hui
55d680e968
better fix
13 years ago
Xinchen Hui
1701460867
Merge branch 'PHP-5.3' into PHP-5.4
Conflicts:
ext/phar/tests/phpinfo_003.phpt
13 years ago
Xinchen Hui
7bedd275eb
Fix test
13 years ago
Xinchen Hui
21f085720c
Merge branch 'PHP-5.3' into PHP-5.4
13 years ago
Xinchen Hui
13bcf685cb
Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)
13 years ago