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 |
|
Antony Dovgal
|
e3cfc40cac
|
fix leak on failure
|
2006-08-09 11:49:06 +00:00 |
|
Antony Dovgal
|
4c5691bd02
|
MFH: fix #8112 (Persistent connections misbehave when Apache process times out)
|
2006-08-09 10:16:50 +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 |
|
Stanislav Malyshev
|
0617904d0a
|
fix bug with variables clobbered by longjmp
|
2006-08-08 13:34:14 +00:00 |
|
Antony Dovgal
|
03ee807824
|
zend_hash_get_current_key_ex() returns string_len + 1, so we need to subtract 1 to get the real length
|
2006-08-08 13:12:00 +00:00 |
|
Pierre Joye
|
6dbb90af21
|
- fix compiler warnings
|
2006-08-08 11:56:36 +00:00 |
|
Antony Dovgal
|
6277ba98d9
|
there is no realiable way to detect memrchr() presence because of a mess in glibc
so let's use our own implementation
|
2006-08-08 10:54:24 +00:00 |
|
Pierre Joye
|
1f69ad5aa1
|
- compiler warnings
|
2006-08-08 10:36:58 +00:00 |
|
Antony Dovgal
|
1a4b715ef2
|
use memrchr/zend_memrchr instead of strrchr
|
2006-08-08 10:22:25 +00:00 |
|
Antony Dovgal
|
9596bda7fc
|
add new test
|
2006-08-08 09:51:06 +00:00 |
|
Derick Rethans
|
5794832a72
|
- Added some docs here so that nobody needs to figure it out once more.
|
2006-08-08 09:46:46 +00:00 |
|
Antony Dovgal
|
b8617a6183
|
add zend_memrchr()
|
2006-08-08 09:41:09 +00:00 |
|
Marcus Boerger
|
05206b42d8
|
- Speling
|
2006-08-08 00:40:19 +00:00 |
|
Marcus Boerger
|
efc6ff0c39
|
- Test name must not be more than a single line
|
2006-08-07 23:28:05 +00:00 |
|
Marcus Boerger
|
c1c2a0d294
|
- MFH Fixed Bug #38064 ignored constructor visibility
|
2006-08-07 23:24:33 +00:00 |
|
Antony Dovgal
|
886d302575
|
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:40 +00:00 |
|
Pierre Joye
|
f6b6f0a2f9
|
- should not have been commited
|
2006-08-07 20:28:03 +00:00 |
|
Antony Dovgal
|
8a3002d933
|
fix types of the variables
|
2006-08-07 20:23:35 +00:00 |
|
Ilia Alshanetsky
|
194b309d2d
|
Fixed memory leak with persistent connections
|
2006-08-07 17:32:13 +00:00 |
|
Ilia Alshanetsky
|
23a7a275ed
|
Removed extra byte
|
2006-08-07 16:53:12 +00:00 |
|
Dmitry Stogov
|
f5543a428d
|
Fixed bug #38287 (static variables mess up global vars)
|
2006-08-07 15:15:22 +00:00 |
|
Rob Richards
|
ee82fb781a
|
should be RETURN_ not RETVAL_
|
2006-08-07 10:15:12 +00:00 |
|
Rob Richards
|
65ae8773b5
|
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:09:52 +00:00 |
|
Antony Dovgal
|
4b77e7f2f7
|
nuke unused variable
|
2006-08-07 09:49:53 +00:00 |
|
Marcus Boerger
|
fdf1ee39e4
|
- Update
|
2006-08-07 08:34:40 +00:00 |
|
Marcus Boerger
|
e038500be3
|
- Fix bug #38290
|
2006-08-07 07:57:12 +00:00 |
|
Antony Dovgal
|
6c75d82997
|
use -O0 with --enable-debug
|
2006-08-06 20:46:02 +00:00 |
|
Antony Dovgal
|
b9b1984646
|
fix test
|
2006-08-06 20:17:51 +00:00 |
|
Antony Dovgal
|
1a58ec5156
|
add test
|
2006-08-06 20:10:19 +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 |
|
Antony Dovgal
|
861c55b417
|
long -> int
|
2006-08-06 14:09:58 +00:00 |
|
Marcus Boerger
|
444f1f2da3
|
- MFH Fix cvs access through SplFileObject
|
2006-08-06 13:47:51 +00:00 |
|
Antony Dovgal
|
218aa04f79
|
avoid extra strlen() call
|
2006-08-06 13:27:46 +00:00 |
|
Antony Dovgal
|
a1a42253d9
|
fix PECL bug #7827
add small optimization
|
2006-08-05 20:56:43 +00:00 |
|
Antony Dovgal
|
3eea546142
|
MFH
|
2006-08-05 13:17:50 +00:00 |
|
Ilia Alshanetsky
|
305f597696
|
Improved fix for bug #37671
|
2006-08-04 22:13:59 +00:00 |
|
Antony Dovgal
|
8e4334159c
|
revert previous patch
|
2006-08-04 20:55:00 +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
|
d17c2ec46d
|
add new test
|
2006-08-04 15:01:37 +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 |
|
Antony Dovgal
|
00bc797b68
|
fix test
|
2006-08-04 08:11:47 +00:00 |
|
Derick Rethans
|
2e55464f80
|
- There is a 2.3 now as well.
|
2006-08-04 06:48:20 +00:00 |
|
Antony Dovgal
|
60ea962aa3
|
fix leak in php_sapi_filter()
|
2006-08-03 19:35:23 +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 |
|