Commit Graph

43601 Commits

Author SHA1 Message Date
David Coallier
4af80c7f90 - Bug #44154: [DOC] Return 3 elements at all times. If the dbh stmt doesn't have
an error code we used to return an array with one element. For the sake
  of consistency and verification of returned values at userland we are now
  returning an array with 3 elements. Note the two last elements are null but
  present

- Bug #44153: [DOC] If the error code returned by the DBH is null, we return
  a null value. This is used in order to help with empty error codes.
2008-11-04 18:25:26 +00:00
Arnaud Le Blanc
2e32876eaa Fixed stream_get_line() to behave as documented on non-blocking streams 2008-11-04 17:05:17 +00:00
Arnaud Le Blanc
0bb5310a63 Avoids fclose() from complaining that stream_socket_pair() streams
have not been closed
2008-11-04 16:45:42 +00:00
Marcus Boerger
9cb71e98b7 - Fix test 2008-11-04 11:12:04 +00:00
64414b2168 ChangeLog update 2008-11-04 01:32:22 +00:00
Marcus Boerger
8784c0bbf9 - MFB dos2unix 2008-11-04 00:52:24 +00:00
Arnaud Le Blanc
8e6f8fc4dc Fixed bug #46024 (stream_select() doesn't return the correct number) 2008-11-04 00:42:19 +00:00
Marcus Boerger
57a1a7c48d - Cleanup 2008-11-04 00:34:24 +00:00
Felipe Pena
0d97fcdaed - Improved fix 2008-11-03 23:43:51 +00:00
Arnaud Le Blanc
611d72ad2a cleanup 2008-11-03 23:34:17 +00:00
Arnaud Le Blanc
fc62c1ff0a Fixed bug #44607 (stream_get_line unable to correctly identify the
"ending" in the stream content)
2008-11-03 23:28:45 +00:00
Felipe Pena
49291d9c81 - Fix test (string -> unicode) 2008-11-03 22:22:25 +00:00
Felipe Pena
e259e1b0fb - New test 2008-11-03 21:49:18 +00:00
Felipe Pena
d2edc09737 - Fixed endless loop in PDOStatement::debugDumpParams()
patch by: Jonah H. Harris <jonah.harris at gmail dot com>
2008-11-03 20:45:43 +00:00
Johannes Schlüter
23e04b542c Use a better function name for closure related errors and debug_backtrace() 2008-11-03 19:27:48 +00:00
Elizabeth Marie Smith
8d07d7b8e7 Actual name of the file is WinResRc.h - silly to make people rename their header files 2008-11-03 19:24:47 +00:00
Andrey Hristov
6fd6b92ffc Fix the windows build 2008-11-03 18:07:40 +00:00
Felipe Pena
36abaa35f1 - Fixed compiler warning 2008-11-03 17:24:12 +00:00
Arnaud Le Blanc
c4c2308fec Fixed bug #45303 (Opening php:// wrapper in append mode results
in a warning)
2008-11-03 16:58:28 +00:00
Arnaud Le Blanc
0bed5602ee Fixed bug #43353 (wrong detection of 'data' wrapper causes notice) 2008-11-03 15:47:05 +00:00
Felipe Pena
870039d58a - Fixed bug #44327 (PDORow::queryString property & numeric offsets / Crash) 2008-11-03 15:31:51 +00:00
Felipe Pena
46096f5c9d - Fixed bug #42855 (dns_get_record() doesn't return all text from TXT record)
patch by: misc at e2007 dot cynergi dot com
2008-11-03 11:33:32 +00:00
780e30d0cc ChangeLog update 2008-11-03 01:32:13 +00:00
Arnaud Le Blanc
1931b7cb3b Fixed bug #42718 (FILTER_UNSAFE_RAW not applied when configured as
default filter)
2008-11-02 22:03:32 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Antony Dovgal
7ddf58a438 fix build 2008-11-02 21:06:46 +00:00
Felix De Vliegher
96ebf1280f XFAIL test for bug #46196 on restore_error_handler(). 2008-11-02 20:15:15 +00:00
Felipe Pena
04d52ca4af - Remove str_getcsv() entry. (Backported to 5.3) 2008-11-02 18:30:31 +00:00
Felipe Pena
3efabcf22c - New test 2008-11-02 18:20:57 +00:00
Scott MacVicar
881c30db88 Update libmagic to 4.26 and add support for v6 of the magic file format. 2008-11-02 16:09:27 +00:00
e8297379d7 ChangeLog update 2008-11-02 01:32:22 +00:00
Jani Taskinen
18c706e05f - Fixed the fix (bug #46460) 2008-11-01 23:08:52 +00:00
13a66a812c ChangeLog update 2008-11-01 01:32:27 +00:00
Andrey Hristov
2c697a2572 Fix the build 2008-10-31 21:30:58 +00:00
Andrey Hristov
7e1a12673b Fix warnings in printf 2008-10-31 20:30:55 +00:00
Andrey Hristov
65f5d4e434 64bit fixes:
- fixes to sprintf modifiers, cleaning warnings
- use _t types, like uint64_t instead of uint64, thus skipping series of
typedefs.
2008-10-31 20:30:33 +00:00
75e175180c ChangeLog update 2008-10-31 01:32:27 +00:00
Felipe Pena
8bf0a4f64b - New test 2008-10-30 15:50:33 +00:00
Felipe Pena
7b359fa53a - Improved test 2008-10-30 14:31:01 +00:00
Felipe Pena
18467f71d1 - Fix the fix (thanks Hannes!) 2008-10-30 14:30:02 +00:00
Lars Strojny
6d2dfa4eb0 The real fix for the gettext overflow bug
- The overflow issue was not limited to domains, but also present for msgids
 - [DOC] msgids are now limited to 4096 chars, domains to 1024
2008-10-30 14:22:21 +00:00
Sanjay Mantoor
e573eae83f New testcases for gettimeofday function 2008-10-30 10:46:17 +00:00
Felipe Pena
d140cd1f0b - Fixed bug #46426 (3rd parameter offset of stream_get_contents not works for "0") 2008-10-30 10:08:01 +00:00
Dmitry Stogov
29f9a49f1c Fixed ability to use "internal" heaps in extensions. 2008-10-30 08:55:31 +00:00
52e340dd70 ChangeLog update 2008-10-30 01:32:17 +00:00
Felix De Vliegher
1c88dd1fa9 Tests for SQLite3Stmt::paramCount(). 2008-10-29 22:35:52 +00:00
Felix De Vliegher
bf1f64467d Fix typo. 2008-10-29 21:43:30 +00:00
Rob Richards
ab7e0ab7b3 fix bug #46406 (Unregistering nodeclass throws E_FATAL) 2008-10-29 21:21:06 +00:00
Ilia Alshanetsky
dc6ae4b11b MFB: Fixed bug #44938 (gettext functions crash with overly long domain). 2008-10-29 21:02:14 +00:00
Ilia Alshanetsky
7307d3783b MFB: Fixed bug #42294 (Unified solution for round() based on C99 round). 2008-10-29 20:17:43 +00:00