Sanjay Mantoor
5a37a48082
New PHP testcases for array_diff_ukey function
2008-10-22 05:53:36 +00:00
Arnaud Le Blanc
1d5ba8bb21
MFH: initialize optional vars
2008-10-21 23:39:15 +00:00
Arnaud Le Blanc
d69dfa4b9f
MFH: initialize optional vars
2008-10-21 22:08:38 +00:00
Arnaud Le Blanc
261f0c32a5
initialize optional vars
2008-10-21 22:08:20 +00:00
Alexey Zakhlestin
575ba83c0b
skip tests on systems without fnmatch() function (f.e.: old darwin)
2008-10-21 13:38:18 +00:00
Alexey Zakhlestin
a4d609ab04
proper check for php-version
2008-10-21 12:59:45 +00:00
Alexey Zakhlestin
a7730c9c8c
these tests work just fine on macos-x
2008-10-21 12:45:35 +00:00
Alexey Zakhlestin
7ff4c359e6
fixed wrong check for version
2008-10-21 12:26:35 +00:00
Zoe Slattery
5fe0e9c5ed
Committing test for till
2008-10-21 09:33:21 +00:00
Scott MacVicar
55a965f793
MFH Fix bug #46331 - The internal magic db is const memory and segfaults when you try to do byte swapping
...
on big endian machines. This fixes it by copying the memory for those processors, but this isn't ideal as
it wastes memory. Perhaps using a static cache would be better.
2008-10-20 23:36:14 +00:00
Ilia Alshanetsky
2357d51900
Fixed bug #46343 (IPv6 address filter accepts invalid address)
2008-10-20 23:22:45 +00:00
Rob Richards
2f3b8856ee
MFH: fix bug #46323 (compilation of simplexml for NetWare breaks)
2008-10-20 19:29:04 +00:00
Pierre Joye
144527b190
- support for VC6 and some other platforms (before some other cleanup)
2008-10-20 14:45:59 +00:00
Rob Richards
f3f71b7351
MFH: fix bug #46335 (DOMText::splitText doesn't handle multibyte characters)
...
add test
2008-10-20 12:45:47 +00:00
Felipe Pena
02fee77584
- Fixed test
2008-10-19 18:23:53 +00:00
Johannes Schlüter
a3e4b27857
Fix test
2008-10-19 18:08:29 +00:00
Etienne Kneuss
1a642296ba
Fix #46317 (Iterator class not properly checked)
2008-10-19 18:00:24 +00:00
Johannes Schlüter
c8361e7cfe
MFH: fix mysqlnd detection
2008-10-19 12:43:34 +00:00
Johannes Schlüter
c3dab8f191
MFH: Don't dereference NULL-pointer
2008-10-19 12:28:43 +00:00
Johannes Schlüter
0b216b4161
Fix test
2008-10-19 12:20:43 +00:00
Antony Dovgal
8696c38966
MFH: fix memleak
2008-10-17 22:09:44 +00:00
Zoe Slattery
057f422c03
Replacing explicit object ID with %d
2008-10-17 15:03:48 +00:00
Zoe Slattery
f591bffba9
Committing for Robin Fernandes
2008-10-17 14:34:55 +00:00
Felipe Pena
e52fc53bc2
- MFH: Fixed bug #45726 (PHP_Archive / Archive.php missing)
2008-10-17 01:58:20 +00:00
Kalle Sommer Nielsen
9de7506f8e
Use PHP_DEP_FE instead of throwing an E_DEPRECATED manually inside define_syslog_variables() (Thanks Hannes!)
2008-10-16 23:19:13 +00:00
Ed Batutis
8e0529e0d1
Fix for pecl bug 14664 - problem with older gcc
2008-10-16 18:06:05 +00:00
Moriyoshi Koizumi
0c5b6a66a9
* MFH remainder
2008-10-16 17:38:31 +00:00
Dmitry Stogov
fe715fbd72
Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow)
2008-10-16 16:21:06 +00:00
Dmitry Stogov
ec7cca7f2d
ws
2008-10-16 15:49:29 +00:00
Dmitry Stogov
001a548b1a
Fixed bug #43723 (SOAP not sent properly from client for <choice>)
2008-10-16 15:36:59 +00:00
Felipe Pena
c0c9fb9def
- Revert
2008-10-16 13:00:27 +00:00
Alexey Zakhlestin
35780b69a8
Updated functions-signatures (const)
2008-10-16 12:52:38 +00:00
Alexey Zakhlestin
e06765b9c5
Fixed compilation warnings: tsrm_ls is not used here (anymore?)
2008-10-16 11:59:37 +00:00
Alexey Zakhlestin
5058774e1f
propagated const, to avoid "discards qualifiers from pointer target type" errors
2008-10-16 11:38:25 +00:00
Moriyoshi Koizumi
d7ddc19853
- MFH
2008-10-16 01:01:37 +00:00
Felipe Pena
8563497a94
MFH:
...
- Fixed:
. Memory leak in pg_delete() when using PGSQL_DML_STRING.
. Bug #24679 (pg_insert problem!)
. Bug #35996 (pg_meta_data should take the schema into account)
. Bug #40808 (pg_insert problem)
. Bug #42078 (pg_meta_data mix tables metadata from different schemas)
- Improved:
. Error messages
- Added:
. Tests
2008-10-16 00:39:31 +00:00
Ilia Alshanetsky
5a28412ad2
Removed dead-code
2008-10-15 22:56:57 +00:00
Kalle Sommer Nielsen
12bd1eae9f
[DOC] Deprecate define_syslog_variables() in 5.3
2008-10-15 18:41:57 +00:00
Felipe Pena
30173a8ec8
- Fixed possible efree(NULL)
2008-10-15 13:34:26 +00:00
Ilia Alshanetsky
7b57c9e6e1
Fixed bug #46271 (local_cert option is not resolved to full path)
2008-10-14 23:38:41 +00:00
Johannes Schlüter
0614a7763e
MFH: Add PDO::MYSQL_ATTR_COMPRESS connection flag [DOC]
2008-10-14 19:00:53 +00:00
Felipe Pena
42e3a93a8b
- Added SKIPIF
2008-10-14 17:45:52 +00:00
Felipe Pena
84be2eb47b
- MFH: Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE)
2008-10-14 17:36:02 +00:00
Scott MacVicar
3d61571709
Disable optimizations at the moment for libsqlite on VC6 with the amalgamation, will most likely need to track down what particular function is causing problems or consider setting the flags to /O1 for libsqlite specifically.
2008-10-14 09:56:25 +00:00
Greg Beaver
347a58939d
last test for cached phar copy on write (forgot this one yesterday)
2008-10-14 00:38:01 +00:00
Felipe Pena
310ac30e5a
MFH:
...
- Fixed bug #37100 (data is returned truncated with BINARY CURSOR)
Patch by Tony
2008-10-13 13:44:32 +00:00
Derick Rethans
8f8f18bc18
- Updated to version 2008.8 (2008h)
2008-10-13 11:45:39 +00:00
Greg Beaver
fdac2c9a12
increase code coverage
2008-10-13 04:50:37 +00:00
Greg Beaver
3a54017556
add complete tests verifying copy-on-write for cached phars
2008-10-13 04:21:09 +00:00
Greg Beaver
5bc1122056
fix faulty tests
2008-10-12 23:32:50 +00:00