]> granicus.if.org Git - php/log
php
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...

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

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

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

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

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

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

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

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

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

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

23 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

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

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

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

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

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

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

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

23 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

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

23 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

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

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

23 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().

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

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

23 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

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

23 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

23 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

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