Browse Source

ChangeLog update

experimental/zts_stdc_scanners
25 years ago
parent
commit
9e61c801c2
  1. 209
      ChangeLog

209
ChangeLog

@ -1,3 +1,212 @@
2001-07-28 Andi Gutmans <andi@zend.com>
* ext/odbc/php_odbc.c: - Object macros...
* ext/com/com.h
ext/com/conversion.c
ext/wddx/wddx.c: - More object macros
* ext/mysql/php_mysql.c: - More object macro work
* ext/com/COM.c
ext/com/VARIANT.c:
- More Object macro work. I couldn't test this one so let me know if it
breaks the Windows build.
* ext/standard/incomplete_class.c
ext/xml/xml.c: - Use object macros
2001-07-28 Rasmus Lerdorf <rasmus@php.net>
* sapi/apache/php_apache.c: Fix typo
2001-07-28 Zeev Suraski <zeev@zend.com>
* sapi/apache/php_apache.c: Build fix
* sapi/apache/php_apache.c: Some more fixes
* sapi/tux/php_tux.c
win32/php4.dsp
win32/php4dll.dsp
sapi/servlet/servlet.c
sapi/thttpd/thttpd.c
sapi/roxen/roxen.c
sapi/phttpd/phttpd.c
sapi/pi3web/pi3web_sapi.c
sapi/isapi/php4isapi.c
sapi/nsapi/nsapi.c
sapi/cgi/cgi_main.c
sapi/fastcgi/fastcgi.c
sapi/apache2filter/php_functions.c
sapi/apache2filter/sapi_apache2.c
sapi/caudium/caudium.c
sapi/apache/mod_php4.c
sapi/apache/mod_php4.h
sapi/apache/php_apache.c
sapi/apache/sapi_apache.c
sapi/aolserver/aolserver.c
main/php_content_types.c
main/php_globals.h
main/php_ini.c
main/php_main.h
main/php_output.h
main/php_ticks.c
main/php_ticks.h
main/php_variables.c
main/php_variables.h
main/rfc1867.c
main/rfc1867.h
main/safe_mode.c
main/fopen_wrappers.h
main/main.c
main/output.c
ext/zlib/zlib.c
main/SAPI.c
main/SAPI.h
main/fopen_wrappers.c
ext/yp/php_yp.h
ext/yp/yp.c
ext/zlib/php_zlib.h
ext/xml/php_xml.h
ext/xml/xml.c
ext/sybase_ct/php_sybase_ct.h
ext/vpopmail/php_vpopmail.c
ext/vpopmail/php_vpopmail.h
ext/wddx/wddx.c
ext/sybase_ct/php_sybase_ct.c
ext/swf/swf.c
ext/sybase/php_sybase_db.c
ext/standard/syslog.c
ext/standard/url_scanner.c
ext/standard/url_scanner_ex.c
ext/standard/url_scanner_ex.re
ext/standard/var.c
ext/swf/php_swf.h
ext/standard/php_array.h
ext/standard/php_incomplete_class.h
ext/standard/php_lcg.h
ext/standard/rand.c
ext/standard/reg.c
ext/standard/reg.h
ext/standard/string.c
ext/standard/head.c
ext/standard/http_fopen_wrapper.c
ext/standard/incomplete_class.c
ext/standard/info.c
ext/standard/lcg.c
ext/standard/link.c
ext/standard/mail.c
ext/standard/pageinfo.c
ext/standard/file.h
ext/standard/filestat.c
ext/standard/fsock.c
ext/standard/fsock.h
ext/standard/datetime.c
ext/standard/dir.c
ext/standard/dl.c
ext/standard/exec.c
ext/standard/file.c
ext/standard/basic_functions.h
ext/standard/browscap.c
ext/shmop/php_shmop.h
ext/standard/array.c
ext/standard/assert.c
ext/standard/basic_functions.c
ext/session/php_session.h
ext/session/session.c
ext/recode/php_recode.h
ext/recode/recode.c
ext/sablot/php_sablot.h
ext/sablot/sablot.c
ext/posix/posix.c
ext/printer/php_printer.h
ext/printer/printer.c
ext/readline/readline.c
ext/pgsql/php_pgsql.h
ext/pgsql/pgsql.c
ext/pdf/php_pdf.h
ext/pfpro/pfpro.c
ext/pfpro/php_pfpro.h
ext/pcre/php_pcre.c
ext/oracle/oracle.c
ext/oracle/php_oracle.h
ext/odbc/php_odbc.c
ext/odbc/php_odbc.h
ext/oci8/oci8.c
ext/oci8/php_oci8.h
ext/muscat/php_muscat.h
ext/mysql/php_mysql.c
ext/mysql/php_mysql.h
ext/muscat/muscat.c
ext/mssql/php_mssql.c
ext/mssql/php_mssql.h
ext/msql/php_msql.c
ext/mailparse/php_mailparse.h
ext/mailparse/rfc2045.c
ext/mailparse/rfc2045acchk.c
ext/mbstring/mbstring.c
ext/mbstring/mbstring.h
ext/mcrypt/mcrypt.c
ext/mcrypt/php_mcrypt.h
ext/ircg/php_ircg.h
ext/java/java.c
ext/ldap/ldap.c
ext/ldap/php_ldap.h
ext/imap/php_imap.h
ext/ingres_ii/ii.c
ext/ingres_ii/ii.h
ext/ingres_ii/php_ii.h
ext/interbase/interbase.c
ext/interbase/php_interbase.h
ext/imap/php_imap.c
ext/iconv/php_iconv.h
ext/hyperwave/hw.c
ext/hyperwave/php_hyperwave.h
ext/iconv/iconv.c
ext/fribidi/php_fribidi.h
ext/gd/gd.c
ext/gd/gd_ctx.c
ext/gmp/php_gmp.h
ext/filepro/filepro.c
ext/fbsql/php_fbsql.h
ext/fdf/fdf.c
ext/dbx/php_dbx.h
ext/fbsql/php_fbsql.c
ext/dbplus/php_dbplus.h
ext/cybermut/php_cybermut.h
ext/db/db.c
ext/dbase/dbase.c
ext/crack/crack.c
ext/crack/php_crack.h
ext/ctype/ctype.c
ext/ctype/php_ctype.h
ext/curl/curl.c
ext/com/COM.c
ext/cpdf/cpdf.c: Redesigned thread safety mechanism - nua nua
2001-07-28 Alexander Feldman <alex@zend.com>
* ext/crack/config.m4:
Fixed the config.m4 script to allow the cracklib extension to be properly built
as a shared module.
2001-07-28 Jani Taskinen <sniper@iki.fi>
* ext/fdf/fdf.c:
Fix build. This was done by bringing this to the 'PHP 4 era' :)
2001-07-28 Joey Smith <joey@joeysmith.com>
* ext/sablot/sablot.c:
nesting_level is now ob_nesting_level in main/php_output.h
2001-07-28 Sascha Schumann <sascha@schumann.cx>
* configure.in: Fix build and add a mips-related preprocessor directive.
* main/main.c: Remove superfluous returns
2001-07-27 Jani Taskinen <sniper@iki.fi>
* ext/bz2/Makefile.in:

Loading…
Cancel
Save