Commit Graph

18323 Commits

Author SHA1 Message Date
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
Antony Dovgal
23ff3b767d more date() tests 2006-06-27 15:07:50 +00:00
Antony Dovgal
0aa1cd2c52 fix segfault with 'B' format param 2006-06-27 15:06:18 +00:00
Hannes Magnusson
e18bb1ce3d Fix/add SKIPIF 2006-06-27 00:09:23 +00:00
Hannes Magnusson
703e08015d Fix test 2006-06-26 23:42:43 +00:00
Antony Dovgal
98889cc198 add new tests 2006-06-26 23:41:51 +00:00
Antony Dovgal
dfc2fd651c zero-terminate strings produced with FORCE_DEFLATE 2006-06-26 23:22:45 +00:00
Antony Dovgal
ffac3d3c1b MFB: don't try to inflate empty strings 2006-06-26 22:53:42 +00:00
Antony Dovgal
887337a84f add new tests, improve the old ones 2006-06-26 22:20:55 +00:00
Hannes Magnusson
29ca8007ee Add arginfo for sys_getloadavg()
iUpdate arginfo for base64_decode()
2006-06-26 22:19:04 +00:00
Hannes Magnusson
0cce3777ea MFB: bug #37244 (base64_decode violates RFC 3548)
-Add test
2006-06-26 22:17:43 +00:00
Antony Dovgal
d4bb248ae0 detect empty mode string and avoid off-by-one 2006-06-26 21:13:22 +00:00
Hannes Magnusson
e9c59b98ac MFB: sys_getloadavg() 2006-06-26 20:28:30 +00:00
Hannes Magnusson
992ffac970 MFB: saveXML() -> asXML() alias 2006-06-26 15:36:45 +00:00
Hannes Magnusson
7589f995c9 Removed obsolete arg_info include 2006-06-26 14:10:57 +00:00
Dmitry Stogov
ce56c376df Fixed bug #37862 (Integer pointer comparison to numeric value) 2006-06-26 13:31:37 +00:00
Rasmus Lerdorf
157ce4f35e Cleaner fix 2006-06-26 13:10:31 +00:00
Rasmus Lerdorf
eef9835bb1 sapi_getenv() estrdups the returned string now, so we need to free it 2006-06-26 13:03:41 +00:00
Hannes Magnusson
731c3e4db0 Removed custom deprecate error messages
Use the fancy ZEND_ACC_DEPRECATED flag.
2006-06-26 11:31:19 +00:00
Hannes Magnusson
f4ea75f240 Added argument info
(forces user-space filters to register correct arguments)
Added tests
2006-06-25 22:51:55 +00:00
Antony Dovgal
361c7da159 MFB: improve test 2006-06-25 21:23:38 +00:00
Hannes Magnusson
3f2f258517 Enabled image_type_to_extension() which has been in cvs for 2,5 years now..
Added test
2006-06-25 20:52:34 +00:00
Hannes Magnusson
57e8133427 Fixed image_type_to_extension()
Added support for IMAGETYPE_JPX & IMAGETYPE_JB2
2006-06-25 20:51:31 +00:00
Hannes Magnusson
bf0a79d381 Updated protos
Fixed vim folding
2006-06-25 19:19:31 +00:00
Hannes Magnusson
9f96f0340b Argument info 2006-06-25 19:17:20 +00:00
Andrei Zmievski
ef263f219c A lot of work on making TextIterator support propert codepoint-level
offsets and making it more robust in general.
2006-06-24 21:57:14 +00:00
Marcus Boerger
233a322f1e - Fix ReflectionObject::getProperties() + dyn properties 2006-06-24 18:53:51 +00:00
Andrei Zmievski
72df9946d2 - Remove support for code units in TextIterator (people shouldn't be
examining individual code units anyway)
- Add offset() method.
- Add optional locale parameter to the constructor.
2006-06-24 18:18:38 +00:00