Nuno Lopes
8a77e55566
clean some dead code (with static analysis help)
2008-09-23 15:18:26 +00:00
Felipe Pena
a1d2b4d940
- BFN #46160
2008-09-23 12:17:50 +00:00
Felipe Pena
54231ab577
- MFH: Fixed bug #46160 (SPL - Memory leak when exception is throwed in offsetSet method)
2008-09-23 12:06:01 +00:00
Rob Richards
169e68ed1a
MFH: fix hints causing phpdoc crash
2008-09-22 15:09:46 +00:00
Felipe Pena
fa592702a7
- New test
2008-09-22 13:09:50 +00:00
Felipe Pena
084124fb37
- MFH: Fixed bug #46088 (RegexIterator::accept - segfault)
2008-09-22 13:09:09 +00:00
Greg Beaver
498ffbc84f
workaround for Bug #46147 for PHP < 5.2.7
2008-09-22 01:39:11 +00:00
Greg Beaver
17cfd5f24e
MF52 fix Bug #46147 : after stream seek, appending stream filter reads incorrect data
2008-09-22 01:26:14 +00:00
Ilia Alshanetsky
5c95af8be3
WS
2008-09-21 18:13:45 +00:00
George Wang
ffe4bd566f
*** empty log message ***
2008-09-21 02:38:32 +00:00
George Wang
0f4f00e3ae
disable core dump by default
2008-09-21 02:34:08 +00:00
Pierre Joye
f6b2e89ea6
- fix VC6 build
2008-09-20 23:10:16 +00:00
Arnaud Le Blanc
a7279c4457
MFH: Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c)
2008-09-20 22:12:43 +00:00
Dmitry Stogov
b6a4094c03
Fixed bug #46115 (Memory leak when calling a method using Reflection)
2008-09-19 12:48:33 +00:00
Andrey Hristov
bf20aa12c7
MFH:Fix for bug#46019 MySQLi::init() leaks memory
2008-09-19 11:38:46 +00:00
Scott MacVicar
ba2f507871
MFH: Show the library version currently loaded as well as the version the extension was compiled with. Useful for checking PHP is using the latest version.
2008-09-18 16:09:19 +00:00
Antony Dovgal
eaec817e1b
update tests
2008-09-18 12:16:15 +00:00
Scott MacVicar
d875c9f889
MFH: mhash algorithm parameter was modified when it was a zval, also update a test.
2008-09-18 11:59:13 +00:00
Rob Richards
766ad69755
BFN
2008-09-18 11:49:36 +00:00
Rob Richards
24e9b91193
MFH: fix bug #46099 (Xsltprocessor::setProfiling - memory leak)
2008-09-18 11:47:59 +00:00
Antony Dovgal
46ab8303e1
fix test
2008-09-18 08:40:02 +00:00
Ilia Alshanetsky
4732ab390c
Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on
...
multiple calls).
2008-09-17 23:27:53 +00:00
Dmitry Stogov
e46d328934
Fixed bug #46106 (Memory leaks when using global statement)
2008-09-17 15:11:28 +00:00
Dmitry Stogov
df9b7a1fe0
Fixed possible crash because of overriden error handler
2008-09-17 13:08:54 +00:00
Ilia Alshanetsky
fcc0fdd125
Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit).
2008-09-17 00:20:30 +00:00
Johannes Schlüter
2c98da2d17
MFH Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't work)
2008-09-16 23:35:50 +00:00
Felipe Pena
4c32eb9989
- BFN #46071
2008-09-16 23:02:16 +00:00
Felipe Pena
516ac7e726
- MFH: Fixed bug #46071 (finfo_open() segfaults with wrong file name on BSD)
2008-09-16 22:25:52 +00:00
Antony Dovgal
86660c69b7
MFH
2008-09-16 14:36:27 +00:00
Andrey Hristov
b429a84c2b
MFH:
...
Fix a crash introduced yesterday in mysqlnd, non-zts mode - missing if () for
STAT_LAST was accessing wrong memory thus overwritting method pointers.
Windows doesn't have atoll(), which is C99, C89 has only atoi() + atol().
Win has _atoi64, so use it.
2008-09-16 14:35:01 +00:00
Antony Dovgal
bbbb0f1ae5
fix test
2008-09-16 13:41:34 +00:00
Antony Dovgal
02022c766c
MFH: fix compile warning
2008-09-16 09:48:17 +00:00
Scott MacVicar
3940782c25
MFH: Fix memory leak in a few cases
2008-09-16 09:46:24 +00:00
Ilia Alshanetsky
e39d08794e
Fixed bug #46087 (DOMXPath - segfault on destruction of a cloned object).
2008-09-16 00:38:45 +00:00
Scott MacVicar
b845244370
Missed variable declaration.
2008-09-15 22:16:25 +00:00
Scott MacVicar
db907e5bc3
Fixed bug #46086 (Segfault when accessing fileinfo class property)
2008-09-15 22:13:25 +00:00
Andrey Hristov
8bb2465a51
MFH:
...
Add float conversions too. Float users should understand how float works!!!
2008-09-15 18:09:20 +00:00
Felipe Pena
2fced40b76
MFH: - Added E_ERROR in constructors
2008-09-15 18:07:16 +00:00
Derick Rethans
77ba4c0e07
- Updated to version 2008.6 (2008f)
2008-09-15 18:02:58 +00:00
Andrey Hristov
5f7bd521f0
MFH:Compile-in a string-to-int conversion for INT columns by default,
...
controlled by a ini setting.
2008-09-15 14:07:44 +00:00
Dmitry Stogov
1474d9dfad
Fixed bug #43053 (Regression: some numbers shown in scientific notation). (int-e at gmx dot de)
...
some 64bit test files may need to be fixed
2008-09-15 11:47:16 +00:00
Antony Dovgal
612c93b78b
add missing .cvsignore
2008-09-15 11:00:50 +00:00
Etienne Kneuss
6ebc3a8b9b
MFH: Fix #45656 (new Class silenting exceptions in autoloaders)
2008-09-15 10:19:53 +00:00
Felix De Vliegher
7251de9eb8
MFH: More fileinfo tests.
2008-09-15 08:51:43 +00:00
Scott MacVicar
52695ff939
MFH: Sync libsqlite to 3.6.2 with some VC6 patches
2008-09-15 01:22:06 +00:00
Scott MacVicar
8b912cc49c
Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result)
2008-09-15 00:55:37 +00:00
Pierre Joye
6c7f41d482
- fix build (declaration must be fist in a given contex)
2008-09-14 22:10:24 +00:00
Nuno Lopes
da804874f7
update list of pcre symbols
2008-09-14 14:15:52 +00:00
Greg Beaver
1799136925
fix compile on IRIX with MIPSPro (Bug #46072 )
2008-09-14 06:47:08 +00:00
Greg Beaver
dd51a607e2
increase code coverage, fix bzip2-compressed alias in zip
2008-09-14 06:31:20 +00:00