Ilia Alshanetsky
43fca8a3f8
Fixed bug #38394 (PDO fails to recover from failed prepared statement
...
execution).
2006-08-09 14:45:00 +00:00
Antony Dovgal
946594bb6b
MFH: fix #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable)
2006-08-09 12:15:43 +00:00
Michael Wallner
98d58a80c9
MFH: implement #38357 (dbase_open can't open DBase 3 dbf file)
2006-08-08 15:55:27 +00:00
Ilia Alshanetsky
d58b3869a7
Fixed bug #38377 (session_destroy() gives warning after
...
session_regenerate_id()).
2006-08-08 14:54:49 +00:00
Antony Dovgal
cf3b6416c4
tix fypo
2006-08-08 13:49:27 +00:00
Marcus Boerger
c1c2a0d294
- MFH Fixed Bug #38064 ignored constructor visibility
2006-08-07 23:24:33 +00:00
Dmitry Stogov
f5543a428d
Fixed bug #38287 (static variables mess up global vars)
2006-08-07 15:15:22 +00:00
Marcus Boerger
e038500be3
- Fix bug #38290
2006-08-07 07:57:12 +00:00
Christian Stocker
42982ac3a1
Fix #38354 (Unwanted reformatting of XML when using AsXML)
2006-08-06 19:38:45 +00:00
Antony Dovgal
07b5c8fe2a
MFH: fix #38347 (Segmentation fault when using foreach with an unknown/empty SimpleXMLElement)
2006-08-06 17:41:51 +00:00
Ilia Alshanetsky
b20b73cdb1
Fixed bug #37265 (Added missing safe_mode & open_basedir checks to
...
imap_body()).
2006-08-04 20:31:19 +00:00
Antony Dovgal
afcbbe2b86
MFH: fix #38322 (reading past array in sscanf() leads to arbitary code execution)
2006-08-04 11:50:15 +00:00
Ilia Alshanetsky
499ca00476
Fixed bug #38303 (spl_autoload_register() supress all errors silently).
2006-08-03 14:49:11 +00:00
Antony Dovgal
5cff1c6e7e
MFH: fix #38276 (file_exists() works incorrectly with long filenames on Windows)
2006-08-03 14:17:58 +00:00
Dmitry Stogov
58c2278284
Added version specific registry keys to allow different configurations for different php version.
2006-08-03 13:54:05 +00:00
Dmitry Stogov
c946b4d1b2
In addtion to path to php.ini, PHPRC now may specify full file name
2006-08-03 11:04:52 +00:00
Dmitry Stogov
29e1530cd7
Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIs
2006-08-03 09:56:50 +00:00
Ilia Alshanetsky
4eecfca79c
Fixed bug #38213 , #37611 , #37571 (wddx encoding fails to handle certain
...
characters).
2006-08-02 15:44:33 +00:00
Antony Dovgal
0c4ef446e2
MFH: fix #38289 (segfault in session_decode() when _SESSION is NULL)
2006-08-02 09:16:52 +00:00
Ilia Alshanetsky
7f52671781
Fixed bug #38168 (Crash in pdo_pgsql on missing bound parameters).
2006-08-01 16:31:29 +00:00
Antony Dovgal
ad3ad9bb79
MFH: fix #38269 (fopen wrapper doesn't fail on invalid hostname with curlwrappers enabled)
2006-08-01 13:28:03 +00:00
Antony Dovgal
d14b107e5b
BFN
2006-08-01 12:04:20 +00:00
Antony Dovgal
bf41e955ed
BFN
2006-08-01 08:32:59 +00:00
Ilia Alshanetsky
c6ace95236
Fixed bug #37445 (Fixed crash in pdo_mysql resulting from premature object
...
destruction).
2006-07-31 20:18:11 +00:00
Christian Stocker
197396c14e
make a NEWS entry about
...
- Fixed XSLTProcessor::importStylesheet() to return TRUE on success
2006-07-31 12:56:52 +00:00
Antony Dovgal
f5b5d34a27
MFH: fix #37581 (oci_bind_array_by_name clobbers input array when using SQLT_AFC, AVC)
2006-07-31 10:30:23 +00:00
Pierre Joye
6394756dae
- #36732 entry
...
- move openssl bug fixes
2006-07-31 00:41:45 +00:00
Antony Dovgal
aa1ced04cb
MFH: fix #38173 (Freeing nested cursors causes OCI8 to segfault)
2006-07-30 20:51:24 +00:00
Pierre Joye
fb1c592640
- group openssl entries
2006-07-30 17:10:06 +00:00
Pierre Joye
5def392ce1
- 38261: openssl_x509_parse leaks with invalid certs
2006-07-30 16:26:20 +00:00
Antony Dovgal
168f53b72b
fix bug #38253 (PDO produces segfault with default fetch mode)
...
add test
2006-07-30 11:19:56 +00:00
Pierre Joye
9de24788d6
- entry for #37820 and leak
2006-07-29 22:30:22 +00:00
Ilia Alshanetsky
726dee9ee3
ext/standard/info.c ext/standard/info.h
2006-07-28 14:23:35 +00:00
Antony Dovgal
a28a95c11a
MFH: patch for #37846 (wordwrap() wraps incorrectly)
...
by Dmitry Kononov <ddk at krasn dot ru>
2006-07-28 12:23:18 +00:00
Ilia Alshanetsky
4c2d752fb1
Fixed a bug in the filter extension that prevented magic_quotes_gpc from
...
being applied when RAW filter is used.
2006-07-27 18:14:55 +00:00
Ilia Alshanetsky
7ba86d078f
Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST).
2006-07-27 15:37:56 +00:00
Ilia Alshanetsky
e5a1182304
Fixed bug #38224 (session extension can't handle broken cookies).
2006-07-27 14:00:13 +00:00
Ilia Alshanetsky
af48ecfc87
Fixed bug #38229 (strtotime() does not parse YYYY-MM format).
2006-07-27 13:00:00 +00:00
Dmitry Stogov
a98e5c674f
Fixed bug #38234 (Exception in __clone makes memory leak)
2006-07-27 10:44:03 +00:00
Dmitry Stogov
ee97ffd887
Fixed bug #38047 ("file" and "line" sometimes not set in backtrace from inside error handler)
2006-07-27 08:20:38 +00:00
foobar
f58da213ff
MFH: - Fixed bug #37164 (snmp_set_oid_numeric_print() misbehaves)
...
MFH: . Renamed the function to snmp_set_oid_output_format() which describes
MFH: it's behaviour better. Old one was left as an alias for it.
MFH: . Added 2 new constants: SNMP_OID_OUTPUT_FULL and SNMP_OID_OUTPUT_NUMERIC
MFH: - Fixed some memleaks
2006-07-27 05:17:34 +00:00
foobar
67a82e5106
MFH: - Fixed bug #37564 (AES privacy encryption not possible due to net-snmp 5.2 compatibility issue)
2006-07-26 23:57:43 +00:00
Dmitry Stogov
30f4d3f959
Fixed bug #38220 (Crash on some object operations)
2006-07-26 15:29:27 +00:00
foobar
d8cd2d24d5
fix news
2006-07-26 12:07:13 +00:00
Pierre Joye
9db0e7cc3a
- 38212 & 38214
2006-07-26 10:06:10 +00:00
Dmitry Stogov
e447baafa1
Fixed bug #38211 (variable name and cookie name match breaks script execution)
2006-07-26 09:24:26 +00:00
Antony Dovgal
65626296da
MFH: fix bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory)
2006-07-26 08:03:48 +00:00
Ilia Alshanetsky
e11e2a137c
Fixed bug #38132 (ReflectionClass::getStaticProperties() retains \0 in key
...
names).
2006-07-25 14:06:52 +00:00
Dmitry Stogov
356facf4af
Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argument allows get memory size allocated by emalloc() (by default) or real size of memory allocated from system.
2006-07-25 13:40:05 +00:00
Antony Dovgal
0a95528fc0
news entry
2006-07-25 13:24:53 +00:00