1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00
Commit Graph

38002 Commits

Author SHA1 Message Date
Michael Wallner adfa6209e6 - output handler buffers are always binary, thanks Johannes 2007-05-05 15:16:48 +00:00
Marcus Boerger 74e6d53ce4 - Fix function signature 2007-05-05 12:46:30 +00:00
Marcus Boerger c9fcda7079 - Update version in error message as well 2007-05-05 12:24:45 +00:00
Marcus Boerger 0d49f05c2f - Fix re2c check and bump requirement to 0.12.0 2007-05-05 12:14:20 +00:00
Marcus Boerger 87041a3986 - Simplify/use consts 2007-05-05 12:09:21 +00:00
e6ae7467e9 ChangeLog update 2007-05-05 01:31:15 +00:00
Antony Dovgal df6a0ca38d check GMP version and skip the test if it's <= 4.2.1 2007-05-04 22:32:30 +00:00
Marcus Boerger c40640626b - WS/CS 2007-05-04 22:09:30 +00:00
foobar 495ce1d791 - Prevent bugs like #41265 being submitted from now on. 2007-05-04 21:57:22 +00:00
Rob Richards bb12eaa1e9 MFB: Fix bug #41287 (Namespace functions don't allow xmlns to be optional)
add test
2007-05-04 20:17:40 +00:00
Rob Richards 45d4f66b24 MFB: fix bug #41257 (lookupNamespaceURI does not work as expected)
fix related issue in isDefaultNamespace
add test
reconcile namespaces when setting attribute in a new namespace
2007-05-04 19:32:19 +00:00
Edin Kadribasic bb2519e6ab MFB: Update Apache 2 libs to 2.0.59 on the build box and standardize the dirs 2007-05-04 18:19:37 +00:00
Nuno Lopes beacfebc7b use the new 's&' parameter type and simplify the code 2007-05-04 17:45:56 +00:00
Dmitry Stogov 04ebde9741 ws 2007-05-04 16:53:09 +00:00
Dmitry Stogov 9b6f46a86c Fixed wrong deallocation 2007-05-04 16:51:18 +00:00
Antony Dovgal 8a7c9bb178 fix comments 2007-05-04 16:20:21 +00:00
Antony Dovgal e8a95a2f7e new tests 2007-05-04 12:45:30 +00:00
Antony Dovgal fe6fd4ed38 fix disabled classes 2007-05-04 12:17:30 +00:00
Antony Dovgal 46e31cf72e fix arrays with NULL keys in Unicode mode 2007-05-04 11:48:08 +00:00
Antony Dovgal 9d5afbdfc4 fix spelling 2007-05-04 11:30:27 +00:00
Antony Dovgal 348d9b3695 merge one more missing patch from 5_2
thank you for not doing MFB
2007-05-04 11:12:30 +00:00
Antony Dovgal f330a25c9b fix "checking checking" noticed by Mikko 2007-05-04 09:05:15 +00:00
Antony Dovgal 07ae8a9b02 fix machine dependent test 2007-05-04 08:27:26 +00:00
9a95ff667d ChangeLog update 2007-05-04 01:31:10 +00:00
Johannes Schlüter 36245e66e1 - Fix skipif 2007-05-03 12:44:35 +00:00
Antony Dovgal 08536784db improve test 2007-05-03 12:10:02 +00:00
Edin Kadribasic 8b18dc97d6 MFB Fix Windows Build 2007-05-03 04:17:18 +00:00
14a28db0ef ChangeLog update 2007-05-03 01:31:08 +00:00
Antony Dovgal 15844a24a4 this test is only valid when Zend MM is enabled 2007-05-02 15:26:59 +00:00
Antony Dovgal 731f3fc2a3 make USE_ZEND_ALLOC env var available in SKIPIF section 2007-05-02 15:25:32 +00:00
Dmitry Stogov 7228f2307b Fixed altering $this via argument named "this" 2007-05-02 13:22:15 +00:00
Antony Dovgal a8fe87efd3 fix build when ext/hash is compiled as shared module 2007-05-02 10:30:24 +00:00
Dmitry Stogov 02d24cc512 Fixed bug #41192 (Per Directory Values only work for one key) 2007-05-02 10:16:48 +00:00
Dmitry Stogov d01f873cb6 Fixed bug #41004 (minOccurs="0" and null class member variable) 2007-05-02 09:38:22 +00:00
Dmitry Stogov d06900358a New test 2007-05-02 08:35:33 +00:00
Dmitry Stogov e701459646 Fixed bug #41097 (ext/soap returning associative array as indexed without using WSDL) 2007-05-02 08:22:32 +00:00
Dmitry Stogov b890450e84 Fixed test 2007-05-02 07:27:52 +00:00
9cca404533 ChangeLog update 2007-05-02 01:31:02 +00:00
Derick Rethans 9d94b6cf07 - Added test case for bug #41252. 2007-05-01 16:04:16 +00:00
Johannes Schlüter a6d6396483 - Fix test 2007-05-01 08:35:57 +00:00
5dde5772ea ChangeLog update 2007-05-01 01:31:03 +00:00
Antony Dovgal 0e9fca181c initialize optional parameters 2007-04-30 21:39:48 +00:00
Johannes Schlüter 20582e9a3c - Add new test 2007-04-30 19:52:04 +00:00
Johannes Schlüter b9c840c58d - Fix "f" modifier for zend_parse_parameters_ex in case of a __call call
(fixes Zend/tests/bug19859.phpt and Zend/tests/bug34260.phpt)
2007-04-30 19:51:20 +00:00
Antony Dovgal bcfd4067b6 make concatenating two binary strings a special case 2007-04-30 15:59:12 +00:00
e3e2aed45b ChangeLog update 2007-04-30 01:31:00 +00:00
Edin Kadribasic 26edfde98b MFB: Sync with zlib 2007-04-29 17:47:56 +00:00
a225fc0472 ChangeLog update 2007-04-29 01:31:07 +00:00
Antony Dovgal 0e240e2df1 this case is handled in convert_to_unicode(), no need to duplicate it 2007-04-28 12:05:19 +00:00
Antony Dovgal 7b0e0787f8 convert non-strings to unicode in unicode mode 2007-04-28 12:04:43 +00:00