mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
ChangeLog update
This commit is contained in:
parent
c045d7a581
commit
ea49b191aa
1 changed files with 219 additions and 0 deletions
219
ChangeLog
219
ChangeLog
|
@ -1,3 +1,222 @@
|
|||
2000-07-24 Stig Bakken <ssb@fast.no>
|
||||
|
||||
* configure.in
|
||||
pear/Makefile.in
|
||||
pear/PEAR/Installer.php
|
||||
pear/pear.in
|
||||
pear/php-config.in
|
||||
pear/phpize.in: * generate pear scripts properly with configure
|
||||
|
||||
* pear/PEAR.php
|
||||
pear/PEAR.php.in: * PEAR.php is now generated by configure
|
||||
|
||||
2000-07-24 Sterling Hughes <stirling@bestweb.net>
|
||||
|
||||
* ext/curl/php_curl.h
|
||||
ext/curl/config.m4
|
||||
ext/curl/curl.c: 1. Move from experimental -> production
|
||||
2. Thread safety
|
||||
3. Set some initial options
|
||||
4. Redo the placement of some functions and options.
|
||||
|
||||
2000-07-24 Joey Smith <joey@joeysmith.com>
|
||||
|
||||
* ext/sybase_ct/php_sybase_ct.c:
|
||||
sybase.globals was still using PHP 3.0 as the appname.
|
||||
|
||||
2000-07-24 Dan Kalowsky <dkalowsky@wgate.com>
|
||||
|
||||
* ext/odbc/config.m4:
|
||||
Patched to work for Solid/Linux libc5 and glibc2 without the need for renaming the lib files, thanks to Kevin Way... fixed typo from GLIHC to GLIBC
|
||||
|
||||
2000-07-24 John Donagher <john@webmeta.com>
|
||||
|
||||
* php.ini-dist
|
||||
php.ini-optimized:
|
||||
* ext/pfpro/pfpro.c
|
||||
ext/pfpro/php_pfpro.h:
|
||||
- For the pfpro extension: defaulthost, defaultport, defaulttimeout, and
|
||||
all of the default proxy settings can now be defined in php.ini
|
||||
|
||||
2000-07-24 Dan Kalowsky <dkalowsky@wgate.com>
|
||||
|
||||
* ext/odbc/config.m4:
|
||||
Patched to work for Solid/Linux libc5 and glibc2 without the need for renaming the lib files, thanks to Kevin Way
|
||||
|
||||
2000-07-24 Stig Bakken <ssb@fast.no>
|
||||
|
||||
* pear/TODO: added TODO file for PEAR
|
||||
|
||||
2000-07-24 David Croft <david@infotrek.co.uk>
|
||||
|
||||
* MODULES_STATUS:
|
||||
updated MODULES_STATUS file. Perhaps this should be renamed EXTENSIONS_STATUS?
|
||||
|
||||
* pear/DB/ibase.php
|
||||
pear/DB/sybase.php
|
||||
pear/PEAR.php: licence versions -> 2.02 in pear files
|
||||
|
||||
2000-07-24 Stig Bakken <ssb@fast.no>
|
||||
|
||||
* pear/DB.php
|
||||
pear/DB/common.php
|
||||
pear/DB/ibase.php
|
||||
pear/DB/msql.php
|
||||
pear/DB/mssql.php
|
||||
pear/DB/mysql.php
|
||||
pear/DB/oci8.php
|
||||
pear/DB/odbc.php
|
||||
pear/DB/pgsql.php
|
||||
pear/DB/sybase.php: Ported DB to new error reporting scheme
|
||||
|
||||
* pear/DB.php
|
||||
pear/File/Find.php
|
||||
pear/Makefile.in
|
||||
pear/PEAR.php
|
||||
pear/PEAR/Installer.php
|
||||
pear/PEAR_Error.php
|
||||
pear/Payment/Verisign.php
|
||||
pear/pear.in:
|
||||
* new class: PEAR - can be used as a base class for others.
|
||||
* PEAR_Error moved into PEAR.php to reduce the number of files that are
|
||||
always included
|
||||
* cleaned up the PEAR_Error API a bit and changed the two classes using it
|
||||
* added PEAR_Installer - an administration class for installing packages
|
||||
and maintaining a "class/file cache"
|
||||
|
||||
* pear/DB/ibase.php
|
||||
pear/DB/sybase.php:
|
||||
Added Sterling Hughes's sybase and ibase DB backends
|
||||
|
||||
2000-07-24 David Croft <david@infotrek.co.uk>
|
||||
|
||||
* pear/Payment/Verisign.php: new pear package Payment_Verisign
|
||||
|
||||
* pear/File/Find.php
|
||||
sapi/pi3web/pi3web_sapi.c
|
||||
sapi/servlet/formatter.java
|
||||
sapi/servlet/servlet.java
|
||||
main/php_content_types.c
|
||||
main/php_ticks.c
|
||||
main/php_ticks.h
|
||||
main/php_virtual_cwd.c
|
||||
main/php_virtual_cwd.h
|
||||
pear/DB.php
|
||||
pear/DB/common.php
|
||||
pear/DB/msql.php
|
||||
pear/DB/mssql.php
|
||||
pear/DB/mysql.php
|
||||
pear/DB/oci8.php
|
||||
pear/DB/odbc.php
|
||||
pear/DB/pgsql.php
|
||||
pear/DB/storage.php
|
||||
pear/HTTP.php
|
||||
pear/PEAR_Error.php
|
||||
ext/informix/ifx.ec
|
||||
ext/java/java.c
|
||||
ext/java/reflect.java
|
||||
ext/standard/url_scanner.re:
|
||||
various version 2.0 and 2.01 licenses -> 2.02
|
||||
|
||||
2000-07-24 Sam Ruby <rubys@us.ibm.com>
|
||||
|
||||
* sapi/servlet/servlet.c
|
||||
sapi/servlet/servlet.java: Correct the value of request_uri
|
||||
|
||||
2000-07-24 David Croft <david@infotrek.co.uk>
|
||||
|
||||
* NEWS: corrections to NEWS file
|
||||
|
||||
* ext/yp/php_yp.h
|
||||
ext/zlib/php_zlib.h
|
||||
main/php_variables.h
|
||||
ext/sybase/php_sybase_db.h
|
||||
ext/sybase_ct/php_sybase_ct.h
|
||||
ext/sysvsem/php_sysvsem.h
|
||||
ext/sysvshm/php_sysvshm.h
|
||||
ext/standard/array.c
|
||||
ext/standard/base64.h
|
||||
ext/standard/basic_functions.c
|
||||
ext/standard/basic_functions.h
|
||||
ext/standard/browscap.c
|
||||
ext/standard/crc32.c
|
||||
ext/standard/cyr_convert.h
|
||||
ext/standard/datetime.h
|
||||
ext/standard/dl.c
|
||||
ext/standard/dl.h
|
||||
ext/standard/dns.h
|
||||
ext/standard/exec.h
|
||||
ext/standard/file.h
|
||||
ext/standard/flock_compat.c
|
||||
ext/standard/flock_compat.h
|
||||
ext/standard/fsock.h
|
||||
ext/standard/head.h
|
||||
ext/standard/html.c
|
||||
ext/standard/html.h
|
||||
ext/standard/info.c
|
||||
ext/standard/info.h
|
||||
ext/standard/lcg.c
|
||||
ext/standard/math.c
|
||||
ext/standard/md5.c
|
||||
ext/standard/md5.h
|
||||
ext/standard/metaphone.c
|
||||
ext/standard/microtime.h
|
||||
ext/standard/output.c
|
||||
ext/standard/pack.h
|
||||
ext/standard/pageinfo.c
|
||||
ext/standard/pageinfo.h
|
||||
ext/standard/php_array.h
|
||||
ext/standard/php_assert.h
|
||||
ext/standard/php_browscap.h
|
||||
ext/standard/php_crypt.h
|
||||
ext/standard/php_ext_syslog.h
|
||||
ext/standard/php_filestat.h
|
||||
ext/standard/php_global.h
|
||||
ext/standard/php_incomplete_class.h
|
||||
ext/standard/php_iptc.h
|
||||
ext/standard/php_lcg.h
|
||||
ext/standard/php_link.h
|
||||
ext/standard/php_mail.h
|
||||
ext/standard/php_math.h
|
||||
ext/standard/php_output.h
|
||||
ext/standard/php_standard.h
|
||||
ext/standard/php_string.h
|
||||
ext/standard/php_var.h
|
||||
ext/standard/quot_print.h
|
||||
ext/standard/reg.h
|
||||
ext/standard/scanf.c
|
||||
ext/standard/scanf.h
|
||||
ext/standard/type.c
|
||||
ext/standard/type.h
|
||||
ext/standard/uniqid.h
|
||||
ext/standard/url.h
|
||||
ext/odbc/php_odbc.h
|
||||
ext/odbc/php_velocis.h
|
||||
ext/pspell/php_pspell.h
|
||||
ext/pspell/pspell.c
|
||||
ext/hyperwave/hw_error.h
|
||||
ext/hyperwave/php_hyperwave.h
|
||||
ext/ldap/php_ldap.h
|
||||
ext/msql/php_msql.h
|
||||
ext/oci8/php_oci8.h
|
||||
ext/gd/php_gd.h
|
||||
ext/gettext/php_gettext.h
|
||||
ext/hyperwave/hg_comm.h
|
||||
ext/domxml/php_domxml.h
|
||||
ext/fdf/php_fdf.h
|
||||
ext/filepro/filepro.c
|
||||
ext/filepro/php_filepro.h
|
||||
ext/db/php_db.h
|
||||
ext/dbase/php_dbase.h
|
||||
build-defs.h.in
|
||||
ext/aspell/php_aspell.h
|
||||
ext/bcmath/bcmath.c
|
||||
ext/bcmath/php_bcmath.h
|
||||
ext/dav/php_dav.h:
|
||||
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
|
||||
Added a few RCS $Id$ tags.
|
||||
|
||||
|
||||
2000-07-23 Jani Taskinen <sniper@iki.fi>
|
||||
|
||||
* ext/ldap/ldap.c:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue