Commit Graph

18635 Commits

Author SHA1 Message Date
Ilia Alshanetsky
45910673a8 MFB: Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle certain
characters).
2006-08-02 15:45:29 +00:00
Ilia Alshanetsky
9829b0c1ff MFB: Expose the xml_utf8_encode function. 2006-08-02 15:22:56 +00:00
Antony Dovgal
7205725d75 init variable, eliminate compile warning 2006-08-02 10:04:02 +00:00
Antony Dovgal
9b63740847 fix #38289 (segfault in session_decode() when _SESSION is NULL) 2006-08-02 09:15:13 +00:00
Dmitry Stogov
be56f79c6f zts fix 2006-08-02 07:54:41 +00:00
Andrei Zmievski
263d329acd Fix leaks. 2006-08-02 02:11:56 +00:00
Antony Dovgal
eeede0fa1e implement my own FR #36995
nuke unused variable
2006-08-01 22:41:33 +00:00
Andrei Zmievski
b67e1d9f92 Add SORT_LOCALE_STRING support to array_multisort() and mark it with U. 2006-08-01 22:28:26 +00:00
Andrei Zmievski
7b0fc1bb1c Whew. Fix up extract to params API, Unicode support, and simplify it as
well.
2006-08-01 21:50:44 +00:00
Michael Wallner
f4521581b7 - update test 2006-08-01 16:49:08 +00:00
Michael Wallner
f1ff6fb935 - use library error message on time string parse failure 2006-08-01 16:45:24 +00:00
Ilia Alshanetsky
329a7b6301 Fixed build (added missing functions) 2006-08-01 16:37:11 +00:00
Ilia Alshanetsky
378b1181c2 MFB: Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters). 2006-08-01 16:32:30 +00:00
Dmitry Stogov
e0b7e95935 Unicode support 2006-08-01 16:10:25 +00:00
Michael Wallner
c5db30db85 - fix leaks on multiple calls to DateTime::__construct()
- throw exception on unparseable time strings in DateTime::__construct()
# I guess I'm done now
2006-08-01 15:54:45 +00:00
Ilia Alshanetsky
06bc5e1b46 MFB: Fixed memory leak on unused bound name parameters. 2006-08-01 15:06:12 +00:00
Michael Wallner
6582daf259 - OO fixes:
. no is_ref for objects in PHP5+
  . initialize objects when created with the `new` operator
  . check for proper initialization in child classes
- fix typo: transistion -> transition
- add test
2006-08-01 13:27:41 +00:00
Antony Dovgal
54b14feba5 fix #38269 (fopen wrapper doesn't fail on invalid hostname with curlwrappers enabled) 2006-08-01 13:26:56 +00:00
Antony Dovgal
0c2449923c improve error message on Win32 2006-08-01 12:08:10 +00:00
Antony Dovgal
873b6d87c6 fix #38278 (session_cache_expire()'s value does not match phpinfo's session.cache_expire) 2006-08-01 08:31:37 +00:00
Ilia Alshanetsky
0af6ef771e MFB: Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature
object destruction).
2006-07-31 20:19:18 +00:00
Dmitry Stogov
ac7333ce60 Reimplemented SoapServer and SoapClient classes using ZE2 object API.
All internal properties are hidden now.
2006-07-31 16:02:04 +00:00
Christian Stocker
304816bf78 return false instead of null, if it's an invalid document
(MFB)
2006-07-31 13:07:44 +00:00
Christian Stocker
b59ad4f938 return true, if xsl import did work 2006-07-31 12:51:08 +00:00
Antony Dovgal
06aa83600e fix #37581 (oci_bind_array_by_name clobbers input array when using SQLT_AFC, AVC) 2006-07-31 10:28:46 +00:00
Ilia Alshanetsky
270a5b8bb1 MFB: Fixed compiler warning. 2006-07-31 03:41:43 +00:00
Pierre Joye
7cd4c92c1a - MFB: #36732, add req_extensions support to openssl_csr_new and _sign
(ben at psc dot edu)
- MFB: fix leaks in openssl_csr_new and sig
2006-07-31 00:36:10 +00:00
Antony Dovgal
996f79343c update changelog 2006-07-30 20:53:10 +00:00
Antony Dovgal
5cf81310c7 fix #38173 (Freeing nested cursors causes OCI8 to segfault) 2006-07-30 20:50:53 +00:00
Pierre Joye
6dc7a18d7c - #28382, add support for x509 extensions 2006-07-30 17:02:28 +00:00
Pierre Joye
30901dc4cd - MFB: #38261, openssl_x509_parse leaks with invalid certs 2006-07-30 16:27:03 +00:00
Antony Dovgal
6636721261 improve checks and fix #38251 2006-07-30 11:54:11 +00:00
Antony Dovgal
c3d64c7024 fix compile warnings (#38257) 2006-07-30 11:33:49 +00:00
Antony Dovgal
34cfab8e7c MFB: bug #38253 (PDO produces segfault with default fetch mode)
add test
2006-07-30 11:20:41 +00:00
Pierre Joye
33cfa68757 - MFB: silent compiler warnins (signess) 2006-07-30 09:18:24 +00:00
Pierre Joye
9d93ae55c6 - MFB: vi happiness 2006-07-30 08:28:49 +00:00
Pierre Joye
5016f0d0e9 - make the test more obvious and add an explanation 2006-07-29 23:03:38 +00:00
Antony Dovgal
9941fd7185 MFB: improve test 2006-07-29 22:41:35 +00:00
Pierre Joye
3a2fb91020 - #38255, fails on array as well 2006-07-29 22:39:52 +00:00
Pierre Joye
cd314aea49 - MFH: #38255, fix possible leak in php_openssl_evp_from_zval 2006-07-29 22:24:49 +00:00
Pierre Joye
1329f72f90 - #37820, add support for algorithm type in openssl_verify() 2006-07-29 21:54:46 +00:00
Seiji Masugata
317bedda3f fix tests. 2006-07-29 17:09:59 +00:00
Pierre Joye
2725e485ba - MFH: #8315, float is affected too 2006-07-29 12:46:16 +00:00
Pierre Joye
cadd5e2ee9 - MFH: #8315, NULL character stops the validation 2006-07-29 01:27:47 +00:00
Hannes Magnusson
e78e8ab2ec MFB: Update test 2006-07-28 16:32:54 +00:00
Ilia Alshanetsky
f6b0244790 MFB: cleanup of the phpinfo() output. 2006-07-28 14:27:17 +00:00
Ilia Alshanetsky
321804b984 MFB: Cleanup phpinfo() output 2006-07-28 14:00:07 +00:00
Antony Dovgal
20b0975a43 fix test
I really hope there are no systems where /dev is a symlink
2006-07-28 13:47:41 +00:00
Antony Dovgal
f6de0063dd patch for #37846 (wordwrap() wraps incorrectly)
by Dmitry Kononov <ddk at krasn dot ru>
2006-07-28 12:21:34 +00:00
Pierre Joye
5c1deef202 - HEAD does not suppot magic_gpc 2006-07-28 08:18:24 +00:00