|
| 1 | +2002-10-05 Melvyn Sopacua <msopacua@idg.nl> |
| 2 | + |
| 3 | + * ext/xslt/README.XSLT-BACKENDS: |
| 4 | + (xslt dev-doc) Revert 1.6-1.7 - no need to change names on stable ext. |
| 5 | + |
| 6 | + * ext/xslt/php_sablot.h |
| 7 | + ext/xslt/sablot.c |
| 8 | + ext/xslt/xslt.c: |
| 9 | + (xslt) Introduce revised interaction with Sablotron backend. |
| 10 | + ATTENTION: interaction with Sablotron backend, now uses the |
| 11 | + API prefered by the Ginger Alliance. Test it for BC |
| 12 | + issues. |
| 13 | + It also changes internals of the abstraction, to resolve |
| 14 | + issues that would arrise with invalid argument or |
| 15 | + parameter arrays. |
| 16 | + |
| 17 | + New functions: |
| 18 | + * xslt_set_object, similar to xml_set_object |
| 19 | + * xslt_setopt, set global options for a processor instance. |
| 20 | + |
| 21 | + Introduces new constants, related to the xslt_setopt function. |
| 22 | + Removes a warning, when skipping argument array with NULL. |
| 23 | + |
| 24 | +2002-10-05 Andrei Zmievski <andrei@php.net> |
| 25 | + |
| 26 | + * main/php_version.h |
| 27 | + configure.in: Change HEAD version to 4.4.0-dev. |
| 28 | + |
| 29 | +2002-10-05 Derick Rethans <d.rethans@jdimedia.nl> |
| 30 | + |
| 31 | + * ext/standard/tests/strings/url_t.phpt: |
| 32 | + - Add parse_url() tests (expect will follow later)url_t.phpt |
| 33 | + |
| 34 | +2002-10-05 Andrei Zmievski <andrei@php.net> |
| 35 | + |
| 36 | + * NEWS: *** empty log message *** |
| 37 | + |
| 38 | +2002-10-05 Melvyn Sopacua <msopacua@idg.nl> |
| 39 | + |
| 40 | + * ext/xslt/tests/005.phpt |
| 41 | + ext/xslt/tests/006.phpt |
| 42 | + ext/xslt/tests/007.phpt |
| 43 | + ext/xslt/tests/args.xsl |
| 44 | + ext/xslt/tests/param.xsl |
| 45 | + ext/xslt/tests/qa.dtd |
| 46 | + ext/xslt/tests/test.xml: |
| 47 | + (xslt tests) Add test for new backend API (005.phpt), new function |
| 48 | + (006.phpt) and a crash test (007.phpt) |
| 49 | + 006.phpt also tests handling of public entities, which is in |
| 50 | + essence new to the extension, since there was no way to turn |
| 51 | + it on. |
| 52 | + |
| 53 | +2002-10-05 Wez Furlong <wez.php@thebrainroom.net> |
| 54 | + |
| 55 | + * ext/bz2/bz2.c: This got omitted from an earlier commit. |
| 56 | + EOF related checks for bzip2 streams. |
| 57 | + |
| 58 | + * NEWS: sp |
| 59 | + |
| 60 | +2002-10-05 Melvyn Sopacua <msopacua@idg.nl> |
| 61 | + |
| 62 | + * ext/xslt/tests/004.phpt: |
| 63 | + (xslt tests) Test for reference to a non-existing scheme handler. |
| 64 | + |
| 65 | +2002-10-05 Bertrand Mansion <bmansion@mamasam.com> |
| 66 | + |
| 67 | + * pear/HTML/Select.php: Fix bug for select of type multiple. |
| 68 | + Thanks to Alan Morey for reporting it. |
| 69 | + |
| 70 | +2002-10-05 Melvyn Sopacua <msopacua@idg.nl> |
| 71 | + |
| 72 | + * ext/xslt/sablot.c: |
| 73 | + (xslt: error_print) Fixes a leak when multiple error messages are issued |
| 74 | + during a transformation. |
| 75 | + |
| 76 | + * NEWS: remove tests entry. Fix patch entry to contain function name |
| 77 | + |
| 78 | +2002-10-05 Wez Furlong <wez.php@thebrainroom.net> |
| 79 | + |
| 80 | + * ext/standard/file.c |
| 81 | + main/php_network.h |
| 82 | + main/streams.c: EOF related fixes. |
| 83 | + |
| 84 | + * ext/standard/info.c: Revert. The problem lies elsewhere. |
| 85 | + |
| 86 | + * ext/standard/info.c: |
| 87 | + Fix Win32 build as PHP_CONFIG_FILE_SCAN_DIR is not #defined. |
| 88 | + |
| 89 | + * ext/standard/tests/file/userstreams.phpt |
| 90 | + ext/zlib/zlib_fopen_wrapper.c |
| 91 | + main/memory_streams.c |
| 92 | + main/network.c |
| 93 | + main/php_streams.h |
| 94 | + main/streams.c |
| 95 | + main/user_streams.c |
| 96 | + ext/standard/php_fopen_wrapper.c: |
| 97 | + This seems to resolve the issues with fgets. |
| 98 | + I've moved EOF detection into the streams layer; a stream reader |
| 99 | + implementation should set stream->eof when it detects EOF. |
| 100 | + Fixed test for user streams - it still fails but that is due to an output |
| 101 | + buffering bug. |
| 102 | + |
| 103 | +2002-10-05 Markus Fischer <mfischer@guru.josefine.at> |
| 104 | + |
| 105 | + * ext/mysql/php_mysql.c: |
| 106 | + - Remove superfluous E_WARNING if mysql_connect() fails; there's already |
| 107 | + an E_WARNING a few lines above. |
| 108 | + |
1 | 109 | 2002-10-04 David Viner <dviner@yahoo-inc.com>
|
2 | 110 |
|
3 | 111 | * ext/xslt/php_sablot.h
|
|
0 commit comments