]> granicus.if.org Git - php/log
php
23 years ago Collections cleanup
Andy Sautins [Wed, 25 Apr 2001 17:48:30 +0000 (17:48 +0000)]
Collections cleanup
       - Removed date specific methods.  Dates work consistently with
         the rest of the oci8 code.
       - Removed unused variables from collection code.
       - RETURN_FALSE on all errors.
       - fix error prints to php_error.

23 years ago Cleanup collections - removed unused members from oci_collection structure
Andy Sautins [Wed, 25 Apr 2001 17:44:07 +0000 (17:44 +0000)]
   Cleanup collections - removed unused members from oci_collection structure

23 years agoFix optimization -- we did not send out custom Response Status Lines.
Sascha Schumann [Wed, 25 Apr 2001 06:42:24 +0000 (06:42 +0000)]
Fix optimization -- we did not send out custom Response Status Lines.

23 years ago- Fix filetype() and lstat() too.
Andi Gutmans [Wed, 25 Apr 2001 06:30:24 +0000 (06:30 +0000)]
- Fix filetype() and lstat() too.

23 years ago- Another fix
Andi Gutmans [Wed, 25 Apr 2001 05:53:45 +0000 (05:53 +0000)]
- Another fix

23 years ago- Nuke warning. This signed/unsigned stuff gets really annoying sometimes.
Andi Gutmans [Wed, 25 Apr 2001 05:43:30 +0000 (05:43 +0000)]
- Nuke warning. This signed/unsigned stuff gets really annoying sometimes.

23 years ago- Fix problem with is_link(), there seem to be at least another couple of
Andi Gutmans [Wed, 25 Apr 2001 04:22:29 +0000 (04:22 +0000)]
- Fix problem with is_link(), there seem to be at least another couple of
- bugs lurking around though.
- Cleaned up code a bit and optimized it a bit too.

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

23 years agowhoops, two less items for 4.1
Stig Bakken [Tue, 24 Apr 2001 23:18:37 +0000 (23:18 +0000)]
whoops, two less items for 4.1

23 years agoFixed a crash bug.
Sterling Hughes [Tue, 24 Apr 2001 22:10:41 +0000 (22:10 +0000)]
Fixed a crash bug.

Return the proper amount.

23 years agoAccomodate Apache HTTPD 2.0 API change
Sascha Schumann [Tue, 24 Apr 2001 12:57:34 +0000 (12:57 +0000)]
Accomodate Apache HTTPD 2.0 API change

23 years agoMade Cache::save() a wrapper for Cache::extSave()
Ulf Wendel [Tue, 24 Apr 2001 08:27:11 +0000 (08:27 +0000)]
Made Cache::save() a wrapper for Cache::extSave()

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

23 years agoDisable use of th_farm since it doesn't seem to work. Uses a Pike layer
David Hedbor [Tue, 24 Apr 2001 01:08:35 +0000 (01:08 +0000)]
Disable use of th_farm since it doesn't seem to work. Uses a Pike layer
thread farm now instead.

23 years agoRemove unnecessary tab (was killing Tru64 make)
Zeev Suraski [Mon, 23 Apr 2001 23:50:56 +0000 (23:50 +0000)]
Remove unnecessary tab (was killing Tru64 make)

23 years agoFix for bug 9908: check that the result of mail_sort is not 0 before trying
Chuck Hagenbuch [Mon, 23 Apr 2001 21:58:44 +0000 (21:58 +0000)]
Fix for bug 9908: check that the result of mail_sort is not 0 before trying
to dereference the pointer. :)

Also, free sort programs - this might have been a memory leak.

23 years agoFix build on WIn32
Frank M. Kromann [Mon, 23 Apr 2001 17:33:22 +0000 (17:33 +0000)]
Fix build on WIn32
Should the new directorys be static?

23 years agofixed ZTS buidl - still some WS pollution left
Thies C. Arntzen [Mon, 23 Apr 2001 11:54:02 +0000 (11:54 +0000)]
fixed ZTS buidl - still some WS pollution left

23 years agoFixed bugs: #10194, #9177.
foobar [Mon, 23 Apr 2001 07:32:35 +0000 (07:32 +0000)]
Fixed bugs: #10194, #9177.

23 years agoUh, weird typo. Wonder when that crept in.
Rasmus Lerdorf [Mon, 23 Apr 2001 06:00:43 +0000 (06:00 +0000)]
Uh, weird typo.  Wonder when that crept in.

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

23 years agoUpdater.php -> Uploader.php
Jon Parise [Mon, 23 Apr 2001 00:16:56 +0000 (00:16 +0000)]
Updater.php -> Uploader.php

23 years agoFix bug #10447.
Sterling Hughes [Sun, 22 Apr 2001 23:40:34 +0000 (23:40 +0000)]
Fix bug #10447.

23 years agoFix freeing of a NULL pointer
Sascha Schumann [Sun, 22 Apr 2001 17:20:03 +0000 (17:20 +0000)]
Fix freeing of a NULL pointer

23 years agoremove Only.* lines from patch
Sascha Schumann [Sun, 22 Apr 2001 14:33:57 +0000 (14:33 +0000)]
remove Only.* lines from patch

23 years agobytes in the conn structure was renamed to bytes_sent.
Sascha Schumann [Sun, 22 Apr 2001 14:22:40 +0000 (14:22 +0000)]
bytes in the conn structure was renamed to bytes_sent.

23 years agoUpdate patch to thttpd-2.21
Sascha Schumann [Sun, 22 Apr 2001 14:00:53 +0000 (14:00 +0000)]
Update patch to thttpd-2.21

23 years ago* fixed PEAR_Common::infoFromDescriptionFile
Stig Bakken [Sun, 22 Apr 2001 07:43:34 +0000 (07:43 +0000)]
* fixed PEAR_Common::infoFromDescriptionFile

23 years ago* don't override $libdir and $datadir if they are specified on the
Stig Bakken [Sun, 22 Apr 2001 01:16:25 +0000 (01:16 +0000)]
* don't override $libdir and $datadir if they are specified on the
  commandline

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

23 years ago* expanded the following constants and made them available in PHP:
Stig Bakken [Sun, 22 Apr 2001 01:09:14 +0000 (01:09 +0000)]
* expanded the following constants and made them available in PHP:
  DEFAULT_INCLUDE_PATH
  PEAR_INSTALL_DIR
  PHP_EXTENSION_DIR
  PHP_BINDIR
  PHP_LIBDIR
  PHP_DATADIR
  PHP_SYSCONFDIR
  PHP_LOCALSTATEDIR
  PHP_CONFIG_FILE_PATH
* no longer generating pear/PEAR.php
* fixed some tests
* some more installer work

23 years ago- Add typedef for function pointer of llist dtor
Andi Gutmans [Sat, 21 Apr 2001 11:44:00 +0000 (11:44 +0000)]
- Add typedef for function pointer of llist dtor

23 years ago- Get rid of warning.
Andi Gutmans [Sat, 21 Apr 2001 11:40:04 +0000 (11:40 +0000)]
- Get rid of warning.

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

23 years agoLet people know what the heck I was up to.
Andrei Zmievski [Fri, 20 Apr 2001 20:08:24 +0000 (20:08 +0000)]
Let people know what the heck I was up to.

23 years agoEnabling WDDX by default.
Andrei Zmievski [Fri, 20 Apr 2001 19:33:22 +0000 (19:33 +0000)]
Enabling WDDX by default.

23 years agoThat made it into 4.0.5.
Andrei Zmievski [Fri, 20 Apr 2001 16:56:55 +0000 (16:56 +0000)]
That made it into 4.0.5.

23 years agows pollution removed.
foobar [Fri, 20 Apr 2001 15:37:55 +0000 (15:37 +0000)]
ws pollution removed.

23 years ago* update class doc-comment
Stig Bakken [Fri, 20 Apr 2001 13:04:30 +0000 (13:04 +0000)]
* update class doc-comment

23 years ago* fixed up the XML-RPC class so it's useful at least (based on usefulinc 1b8)
Stig Bakken [Fri, 20 Apr 2001 12:12:35 +0000 (12:12 +0000)]
* fixed up the XML-RPC class so it's useful at least (based on usefulinc 1b8)

23 years ago- Fix for crash bug when using invalid arguments in the foreach() loop.
Andi Gutmans [Fri, 20 Apr 2001 07:09:22 +0000 (07:09 +0000)]
- Fix for crash bug when using invalid arguments in the foreach() loop.
- Reported by Yasuo Ohgaki

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

23 years agofix small bug on error reporting (PEAR::raiseError params order)
Tomas V.V.Cox [Thu, 19 Apr 2001 23:56:57 +0000 (23:56 +0000)]
fix small bug on error reporting (PEAR::raiseError params order)

23 years agoChange all // to /* */, fixed small whitespace.
Jason Greene [Thu, 19 Apr 2001 22:00:34 +0000 (22:00 +0000)]
Change all // to /* */, fixed small whitespace.
Builds on Solaris now.

23 years ago* fixed DB_common::getXxx when using the parameter array (didn't work before)
Stig Bakken [Thu, 19 Apr 2001 21:54:37 +0000 (21:54 +0000)]
* fixed DB_common::getXxx when using the parameter array (didn't work before)

23 years ago- Use memcpy() instead of strlcpy() which is faster.
Andi Gutmans [Thu, 19 Apr 2001 21:42:45 +0000 (21:42 +0000)]
- Use memcpy() instead of strlcpy() which is faster.

23 years agoappling patch for joey since he has no ODBC karma. this is for bug #10252
Dan Kalowsky [Thu, 19 Apr 2001 19:55:05 +0000 (19:55 +0000)]
appling patch for joey since he has no ODBC karma.  this is for bug #10252

23 years ago- Patch from Jason Greene.
Andi Gutmans [Thu, 19 Apr 2001 17:51:23 +0000 (17:51 +0000)]
- Patch from Jason Greene.
- Make it easier to write PHP function definitions in more than just one .c
  file while accessing the same module globals.

23 years agofix crash bug 10400.
Sterling Hughes [Thu, 19 Apr 2001 14:59:33 +0000 (14:59 +0000)]
fix crash bug 10400.

23 years agoPatch from Adam Dickmeiss to make configure detect libtff again.
Wez Furlong [Thu, 19 Apr 2001 14:16:09 +0000 (14:16 +0000)]
Patch from Adam Dickmeiss to make configure detect libtff again.

23 years ago* cotcha, Tomas
Stig Bakken [Thu, 19 Apr 2001 12:31:20 +0000 (12:31 +0000)]
* cotcha, Tomas

23 years ago- fixed the garbage collection
Ulf Wendel [Thu, 19 Apr 2001 11:04:01 +0000 (11:04 +0000)]
- fixed the garbage collection
  Added some kind of LRU to delete all entries older than n seconds.
  This fixes the bug that cache entries with lifetime 0 (endless) never
  got removed although if they are no longer used. What's still missing
  is some space limit for cache data.

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