|
| 1 | +2001-07-31 Jani Taskinen <sniper@iki.fi> |
| 2 | + |
| 3 | + * ext/yp/yp.c: killed some compile warnings |
| 4 | + |
| 5 | + * ext/sybase_ct/php_sybase_ct.c |
| 6 | + ext/yp/php_yp.h |
| 7 | + ext/oci8/oci8.c |
| 8 | + ext/openssl/openssl.c |
| 9 | + ext/pgsql/pgsql.c |
| 10 | + ext/java/java.c: more ZTS fixes. |
| 11 | + |
| 12 | +2001-07-31 Sterling Hughes <sterling@designmultimedia.com> |
| 13 | + |
| 14 | + * sapi/apache2filter/sapi_apache2.c: remove duplicate TSRMLS_FETCH() |
| 15 | + |
| 16 | +2001-07-31 Jani Taskinen <sniper@iki.fi> |
| 17 | + |
| 18 | + * ext/xslt/sablot.c: fixed comment.. |
| 19 | + |
| 20 | +2001-07-31 Zeev Suraski <zeev@zend.com> |
| 21 | + |
| 22 | + * ext/standard/ftp_fopen_wrapper.c |
| 23 | + ext/standard/http_fopen_wrapper.c |
| 24 | + ext/standard/php_fopen_wrappers.h |
| 25 | + ext/zlib/php_zlib.h |
| 26 | + ext/zlib/zlib_fopen_wrapper.c |
| 27 | + main/fopen_wrappers.c: Fix some warnings |
| 28 | + |
| 29 | +2001-07-31 Sterling Hughes <sterling@designmultimedia.com> |
| 30 | + |
| 31 | + * ext/xslt/sablot.c: Fix ZTS build. |
| 32 | + |
| 33 | +2001-07-31 Stig Bakken <ssb@fast.no> |
| 34 | + |
| 35 | + * pear/DB/mssql.php |
| 36 | + pear/DB/mysql.php: |
| 37 | + * transaction support for mssql and mysql (by Sander Wichers), untested |
| 38 | + |
| 39 | +2001-07-31 Christian Stocker <chregu@nomad.ch> |
| 40 | + |
| 41 | + * pear/Config.php: Moved to the /pear repository |
| 42 | + |
| 43 | +2001-07-31 Jani Taskinen <sniper@iki.fi> |
| 44 | + |
| 45 | + * ext/crack/php_crack.h: Missing header. |
| 46 | + |
| 47 | +2001-07-31 Sterling Hughes <sterling@designmultimedia.com> |
| 48 | + |
| 49 | + * ext/xslt/sablot.c: ws fix |
| 50 | + |
| 51 | +2001-07-31 Jani Taskinen <sniper@iki.fi> |
| 52 | + |
| 53 | + * ext/ncurses/ncurses_fe.c: Remove duplicate function entry. |
| 54 | + |
| 55 | +2001-07-31 Sascha Schumann <sascha@schumann.cx> |
| 56 | + |
| 57 | + * ext/ircg/ircg.c: |
| 58 | + Fix two potential crash bugs. 1. if no valid format message identifier |
| 59 | + was provided. 2. if result string was empty in format_msg() |
| 60 | + |
| 61 | +2001-07-31 Harald Radi <h.radi@nme.at> |
| 62 | + |
| 63 | + * ext/com/COM.c |
| 64 | + ext/com/VARIANT.c |
| 65 | + ext/com/com.h |
| 66 | + ext/com/conversion.c |
| 67 | + ext/com/conversion.h |
| 68 | + ext/com/php_COM.h |
| 69 | + ext/com/php_VARIANT.h: |
| 70 | + added these TSRMLS_* macros to nearly every argument list |
| 71 | + |
| 72 | +2001-07-31 Jani Taskinen <sniper@iki.fi> |
| 73 | + |
| 74 | + * ext/imap/config.m4: Added help texts for --with-imap-ssl|kerberos. |
| 75 | + |
| 76 | +2001-07-31 Thomas V.V.Cox <cox@idecnet.com> |
| 77 | + |
| 78 | + * pear/PEAR/Packager.php: |
| 79 | + package() now returns the full path of the generated package also improved |
| 80 | + windows support (if php getcwd() returns also the drive letter, please test it) |
| 81 | + |
| 82 | +2001-07-31 Stig Bakken <ssb@fast.no> |
| 83 | + |
| 84 | + * pear/PEAR.php |
| 85 | + pear/DB/storage.php: |
| 86 | + * DB_storage broke when DB_common::query was added, fixed |
| 87 | + |
| 88 | +2001-07-31 Zeev Suraski <zeev@zend.com> |
| 89 | + |
| 90 | + * sapi/servlet/servlet.c |
| 91 | + main/main.c |
| 92 | + main/php_ini.c |
| 93 | + sapi/cgi/cgi_main.c |
| 94 | + main/fopen_wrappers.h |
| 95 | + ext/zlib/zlib.c |
| 96 | + ext/zlib/zlib_fopen_wrapper.c |
| 97 | + main/fopen_wrappers.c |
| 98 | + ext/standard/ftp_fopen_wrapper.c |
| 99 | + ext/standard/http_fopen_wrapper.c |
| 100 | + ext/standard/image.c |
| 101 | + ext/standard/php_fopen_wrapper.c |
| 102 | + ext/standard/php_fopen_wrappers.h |
| 103 | + ext/standard/url_scanner_ex.c |
| 104 | + ext/zlib/php_zlib.h |
| 105 | + ext/standard/basic_functions.h |
| 106 | + ext/standard/file.c |
| 107 | + ext/standard/basic_functions.c |
| 108 | + ext/pgsql/pgsql.c |
| 109 | + ext/oci8/oci8.c |
| 110 | + ext/filepro/filepro.c |
| 111 | + ext/gd/gd.c |
| 112 | + ext/gd/gd_ctx.c |
| 113 | + ext/hyperwave/hw.c |
| 114 | + ext/db/db.c |
| 115 | + ext/dbase/dbase.c: More TSRMLS_FETCH annihilation. Enough for today... |
| 116 | + |
| 117 | + * sapi/servlet/servlet.c |
| 118 | + sapi/tux/php_tux.c |
| 119 | + main/fopen_wrappers.c |
| 120 | + main/fopen_wrappers.h |
| 121 | + main/main.c |
| 122 | + main/output.c |
| 123 | + main/php_logos.c |
| 124 | + main/php_logos.h |
| 125 | + main/safe_mode.c |
| 126 | + sapi/pi3web/pi3web_sapi.c |
| 127 | + ext/ircg/ircg.c |
| 128 | + ext/standard/basic_functions.c |
| 129 | + ext/standard/dir.c |
| 130 | + ext/standard/exec.c |
| 131 | + ext/standard/file.c |
| 132 | + ext/standard/filestat.c |
| 133 | + ext/standard/head.c |
| 134 | + ext/standard/iptc.c |
| 135 | + ext/standard/pageinfo.c |
| 136 | + ext/zlib/zlib.c |
| 137 | + main/SAPI.c |
| 138 | + main/SAPI.h: More TSRMLS_FETCH work. Got it under 400 now. |
| 139 | + |
| 140 | + * ext/com/COM.c |
| 141 | + ext/ctype/php_ctype.h |
| 142 | + ext/interbase/interbase.c |
| 143 | + ext/mbstring/mbstring.c |
| 144 | + ext/oracle/oracle.c: Some more TSRMLS_FETCH work |
| 145 | + |
| 146 | + * main/php_ticks.c |
| 147 | + ext/zip/zip.c |
| 148 | + ext/zlib/zlib.c |
| 149 | + ext/xml/xml.c |
| 150 | + ext/xslt/sablot.c |
| 151 | + ext/sysvsem/sysvsem.c |
| 152 | + ext/sysvshm/sysvshm.c |
| 153 | + ext/wddx/wddx.c |
| 154 | + ext/sybase/php_sybase_db.c |
| 155 | + ext/sybase_ct/php_sybase_ct.c |
| 156 | + ext/standard/dir.c |
| 157 | + ext/standard/file.c |
| 158 | + ext/sockets/sockets.c |
| 159 | + ext/sablot/sablot.c |
| 160 | + ext/shmop/shmop.c |
| 161 | + ext/pgsql/pgsql.c |
| 162 | + ext/printer/printer.c |
| 163 | + ext/pspell/pspell.c |
| 164 | + ext/odbc/php_odbc.c |
| 165 | + ext/odbc/velocis.c |
| 166 | + ext/openssl/openssl.c |
| 167 | + ext/oracle/oracle.c |
| 168 | + ext/pdf/pdf.c |
| 169 | + ext/oci8/oci8.c |
| 170 | + ext/ncurses/ncurses.c |
| 171 | + ext/mssql/php_mssql.c |
| 172 | + ext/mysql/php_mysql.c |
| 173 | + ext/mnogosearch/php_mnogo.c |
| 174 | + ext/msql/php_msql.c |
| 175 | + ext/ldap/ldap.c |
| 176 | + ext/mcal/php_mcal.c |
| 177 | + ext/ming/ming.c |
| 178 | + ext/ingres_ii/ii.c |
| 179 | + ext/ingres_ii/ii.h |
| 180 | + ext/interbase/interbase.c |
| 181 | + ext/java/java.c |
| 182 | + ext/icap/php_icap.c |
| 183 | + ext/imap/php_imap.c |
| 184 | + ext/gd/gdt1.h |
| 185 | + ext/gmp/gmp.c |
| 186 | + ext/hyperwave/hw.c |
| 187 | + ext/ftp/php_ftp.c |
| 188 | + ext/gd/gd.c |
| 189 | + ext/dbplus/php_dbplus.h |
| 190 | + ext/domxml/php_domxml.c |
| 191 | + ext/fbsql/php_fbsql.c |
| 192 | + ext/fdf/fdf.c |
| 193 | + ext/db/db.c |
| 194 | + ext/db/php_db.h |
| 195 | + ext/dba/dba.c |
| 196 | + ext/dbase/dbase.c |
| 197 | + ext/dbplus/dbplus.c |
| 198 | + ext/curl/curl.c |
| 199 | + ext/com/VARIANT.c |
| 200 | + ext/cpdf/cpdf.c |
| 201 | + ext/aspell/aspell.c |
| 202 | + ext/bz2/bz2.c |
| 203 | + ext/com/COM.c: More TSRMLS_FETCH annihilation |
| 204 | + |
| 205 | + * sapi/servlet/servlet.c |
| 206 | + sapi/apache/mod_php4.c |
| 207 | + sapi/cgi/cgi_main.c |
| 208 | + sapi/fastcgi/fastcgi.c |
| 209 | + sapi/isapi/php4isapi.c |
| 210 | + sapi/pi3web/pi3web_sapi.c |
| 211 | + main/main.c |
| 212 | + main/php_ini.c |
| 213 | + main/php_ini.h |
| 214 | + main/php_ticks.c |
| 215 | + main/rfc1867.c |
| 216 | + ext/sybase_ct/php_sybase_ct.c |
| 217 | + main/SAPI.c |
| 218 | + main/SAPI.h |
| 219 | + ext/standard/info.c |
| 220 | + ext/sybase/php_sybase_db.c |
| 221 | + ext/odbc/php_odbc.c |
| 222 | + ext/pgsql/pgsql.c |
| 223 | + ext/standard/basic_functions.c |
| 224 | + ext/oci8/oci8.c |
| 225 | + ext/dotnet/dotnet.cpp |
| 226 | + ext/fdf/fdf.c |
| 227 | + ext/mbstring/mbstring.c |
| 228 | + ext/mssql/php_mssql.c |
| 229 | + ext/crack/crack.c |
| 230 | + ext/domxml/php_domxml.c: More TSRMLS_FETCH work |
| 231 | + |
| 232 | + * ext/vpopmail/php_vpopmail.c: build fixes |
| 233 | + |
| 234 | + * ext/standard/assert.c: Fix a crash bug in assert |
| 235 | + |
1 | 236 | 2001-07-30 Jani Taskinen <sniper@iki.fi>
|
2 | 237 |
|
3 | 238 | * ext/mcrypt/mcrypt.c: Make this compile in ZTS mode.
|
|
0 commit comments