|
| 1 | +2002-03-06 Dan Kalowsky <dank@deadmime.org> |
| 2 | + |
| 3 | + * NEWS: iconv is back |
| 4 | + |
| 5 | +2002-03-06 Derick Rethans <d.rethans@jdimedia.nl> |
| 6 | + |
| 7 | + * main/php_version.h |
| 8 | + configure.in: - Bump version numbers on HEAD |
| 9 | + |
| 10 | +2002-03-06 Jani Taskinen <sniper@iki.fi> |
| 11 | + |
| 12 | + * NEWS: |
| 13 | + - Cleaned this abit (no such long stuff should be here if it can be found |
| 14 | + in Manual...and if it's not in manual yet, ADD IT! |
| 15 | + - Also moved some of the major changes in the beginning where people |
| 16 | + might even notice them. We should re-arrange this better btw. |
| 17 | + |
| 18 | +2002-03-06 Marcus B�rger <marcus.boerger@post.rwth-aachen.de> |
| 19 | + |
| 20 | + * ext/exif/tests/001.phpt |
| 21 | + ext/exif/tests/002.phpt |
| 22 | + ext/exif/tests/test1.jpg |
| 23 | + ext/exif/tests/test2.jpg: - standard test scripts for exif |
| 24 | + |
| 25 | + * ext/exif/exif.c: -comments |
| 26 | + |
| 27 | +2002-03-06 James Cox <james@awpimajes.com> |
| 28 | + |
| 29 | + * NEWS: fixed my foobarred news entry |
| 30 | + |
| 31 | +2002-03-06 Marcus B�rger <marcus.boerger@post.rwth-aachen.de> |
| 32 | + |
| 33 | + * ext/exif/exif.c: -comments |
| 34 | + |
| 35 | +2002-03-06 Jason Greene <jason@inetgurus.net> |
| 36 | + |
| 37 | + * ext/sockets/php_sockets.h |
| 38 | + ext/sockets/sockets.c: Sockets Rework Patch 3 of 3 |
| 39 | + Nuked all fd code |
| 40 | + Rewrote socket_select to use arrays instead of the fd code |
| 41 | + (This has the side-effect of fixing quite a few bugs) |
| 42 | + |
| 43 | +2002-03-06 Derick Rethans <d.rethans@jdimedia.nl> |
| 44 | + |
| 45 | + * ext/interbase/interbase.c: |
| 46 | + - Fix for bug #12383 and #14755: 105.05$ becomes 105.5$ (Patch by: Giancarlo |
| 47 | + Niccolai <giancarlo@niccolai.org>) |
| 48 | + |
| 49 | +2002-03-06 James E. Flemer <jflemer@acm.jhu.edu> |
| 50 | + |
| 51 | + * ext/standard/dir.c: |
| 52 | + (PHP opendir) Changed CHECKUID_ALLOW_ONLY_DIR to CHECKUID_ALLOW_ONLY_FILE |
| 53 | + so that relative paths (vs absolute) work correctly. |
| 54 | + |
| 55 | +2002-03-06 Marcus B�rger <marcus.boerger@post.rwth-aachen.de> |
| 56 | + |
| 57 | + * ext/exif/test.txt: |
| 58 | + -updated test to reflect third parameter of exif_read_data |
| 59 | + |
| 60 | + * ext/exif/exif.c: -missing efree |
| 61 | + -incorrect index/length computing: left from jhead |
| 62 | + |
| 63 | +2002-03-06 Dan Kalowsky <dank@deadmime.org> |
| 64 | + |
| 65 | + * ext/standard/html.c: |
| 66 | + quelling a warning, and ensuring now undefined behavior |
| 67 | + |
| 68 | + * ext/posix/posix.c: |
| 69 | + When #if BLAHING a section, ensure to make it's prototype included. Returns |
| 70 | + build capability to MacOSX. |
| 71 | + |
| 72 | +2002-03-06 Derick Rethans <d.rethans@jdimedia.nl> |
| 73 | + |
| 74 | + * ext/sybase_ct/php_sybase_ct.c |
| 75 | + ext/sybase/php_sybase_db.c: |
| 76 | + - Add 'appname' parameter to sybase_connect. (Patch by Christophe Sollet |
| 77 | + <csollet@coleebris.com>) |
| 78 | + |
| 79 | + * sapi/cgi/cgi_main.c: - Put them back (and do it right) |
| 80 | + |
| 81 | +2002-03-06 Sascha Schumann <sascha@schumann.cx> |
| 82 | + |
| 83 | + * ext/session/session.c: |
| 84 | + Do the estrdups after checking for parameter constraints. |
| 85 | + |
| 86 | + No real memory leaks though, because they are catched by the |
| 87 | + memory manager. |
| 88 | + |
| 89 | + * ext/session/mod_mm.c: Did not revert back enough. |
| 90 | + |
| 91 | + This patch does not make sense, because it enforces the existence |
| 92 | + of a single directory. |
| 93 | + |
| 94 | + * ext/session/session.c: |
| 95 | + SID shall be defined to name=id, if the client did not supply |
| 96 | + a cookie. |
| 97 | + |
| 98 | + * ext/session/mod_files.c |
| 99 | + ext/session/mod_user.c |
| 100 | + ext/session/php_session.h |
| 101 | + ext/session/session.c: |
| 102 | + Merge in session API changes (carry around tsrm context) |
| 103 | + |
| 104 | + Now PHP_SESSION_API is defined to the date of the last change, |
| 105 | + so that externa source-code can handle changes more gracefully. |
| 106 | + |
| 107 | + * ext/session/session.c: Always initialize the track-vars |
| 108 | + |
| 109 | +2002-03-06 Derick Rethans <d.rethans@jdimedia.nl> |
| 110 | + |
| 111 | + * sapi/cgi/cgi_main.c: - Remove unused variables |
| 112 | + |
| 113 | + * ext/posix/posix.c: - More ZTS fixes |
| 114 | + |
| 115 | + * ext/iconv/iconv.c: - Fix build with ZTS |
| 116 | + |
| 117 | +2002-03-06 Marcus B�rger <marcus.boerger@post.rwth-aachen.de> |
| 118 | + |
| 119 | + * ext/exif/test.txt: -updated test |
| 120 | + |
| 121 | + * ext/exif/exif.c |
| 122 | + ext/exif/php_exif.h: -new working thumbnail code |
| 123 | + -everything uses new data structures |
| 124 | + -new function exif_thumbnail |
| 125 | + |
| 126 | +2002-03-06 Sascha Schumann <sascha@schumann.cx> |
| 127 | + |
| 128 | + * ext/session/mod_files.c |
| 129 | + ext/session/mod_mm.c |
| 130 | + ext/session/mod_user.c |
| 131 | + ext/session/php_session.h |
| 132 | + ext/session/session.c: Weep out all recent commits of Yasuo. |
| 133 | + |
| 134 | + I don't have time right now to leave in the good ones and remove |
| 135 | + only the bad ones. |
| 136 | + |
| 137 | + There are some semantical changes which I reject, because |
| 138 | + they aim at fixing a bug which is at a completely other location. |
| 139 | + |
| 140 | + Then SID does not gefined anymore properly. (This broken patch |
| 141 | + has not been sent to me at all.) |
| 142 | + |
| 143 | + Also, there were *so* many whitespace changes which already |
| 144 | + make these commits bogus. |
| 145 | + |
| 146 | +2002-03-06 Yasuo Ohgaki <yohgaki@dd.iij4u.or.jp> |
| 147 | + |
| 148 | + * ext/session/mod_mm.c: Fixed typo :) |
| 149 | + |
| 150 | + * ext/session/mod_mm.c: |
| 151 | + Use static mm file save path. Now we can safely stop web server at start up when there is an error. Older mm uses static mm file path anyway. |
| 152 | + |
| 153 | + * ext/session/mod_files.c: Fix crash bug #14232 |
| 154 | + |
| 155 | + * ext/session/mod_mm.c: Make php start even with wrong save_path. |
| 156 | + |
| 157 | +2002-03-06 Jason Greene <jason@inetgurus.net> |
| 158 | + |
| 159 | + * ext/sockets/php_sockets.h |
| 160 | + ext/sockets/sockets.c: Socket Rework Patch 2 |
| 161 | + Redesigned socket_recv() as outlined on php-dev |
| 162 | + Modified socket_last_error() to no longer clear the error |
| 163 | + Added socket_clear_error() |
| 164 | + Fixed socket_set_nonblock() |
| 165 | + Added socket_set_block() |
| 166 | + Fixed a proto |
| 167 | + Saved 1 byte of RAM : ) |
| 168 | + |
| 169 | +2002-03-06 Yasuo Ohgaki <yohgaki@dd.iij4u.or.jp> |
| 170 | + |
| 171 | + * ext/session/session.c: Oops. Fix compile failure |
| 172 | + |
| 173 | + * ext/session/session.c: |
| 174 | + Using session_save_path() after starting session is obvious error. |
| 175 | + Riase E_NOTICE error instead of E_WARNING. Since it is valid if |
| 176 | + user uses session_save_path() with session_module_name(). |
| 177 | + |
| 178 | + * ext/session/session.c: |
| 179 | + Return FALSE when session_module_name() failed. Fix a little leak. |
| 180 | + |
| 181 | + * ext/session/session.c: |
| 182 | + Raise error when session module failed to open or read |
| 183 | + |
| 184 | + * ext/session/mod_user.c |
| 185 | + ext/session/php_session.h: More TSRM work |
| 186 | + |
| 187 | + * ext/session/session.c |
| 188 | + ext/session/mod_user.c |
| 189 | + ext/session/mod_files.c: Remove TSRMLS_FETCH() and use TSRMLS_C/TSRMLS_D |
| 190 | + |
1 | 191 | 2002-03-05 Markus Fischer <mfischer@guru.josefine.at>
|
2 | 192 |
|
3 | 193 | * NEWS: - Added recent changes done in ext/posix
|
|
0 commit comments