Commit Graph

23959 Commits

Author SHA1 Message Date
Derick Rethans
194577d7a6 - Fixed mime-type generation.
#- Charset markers need to be prepended with ; -- the tests were also wrong.
2008-10-08 09:44:12 +00:00
Felipe Pena
359690898e - Fixed bug #45575 (Segfault with invalid non-string as event handler callback)
patch by Christian seiler
2008-10-07 18:17:44 +00:00
Felipe Pena
a417250c99 - Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback without event) 2008-10-07 15:27:06 +00:00
Felipe Pena
3e4ce566dd - Fixed code ("Division by zero" anymore) 2008-10-07 12:49:35 +00:00
Kalle Sommer Nielsen
e659b7d6c1 * is_output and is_null parameters are now booleans instead of int in mssql_bind
* Added missing conditional from old parameter parsing
2008-10-06 21:50:18 +00:00
Felipe Pena
b1336de160 - Fixed compiler warning 2008-10-06 15:13:27 +00:00
Felipe Pena
82eaeb6bfe - Fixed bug #45373 (php crash on query with errors in params) 2008-10-06 14:28:29 +00:00
Derick Rethans
00ac4cac45 - Updated to version 2008.7 (2008g) 2008-10-06 14:27:33 +00:00
Ilia Alshanetsky
23d4a387c2 MFB: Fixed a few signedness warnings 2008-10-06 01:19:07 +00:00
Etienne Kneuss
002e17d501 Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix EG(uninitialized_zval_ptr) overwrite) 2008-10-05 14:19:55 +00:00
Kalle Sommer Nielsen
0acb6c09bc New parameter parsing API (with lots of help from Felipe) 2008-10-05 04:55:33 +00:00
Felipe Pena
ef72d988f8 - Initialize variable 2008-10-05 04:36:18 +00:00
Arnaud Le Blanc
d4cb99a976 Fixed #46164 (stream_filter_remove() closes the stream) 2008-10-05 01:40:02 +00:00
Felipe Pena
13833ec079 - Fixed bug #44991 (Compile Failure With freetds0.82) (patch by jklowden at freetds dot org) 2008-10-04 12:54:32 +00:00
Felipe Pena
96efa3cc80 - Fixed bug #44991 (Compile Failure With freetds0.82) (patch by matthias at dsx dot at)
- MFB: Fix #35032; pdo_dblib doesn't find includes on some systems
2008-10-04 12:51:51 +00:00
Felipe Pena
e9119255c4 - Fix build 2008-10-04 12:44:58 +00:00
Felipe Pena
aa72e5c476 - Fixed:
- Some segfaults when no connection is open
 - Warning about cfg_get_long (Kalle)
- New parameter parsing API
2008-10-03 17:18:31 +00:00
Pierre Joye
febc0cf611 - MFB: Declarations MUST BE done in the beginning of a context 2008-10-03 16:20:56 +00:00
Mikko Koppanen
723b88f964 Adds signal handling around popen/pclose in mail.c.
Related information on bugs #8992 and #14032
Original patch by D. Parthey
2008-10-03 13:31:21 +00:00
Zoe Slattery
d39dae95f7 Committting tests for Olafur Waage 2008-10-02 20:07:15 +00:00
Antony Dovgal
746aa4485e use HashPosition to prevent race condition in multithreaded env 2008-10-02 08:46:04 +00:00
Felipe Pena
14f94a13e1 - New test 2008-10-02 03:31:27 +00:00
Felipe Pena
37e56d8538 - Fixed bug #46215 (json_encode mutates its parameter and has some class-specific state) 2008-10-02 03:30:54 +00:00
Johannes Schlüter
e7bd1e240c Improve order in MINFO output 2008-10-01 21:35:27 +00:00
Ilia Alshanetsky
8710c3a916 MFB: Fixed bug #46206 (pg_query_params/pg_execute convert passed values to
strings).
2008-10-01 20:31:02 +00:00
Johannes Schlüter
9fe2c9f531 Handle failed connections right 2008-10-01 19:46:58 +00:00
Johannes Schlüter
fed9b35095 Fix test 2008-10-01 19:45:02 +00:00
Dmitry Stogov
d8effdba55 Added ability to send user defined HTTP headers with SOAP request 2008-10-01 13:13:49 +00:00
Scott MacVicar
fb3d413bf0 Remove license condition that is no longer required. 2008-10-01 11:01:26 +00:00
Dmitry Stogov
22223dbd36 Fixed bug #43045 (SOAP encoding violation on "INF" for type double/float) 2008-10-01 08:43:21 +00:00
Dmitry Stogov
292016006e Fixed bug #46205 (Closure - Memory leaks when ReflectionException is thrown) 2008-10-01 07:30:52 +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
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
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
Rob Richards
9a17844924 fix bug #46191 (BC break: DOMDocument saveXML() doesn't accept null) 2008-09-28 11:59:54 +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
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
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
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
Rob Richards
4c52444e6d sz is long not zval** 2008-09-22 15:30:59 +00:00