Commit Graph

43168 Commits

Author SHA1 Message Date
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
959a00b4c7 ChangeLog update 2008-10-07 01:32:15 +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
d33735edb9 ChangeLog update 2008-10-06 01:32:11 +00:00
Ilia Alshanetsky
23d4a387c2 MFB: Fixed a few signedness warnings 2008-10-06 01:19:07 +00:00
Felipe Pena
0d4b0f20f9 - Fixed bug #46238 (Segmentation fault on static call with empty string method) 2008-10-06 00:35:20 +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
44fb444454 ChangeLog update 2008-10-05 01:32:03 +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
4e2f56bc6b ChangeLog update 2008-10-04 01:32:37 +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
4543e8fecf ChangeLog update 2008-10-03 01:31:55 +00:00
Zoe Slattery
d39dae95f7 Committting tests for Olafur Waage 2008-10-02 20:07:15 +00:00
Etienne Kneuss
ee9cbc9fed Use enum alternative instead of explicit value 2008-10-02 19:53:48 +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
977ba3986e ChangeLog update 2008-10-02 01:32:08 +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
Antony Dovgal
e632946e9b initialize variable 2008-10-01 14:30:50 +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
80b335a94e ChangeLog update 2008-10-01 01:31:50 +00:00
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