Commit Graph

43079 Commits

Author SHA1 Message Date
Rob Richards
a750e6a8e8 use getenv 2008-09-30 15:10:34 +00:00
Rob Richards
ad1c02c3f4 initialize keyresource 2008-09-30 14:40:58 +00:00
Greg Beaver
4c5830dd8d fix test (thanks Tony) 2008-09-30 13:25:54 +00:00
Rob Richards
2c830929da Windows requires SystemRoot env var to run tests 2008-09-30 13:21:17 +00:00
Scott MacVicar
6c419ece68 SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite 2008-09-30 11:13:43 +00:00
Greg Beaver
d86427434a MFB: fix Bug #46194: SIGSEGV when requested file is not found 2008-09-30 02:40:37 +00:00
a82ec0b525 ChangeLog update 2008-09-30 01:32:07 +00:00
Etienne Kneuss
41493606e6 Fix #46192 (Serialization of ArrayObject with objects as storage) 2008-09-29 22:42:49 +00:00
Johannes Schlüter
3b3112c2b6 Free persistent cache and improve MINFO output 2008-09-29 21:20:36 +00:00
Johannes Schlüter
983c7f1697 No mysqli stuff in ext/mysql 2008-09-29 21:15:16 +00:00
Rob Richards
00b84bb1fd fix bug #46185 (importNode changes the namespace of an XML element)
add test
2008-09-29 16:52:03 +00:00
08be04b2d9 ChangeLog update 2008-09-29 01:31:51 +00:00
Rob Richards
9a17844924 fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null) 2008-09-28 11:59:54 +00:00
c068c91f82 ChangeLog update 2008-09-28 01:31:55 +00:00
Arnaud Le Blanc
429b4293bb Avoid updating upload progress information too frequently on high transfert
rate.
[DOC] (HEAD only)
Added session.upload_progress.min_freq
http://wiki.php.net/rfc/session_upload_progress
2008-09-27 09:08:41 +00:00
823eb94e88 ChangeLog update 2008-09-27 01:32:19 +00:00
Greg Beaver
ae98beaf02 MFB: fix 017.phpt in streams.c, and very dangerous intercepting of file functions in all cases introduced in multi-threaded fix 2008-09-26 23:35:11 +00:00
Greg Beaver
08139f40b3 MFB: fix bug #46178: memory leak in ext/phar 2008-09-26 16:30:10 +00:00
Pierre Joye
1f0cb7309b - MFB: add nts to the zip names 2008-09-26 13:31:01 +00:00
Sanjay Mantoor
497e58ebf5 New testcases for array_diff_uassoc() function 2008-09-26 11:57:41 +00:00
Greg Beaver
87fe536371 MFB: fix another memory leak 2008-09-26 04:54:22 +00:00
Greg Beaver
59465a879d MFB: fix obvious memory leak 2008-09-26 04:41:40 +00:00
7e595ca51b ChangeLog update 2008-09-26 01:32:00 +00:00
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