Commit Graph

18753 Commits

Author SHA1 Message Date
Antony Dovgal
c1b3a17034 new tests 2006-08-15 08:53:55 +00:00
Michael Wallner
7fc16dec3e - fix leak when cloning DateTimeZone, detected by Antony
- don't fetch objects multiple times when cloning
2006-08-15 06:53:02 +00:00
Andrei Zmievski
bd927905ee Unicode support for strcoll(). 2006-08-14 22:00:46 +00:00
Andrei Zmievski
aa9de18ef5 Unicode support for str_split(). 2006-08-14 21:04:50 +00:00
Andrei Zmievski
01e677b37b Unicode support in chunk_split(). 2006-08-14 20:43:23 +00:00
Michael Wallner
62f04bba34 - add cloning support to DateTime classes 2006-08-14 20:02:52 +00:00
Frank M. Kromann
17fc75214d Cleanup before reusing failed persistant connection. Better formating of timestamp and decimal values 2006-08-14 18:39:30 +00:00
Ilia Alshanetsky
5c01690d9b MFB: Upgraded libsqlite in pdo_sqlite to 3.3.7 2006-08-14 16:35:23 +00:00
Pierre Joye
3717342c9f - MFB: nuke unused parameter (not present in old versions) 2006-08-14 15:39:28 +00:00
Nuno Lopes
a313548528 MFB: static keywording 2006-08-14 15:17:03 +00:00
Nuno Lopes
d3eac2892f MFB: a few more static keywording 2006-08-14 14:54:19 +00:00
Edin Kadribasic
56a821ec02 Fixed windows build.
Looking at the macro definition it seems that the second argument
to U_STRING_DECL can only be a string literal, not an indetifier.
2006-08-14 11:59:07 +00:00
Rob Richards
71613983c0 MFB: fix bug #38424 (Different attribute assignment if new or existing)
add test
2006-08-14 11:58:49 +00:00
Rob Richards
e1fa06393d MFB: fix underlying issue for bug #38438 2006-08-14 11:29:49 +00:00
Antony Dovgal
cf400175ea fix segfault and leak in ext/xmlrpc
add tests
2006-08-14 08:15:44 +00:00
Pierre Joye
65c16fdbeb - locateName should not change the state/error, can be used to test
an entry
2006-08-13 23:39:57 +00:00
Pierre Joye
6f10c89a53 - remove all safe mode checks instead of borking the sources...Y 2006-08-13 20:54:27 +00:00
Pierre Joye
4ca1cc32e8 - package.xml is not needed here, only in pecl 2006-08-13 20:26:40 +00:00
Pierre Joye
faa0291462 - add overwrite mode to ZipArchive::open, always starts a new archive
- fix build with php6
- remove safemode when built against php6
2006-08-13 20:16:48 +00:00
Pierre Joye
926d018ea6 - remove dl() usage 2006-08-13 19:06:46 +00:00
Ilia Alshanetsky
a41723d0f4 MFB: Fixed bug #38438 (DOMNodeList->item(0) segfault on empty NodeList) 2006-08-13 15:03:19 +00:00
Marcus Boerger
2c2125ad56 - Add link 2006-08-13 10:37:46 +00:00
Ilia Alshanetsky
cd6521ce30 PHP 6 does not have safe_mode 2006-08-11 18:06:28 +00:00
Antony Dovgal
8c434708ef fix #38431 (xmlrpc_get_type() crashes PHP on objects) 2006-08-11 17:41:49 +00:00
Nuno Lopes
70923e7011 MFB5.2: fix #38402 (wrong proto for Array*::offsetGet()) 2006-08-11 17:06:19 +00:00
Ilia Alshanetsky
bf4b74eb01 MFB: Extend safe_mode/open_basedir checks to imap_reopen() as well. 2006-08-11 15:09:43 +00:00
Antony Dovgal
d3bb8d11f9 fix test 2006-08-11 10:36:07 +00:00
Ilia Alshanetsky
9a07b46e00 MFB: fix proto 2006-08-10 21:11:00 +00:00
Ilia Alshanetsky
fa48ce6810 MFB: Various security fixes 2006-08-10 19:02:32 +00:00
Ilia Alshanetsky
b97c393f87 MFB: Added support for httpOnly flag for session extension and cookie
setting functions.
2006-08-10 13:56:54 +00:00
Antony Dovgal
3cf1565d90 typos in comments and other minor improvements 2006-08-10 13:44:00 +00:00
Antony Dovgal
d04a797cc6 add test 2006-08-10 12:20:28 +00:00
Antony Dovgal
4e792c3ead improve connection character set detection:
* output a warning if invalid character set was passed to the function
* use NLS_LANG by default
2006-08-10 12:15:24 +00:00
Antony Dovgal
8a159b3efc initialize variable 2006-08-10 09:31:24 +00:00
Antony Dovgal
6ca1ce9986 fix test 2006-08-09 20:34:00 +00:00
Antony Dovgal
704dc9be61 fix ZTS build 2006-08-09 20:31:06 +00:00
Andrei Zmievski
8d953e611d Unicode support for str_shuffle(). 2006-08-09 20:19:06 +00:00
Andrei Zmievski
7201041bc0 Upgrade str_rot13() to work with IS_UNICODE type. 2006-08-09 20:03:22 +00:00
Antony Dovgal
051248b021 wrong directory 2006-08-09 18:37:39 +00:00
Frank M. Kromann
4fef78869b Fix ZTS builds 2006-08-09 18:15:06 +00:00
Andrei Zmievski
533196671f addcslashes() and stripcslashes() should work only on binary strings. 2006-08-09 17:40:21 +00:00
Antony Dovgal
3f0e0d1263 update 2006-08-09 15:27:26 +00:00
Antony Dovgal
e16bd0c0f0 add support for NCLOBs
fix #35973 (Error ORA-24806 occurs when trying to fetch a NCLOB field)
2006-08-09 15:23:50 +00:00
Ilia Alshanetsky
f148d3fa4c MFB: Fixed bug #38394 (PDO fails to recover from failed prepared statement
execution).
2006-08-09 14:46:35 +00:00
Antony Dovgal
14bab82ab3 update changelog and file list 2006-08-09 12:20:45 +00:00
Antony Dovgal
225fb6a51a fix #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable) 2006-08-09 12:13:30 +00:00
Antony Dovgal
783bcdde3e oops, wrong directory 2006-08-09 12:12:10 +00:00
Antony Dovgal
f9fd102d73 fix leak on failure 2006-08-09 11:48:50 +00:00
Antony Dovgal
689f3a92b5 fix #8112 (Persistent connections misbehave when Apache process times out) 2006-08-09 10:16:20 +00:00
Antony Dovgal
fddbbb0831 fix test 2006-08-08 22:05:20 +00:00