|
| 1 | +2005-08-16 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
| 2 | + |
| 3 | + * ext/standard/string.c: |
| 4 | + - TSRM Fix |
| 5 | + |
| 6 | +2005-08-16 Andrei Zmievski <andrei@gravitonic.com> |
| 7 | + |
| 8 | + * ext/standard/md5.c: |
| 9 | + md5() and md5_file() should return binary strings when raw_output is |
| 10 | + set. |
| 11 | + |
| 12 | + * ZendEngine2/zend_compile.c: |
| 13 | + Fix it here too |
| 14 | + |
| 15 | +2005-08-16 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
| 16 | + |
| 17 | + * (PHP_5_0) |
| 18 | + main/main.c: |
| 19 | + - MFH: Prevent E_STRICT from ending up as exception |
| 20 | + |
| 21 | +2005-08-16 Andrei Zmievski <andrei@gravitonic.com> |
| 22 | + |
| 23 | + * ZendEngine2/zend_builtin_functions.c: |
| 24 | + Z_UNI* are the right macros to use. |
| 25 | + |
| 26 | +2005-08-16 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
| 27 | + |
| 28 | + * main/main.c |
| 29 | + main/main.c: |
| 30 | + - Prevent E_STRICT from ending up as exception |
| 31 | + |
| 32 | +2005-08-16 Derick Rethans <php@derickrethans.nl> |
| 33 | + |
| 34 | + * ext/standard/php_smart_str.h |
| 35 | + main/spprintf.c: |
| 36 | + - Fixed a couple of bugs in the new smart_str macros, and allow them to |
| 37 | + allocate two extra bytes (so that we can pad them with two \0's for |
| 38 | + UTF-16) |
| 39 | + - Fixed usage of smart_str's in the PAD and INS_STRING macros. |
| 40 | + |
| 41 | +2005-08-16 Antony Dovgal <antony@zend.com> |
| 42 | + |
| 43 | + * ext/standard/string.c: |
| 44 | + nuke unused vars |
| 45 | + |
| 46 | +2005-08-16 Dmitry Stogov <dmitry@zend.com> |
| 47 | + |
| 48 | + * ZendEngine2/zend_API.c |
| 49 | + ext/dom/tests/bug28817.phpt |
| 50 | + ext/simplexml/simplexml.c |
| 51 | + ext/simplexml/tests/008.phpt |
| 52 | + ext/simplexml/tests/009.phpt |
| 53 | + ext/simplexml/tests/015.phpt |
| 54 | + ext/simplexml/tests/022.phpt |
| 55 | + ext/sqlite/sqlite.c |
| 56 | + ext/sqlite/tests/sqlite_002.phpt |
| 57 | + ext/sqlite/tests/sqlite_003.phpt |
| 58 | + ext/sqlite/tests/sqlite_005.phpt |
| 59 | + ext/sqlite/tests/sqlite_006.phpt |
| 60 | + ext/sqlite/tests/sqlite_007.phpt |
| 61 | + ext/sqlite/tests/sqlite_008.phpt |
| 62 | + ext/sqlite/tests/sqlite_009.phpt |
| 63 | + ext/sqlite/tests/sqlite_010.phpt |
| 64 | + ext/sqlite/tests/sqlite_011.phpt |
| 65 | + ext/sqlite/tests/sqlite_012.phpt |
| 66 | + ext/sqlite/tests/sqlite_013.phpt |
| 67 | + ext/sqlite/tests/sqlite_014.phpt |
| 68 | + ext/sqlite/tests/sqlite_015.phpt |
| 69 | + ext/sqlite/tests/sqlite_016.phpt |
| 70 | + ext/sqlite/tests/sqlite_019.phpt |
| 71 | + ext/sqlite/tests/sqlite_022.phpt |
| 72 | + ext/sqlite/tests/sqlite_023.phpt |
| 73 | + ext/sqlite/tests/sqlite_024.phpt |
| 74 | + ext/sqlite/tests/sqlite_025.phpt |
| 75 | + ext/sqlite/tests/sqlite_026.phpt |
| 76 | + ext/sqlite/tests/sqlite_oo_002.phpt |
| 77 | + ext/sqlite/tests/sqlite_oo_003.phpt |
| 78 | + ext/sqlite/tests/sqlite_oo_008.phpt |
| 79 | + ext/sqlite/tests/sqlite_oo_009.phpt |
| 80 | + ext/sqlite/tests/sqlite_oo_010.phpt |
| 81 | + ext/sqlite/tests/sqlite_oo_011.phpt |
| 82 | + ext/sqlite/tests/sqlite_oo_012.phpt |
| 83 | + ext/sqlite/tests/sqlite_oo_013.phpt |
| 84 | + ext/sqlite/tests/sqlite_oo_014.phpt |
| 85 | + ext/sqlite/tests/sqlite_oo_015.phpt |
| 86 | + ext/sqlite/tests/sqlite_oo_016.phpt |
| 87 | + ext/sqlite/tests/sqlite_oo_020.phpt |
| 88 | + ext/sqlite/tests/sqlite_oo_021.phpt |
| 89 | + ext/sqlite/tests/sqlite_oo_022.phpt |
| 90 | + ext/sqlite/tests/sqlite_oo_024.phpt |
| 91 | + ext/sqlite/tests/sqlite_oo_025.phpt |
| 92 | + ext/sqlite/tests/sqlite_oo_026.phpt |
| 93 | + ext/sqlite/tests/sqlite_oo_028.phpt |
| 94 | + ext/sqlite/tests/sqlite_oo_030.phpt |
| 95 | + ext/standard/image.c |
| 96 | + ext/standard/md5.c |
| 97 | + ext/standard/var.c |
| 98 | + ext/standard/tests/array/bug25708.phpt |
| 99 | + ext/standard/tests/array/bug26458.phpt |
| 100 | + ext/standard/tests/image/bug13213.phpt |
| 101 | + ext/standard/tests/image/getimagesize.phpt |
| 102 | + ext/standard/tests/image/getimagesize_246x247.phpt |
| 103 | + ext/standard/tests/image/getimagesize_384x385.phpt |
| 104 | + ext/standard/tests/image/getimagesize_swc.phpt |
| 105 | + ext/standard/tests/image/image_type_to_mime_type.phpt |
| 106 | + ext/standard/tests/strings/explode.phpt |
| 107 | + ext/standard/tests/strings/strcspn.phpt |
| 108 | + ext/standard/tests/strings/strspn.phpt |
| 109 | + ext/standard/tests/strings/strstr.phpt: |
| 110 | + Unicode support |
| 111 | + |
| 112 | +2005-08-16 Ilia Alshanetsky <ilia@prohost.org> |
| 113 | + |
| 114 | + * (PHP_4_4) |
| 115 | + NEWS |
| 116 | + ext/standard/url.c |
| 117 | + ext/standard/url.c |
| 118 | + ext/standard/url.c |
| 119 | + ext/standard/tests/strings/url_t.phpt |
| 120 | + ext/standard/tests/strings/url_t.phpt |
| 121 | + ext/standard/tests/strings/url_t.phpt: |
| 122 | + MFH: Fixed bug #34148 (+,- and . not supported as parts of scheme). |
| 123 | + |
| 124 | + * NEWS |
| 125 | + ext/standard/url.c |
| 126 | + ext/standard/tests/strings/url_t.phpt: |
| 127 | + Fixed bug #34148 (+,- and . not supported as parts of scheme). |
| 128 | + |
| 129 | +2005-08-16 Rolland Santimano <rollandsantimano@yahoo.com> |
| 130 | + |
| 131 | + * ext/standard/string.c: |
| 132 | + Unicode capable impl of implode() |
| 133 | + |
| 134 | +2005-08-16 Zeev Suraski <zeev@zend.com> |
| 135 | + |
| 136 | + * (PHP_5_1) |
| 137 | + NEWS |
| 138 | + configure.in |
| 139 | + main/php_version.h: |
| 140 | + Go back to dev |
| 141 | + |
| 142 | +2005-08-16 Edin Kadribasic <edink@emini.dk> |
| 143 | + |
| 144 | + * (PHP_5_1) |
| 145 | + pear/go-pear-list.php: |
| 146 | + Rebundle XML_RPC in the correct version for the Windows distro. |
| 147 | + |
| 148 | +2005-08-16 Zeev Suraski <zeev@zend.com> |
| 149 | + |
| 150 | + * (PHP_5_1) |
| 151 | + NEWS |
| 152 | + configure.in |
| 153 | + main/php_version.h: |
| 154 | + Roll RC1 |
| 155 | + |
| 156 | +2005-08-16 Dmitry Stogov <dmitry@zend.com> |
| 157 | + |
| 158 | + * ZendEngine2/zend_exceptions.c |
| 159 | + ZendEngine2/zend_exceptions.c: |
| 160 | + Fixed memory leak |
| 161 | + |
| 162 | +2005-08-16 Edin Kadribasic <edink@emini.dk> |
| 163 | + |
| 164 | + * (PHP_5_1) |
| 165 | + ext/pgsql/pgsql.c: |
| 166 | + Use free() instead of PQfreemem() to maintain compabitibility with older |
| 167 | + PostgreSQL client libraries (bug #33813). |
| 168 | + |
| 169 | +2005-08-16 Rolland Santimano <rollandsantimano@yahoo.com> |
| 170 | + |
| 171 | + * ext/simplexml/simplexml.c |
| 172 | + ext/standard/http_fopen_wrapper.c: |
| 173 | + Updated calls to php_trim() to provide arg for returned string type |
| 174 | + |
| 175 | + * ext/standard/php_string.h |
| 176 | + ext/standard/string.c: |
| 177 | + php_trim() takes extra arg to determine string type to be returned |
| 178 | + |
| 179 | +2005-08-16 Ilia Alshanetsky <ilia@prohost.org> |
| 180 | + |
| 181 | + * ext/standard/info.c: |
| 182 | + Input validation part 2. |
| 183 | + |
1 | 184 | 2005-08-15 Jani Taskinen <jani.taskinen@sci.fi>
|
2 | 185 |
|
3 | 186 | * configure.in:
|
|
0 commit comments