Commit Graph

18350 Commits

Author SHA1 Message Date
Nuno Lopes
67793e71c0 change char* to void* when using the 't' parameter (as noted by Andrei) 2006-07-08 21:54:49 +00:00
Andrei Zmievski
63ef7fd050 Implement following() and preceding() for codepoint iterators. 2006-07-08 18:46:24 +00:00
Marcus Boerger
634fd5e58d - Add new test 2006-07-08 11:43:07 +00:00
Nuno Lopes
7a95cb8344 remove some left overs plus static keywording 2006-07-08 00:04:37 +00:00
Nuno Lopes
6cfeae5782 upgrade a couple of functions to Unicode 2006-07-07 23:30:30 +00:00
Andrei Zmievski
73b131869c Implement isBoundary() for code point iterator. 2006-07-07 22:52:26 +00:00
Andrei Zmievski
4757c4ce46 Implement TextIterator::isBoundary() for break iterators. 2006-07-07 22:34:46 +00:00
Andrei Zmievski
abbc1053fd Implement TextIterator methods following() and preceding(). 2006-07-07 21:41:18 +00:00
Hannes Magnusson
7e3e99251f Added new method to see if function is disabled or not 2006-07-07 11:53:54 +00:00
Antony Dovgal
dc9ea3b961 add missing items to the changelog 2006-07-07 09:21:54 +00:00
Ilia Alshanetsky
5166641599 MFB: E_ERROR > E_RECOVERABLE_ERROR 2006-07-06 23:13:41 +00:00
Antony Dovgal
1e5849ca94 add test 2006-07-05 14:12:41 +00:00
Antony Dovgal
6345105612 fix bug #38003(in classes inherited from mysqli it's possible to call private constructors from invalid context)
also, use appropriate macro instead of accessing structure elements directly
2006-07-05 11:48:17 +00:00
Ilia Alshanetsky
a033c5e7f6 MFB: Eliminate some compiler warnings 2006-07-04 20:13:40 +00:00
Derick Rethans
844e32934e - Updated timezonedb to version 2006.7.
- Fixed test cases because of new constant values for the formats.
2006-07-04 18:12:37 +00:00
Hannes Magnusson
2a18040cb5 Obs. ZEND_BEGIN_ARG_INFO => ZEND_BEGIN_ARG_INFO_EX 2006-07-04 15:37:13 +00:00
Hannes Magnusson
2fbf0478da Fix protos&arginfo 2006-07-04 15:33:32 +00:00
Dmitry Stogov
e3fb2af28e Fixed memory leak 2006-07-04 07:34:32 +00:00
Hannes Magnusson
8f1d44beea make everyone happy 2006-07-03 22:41:46 +00:00
Hannes Magnusson
302deb04d8 fix tests 2006-07-03 16:03:39 +00:00
Nuno Lopes
57801820f5 MFB 2006-07-03 14:55:49 +00:00
Hannes Magnusson
12fbcb6344 nuke types in arginfo 2006-07-02 00:10:36 +00:00
Nuno Lopes
ec2b150da0 MFB5.2: fix assert() problems 2006-07-01 12:29:38 +00:00
Hannes Magnusson
226fa23b51 Do not force pass by-ref, these functions only prefer by-ref 2006-06-30 18:16:50 +00:00
Antony Dovgal
9f65fd37c6 add error messages to disk_free_space() & disk_total_space() (feature request #37971) 2006-06-30 10:52:51 +00:00
Antony Dovgal
a6e26b742a fix off-by-one in addslashes() in Unicode mode 2006-06-30 09:35:21 +00:00
Ilia Alshanetsky
661f6a7159 MFB: Fixed test for situations where pspell_clear_session() is unavailable. 2006-06-29 22:54:42 +00:00
Antony Dovgal
79786ebae8 MFB: AIX and Solaris have different (gm)strftime() implementation 2006-06-29 22:47:34 +00:00
Ilia Alshanetsky
9a0031e263 MFB: Fixed test 2006-06-29 22:46:49 +00:00
Hannes Magnusson
e20eb59ccc Fix test on linux... 2006-06-29 22:12:44 +00:00
Hannes Magnusson
a880059e5a fix/improve test 2006-06-29 15:01:20 +00:00
Hannes Magnusson
d03ba9cdc5 fix test 2006-06-29 14:53:31 +00:00
Hannes Magnusson
b9c078acf4 url->URL 2006-06-29 14:42:30 +00:00
Hannes Magnusson
0a2cfcce41 MFB: url -> URL 2006-06-29 14:32:24 +00:00
Antony Dovgal
f4cd66ff96 fix tests in unicode mode 2006-06-29 13:12:21 +00:00
Antony Dovgal
a704d11e82 fix tests 2006-06-29 13:05:23 +00:00
Andrei Zmievski
769c2a1c1e Try to make combining sequences work. Not entirely succesful. 2006-06-29 12:32:00 +00:00
Antony Dovgal
556739bc07 make sure we won't get into endless loop if value shm_var->next is corrupted 2006-06-29 09:03:00 +00:00
Antony Dovgal
86b295db95 add new tests 2006-06-29 08:59:51 +00:00
Andrei Zmievski
01410e5ae5 Fix codepoint iterators 2006-06-28 15:28:55 +00:00
Antony Dovgal
bfceaaf1d1 unicode_semantics -> unicode.semantics 2006-06-28 15:07:14 +00:00
Antony Dovgal
a6b1620267 update changelog 2006-06-28 15:05:17 +00:00
Antony Dovgal
310903208a fix #37931 (possible crash after database restart when using persistent connections) 2006-06-28 15:03:16 +00:00
Andrei Zmievski
b2b4988c12 Use object's copied text (fixes some bug somehow). 2006-06-28 14:44:36 +00:00
Nuno Lopes
8e258b50ea MFB 2006-06-28 14:42:32 +00:00
Andrei Zmievski
aea38c6ee1 Rework break iterator based implementation to make it more generic for
forward and backwards iterators and to return current elements properly.
2006-06-28 14:12:14 +00:00
Ilia Alshanetsky
7eccf9120e MFB: Improved the error reporting in SOAP extension on request failure. 2006-06-27 23:33:19 +00:00
Nuno Lopes
a6c5fb5354 MFB: new tests 2006-06-27 22:54:29 +00:00
Hannes Magnusson
ba0175365c arginfo fixes 2006-06-27 22:14:07 +00:00
Antony Dovgal
2399d12be0 more tests 2006-06-27 15:54:36 +00:00