Commit Graph

43156 Commits

Author SHA1 Message Date
Pierre Joye
fa601f5fa5 - add VC version and architecture to the created zip(s) names 2008-09-25 14:59:10 +00:00
19201f35fb ChangeLog update 2008-09-25 01:31:47 +00:00
c2d0e7bdb2 ChangeLog update 2008-09-24 01:31:56 +00:00
Felipe Pena
f5a54a2250 - Fixed bug #46157 (PDOStatement::fetchObject prototype error) 2008-09-23 23:05:24 +00:00
Nuno Lopes
2c49010756 MFB: clean some dead code 2008-09-23 15:22:05 +00:00
Felipe Pena
4a0956cf09 - Fixed bug #46160 (SPL - Memory leak when exception is throwed in offsetSet method) 2008-09-23 12:05:02 +00:00
edb3a7376a ChangeLog update 2008-09-23 01:32:07 +00:00
Rob Richards
4c52444e6d sz is long not zval** 2008-09-22 15:30:59 +00:00
Rob Richards
0f3597a2d2 fix hints causing phpdoc crash 2008-09-22 15:09:06 +00:00
Felipe Pena
ac5d2bd5f0 - Fixed bug #46088 (RegexIterator::accept - segfault) 2008-09-22 13:06:29 +00:00
Greg Beaver
0653e0a142 MF53: workaround for Bug #46147 for PHP < 5.2.7 2008-09-22 01:40:51 +00:00
2b2378eaba ChangeLog update 2008-09-22 01:31:57 +00:00
Greg Beaver
ae229cb860 MF52 fix Bug #46147: after stream seek, appending stream filter reads incorrect data 2008-09-22 01:26:38 +00:00
George Wang
86978e726c *** empty log message *** 2008-09-21 02:37:57 +00:00
George Wang
babc62e9ea disable core dump by default 2008-09-21 02:34:48 +00:00
a79109c6cc ChangeLog update 2008-09-21 01:32:17 +00:00
Arnaud Le Blanc
993e1def13 Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c) 2008-09-20 22:12:31 +00:00
Felipe Pena
c14338f5a9 - Fixed bug #46067 (Collator methods - Segfault) 2008-09-20 22:06:18 +00:00
eb4f3f97bb ChangeLog update 2008-09-20 01:31:51 +00:00
Dmitry Stogov
063c29f9ce Fixed bug #46115 (Memory leak when calling a method using Reflection) 2008-09-19 12:48:45 +00:00
Andrey Hristov
82310caccb Fix the libmysql build. Unintentionally broken by my last commit. 2008-09-19 11:39:53 +00:00
Andrey Hristov
722b9135d9 Fix for bug#46019 MySQLi::init() leaks memory 2008-09-19 11:35:37 +00:00
d17dab311f ChangeLog update 2008-09-19 01:31:50 +00:00
Arnaud Le Blanc
9451f34769 Fixed cleaning of uploaded files 2008-09-18 19:44:01 +00:00
Scott MacVicar
f994f24c58 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:02:09 +00:00
Antony Dovgal
2e04ad2163 update tests 2008-09-18 12:15:56 +00:00
Scott MacVicar
8ee4a8fd7c mhash algorithm parameter was modified when it was a zval, also update a test. 2008-09-18 11:52:12 +00:00
Rob Richards
b85af35818 fix bug #46099 (Xsltprocessor::setProfiling - memory leak) 2008-09-18 11:46:54 +00:00
Antony Dovgal
2285d87ced fix test 2008-09-18 08:40:20 +00:00
2bab9d8018 ChangeLog update 2008-09-18 01:31:59 +00:00
Ilia Alshanetsky
c5bc3a1c72 MFB: Fixed bug #46110 (XMLWriter - openmemory() and openuri() leak memory on
multiple calls).
2008-09-17 23:28:07 +00:00
Arnaud Le Blanc
4f66ff6e76 Added ability to cancel upload in rfc1867 handler 2008-09-17 17:22:07 +00:00
Dmitry Stogov
a28485ccf5 Fixed bug #46106 (Memory leaks when using global statement) 2008-09-17 15:11:40 +00:00
Dmitry Stogov
d083b068ce Fixed possible crash because of overriden error handler 2008-09-17 13:10:08 +00:00
7fe09faebd ChangeLog update 2008-09-17 01:31:51 +00:00
Johannes Schlüter
a89387b7e3 - Fix #44425 (Extending PDO/MySQL class with a __call() function doesn't work) 2008-09-16 23:34:31 +00:00
Felipe Pena
4fc7e69dd5 - Fixed bug #46071 (finfo_open() segfaults with wrong file name on BSD) 2008-09-16 22:21:40 +00:00
Antony Dovgal
22802419ba fix segfault with serialize(new __PHP_Incomplete_Class) found by Felipe
add test
2008-09-16 14:36:10 +00:00
Andrey Hristov
a7226f1a03 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:34:11 +00:00
Antony Dovgal
07aac764a5 fix compile warning 2008-09-16 09:48:07 +00:00
Scott MacVicar
355c6d4226 Fix memory leak in a few cases 2008-09-16 09:45:06 +00:00
cee1c9d831 ChangeLog update 2008-09-16 01:32:06 +00:00
Ilia Alshanetsky
815ac6539a MFB: Fixed bug #46087 (DOMXPath - segfault on destruction of a cloned
object).
2008-09-16 00:38:55 +00:00
Scott MacVicar
71d0a46269 MFB Fixed bug #46086 (Segfault when accessing fileinfo class property) 2008-09-15 22:15:16 +00:00
Andrey Hristov
1eb634c0e3 Forgot to merge these changes - Float conversion 2008-09-15 18:10:38 +00:00
Andrey Hristov
9b48b002f6 Add float conversions too. Float users should understand how float works!!! 2008-09-15 18:07:58 +00:00
Felipe Pena
e27148f736 - Added E_ERROR in constructors 2008-09-15 18:04:18 +00:00
Derick Rethans
397dc60971 - Updated to version 2008.6 (2008f) 2008-09-15 18:02:49 +00:00
Derick Rethans
9cd469b655 - Updated to version
Notice: Undefined offset: 1 in Command line code on line 1

Call Stack:
    0.0002     660592   1. {main}() Command line code:0

.
Notice: Undefined offset: 2 in Command line code on line 1

Call Stack:
    0.0002     660592   1. {main}() Command line code:0

-96 ()
2008-09-15 18:00:59 +00:00
Andrey Hristov
02ae7e8737 Compile-in a string-to-int conversion for INT columns by default,
controlled by a ini setting.
2008-09-15 14:02:55 +00:00