Dmitry Stogov
2dd2ac6d50
Fixed bug #40883 (mysql_query() is allocating memory incorrectly). (Tony)
2007-03-23 07:59:26 +00:00
Ilia Alshanetsky
57a88f71d5
Added -- test case
2007-03-22 23:34:14 +00:00
Douglas Goldstein
4b39efa0ee
Replaced all instances of ldap_get_values() with ldap_get_values_len(), which returns back the length of the data so on non-NULL terminated data we don't crash in a strlen(). Removed the PHP function ldap_get_values() since it's the same thing as ldap_get_values_len() now and made it alias ldap_get_values_len(). This should fix some random PHP<->LDAP crashes
2007-03-22 21:50:34 +00:00
Johannes Schlüter
d95939d566
- MFH: Fix handling of not existing long CLI options
2007-03-22 21:35:41 +00:00
Wez Furlong
76329a99f0
Add php_pdo_sqlite_external.dll to windows build.
...
This allows the user to provide their own version of sqlite3.dll.
The php_pdo_sqlite.dll is still there, and will continue to be there.
It is built from the bundled sources.
[[DOC]]
(this should cc: phpdoc, if it's wrong, please let the docs folks know :-)
2007-03-22 01:00:23 +00:00
Marcus Boerger
68c1c83149
- MFH Fix issue with long form of command line switches
2007-03-21 23:20:21 +00:00
Derick Rethans
b7a791827c
- Revert this patch, as the code was incorrect.
...
- It was also not committed to HEAD.
2007-03-21 09:40:33 +00:00
Ilia Alshanetsky
5abffb51b6
Fixed bug #40861 (Multiple +/- on relative units breaks strtotime()).
2007-03-21 00:25:55 +00:00
Marcus Boerger
4c1c431a38
- MFH Fix Bug #40872 (inconsistency in offsetSet, offsetExists treatment
...
of string enclosed integers)
2007-03-20 20:28:08 +00:00
Marcus Boerger
6081c2284e
- MFH Optional dependency for SPL must be specified in header
2007-03-20 20:00:27 +00:00
Antony Dovgal
e8bd8d03b3
BFN
2007-03-20 19:39:27 +00:00
Antony Dovgal
17d89125b2
MFH: fix shmop_open() with IPC_CREAT|IPC_EXCL flags on win32
2007-03-20 17:57:59 +00:00
Dmitry Stogov
3ee54ce924
Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.
2007-03-20 09:52:14 +00:00
Dmitry Stogov
ef06bfa3ec
Fixed bug #36226 (Inconsistent handling when passing nillable arrays)
2007-03-20 07:51:32 +00:00
Dmitry Stogov
d514bf27a6
Improved Zend Memory Manager to guarantee reasonable time for worst cases of best-fit free block searching algorithm.
2007-03-20 06:46:48 +00:00
Ilia Alshanetsky
13aac95bfc
Fixed bug #40854 (imap_mail_compose() creates an invalid terminator for
...
multipart e-mails).
2007-03-19 22:56:57 +00:00
Dmitry Stogov
b0a875104e
Fixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved via __get())
2007-03-19 18:31:30 +00:00
Antony Dovgal
ddc07c90b6
new test
2007-03-19 08:11:14 +00:00
Edin Kadribasic
e77f670ba0
Make DLL only once (Wez)
2007-03-19 03:15:48 +00:00
Rob Richards
ded5324d49
BFN
2007-03-18 21:31:57 +00:00
Rob Richards
b172d3f8cd
MFH: fix bug #40836 (Segfault in ext/dom)
...
add test
2007-03-18 21:31:05 +00:00
Wez Furlong
ff0864ebac
BFN, #40848
2007-03-18 20:21:43 +00:00
Wez Furlong
16fc958508
fixes #40848
2007-03-18 20:20:23 +00:00
Ilia Alshanetsky
89939e13d6
Fixed MOPB-26-2007 mb_parse_str() can be used to activate register_globals
...
# Discovered by Stefan Esser
2007-03-18 16:36:13 +00:00
Antony Dovgal
8e67ec8225
MFH: fix #40794 (ReflectionObject::getValues() may crash when used with dynamic properties)
2007-03-17 23:00:49 +00:00
Antony Dovgal
722287a538
fix tests
2007-03-17 19:16:17 +00:00
Stanislav Malyshev
7b7dcc89f3
fix spprintf usage
2007-03-16 21:59:23 +00:00
Stanislav Malyshev
d0c229d4cb
clarify
2007-03-16 21:49:56 +00:00
Stanislav Malyshev
b44c524b7c
array_user_key_compare() fix
2007-03-16 19:58:19 +00:00
Stanislav Malyshev
a424d65e0b
add test
2007-03-16 19:55:21 +00:00
Stanislav Malyshev
90eff54400
Fix UMR in array_user_key_compare() (MOPB24 by Stefan Esser)
2007-03-16 19:38:58 +00:00
Antony Dovgal
c0aae895c6
BFN
2007-03-16 09:31:20 +00:00
Sebastian Bergmann
d3cb98caf0
Fugbix typo.
2007-03-16 06:41:24 +00:00
Antony Dovgal
6a45f716ae
fix #40805 (Failure executing function ibase_execute())
2007-03-15 22:33:04 +00:00
Antony Dovgal
bfb599b067
BFN
2007-03-15 16:44:35 +00:00
Antony Dovgal
79ed194a64
fix #40815 (using strings like "class::func" and static methods in set_exception_handler() might result in crash)
2007-03-15 16:44:12 +00:00
Antony Dovgal
f6536ed2b2
MFH: remove unnecessary warning in case of exception
2007-03-14 23:47:44 +00:00
Ilia Alshanetsky
7aab16c333
Fixed MOPB-22-2007:PHP session_regenerate_id() Double Free Vulnerability
...
# Discovered by Stefan Esser
2007-03-14 19:37:07 +00:00
Antony Dovgal
f9d54cbb75
MFH: fix #40750 (openssl stream wrapper ignores default_stream_timeout)
2007-03-14 19:22:14 +00:00
Pierre Joye
b85f4d4077
- leak in extract
2007-03-14 16:36:16 +00:00
Pierre Joye
6e074459fc
- add ::open to the safemode check entry
2007-03-14 15:10:37 +00:00
Ilia Alshanetsky
5ed63dd8a9
Fixed a possible memory leak on open_basedir validation
2007-03-14 15:02:20 +00:00
Pierre Joye
fc3a62ed48
- MFH: openbasedir and safemode check in ::open()
2007-03-14 12:06:20 +00:00
Antony Dovgal
6e47537a01
BFN
2007-03-14 11:58:18 +00:00
Antony Dovgal
e5b5f00949
MFH: fix #40800 (cannot disable memory_limit with -1)
2007-03-14 11:58:05 +00:00
Timm Friebe
b9bc7c55d4
- Changed message handler also to handle message #11021
...
- Adjusted expected output
# Seems newer Sybase versions yielf different error codes for getdate(NULL)
2007-03-14 11:57:45 +00:00
Timm Friebe
ca75503c8f
- Fixed segmentation fault in sybase_connect()
...
# This was introduced by changing sprintf -> spprintf and resulted
# from passing a char* to spprintf() instead of a char**
2007-03-14 11:48:49 +00:00
Timm Friebe
142357d445
- Changed expected output
...
# select getdate() returns something like "Mar 14 2007 12:44PM", we
# were checking for one additional (nonexistant) whitespace after "Mar"
# which was wrong. Don`t know when and how this changed
2007-03-14 11:46:06 +00:00
Timm Friebe
d8ed658b78
- Changed expected output
...
# Due to var_export() & __set_state() changes
2007-03-14 11:44:24 +00:00
Pierre Joye
b40b5b5305
- MFH: Fixed possible relative path issues in zip_open in TS mode (old API)
2007-03-14 11:32:25 +00:00