Commit Graph

35312 Commits

Author SHA1 Message Date
Antony Dovgal
9e8c4eb56d fix test 2006-08-08 09:23:11 +00:00
Antony Dovgal
8320b9a8f0 fix typo and invalid read 2006-08-08 08:59:51 +00:00
eba1941974 ChangeLog update 2006-08-08 01:30:51 +00:00
Marcus Boerger
2916886523 - Speling 2006-08-08 00:36:19 +00:00
Marcus Boerger
7bdb451318 - MFB Test name must not be more than a single line 2006-08-07 23:33:57 +00:00
Marcus Boerger
5e9acea82e - Fixed Bug #38064 ignored constructor visibility 2006-08-07 23:16:20 +00:00
Marcus Boerger
c7e5ab4d82 - Add new test 2006-08-07 23:12:59 +00:00
Antony Dovgal
8e20d96a8a fix test 2006-08-07 22:19:45 +00:00
Antony Dovgal
5f50f4ac84 fix test in unicode mode 2006-08-07 22:16:09 +00:00
Antony Dovgal
d8cef5a15d fix test 2006-08-07 22:14:15 +00:00
Antony Dovgal
004e6c6cf6 add missing UEXPECTF section 2006-08-07 21:51:06 +00:00
Antony Dovgal
439d6f98b6 fix test 2006-08-07 21:44:49 +00:00
Antony Dovgal
ec0269078d fix tests 2006-08-07 21:42:27 +00:00
Antony Dovgal
2c6e2a9afa suppress errors from date() if no date.timezone set
don't try to look for libtool if $sys_libtool_path is empty
2006-08-07 21:27:32 +00:00
Antony Dovgal
d0c9c06f5a fix test - class Date has been renamed
the test still fails, though...
2006-08-07 21:06:21 +00:00
Pierre Joye
dd76c0c737 - should not have been commited 2006-08-07 20:27:49 +00:00
Antony Dovgal
f1a098cbdc fix types, add missing parentheses 2006-08-07 20:22:33 +00:00
Ilia Alshanetsky
434704eaf0 MFB: Fixed memory leak with persistent connections 2006-08-07 17:33:20 +00:00
Ilia Alshanetsky
36be62c0e1 Removed extra byte 2006-08-07 16:54:16 +00:00
Dmitry Stogov
c021824fc1 Fixed bug #38287 (static variables mess up global vars) 2006-08-07 15:15:36 +00:00
Rob Richards
c7f8bace60 MFB: asXML() needs to return bool when serializing doc and filename is passed in
do not copy the content of the outputbuffer twice in asXML()
fix compiler warnings
2006-08-07 10:11:04 +00:00
Marcus Boerger
455f56c777 - Fix bug #38290 2006-08-07 07:54:58 +00:00
ea9a9bbf51 ChangeLog update 2006-08-07 01:30:56 +00:00
Antony Dovgal
92b7dfb890 use -O0 with --enable-debug 2006-08-06 20:45:42 +00:00
Antony Dovgal
9980f28f69 fix test 2006-08-06 20:17:42 +00:00
Antony Dovgal
2517da1a29 add test 2006-08-06 20:10:05 +00:00
Christian Stocker
92b3f6b90c Fix #38354 (Unwanted reformatting of XML when using AsXML)
(MFB)
2006-08-06 19:39:38 +00:00
Antony Dovgal
61312ae102 fix #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement) 2006-08-06 17:41:39 +00:00
Antony Dovgal
3e0a13fa9f long -> int 2006-08-06 14:09:46 +00:00
Marcus Boerger
42e59effea - Fix cvs access through SplFileObject 2006-08-06 13:47:21 +00:00
Antony Dovgal
2103816e06 avoid extra strlen() call, we have the length of the data 2006-08-06 13:27:38 +00:00
Marcus Boerger
73d7f02ddc - Fix test 2006-08-06 12:49:43 +00:00
9beb75da15 ChangeLog update 2006-08-06 01:30:57 +00:00
Antony Dovgal
688975a519 fix PECL bug #7827
add small optimization - no need to do anything if hash lookup failed, just move along
2006-08-05 20:56:12 +00:00
Antony Dovgal
ead46d043f yet another appempt to fix Windows bug
thanks Rob for the patch
2006-08-05 13:17:32 +00:00
Rob Richards
2008a88704 update tests
use binary strings for loadXML() method
2006-08-05 12:35:35 +00:00
Rob Richards
4c98426979 unicode changes 2006-08-05 12:33:34 +00:00
Rob Richards
38e29d008d update tests
use binary strings for XML() method
2006-08-05 12:32:54 +00:00
53d345a347 ChangeLog update 2006-08-05 01:31:02 +00:00
Andrei Zmievski
50cb40f389 Simplify strrchr(). 2006-08-04 23:20:04 +00:00
Ilia Alshanetsky
64710ee331 MFB: Improved fix for bug #37671 2006-08-04 22:14:10 +00:00
Andrei Zmievski
ad017699b1 Upgrade pathinfo() to Unicode support. 2006-08-04 21:06:11 +00:00
Andrei Zmievski
dda059708f Add add_assoc_zstr_ex() and related. 2006-08-04 21:05:59 +00:00
Andrei Zmievski
eeea7d3b50 I believe Rob indicated that XML() should take strictly a binary string. 2006-08-04 20:59:36 +00:00
Antony Dovgal
6f723d90bf revert previous patch, it's wrong 2006-08-04 20:54:44 +00:00
Ilia Alshanetsky
f2136c69c6 MFB: Fixed bug #37265 (Added missing safe_mode & open_basedir checks to
imap_body()).
2006-08-04 20:34:37 +00:00
Rob Richards
f85e695409 add unicode support
update test
2006-08-04 18:11:27 +00:00
Rob Richards
ae4d9f326c updated to use new modifier to specify converter 2006-08-04 18:10:02 +00:00
Andrei Zmievski
9ff2107cc1 Upgrade dirname() to support IS_UNICODE. 2006-08-04 18:09:46 +00:00
Andrei Zmievski
cb15b7d5ae Add macros to be able to initialize/return values based on zstr. 2006-08-04 18:08:31 +00:00