|
| 1 | +2003-06-13 Sara Golemon <php@alphaweb.net> |
| 2 | + |
| 3 | + * ext/standard/user_filters.c: |
| 4 | + User Filters don't need to register a resource list for streams. |
| 5 | + That functionality is already exported by the streams API. |
| 6 | + |
| 7 | + * ext/standard/basic_functions.c |
| 8 | + ext/standard/file.c |
| 9 | + ext/standard/streamsfuncs.c |
| 10 | + main/streams/php_stream_context.h |
| 11 | + main/streams/streams.c: |
| 12 | + Plug leak (context options not freed) |
| 13 | + Make contexts auto-registered, ensures userland contexts |
| 14 | + and C API contexts are both dealt with on request shutdown. |
| 15 | + Also brings contexts in keeping with streams which are already |
| 16 | + auto-registered. |
| 17 | + |
| 18 | + * ext/standard/http_fopen_wrapper.c: |
| 19 | + Loosen restrictions on method used with http_fopen_wrapper, still default |
| 20 | + to GET though. |
| 21 | + |
| 22 | +2003-06-13 Ilia Alshanetsky <ilia@prohost.org> |
| 23 | + |
| 24 | + * ext/imap/php_imap.c: |
| 25 | + Busted by the CS police. |
| 26 | + |
| 27 | +2003-06-13 Andrey Hristov <andrey@webgate.bg> |
| 28 | + |
| 29 | + * ext/dba/dba.c |
| 30 | + ext/dba/dba.c: |
| 31 | + proto fixes |
| 32 | + |
| 33 | +2003-06-13 Jani Taskinen <sniper@iki.fi> |
| 34 | + |
| 35 | + * (PHP_4_3) |
| 36 | + NEWS: |
| 37 | + it rains here.. |
| 38 | + |
| 39 | +2003-06-13 Ilia Alshanetsky <ilia@prohost.org> |
| 40 | + |
| 41 | + * (PHP_4_3) |
| 42 | + ext/imap/php_imap.c: |
| 43 | + proto |
| 44 | + |
| 45 | + * ext/imap/php_imap.c: |
| 46 | + Added missing function proto |
| 47 | + |
| 48 | + * (PHP_4_3) |
| 49 | + NEWS: |
| 50 | + Bug fixing news. |
| 51 | + |
| 52 | + * (PHP_4_3) |
| 53 | + ext/imap/php_imap.c |
| 54 | + ext/imap/php_imap.h: |
| 55 | + MFH: |
| 56 | + Fixed bug #24161 (No timeout value for imap functions) |
| 57 | + Fixed bug #22505 (Allow imap_sort() and imap_search() to specify a |
| 58 | + charset) |
| 59 | + |
| 60 | + * ext/imap/php_imap.c |
| 61 | + ext/imap/php_imap.h: |
| 62 | + Fixed bug #24161 (No timeout value for imap functions) |
| 63 | + |
| 64 | + Added imap_timeout() that allows the user to specify as well as retrieve |
| 65 | + timeout values and set default timeout values based on the |
| 66 | + default_socket_timeout ini setting. |
| 67 | + |
| 68 | +2003-06-13 Jani Taskinen <sniper@iki.fi> |
| 69 | + |
| 70 | + * NEWS: |
| 71 | + Missing entry |
| 72 | + |
| 73 | + * NEWS: |
| 74 | + Added missing NEWS entry |
| 75 | + |
| 76 | + * ext/ldap/config.m4 |
| 77 | + ext/ldap/ldap.c |
| 78 | + ext/ldap/php_ldap.h: |
| 79 | + Fixed the SASL config check. |
| 80 | + |
| 81 | +2003-06-13 Sascha Schumann <sascha@schumann.cx> |
| 82 | + |
| 83 | + * ext/session/tests/019.phpt: |
| 84 | + MFB |
| 85 | + |
| 86 | + * (PHP_4_3) |
| 87 | + ext/session/tests/019.phpt: |
| 88 | + Fix test |
| 89 | + |
| 90 | +2003-06-13 Jani Taskinen <sniper@iki.fi> |
| 91 | + |
| 92 | + * (PHP_4_3) |
| 93 | + ext/session/tests/019.phpt: |
| 94 | + MFH, fixed the test (second session init produces a notices) |
| 95 | + |
| 96 | + * ext/session/tests/019.phpt: |
| 97 | + Fix the test. (second session init call produces a notice) |
| 98 | + |
1 | 99 | 2003-06-12 Rob Richards <rrichards@ctindustries.net>
|
2 | 100 |
|
3 | 101 | * ext/dom/document.c
|
|
0 commit comments