|
| 1 | +2003-04-01 Jay Smith <jsmith@tutorbuddy.com> |
| 2 | + |
| 3 | + * ext/pgsql/pgsql.c |
| 4 | + ext/pgsql/php_pgsql.h: |
| 5 | + Fix 'timestamp without timezone', too. |
| 6 | + |
| 7 | +2003-04-01 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> |
| 8 | + |
| 9 | + * ext/pgsql/pgsql.c: |
| 10 | + Fix 'time with timezone', too |
| 11 | + |
| 12 | +2003-04-01 Jay Smith <jsmith@tutorbuddy.com> |
| 13 | + |
| 14 | + * ext/pgsql/pgsql.c: |
| 15 | + Fixed bug #23009 (pg_select with timestamp) |
| 16 | + |
| 17 | +2003-04-01 Rasmus Lerdorf <rasmus@lerdorf.com> |
| 18 | + |
| 19 | + * (PHP_4_3) |
| 20 | + TODO_SEGFAULTS |
| 21 | + ext/standard/array.c: |
| 22 | + Arbitrarily limit array_pad() to only do 1 million elements at a time. |
| 23 | + Probably still too high, but it solves the segfault for now. |
| 24 | + |
| 25 | +2003-04-01 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> |
| 26 | + |
| 27 | + * ext/standard/tests/filters/bug22538.phpt: |
| 28 | + Fixed bogus test |
| 29 | + |
| 30 | +2003-04-01 Sascha Schumann <sascha@schumann.cx> |
| 31 | + |
| 32 | + * (PHP_4_3) |
| 33 | + main/output.c: |
| 34 | + s/0/FAILURE/ |
| 35 | + |
| 36 | + * main/output.c: |
| 37 | + Fix an uninitialized read, default to FAILURE |
| 38 | + |
| 39 | + * (PHP_4_3) |
| 40 | + main/output.c: |
| 41 | + Fix an uninitialised read for ob_start(array()) |
| 42 | + |
| 43 | +2003-04-01 Rasmus Lerdorf <rasmus@lerdorf.com> |
| 44 | + |
| 45 | + * ext/dbase/dbf_head.c |
| 46 | + ext/exif/exif.c |
| 47 | + ext/standard/array.c: |
| 48 | + MFB |
| 49 | + |
| 50 | + * (PHP_4_3) |
| 51 | + TODO_SEGFAULTS |
| 52 | + ext/dbase/dbf_head.c: |
| 53 | + Argh!!! I guess nobody has ever looked at this code. |
| 54 | + |
| 55 | +2003-04-01 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> |
| 56 | + |
| 57 | + * ext/standard/tests/filters/bug22538.phpt: |
| 58 | + Added a test case for bug #22538 |
| 59 | + |
| 60 | + * ext/mbstring/php_mbregex.c: |
| 61 | + oops |
| 62 | + |
| 63 | + * ext/mbstring/php_mbregex.c: |
| 64 | + Reverted the last patch; the problem is elsewhere.. |
| 65 | + |
| 66 | +2003-04-01 Rasmus Lerdorf <rasmus@lerdorf.com> |
| 67 | + |
| 68 | + * (PHP_4_3) |
| 69 | + TODO_SEGFAULTS |
| 70 | + ext/exif/exif.c: |
| 71 | + Fix exif crashes |
| 72 | + |
| 73 | +2003-04-01 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> |
| 74 | + |
| 75 | + * ext/mbstring/php_mbregex.c: |
| 76 | + Fixed crash that occurs due to an abused persistent hashtable. |
| 77 | + |
| 78 | +2003-04-01 Rasmus Lerdorf <rasmus@lerdorf.com> |
| 79 | + |
| 80 | + * (PHP_4_3) |
| 81 | + TODO_SEGFAULTS: |
| 82 | + Update (not fixed in HEAD because the API for this function needs to |
| 83 | + change in PHP5. It is moronic the way it is now) |
| 84 | + |
| 85 | + * (PHP_4_3) |
| 86 | + ext/sockets/sockets.c: |
| 87 | + Ok, really fix socket_iovec_alloc() this time |
| 88 | + |
| 89 | +2003-04-01 Jani Taskinen <sniper@iki.fi> |
| 90 | + |
| 91 | + * NEWS: |
| 92 | + crap removal |
| 93 | + |
| 94 | + * (PHP_4_3) |
| 95 | + NEWS: |
| 96 | + BFN |
| 97 | + |
| 98 | + * (PHP_4_3) |
| 99 | + configure.in: |
| 100 | + MFH: Fixed bug #22987 (missing perror() check in configure) |
| 101 | + |
| 102 | + * configure.in: |
| 103 | + Fixed bug #22987 (missing perror() check in configure) |
| 104 | + |
| 105 | +2003-04-01 Sascha Schumann <sascha@schumann.cx> |
| 106 | + |
| 107 | + * (PHP_4_3) |
| 108 | + TODO_SEGFAULTS: |
| 109 | + more insight re. ob_start bug |
| 110 | + |
| 111 | + * (PHP_4_3) |
| 112 | + TODO_SEGFAULTS: |
| 113 | + The ob_start issue is reproducible. |
| 114 | + |
| 115 | +2003-04-01 Moshe Doron <mosdoron@netvision.net.il> |
| 116 | + |
| 117 | + * ext/standard/tests/strings/bug22904.phpt: |
| 118 | + oops |
| 119 | + |
| 120 | + * ext/standard/tests/strings/bug22904.phpt: |
| 121 | + revert due the last string.c revert |
| 122 | + |
| 123 | + * ext/standard/string.c: |
| 124 | + revert last commit for now |
| 125 | + |
| 126 | +2003-04-01 Sascha Schumann <sascha@schumann.cx> |
| 127 | + |
| 128 | + * (PHP_4_3) |
| 129 | + TODO_SEGFAULTS: |
| 130 | + editing |
| 131 | + |
| 132 | + * TODO_SEGFAULTS |
| 133 | + TODO_SEGFAULTS: |
| 134 | + |
| 135 | + file TODO_SEGFAULTS was initially added on branch PHP_4_3. |
| 136 | + |
| 137 | +2003-04-01 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> |
| 138 | + |
| 139 | + * (PHP_4_3) |
| 140 | + ext/mbstring/mbstring.c: |
| 141 | + MFH(r-1.170): fixed crash in mb_convert_encoding() that occurs when a void |
| 142 | + array is passed as the third parameter. |
| 143 | + |
| 144 | + * ext/mbstring/mbstring.c: |
| 145 | + Fixed crash in mb_convert_encoding() that occurs when a void array is |
| 146 | + passed as the third parameter |
| 147 | + |
| 148 | +2003-04-01 Thies C. Arntzen <thies@thieso.net> |
| 149 | + |
| 150 | + * ext/standard/info.c |
| 151 | + ext/standard/info.c: |
| 152 | + -** empty log message *** |
| 153 | + |
| 154 | +2003-04-01 Sascha Schumann <sascha@schumann.cx> |
| 155 | + |
| 156 | + * ext/ircg/ircg.c: |
| 157 | + Fix segfault, logic and lock issue in ircg_is_conn_alive |
| 158 | + |
| 159 | + * ext/dba/config.m4 |
| 160 | + ext/dba/config.m4 |
| 161 | + ext/dba/config.m4: |
| 162 | + fix VPATH builds |
| 163 | + |
| 164 | + * ext/standard/basic_functions.c: |
| 165 | + Fix segfault in register_shutdown_function |
| 166 | + |
| 167 | + * (PHP_4_3) |
| 168 | + acinclude.m4: |
| 169 | + No need for shtool |
| 170 | + |
| 171 | + * acinclude.m4: |
| 172 | + Don't need shtool |
| 173 | + |
| 174 | + * ext/ircg/ircg.c: |
| 175 | + Intermediate commit of relocation map integration |
| 176 | + |
| 177 | + * (PHP_4_3) |
| 178 | + ext/standard/file.c |
| 179 | + ext/standard/file.c: |
| 180 | + Fix segfault in flock() |
| 181 | + |
| 182 | +2003-04-01 Sara Golemon <php@alphaweb.net> |
| 183 | + |
| 184 | + * ext/standard/mail.c: |
| 185 | + Bug #22962 |
| 186 | + |
| 187 | +2003-04-01 Sebastian Bergmann <sb@sebastian-bergmann.de> |
| 188 | + |
| 189 | + * ext/standard/basic_functions.c |
| 190 | + ext/standard/basic_functions.h: |
| 191 | + Sorry Sterling, but this broke the ZTS build and I'd rather not 'ZTS fix' |
| 192 | + an April's Fool joke. |
| 193 | + |
| 194 | +2003-04-01 Sterling Hughes <sterling@bumblebury.com> |
| 195 | + |
| 196 | + * ext/standard/basic_functions.c |
| 197 | + ext/standard/basic_functions.h: |
| 198 | + Add the landonize() and landonize_url() functions which provide a secure |
| 199 | + alternative to the sha1() and sha1_file() functions. |
| 200 | + |
1 | 201 | 2003-03-31 Moriyoshi Koizumi <moriyoshi@at.wakwak.com>
|
2 | 202 |
|
3 | 203 | * ext/standard/tests/serialize/001.phpt:
|
|
0 commit comments