]> granicus.if.org Git - php/log
php
23 years ago- \r\n -> \n
Andi Gutmans [Thu, 19 Apr 2001 04:16:27 +0000 (04:16 +0000)]
- \r\n -> \n

23 years ago- WS
Andi Gutmans [Thu, 19 Apr 2001 04:02:03 +0000 (04:02 +0000)]
- WS

23 years ago* forgot to update this test too
Stig Bakken [Thu, 19 Apr 2001 02:40:35 +0000 (02:40 +0000)]
* forgot to update this test too

23 years ago* DB_common now inherits PEAR and its error handling stuff
Stig Bakken [Thu, 19 Apr 2001 02:37:47 +0000 (02:37 +0000)]
* DB_common now inherits PEAR and its error handling stuff
* DB_common::raiseError is now just a wrapper for PEAR::raiseError
* fixed some cast warnings in prepare/execute
* updated tests

23 years ago* check that error callbacks exist
Stig Bakken [Thu, 19 Apr 2001 02:33:24 +0000 (02:33 +0000)]
* check that error callbacks exist

23 years ago* added Colin's connect/factory error reporting fix
Stig Bakken [Thu, 19 Apr 2001 02:32:33 +0000 (02:32 +0000)]
* added Colin's connect/factory error reporting fix

23 years agocorrects bug #7488, patch supplied by submitter (torben@php.net).
Dan Kalowsky [Thu, 19 Apr 2001 02:31:23 +0000 (02:31 +0000)]
corrects bug #7488, patch supplied by submitter (torben@php.net).
quick local tests show it to work.

23 years agoChangeLog update
<changelog@php.net> [Thu, 19 Apr 2001 01:09:08 +0000 (01:09 +0000)]
ChangeLog update

23 years ago* fix handling of broken DSNs like Colin suggested
Stig Bakken [Wed, 18 Apr 2001 23:03:18 +0000 (23:03 +0000)]
* fix handling of broken DSNs like Colin suggested

23 years ago- Fixed some more problems with keys being chopped off (fix for bug #8839)
Derick Rethans [Wed, 18 Apr 2001 22:14:06 +0000 (22:14 +0000)]
- Fixed some more problems with keys being chopped off (fix for bug #8839)

23 years agoFunction yaz_record returns database for record if type is "database".
Adam Dickmeiss [Wed, 18 Apr 2001 15:03:24 +0000 (15:03 +0000)]
Function yaz_record returns database for record if type is "database".

23 years agoRemoved some old commented code (Mc)
Marc Boeren [Wed, 18 Apr 2001 12:34:52 +0000 (12:34 +0000)]
Removed some old commented code (Mc)

23 years agoAdded DBX_CMP_TEXT and DBX_CMP_NUMBER constants and support for them in
Marc Boeren [Wed, 18 Apr 2001 12:31:08 +0000 (12:31 +0000)]
Added DBX_CMP_TEXT and DBX_CMP_NUMBER constants and support for them in
the dbx_cmp_desc and dbx_cmp_asc functions. The old method of passing a
string "number" is now no longer valid. (Mc)

23 years agoInformation about php streams
Wez Furlong [Wed, 18 Apr 2001 10:43:21 +0000 (10:43 +0000)]
Information about php streams

23 years agoChangeLog update
<changelog@php.net> [Wed, 18 Apr 2001 01:09:15 +0000 (01:09 +0000)]
ChangeLog update

23 years agoAdding fbsql_fetch_assoc() functon
Frank M. Kromann [Tue, 17 Apr 2001 17:39:43 +0000 (17:39 +0000)]
Adding fbsql_fetch_assoc() functon

23 years agoDiscovered warn_not_available and used it.
Wez Furlong [Tue, 17 Apr 2001 17:08:03 +0000 (17:08 +0000)]
Discovered warn_not_available and used it.

23 years agoChanges for streams. Added temporary fopenstream function to PHP so that
Wez Furlong [Tue, 17 Apr 2001 17:06:06 +0000 (17:06 +0000)]
Changes for streams.  Added temporary fopenstream function to PHP so that
the streams can be tested.

23 years agoAdded files for PHP streams
Wez Furlong [Tue, 17 Apr 2001 17:03:18 +0000 (17:03 +0000)]
Added files for PHP streams

23 years agoAdded --enable-php-streams option for experimental file abstraction
Wez Furlong [Tue, 17 Apr 2001 17:01:33 +0000 (17:01 +0000)]
Added --enable-php-streams option for experimental file abstraction

23 years agosmall beautification
Zeev Suraski [Tue, 17 Apr 2001 15:19:14 +0000 (15:19 +0000)]
small beautification

23 years ago* PEAR_Installer un-broken again, it still doesn't update the
Stig Bakken [Tue, 17 Apr 2001 02:33:45 +0000 (02:33 +0000)]
* PEAR_Installer un-broken again, it still doesn't update the
  package list though
* better error handling in "pear" script

23 years agoThis change seems to fix bugs 7158, 7807, 8531, and 8636. After asking why this...
Dan Kalowsky [Tue, 17 Apr 2001 02:02:36 +0000 (02:02 +0000)]
This change seems to fix bugs 7158, 7807, 8531, and 8636.  After asking why this patch was applied no one seemed to respond with anything useful.  If you find this change in error, sorry, I tested it on as many systems as I could.

23 years ago* have DB.php use PEAR::raiseError in factory methods
Stig Bakken [Tue, 17 Apr 2001 01:51:27 +0000 (01:51 +0000)]
* have DB.php use PEAR::raiseError in factory methods

23 years ago* enable static use of PEAR::raiseError
Stig Bakken [Tue, 17 Apr 2001 01:29:48 +0000 (01:29 +0000)]
* enable static use of PEAR::raiseError

23 years ago* implemented PEAR_Packager to make distribution packages. Currently only
Stig Bakken [Tue, 17 Apr 2001 01:17:59 +0000 (01:17 +0000)]
* implemented PEAR_Packager to make distribution packages.  Currently only
  runs on platforms with GNU tar installed
* the "pear" script now requires a command parameter (similar to cvs),
  for example "pear package Cache.xml"
* broke PEAR_Installer :-)

23 years agoChangeLog update
<changelog@php.net> [Tue, 17 Apr 2001 01:09:35 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 17 Apr 2001 01:09:32 +0000 (01:09 +0000)]
NEWS update

23 years agoFixed lame attempt to prevent ttf linkage when using freetype2
Wez Furlong [Tue, 17 Apr 2001 01:02:37 +0000 (01:02 +0000)]
Fixed lame attempt to prevent ttf linkage when using freetype2

23 years ago* using CGI -C option, you no longer have to specify "full" path to tests
Stig Bakken [Mon, 16 Apr 2001 23:28:58 +0000 (23:28 +0000)]
* using CGI -C option, you no longer have to specify "full" path to tests

23 years ago@Added -C command-line option to avoid chdir to the script's directory (Stig)
Stig Bakken [Mon, 16 Apr 2001 23:20:47 +0000 (23:20 +0000)]
@Added -C command-line option to avoid chdir to the script's directory (Stig)

23 years ago* DB::isManip now handles create, drop, alter, grant, revoke.
Stig Bakken [Mon, 16 Apr 2001 22:16:38 +0000 (22:16 +0000)]
* DB::isManip now handles create, drop, alter, grant, revoke.

23 years ago* make the error class used by raiseError configurable (_error_class property,
Stig Bakken [Mon, 16 Apr 2001 21:45:21 +0000 (21:45 +0000)]
* make the error class used by raiseError configurable (_error_class property,
  overridden by first parameter to constructor)

23 years ago* actually commit the stuff I said I had committed :-)
Stig Bakken [Mon, 16 Apr 2001 21:24:38 +0000 (21:24 +0000)]
* actually commit the stuff I said I had committed :-)

23 years agoFixing memory leek on CancelFetch.
Frank M. Kromann [Mon, 16 Apr 2001 16:27:11 +0000 (16:27 +0000)]
Fixing memory leek on CancelFetch.

23 years agoDaniel fixed this for PHP 4.0.6.
Sebastian Bergmann [Mon, 16 Apr 2001 13:55:18 +0000 (13:55 +0000)]
Daniel fixed this for PHP 4.0.6.

23 years agoMore todo stuff.
Andrei Zmievski [Mon, 16 Apr 2001 13:54:10 +0000 (13:54 +0000)]
More todo stuff.

23 years ago- Updating order slighly so the install is easier to follow.
James Moore [Mon, 16 Apr 2001 09:44:21 +0000 (09:44 +0000)]
- Updating order slighly so the install is easier to follow.

23 years ago@- Fixed a bug with /e modifier in preg_replace(), that would not correctly
Andrei Zmievski [Mon, 16 Apr 2001 04:56:31 +0000 (04:56 +0000)]
@- Fixed a bug with /e modifier in preg_replace(), that would not correctly
@  replace two-digit references if single digit references were present
@  before them. This fixed bug #10218. (Andrei)

23 years agoChangeLog update
<changelog@php.net> [Mon, 16 Apr 2001 01:09:12 +0000 (01:09 +0000)]
ChangeLog update

23 years ago* added sgml/xml catalog file
Stig Bakken [Sun, 15 Apr 2001 23:53:09 +0000 (23:53 +0000)]
* added sgml/xml catalog file

23 years ago* add a package type called empty (default)
Stig Bakken [Sun, 15 Apr 2001 23:52:42 +0000 (23:52 +0000)]
* add a package type called empty (default)

23 years agoFixed typo.
Alexander Feldman [Sun, 15 Apr 2001 19:03:12 +0000 (19:03 +0000)]
Fixed typo.

23 years agoWe shoud not fseek in a pipe and this caused a problem with popen and
Alexander Feldman [Sun, 15 Apr 2001 18:42:50 +0000 (18:42 +0000)]
We shoud not fseek in a pipe and this caused a problem with popen and
fgets on the platforms where the buffer fix was applied (Solaris, FreeBSD).
Now the fseek is done only when the handle is of type fopen.

23 years agoChangeLog update
<changelog@php.net> [Sun, 15 Apr 2001 01:09:16 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 15 Apr 2001 01:09:13 +0000 (01:09 +0000)]
NEWS update

23 years agodeleted warning output in dbx/pgsql.
Rui Hirokawa [Sat, 14 Apr 2001 10:32:14 +0000 (10:32 +0000)]
deleted warning output in dbx/pgsql.

23 years ago.
Thies C. Arntzen [Sat, 14 Apr 2001 10:30:05 +0000 (10:30 +0000)]
.

23 years agoenable temporary LOBs when we detect oracle 8.1
Thies C. Arntzen [Sat, 14 Apr 2001 09:51:29 +0000 (09:51 +0000)]
enable temporary LOBs when we detect oracle 8.1
enabled by default in Win32 project!

23 years ago@- Added temporary LOB support in OCI8 (Patch by David Benson)
Thies C. Arntzen [Sat, 14 Apr 2001 08:38:46 +0000 (08:38 +0000)]
@- Added temporary LOB support in OCI8 (Patch by David Benson)

23 years agothe collections stuff s worth mentioning in the credits!
Thies C. Arntzen [Sat, 14 Apr 2001 08:06:40 +0000 (08:06 +0000)]
the collections stuff s worth mentioning in the credits!

23 years agoChangeLog update
<changelog@php.net> [Sat, 14 Apr 2001 01:09:21 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sat, 14 Apr 2001 01:09:18 +0000 (01:09 +0000)]
NEWS update

23 years agoAdded news about gd and openssl changes.
Wez Furlong [Sat, 14 Apr 2001 00:38:45 +0000 (00:38 +0000)]
Added news about gd and openssl changes.

23 years agoWhen using freetype2, turn off libttf and turn on native gd ttf.
Wez Furlong [Sat, 14 Apr 2001 00:15:26 +0000 (00:15 +0000)]
When using freetype2, turn off libttf and turn on native gd ttf.

23 years ago- Added the note about function names
Derick Rethans [Fri, 13 Apr 2001 23:52:15 +0000 (23:52 +0000)]
- Added the note about function names

23 years ago* separated and compressed changelogs from 1999 and 2000
Stig Bakken [Fri, 13 Apr 2001 23:33:49 +0000 (23:33 +0000)]
* separated and compressed changelogs from 1999 and 2000

23 years ago* PEAR: look for destructor methods in parent classes if
Stig Bakken [Fri, 13 Apr 2001 22:24:33 +0000 (22:24 +0000)]
* PEAR: look for destructor methods in parent classes if
  the current class does not have one

23 years agohere's a preliminary list of stuff for 4.1
Stig Bakken [Fri, 13 Apr 2001 20:47:12 +0000 (20:47 +0000)]
here's a preliminary list of stuff for 4.1

23 years ago@- Fixed crash in pathinfo()
Thies C. Arntzen [Fri, 13 Apr 2001 18:22:13 +0000 (18:22 +0000)]
@- Fixed crash in pathinfo()

23 years ago@ - OCI8 now supports binding of collections
Thies C. Arntzen [Fri, 13 Apr 2001 14:43:39 +0000 (14:43 +0000)]
@ - OCI8 now supports binding of collections
@   (Patch by Andy Sautins <asautins@veripost.net>)

23 years agoAdded GD 2.0.1 support.
Wez Furlong [Fri, 13 Apr 2001 12:00:12 +0000 (12:00 +0000)]
Added GD 2.0.1 support.

23 years agoChangeLog update
<changelog@php.net> [Fri, 13 Apr 2001 01:09:25 +0000 (01:09 +0000)]
ChangeLog update

23 years agoChangeLog update
<changelog@php.net> [Thu, 12 Apr 2001 01:09:18 +0000 (01:09 +0000)]
ChangeLog update

23 years agonever initialize oci in OCI_THREADED mode. seems to break win32.
Thies C. Arntzen [Wed, 11 Apr 2001 15:46:03 +0000 (15:46 +0000)]
never initialize oci in OCI_THREADED mode. seems to break win32.

23 years agoAdded a database member to the dbx_link object. Since e.g. mysql reuses
Marc Boeren [Wed, 11 Apr 2001 08:14:57 +0000 (08:14 +0000)]
Added a database member to the dbx_link object. Since e.g. mysql reuses
connections, two or more dbx_link objects may share the connection
identifier. The database name is used in the dbx_query, where it calls
mysql_db_query instead of mysql_query.
This means the database name has to be passed around to all dbx_xxx_query
functions, hence the update on all the files. (Mc)
# Thanks to Christian Rabe for all the input on this issue!

23 years agoChangeLog update
<changelog@php.net> [Wed, 11 Apr 2001 01:09:19 +0000 (01:09 +0000)]
ChangeLog update

23 years agoFixing database password to actually work
Frank M. Kromann [Tue, 10 Apr 2001 18:44:51 +0000 (18:44 +0000)]
Fixing database password to actually work

23 years agoStatements end with a period.
Jon Parise [Tue, 10 Apr 2001 17:31:35 +0000 (17:31 +0000)]
Statements end with a period.

23 years agoFixed compatibility issues in the ODBC extension for the Velocis Database server...
Kevin [Tue, 10 Apr 2001 16:26:28 +0000 (16:26 +0000)]
Fixed compatibility issues in the ODBC extension for the Velocis Database server. Specifically, config.m4 was changed to use the client libraries instead of the serer libraries, and to look for the libs in the $RDSHOME/lin directory ass opposed to the $RDSHOME/bin directory. Makefile.in was changed to use the php_odbc.c file as the source for Velocis support. Other misc changes include a few #defines for some undefined data types and some #ifdefs for unsupported functions.

23 years agoFix for PR #9729, 9664, 9656, 8667.
Jason Greene [Tue, 10 Apr 2001 03:16:05 +0000 (03:16 +0000)]
Fix for PR #9729, 9664, 9656, 8667.
All compilers on Solaris should build this extension correctly now.
It turns out the SUN CC, by default, enables a define that enables the use of
#pragma redefine extname in sun header files. This is why cc would work,
and gcc wouldn't.

-Jason

23 years agoChangeLog update
<changelog@php.net> [Tue, 10 Apr 2001 01:09:15 +0000 (01:09 +0000)]
ChangeLog update

23 years ago- Removed debug thing
Derick Rethans [Tue, 10 Apr 2001 00:09:17 +0000 (00:09 +0000)]
- Removed debug thing

23 years ago- Fix for bug #8839
Derick Rethans [Tue, 10 Apr 2001 00:07:53 +0000 (00:07 +0000)]
- Fix for bug #8839
- MINFO updated to use smart_str's

23 years agoConstand should be case sensitive.
Sean Bright [Mon, 9 Apr 2001 21:12:54 +0000 (21:12 +0000)]
Constand should be case sensitive.
# Thanks Sterling

23 years agoFix whitespace (use tabs).
Jon Parise [Mon, 9 Apr 2001 21:08:47 +0000 (21:08 +0000)]
Fix whitespace (use tabs).

23 years agoStop SIGSEGV on Apache startup. Patch from <adam@indexdata.dk>
Sean Bright [Mon, 9 Apr 2001 20:56:49 +0000 (20:56 +0000)]
Stop SIGSEGV on Apache startup.  Patch from <adam@indexdata.dk>

23 years agoRevert mega patch.
Sascha Schumann [Mon, 9 Apr 2001 15:47:19 +0000 (15:47 +0000)]
Revert mega patch.

This patch has at least the following deficiences:

- the CGI is built using objects from another SAPI module.
  This usually results in unsatisfied symbol references.
- the CGI makefile is not created properly
- building CGI cannot be disabled

23 years agoFix bug #10212.
foobar [Mon, 9 Apr 2001 15:46:24 +0000 (15:46 +0000)]
Fix bug #10212.

23 years agoprintf argnum (parameter swapping) support from Morten Poulsen
Rasmus Lerdorf [Mon, 9 Apr 2001 15:44:24 +0000 (15:44 +0000)]
printf argnum (parameter swapping) support from Morten Poulsen

23 years agoAdded optional 'comparison_type' parameter to compare functions, to force
Marc Boeren [Mon, 9 Apr 2001 11:53:39 +0000 (11:53 +0000)]
Added optional 'comparison_type' parameter to compare functions, to force
either text or number comparison. (Mc)

23 years ago- added domxml_version() to retrieve version of libxml
Uwe Steinmann [Mon, 9 Apr 2001 11:53:06 +0000 (11:53 +0000)]
- added domxml_version() to retrieve version of libxml

23 years agoFix current CVS breakage
Sascha Schumann [Mon, 9 Apr 2001 11:35:10 +0000 (11:35 +0000)]
Fix current CVS breakage

23 years agoChangeLog update
<changelog@php.net> [Mon, 9 Apr 2001 01:09:28 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Mon, 9 Apr 2001 01:09:23 +0000 (01:09 +0000)]
NEWS update

23 years ago* CGI version is always installed!
Stig Bakken [Sun, 8 Apr 2001 22:30:17 +0000 (22:30 +0000)]
* CGI version is always installed!
* replaced --disable-pear with --with-pear=DIR (or --without-pear),
  is backwards compatible
* use --datadir, --libdir and --sysconfdir configure options to determine
  where PEAR files, shared extensions and php.ini goes
* simplified the extension version directory name

23 years ago@Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows) (Stig)
Stig Bakken [Sun, 8 Apr 2001 21:57:13 +0000 (21:57 +0000)]
@Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows) (Stig)

23 years agoContribute the MSVC project file. Someone could add this to the php4ts workspace.
Holger Zimmermann [Sun, 8 Apr 2001 11:04:27 +0000 (11:04 +0000)]
Contribute the MSVC project file. Someone could add this to the php4ts workspace.

23 years agoReorganized the #define's in the header.
Holger Zimmermann [Sun, 8 Apr 2001 10:49:07 +0000 (10:49 +0000)]
Reorganized the #define's in the header.

23 years agoUpdated copyright agreement regarding move of Pi3Web to sourceforge.
Holger Zimmermann [Sun, 8 Apr 2001 08:25:20 +0000 (08:25 +0000)]
Updated copyright agreement regarding move of Pi3Web to sourceforge.

23 years agoUse tabs instead of spaces.
Jon Parise [Sun, 8 Apr 2001 01:13:07 +0000 (01:13 +0000)]
Use tabs instead of spaces.

23 years agoChangeLog update
<changelog@php.net> [Sun, 8 Apr 2001 01:09:18 +0000 (01:09 +0000)]
ChangeLog update

23 years agows pollution removed.
foobar [Sat, 7 Apr 2001 21:46:43 +0000 (21:46 +0000)]
ws pollution removed.

23 years agoFix compilation (strict compilers require constant initializers).
Jon Parise [Sat, 7 Apr 2001 18:22:29 +0000 (18:22 +0000)]
Fix compilation (strict compilers require constant initializers).

23 years agofix proto
André Langhorst [Sat, 7 Apr 2001 15:43:06 +0000 (15:43 +0000)]
fix proto

23 years agofixed protos
foobar [Sat, 7 Apr 2001 02:48:19 +0000 (02:48 +0000)]
fixed protos

23 years agoChangeLog update
<changelog@php.net> [Sat, 7 Apr 2001 01:09:19 +0000 (01:09 +0000)]
ChangeLog update

23 years agoFixed some bugs.
foobar [Fri, 6 Apr 2001 23:17:31 +0000 (23:17 +0000)]
Fixed some bugs.

23 years agoKilled some compile warnings.
foobar [Fri, 6 Apr 2001 18:01:52 +0000 (18:01 +0000)]
Killed some compile warnings.

23 years agoFixed possible overflow again.
Sean Bright [Fri, 6 Apr 2001 17:48:34 +0000 (17:48 +0000)]
Fixed possible overflow again.
# Heh...