Commit Graph

43653 Commits

Author SHA1 Message Date
Zoe Slattery
4cdeb0e808 Committing test for till 2008-10-21 09:34:39 +00:00
Arnaud Le Blanc
d5c0fbb06b Fixed FCGI_GET_VALUES requests (fixes #45522) 2008-10-21 03:19:07 +00:00
af2a5a2c19 ChangeLog update 2008-10-21 01:32:07 +00:00
Scott MacVicar
df2b71d2ca 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:35:47 +00:00
Ilia Alshanetsky
42e1ad7421 MFB: Fixed bug #46343 (IPv6 address filter accepts invalid address) 2008-10-20 23:23:53 +00:00
Rob Richards
a86b196463 fix bug #46323 (compilation of simplexml for NetWare breaks) 2008-10-20 19:28:36 +00:00
Rob Richards
9f51ed8d31 fix bug #46335 (DOMText::splitText doesn't handle multibyte characters)
add test
2008-10-20 12:44:28 +00:00
045181f57c ChangeLog update 2008-10-20 01:32:02 +00:00
Felipe Pena
3c1cd7f7f3 - Fixed test 2008-10-19 18:24:37 +00:00
Johannes Schlüter
262f89b81f Fix test 2008-10-19 18:08:19 +00:00
Johannes Schlüter
35db77d890 Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, too 2008-10-19 18:04:35 +00:00
Etienne Kneuss
78325e3f94 Link to spl iterator 2008-10-19 17:59:39 +00:00
Johannes Schlüter
d106560958 fix mysqlnd detection 2008-10-19 12:43:10 +00:00
Johannes Schlüter
c2e0aaebb6 Don't dereference NULL-pointer 2008-10-19 12:22:49 +00:00
Johannes Schlüter
ddfa9e6297 Fix test 2008-10-19 12:20:28 +00:00
f7d41715e1 ChangeLog update 2008-10-19 01:32:26 +00:00
2d07569c92 ChangeLog update 2008-10-18 01:32:10 +00:00
Antony Dovgal
ac589d8084 fix memleak 2008-10-17 22:09:35 +00:00
Zoe Slattery
868c69b72b Replacing explicit object ID with %d 2008-10-17 15:05:31 +00:00
Zoe Slattery
75fcb938c5 Committing for Robin Fernandes 2008-10-17 14:40:13 +00:00
Dmitry Stogov
f870cd8589 Fixed bug #46308 (Invalid write when changing property from inside getter) 2008-10-17 10:26:16 +00:00
Felipe Pena
c2e64169f5 - Fixed bug #45726 (PHP_Archive / Archive.php missing) 2008-10-17 01:53:26 +00:00
Ilia Alshanetsky
23ed94cbba MFB: Fixed bug #46319 (PHP sets default Content-Type header for HTTP 304
response code, in cgi sapi)
2008-10-17 01:34:26 +00:00
08ed470d6f ChangeLog update 2008-10-17 01:31:58 +00:00
Ed Batutis
1af4830f82 Fix for pecl bug 14664 - problem with older gcc 2008-10-16 18:10:43 +00:00
Dmitry Stogov
987fca277d Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow) 2008-10-16 16:21:20 +00:00
Dmitry Stogov
f63e084292 ws 2008-10-16 15:49:38 +00:00
Dmitry Stogov
3a2e5da3c7 Fixed bug #43723 (SOAP not sent properly from client for <choice>) 2008-10-16 15:37:11 +00:00
Felipe Pena
4443f9d90f - Revert 2008-10-16 13:04:30 +00:00
Alexey Zakhlestin
2b7351c0e4 MFB: Fixed compilation warnings: tsrm_ls is not used here (anymore?) 2008-10-16 12:21:27 +00:00
Alexey Zakhlestin
818f03d9cd MFB: propagated const, to avoid "discards qualifiers from pointer target type" errors 2008-10-16 11:42:20 +00:00
4427e3adb8 ChangeLog update 2008-10-16 01:32:02 +00:00
Moriyoshi Koizumi
43e12e6bb1 - Fix bug #45722 (mb_check_encoding() crashes). 2008-10-16 01:01:05 +00:00
Felipe Pena
e6194c69f0 - 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:36:49 +00:00
Ilia Alshanetsky
9219be30f4 MFB: removed dead-code 2008-10-15 22:57:22 +00:00
Kalle Sommer Nielsen
e667c25403 [DOC] Remove define_syslog_variables() and define_syslog_variables ini option 2008-10-15 18:41:18 +00:00
Felipe Pena
faadae148b - Fixed possible efree(NULL) 2008-10-15 13:34:13 +00:00
a2ce3456c7 ChangeLog update 2008-10-15 01:32:07 +00:00
Ilia Alshanetsky
af8866961f MFB: Fixed bug #46271 (local_cert option is not resolved to full path) 2008-10-14 23:39:02 +00:00
Johannes Schlüter
d4f7133441 Add PDO::MYSQL_ATTR_COMPRESS connection flag 2008-10-14 19:00:11 +00:00
Felipe Pena
208e1b8a22 - Added SKIPIF 2008-10-14 17:46:28 +00:00
Felipe Pena
31314f5256 - Fixed test 2008-10-14 17:37:13 +00:00
Felipe Pena
469e58a2a1 - Fixed bug #46292 (PDO::setFetchMode() shouldn't requires the 2nd arg when using FETCH_CLASSTYPE) 2008-10-14 17:34:11 +00:00
05b7ce7f13 ChangeLog update 2008-10-14 01:32:10 +00:00
Greg Beaver
51e82ec848 MFB: last test for cached phar copy on write (forgot this one yesterday) 2008-10-14 00:38:11 +00:00
Felipe Pena
ee5494ac9e - Fixed bug #37100 (data is returned truncated with BINARY CURSOR)
Patch by Tony
2008-10-13 13:41:16 +00:00
Derick Rethans
7dd5608d9d - Updated to version 2008.8 (2008h) 2008-10-13 11:45:32 +00:00
Greg Beaver
1838c130c9 MFB: increase code coverage 2008-10-13 04:50:45 +00:00
Greg Beaver
072f4489de MFB: add complete tests verifying copy-on-write for cached phars 2008-10-13 04:21:19 +00:00
3c11fef49a ChangeLog update 2008-10-13 01:32:06 +00:00