]> granicus.if.org Git - php/log
php
24 years agoNEWS update
<changelog@php.net> [Sun, 15 Apr 2001 01:09:13 +0000 (01:09 +0000)]
NEWS update

24 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.

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

24 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!

24 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)

24 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!

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

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

24 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.

24 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.

24 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

24 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

24 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

24 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

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

24 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>)

24 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.

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

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

24 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.

24 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!

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

24 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

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

24 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.

24 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

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

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

24 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

24 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

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

24 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>

24 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

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

24 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

24 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)

24 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

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

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

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

24 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

24 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)

24 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.

24 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.

24 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.

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

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

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

24 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).

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

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

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

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

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

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

24 years agoComment out the 'include_path' variable by default.
Jon Parise [Fri, 6 Apr 2001 16:24:55 +0000 (16:24 +0000)]
Comment out the 'include_path' variable by default.

# Leaving it blank overrides the default include path, which contains the
# PEAR directory.
# The other option is to have the build system generate this file and expand
# @PEAR_INSTALLDIR@ on this line to reflect the system default.

24 years agoMake this message more grammatically correct.
Jon Parise [Fri, 6 Apr 2001 16:04:25 +0000 (16:04 +0000)]
Make this message more grammatically correct.

24 years agoFix expansion of PEAR_INSTALLDIR.
Jon Parise [Fri, 6 Apr 2001 16:01:20 +0000 (16:01 +0000)]
Fix expansion of PEAR_INSTALLDIR.

24 years agoFixed possible overflow.
Sean Bright [Fri, 6 Apr 2001 14:42:06 +0000 (14:42 +0000)]
Fixed possible overflow.

24 years agofixed typo in CVS id
foobar [Fri, 6 Apr 2001 01:50:40 +0000 (01:50 +0000)]
fixed typo in CVS id

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

24 years agospaces to tabs
foobar [Thu, 5 Apr 2001 18:48:03 +0000 (18:48 +0000)]
spaces to tabs

24 years ago- Whitespace
Andi Gutmans [Thu, 5 Apr 2001 14:02:08 +0000 (14:02 +0000)]
- Whitespace

24 years ago- Lock the whole thing for now in order not to have a race condition.
Andi Gutmans [Thu, 5 Apr 2001 14:00:54 +0000 (14:00 +0000)]
- Lock the whole thing for now in order not to have a race condition.
  It shouldn't effect performance too much because usually threads are
  reused a few times before they are nuked by the web server, at least
  under IIS and Zeus.

24 years ago- Nuke README.BCMATH
Andi Gutmans [Thu, 5 Apr 2001 13:23:32 +0000 (13:23 +0000)]
- Nuke README.BCMATH

24 years agoadd printer ext to php.ini & maintain extensions file
Daniel Beulshausen [Thu, 5 Apr 2001 12:41:25 +0000 (12:41 +0000)]
add printer ext to php.ini & maintain extensions file

24 years agopg_close not closing right connection.
Romolo Manfredini [Thu, 5 Apr 2001 12:29:24 +0000 (12:29 +0000)]
pg_close not closing right connection.

24 years agoRemove manual entry
Sascha Schumann [Thu, 5 Apr 2001 11:03:21 +0000 (11:03 +0000)]
Remove manual entry

24 years agoFix static Apache builds which were broken by the last commit.
Sascha Schumann [Thu, 5 Apr 2001 10:56:04 +0000 (10:56 +0000)]
Fix static Apache builds which were broken by the last commit.

24 years agoFix for Bug #10168 (is_dst undeclared)
Wez Furlong [Thu, 5 Apr 2001 08:40:27 +0000 (08:40 +0000)]
Fix for Bug #10168 (is_dst undeclared)

24 years agoFix bugs: #10157, #7549
foobar [Thu, 5 Apr 2001 05:38:18 +0000 (05:38 +0000)]
Fix bugs: #10157, #7549

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

24 years ago- Revert previous fix because dtor's which access thread local storage
Andi Gutmans [Wed, 4 Apr 2001 21:43:04 +0000 (21:43 +0000)]
- Revert previous fix because dtor's which access thread local storage
  might stop working. Need to fix this! We can either mutex the whole thing
  which is slow (this is how it was before the race condition was introduced)
  or find a different solution.

24 years agomake it compile with 6.5.x
Thies C. Arntzen [Wed, 4 Apr 2001 21:40:41 +0000 (21:40 +0000)]
make it compile with 6.5.x
postgresql notices are now send to the standard error-log

24 years agoThis branch is 4.0.6-dev..
foobar [Wed, 4 Apr 2001 20:52:44 +0000 (20:52 +0000)]
This branch is 4.0.6-dev..

24 years agoAdded new configuration directives:
foobar [Wed, 4 Apr 2001 20:46:26 +0000 (20:46 +0000)]
Added new configuration directives:
arg_separator.input and arg_separator.output

24 years agoAdding empty RSHUTDOWN function.
Frank M. Kromann [Wed, 4 Apr 2001 20:10:14 +0000 (20:10 +0000)]
Adding empty RSHUTDOWN function.

24 years agoKilled 2 compile warnings.
foobar [Wed, 4 Apr 2001 17:13:40 +0000 (17:13 +0000)]
Killed 2 compile warnings.

24 years ago- Fix race condition in ts_free_thread().
Andi Gutmans [Wed, 4 Apr 2001 17:05:10 +0000 (17:05 +0000)]
- Fix race condition in ts_free_thread().

24 years ago- Use tabs and not spaces !!!
Andi Gutmans [Wed, 4 Apr 2001 16:33:06 +0000 (16:33 +0000)]
- Use tabs and not spaces !!!

24 years ago- This can explain lots of instability on multi-threaded platforms!
Andi Gutmans [Wed, 4 Apr 2001 16:25:29 +0000 (16:25 +0000)]
- This can explain lots of instability on multi-threaded platforms!

24 years agoThis is a temporary fix to the previous patch that breaks the build.
Jason Greene [Wed, 4 Apr 2001 04:41:01 +0000 (04:41 +0000)]
This is a temporary fix to the previous patch that breaks the build.
This keeps the functionality of searching for glibtool or libtool,
but have you checked the rest of the build process to see if this is
compatible? Regardless, 'which' returns a value on some os's when nothing is
found which breaks the previous patches test. Also the unary negation after
an if is not compatible with true bourne.

-Jason

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

24 years agoCookies use ; as argument separator.
foobar [Wed, 4 Apr 2001 00:37:06 +0000 (00:37 +0000)]
Cookies use ; as argument separator.
# And also the first step for the possible configure option

24 years agoCleaned up a bit. Removed some checks for header files that are
foobar [Wed, 4 Apr 2001 00:06:49 +0000 (00:06 +0000)]
Cleaned up a bit. Removed some checks for header files that are
already checked in configure.in

24 years agoSeparate CPPFLAGS from CFLAGS.
Wilfredo Sanchez [Tue, 3 Apr 2001 23:30:49 +0000 (23:30 +0000)]
Separate CPPFLAGS from CFLAGS.

24 years agoNote INSTALL_ROOT change
Wilfredo Sanchez [Tue, 3 Apr 2001 23:05:08 +0000 (23:05 +0000)]
Note INSTALL_ROOT change

24 years agouse V_STAT
Daniel Beulshausen [Tue, 3 Apr 2001 22:36:27 +0000 (22:36 +0000)]
use V_STAT

24 years agoresolve realpath if in v-dir mode
Daniel Beulshausen [Tue, 3 Apr 2001 21:39:18 +0000 (21:39 +0000)]
resolve realpath if in v-dir mode

24 years agoUndo oopsie
Wilfredo Sanchez [Tue, 3 Apr 2001 21:16:07 +0000 (21:16 +0000)]
Undo oopsie

24 years agoAdd INSTALL_ROOT variable to specify install location.
Wilfredo Sanchez [Tue, 3 Apr 2001 20:59:50 +0000 (20:59 +0000)]
Add INSTALL_ROOT variable to specify install location.

24 years agoFind libtool if it's called glibtool.
Wilfredo Sanchez [Tue, 3 Apr 2001 19:07:32 +0000 (19:07 +0000)]
Find libtool if it's called glibtool.

24 years agoFixing crash when listing databsaes
Frank M. Kromann [Tue, 3 Apr 2001 18:09:02 +0000 (18:09 +0000)]
Fixing crash when listing databsaes
Fixing rowcount to woirk when the result contains an array og data.

24 years agoSCO (and maybe others) do not have this defined.
foobar [Tue, 3 Apr 2001 10:51:16 +0000 (10:51 +0000)]
SCO (and maybe others) do not have this defined.

24 years agoCleaner (and probably safer) condition handling.
Jon Parise [Tue, 3 Apr 2001 03:12:49 +0000 (03:12 +0000)]
Cleaner (and probably safer) condition handling.

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

24 years agochanged the flags parameters to be a bitfield + constants (I don't know what
Wez Furlong [Mon, 2 Apr 2001 23:14:01 +0000 (23:14 +0000)]
changed the flags parameters to be a bitfield + constants (I don't know what
I was thinking!).  Added a couple of extra parameters so that the equivalent
functionality of the openssl smime command can be pretty much used in full.
Added some more error reporting.

24 years agoFree the correct output buffer, to avoid a segfault on a HEAD request
Anil Madhavapeddy [Mon, 2 Apr 2001 16:45:27 +0000 (16:45 +0000)]
Free the correct output buffer, to avoid a segfault on a HEAD request
when using output buffering with a custom handler (patch by zeev@)

24 years agoremove rogue ZEND_GET_MODULE()
James Moore [Mon, 2 Apr 2001 16:37:50 +0000 (16:37 +0000)]
remove rogue ZEND_GET_MODULE()

24 years agoAdded small change to php_odbc module, to check for failed SQLDisconnects
Nick Gorham [Mon, 2 Apr 2001 15:18:47 +0000 (15:18 +0000)]
Added small change to php_odbc module, to check for failed SQLDisconnects
and to close any outstanding transactions if the call fails, then disconnect
again. This can cause chaos with SQL Server, this regards a SELECT as
starting a transaction, and will leave it  open if the result set is not all
read.