]> granicus.if.org Git - php/log
php
22 years agodisplayLine() -> outputData()
Tomas V.V.Cox [Sun, 9 Jun 2002 16:29:50 +0000 (16:29 +0000)]
displayLine() -> outputData()

22 years ago- outputData($data, $command)
Tomas V.V.Cox [Sun, 9 Jun 2002 16:28:46 +0000 (16:28 +0000)]
- outputData($data, $command)
+ outputData($data, $command = '_default')

22 years agoreflect the new abstraction changes in the demo layer
Harald Radi [Sun, 9 Jun 2002 14:52:50 +0000 (14:52 +0000)]
reflect the new abstraction changes in the demo layer

22 years ago- using stas' abstraction now
Harald Radi [Sun, 9 Jun 2002 14:51:41 +0000 (14:51 +0000)]
- using stas' abstraction now
- layer can add individual ini settings now
- classentries for the loaded rpc object are created dynamically now
  class hirarchy looks like: rpc<-[layer]<-[object]  (e.g. rpc<-com<-adodb),
  thus the whole class tree is reflected into php
- added user-functions to mark an object as a singleton and as poolable

#rest of the linuxtag work

22 years agopg_escape_* functions were not available on win32 due to a missing define
Harald Radi [Sun, 9 Jun 2002 14:32:40 +0000 (14:32 +0000)]
pg_escape_* functions were not available on win32 due to a missing define

#if this breaks the build because the win32 pg libs don't export the functions
#we should consider implementing them somehow else
#some linuxtag work

22 years agoonly check for an available class entry instead of
Harald Radi [Sun, 9 Jun 2002 14:20:37 +0000 (14:20 +0000)]
only check for an available class entry instead of
the std_object_handlers on some places

#some linuxtag work

22 years agoDon't use headers if the module contains only one phpinfo() entry, just
Sander Roobol [Sun, 9 Jun 2002 12:56:27 +0000 (12:56 +0000)]
Don't use headers if the module contains only one phpinfo() entry, just
stick to ordinary rows.

22 years agoMade phpinfo() show if we're using the bundled version of GD
Sander Roobol [Sun, 9 Jun 2002 12:44:33 +0000 (12:44 +0000)]
Made phpinfo() show if we're using the bundled version of GD

22 years agodont test for the socket -- enables installs over NFS etc.
James Cox [Sun, 9 Jun 2002 11:43:50 +0000 (11:43 +0000)]
dont test for the socket -- enables installs over NFS etc.
# my previous commit was the revision before the fixed one (ie, i had the fix) so apologies for that.

22 years agoFixed detection of JPEG support in bundled version of GD.
Sander Roobol [Sun, 9 Jun 2002 11:27:04 +0000 (11:27 +0000)]
Fixed detection of JPEG support in bundled version of GD.

22 years agoFixed configure stuff
Sander Roobol [Sun, 9 Jun 2002 10:46:13 +0000 (10:46 +0000)]
Fixed configure stuff
# It didn't work for me... hope it works for everybody now...

22 years agoMake RAND_RANGE() an API macro.
Andrei Zmievski [Sun, 9 Jun 2002 04:26:36 +0000 (04:26 +0000)]
Make RAND_RANGE() an API macro.

22 years agoDe-messify
foobar [Sun, 9 Jun 2002 00:53:28 +0000 (00:53 +0000)]
De-messify

22 years agoCleaned up the mess. Now it actually works too.
foobar [Sun, 9 Jun 2002 00:50:46 +0000 (00:50 +0000)]
Cleaned up the mess. Now it actually works too.
# TEST BEFORE COMMIT!!

22 years agoNEWS update
<changelog@php.net> [Sun, 9 Jun 2002 00:22:17 +0000 (00:22 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sun, 9 Jun 2002 00:22:00 +0000 (00:22 +0000)]
ChangeLog update

22 years agoadd modes to list-all. fix a mergerbug
Christian Dickmann [Sat, 8 Jun 2002 18:44:34 +0000 (18:44 +0000)]
add modes to list-all. fix a mergerbug

22 years agotoo many flushes are bad
Sascha Schumann [Sat, 8 Jun 2002 18:11:03 +0000 (18:11 +0000)]
too many flushes are bad

22 years agoHopefully fixed a couple of problems with destination paths:
Tomas V.V.Cox [Sat, 8 Jun 2002 17:34:46 +0000 (17:34 +0000)]
Hopefully fixed a couple of problems with destination paths:
- Bug #17529
- In Windows getting <pear>\/\<file>
- Documentation under <doc_dir>/Package/Package/

# Please test it and report possible problem

22 years ago*** empty log message ***
Andrei Zmievski [Sat, 8 Jun 2002 13:46:36 +0000 (13:46 +0000)]
*** empty log message ***

22 years ago- This should improve performance on Windows
Andi Gutmans [Sat, 8 Jun 2002 13:01:05 +0000 (13:01 +0000)]
- This should improve performance on Windows

22 years ago- Add a loop unrolled version of the hash function and a bit of an
Andi Gutmans [Sat, 8 Jun 2002 12:44:39 +0000 (12:44 +0000)]
- Add a loop unrolled version of the hash function and a bit of an
- explanation about our hash function (Ralf S. Engelschall)

22 years ago@ added support for --with-mysql-sock so people can specify it (eg, NFS compiles...
James Cox [Sat, 8 Jun 2002 11:37:20 +0000 (11:37 +0000)]
@ added support for --with-mysql-sock so people can specify it (eg, NFS compiles, etc)
  changed the default mysql.sock location to use the one from the RPM. Added /usr/local
  locations to the search list. (imajes)

22 years ago- Since streams are always enabled, instead of just printing 'enabled' we tell
Markus Fischer [Sat, 8 Jun 2002 10:25:44 +0000 (10:25 +0000)]
- Since streams are always enabled, instead of just printing 'enabled' we tell
  what streams are currently registered.

22 years agoNEWS update
<changelog@php.net> [Sat, 8 Jun 2002 00:25:03 +0000 (00:25 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sat, 8 Jun 2002 00:22:08 +0000 (00:22 +0000)]
ChangeLog update

22 years agoExperimental dependencies database handling functions
Tomas V.V.Cox [Fri, 7 Jun 2002 18:07:38 +0000 (18:07 +0000)]
Experimental dependencies database handling functions
(not yet in production)

22 years agoUnbreak build by setting PHP_PREFIX to c:\php4 for now.
Sebastian Bergmann [Fri, 7 Jun 2002 15:30:13 +0000 (15:30 +0000)]
Unbreak build by setting PHP_PREFIX to c:\php4 for now.

22 years agoFugbix typo.
Sebastian Bergmann [Fri, 7 Jun 2002 15:24:03 +0000 (15:24 +0000)]
Fugbix typo.

22 years agoUpdating embedded libmysql to version 3.23.48
Zak Greant [Fri, 7 Jun 2002 15:07:55 +0000 (15:07 +0000)]
Updating embedded libmysql to version 3.23.48

22 years agoBeautify remote-info
Tomas V.V.Cox [Fri, 7 Jun 2002 15:06:25 +0000 (15:06 +0000)]
Beautify remote-info

22 years agoAdded aliases to make attr_node access functions more consistent.
Joseph Tate [Fri, 7 Jun 2002 14:56:08 +0000 (14:56 +0000)]
Added aliases to make attr_node access functions more consistent.
Old access functions are now deprecated.
CVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS:  php_domxml.c
CVS: ----------------------------------------------------------------------

22 years ago- Reapplied the "treat umask as octal in "config-set"
Tomas V.V.Cox [Fri, 7 Jun 2002 14:50:39 +0000 (14:50 +0000)]
- Reapplied the "treat umask as octal in "config-set"
  command" Stig's patch
- Ported the config-help command to new UI API

22 years agomore wrapping cases
Tomas V.V.Cox [Fri, 7 Jun 2002 14:48:01 +0000 (14:48 +0000)]
more wrapping cases

22 years ago* fix SHLIB_SUFFIX_NAME define for Windows
Stig Bakken [Fri, 7 Jun 2002 12:20:28 +0000 (12:20 +0000)]
* fix SHLIB_SUFFIX_NAME define for Windows

22 years ago@New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX (Stig)
Stig Bakken [Fri, 7 Jun 2002 12:19:26 +0000 (12:19 +0000)]
@New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX (Stig)

22 years agoRemove debug code
Tomas V.V.Cox [Fri, 7 Jun 2002 10:22:00 +0000 (10:22 +0000)]
Remove debug code

22 years agoMore info output retouchs
Tomas V.V.Cox [Fri, 7 Jun 2002 10:20:41 +0000 (10:20 +0000)]
More info output retouchs

22 years agoFix some minor issues with the parsing
Tomas V.V.Cox [Fri, 7 Jun 2002 10:18:59 +0000 (10:18 +0000)]
Fix some minor issues with the parsing

22 years ago* get rid of pearize
Stig Bakken [Fri, 7 Jun 2002 10:17:25 +0000 (10:17 +0000)]
* get rid of pearize

22 years agoMake "info" full human friendly (in deps list and lastmodified)
Tomas V.V.Cox [Fri, 7 Jun 2002 08:45:00 +0000 (08:45 +0000)]
Make "info" full human friendly (in deps list and lastmodified)

22 years agoMake $_deps_rel_trans and $_deps_type_trans globally avaible:
Tomas V.V.Cox [Fri, 7 Jun 2002 08:43:45 +0000 (08:43 +0000)]
Make $_deps_rel_trans and $_deps_type_trans globally avaible:
moved from Command/Package.php -> Command/Common.php

22 years agoBe nicer with the help
Tomas V.V.Cox [Fri, 7 Jun 2002 08:05:48 +0000 (08:05 +0000)]
Be nicer with the help

22 years agows
Tomas V.V.Cox [Fri, 7 Jun 2002 08:04:05 +0000 (08:04 +0000)]
ws

22 years ago - Stay always in buffer
Stefan Esser [Fri, 7 Jun 2002 08:00:12 +0000 (08:00 +0000)]
 - Stay always in buffer

22 years agoPut back the "info" command in its full state:
Tomas V.V.Cox [Fri, 7 Jun 2002 07:54:28 +0000 (07:54 +0000)]
Put back the "info" command in its full state:
"Displays information about a package. The package argument may be a
local package file, an URL to a package file, or the name of an
installed package."
Command "package-info" depreciated (again)

22 years agoChangeLog update
<changelog@php.net> [Fri, 7 Jun 2002 00:31:30 +0000 (00:31 +0000)]
ChangeLog update

22 years agoAdd RFC on delegation.
Sebastian Bergmann [Thu, 6 Jun 2002 21:13:39 +0000 (21:13 +0000)]
Add RFC on delegation.

22 years agoAdd control on IB version. ibase_add_user(), ibase_modify_user()
Daniela Mariaschi [Thu, 6 Jun 2002 19:51:04 +0000 (19:51 +0000)]
Add control on IB version. ibase_add_user(), ibase_modify_user()
and ibase_delete_user() are available with IB6 or later

22 years agoAdd control on the IB version. ibase_add_user(),ibase_modify_user()
Daniela Mariaschi [Thu, 6 Jun 2002 19:47:28 +0000 (19:47 +0000)]
Add control on the IB version. ibase_add_user(),ibase_modify_user()
and ibase_delete_user()  are available with IB6 or later

22 years ago- Update
Markus Fischer [Thu, 6 Jun 2002 18:38:32 +0000 (18:38 +0000)]
- Update

22 years ago- Remove C++ comments.
Markus Fischer [Thu, 6 Jun 2002 17:59:37 +0000 (17:59 +0000)]
- Remove C++ comments.

22 years ago- Revert Ws thingy.
Markus Fischer [Thu, 6 Jun 2002 12:58:25 +0000 (12:58 +0000)]
- Revert Ws thingy.
# Lazy bastard :-)

22 years agoChanged the configure option to be --enable/disable
foobar [Thu, 6 Jun 2002 12:44:28 +0000 (12:44 +0000)]
Changed the configure option to be --enable/disable

22 years ago* prepare 0.90
Stig Bakken [Thu, 6 Jun 2002 11:31:07 +0000 (11:31 +0000)]
* prepare 0.90

22 years ago* add "nobuild" option to installer (-B or --nobuild option to CLI frontend)
Stig Bakken [Thu, 6 Jun 2002 10:51:26 +0000 (10:51 +0000)]
* add "nobuild" option to installer (-B or --nobuild option to CLI frontend)

22 years ago* remove debug output
Stig Bakken [Thu, 6 Jun 2002 10:37:13 +0000 (10:37 +0000)]
* remove debug output

22 years ago* when building, look for "package-version" subdirectory, needed for
Stig Bakken [Thu, 6 Jun 2002 10:35:16 +0000 (10:35 +0000)]
* when building, look for "package-version" subdirectory, needed for
  building stuff straight from tarballs

22 years ago* add PEAR_COMMON_PACKAGE_NAME_PREG constant
Stig Bakken [Thu, 6 Jun 2002 10:16:42 +0000 (10:16 +0000)]
* add PEAR_COMMON_PACKAGE_NAME_PREG constant

22 years ago* make displayFatalError work again
Stig Bakken [Thu, 6 Jun 2002 10:16:01 +0000 (10:16 +0000)]
* make displayFatalError work again

22 years agoForgot that one
Tomas V.V.Cox [Thu, 6 Jun 2002 09:05:04 +0000 (09:05 +0000)]
Forgot that one

22 years agoWrap table contents
Tomas V.V.Cox [Thu, 6 Jun 2002 08:50:31 +0000 (08:50 +0000)]
Wrap table contents
# Sorry could't wait for that commit :-)

22 years agoImplemented "pear info <Installed Package>" command
Tomas V.V.Cox [Thu, 6 Jun 2002 07:25:07 +0000 (07:25 +0000)]
Implemented "pear info <Installed Package>" command

# Stig, why I'm sure that you already have implemented this
# command? Have to stop with my LSD therapy

22 years agoSplit the doPackageInfo() in doPackageInfo() and _infoForDisplaying()
Tomas V.V.Cox [Thu, 6 Jun 2002 07:22:23 +0000 (07:22 +0000)]
Split the doPackageInfo() in doPackageInfo() and _infoForDisplaying()
(this last one can be statically called and is used also from
the "info" command)

22 years agopackage.xml file for the PEAR Mail package
Tomas V.V.Cox [Thu, 6 Jun 2002 06:43:19 +0000 (06:43 +0000)]
package.xml file for the PEAR Mail package

22 years agoThat will really avoid PHP warnings
Tomas V.V.Cox [Thu, 6 Jun 2002 06:40:05 +0000 (06:40 +0000)]
That will really avoid PHP warnings

22 years agoFix package command
Tomas V.V.Cox [Thu, 6 Jun 2002 06:35:12 +0000 (06:35 +0000)]
Fix package command
# can't beleive you don't test commits :-)

22 years ago# More mnogosearch updates
Sergey Kartashoff [Thu, 6 Jun 2002 05:45:46 +0000 (05:45 +0000)]
# More mnogosearch updates

22 years agoChangeLog update
<changelog@php.net> [Thu, 6 Jun 2002 00:22:05 +0000 (00:22 +0000)]
ChangeLog update

22 years agows and indent fixes
foobar [Wed, 5 Jun 2002 23:58:51 +0000 (23:58 +0000)]
ws and indent fixes

22 years ago- Fixes a segfault reported in #17584
foobar [Wed, 5 Jun 2002 23:24:23 +0000 (23:24 +0000)]
- Fixes a segfault reported in #17584

22 years agoRemove unused local variable.
Sebastian Bergmann [Wed, 5 Jun 2002 18:17:19 +0000 (18:17 +0000)]
Remove unused local variable.

22 years ago- Allow overloaded objects to receive the method name in its original
Andi Gutmans [Wed, 5 Jun 2002 17:34:56 +0000 (17:34 +0000)]
- Allow overloaded objects to receive the method name in its original
- case.

22 years ago- Headers are now rewritten to always have \r\n line endings for SMTP.
Markus Fischer [Wed, 5 Jun 2002 17:08:38 +0000 (17:08 +0000)]
- Headers are now rewritten to always have \r\n line endings for SMTP.
  Also automatically removes superflous line breaks at
  the start and end of the header.
# http://cr.yp.to/docs/smtplf.html is a good read about this topic.

22 years ago- Fix a problem in domxml_dump_mem(_file) with xmlKeepBlanksDefault not
Derick Rethans [Wed, 5 Jun 2002 15:24:49 +0000 (15:24 +0000)]
- Fix a problem in domxml_dump_mem(_file) with xmlKeepBlanksDefault not
  being set. (patch by Rob Richards <rrichards@digarc.com>)

22 years ago# mnogosearch work continued
Sergey Kartashoff [Wed, 5 Jun 2002 14:34:54 +0000 (14:34 +0000)]
# mnogosearch work continued

22 years agofixed multiline header detection (':' is valid within following lines)
Stefan Esser [Wed, 5 Jun 2002 13:35:34 +0000 (13:35 +0000)]
fixed multiline header detection (':' is valid within following lines)
fixed fill_buffer to fill the buffer always completely

22 years agomore mnogosearch compilation fixes
Sergey Kartashoff [Wed, 5 Jun 2002 13:06:56 +0000 (13:06 +0000)]
more mnogosearch compilation fixes

22 years agofixing some crashbugs that can be triggered with bogus uploads.
Stefan Esser [Wed, 5 Jun 2002 11:28:33 +0000 (11:28 +0000)]
fixing some crashbugs that can be triggered with bogus uploads.

22 years agoMnoGoSearch extension fixes to compile under latest
Sergey Kartashoff [Wed, 5 Jun 2002 10:11:04 +0000 (10:11 +0000)]
MnoGoSearch extension fixes to compile under latest
mnogosearch 3.2.4 and 3.2.5. Still does not compile with them,
but the work still in progress...

22 years ago- Fix memleak (patch by Stefan Sesser)
Derick Rethans [Wed, 5 Jun 2002 09:56:28 +0000 (09:56 +0000)]
- Fix memleak (patch by Stefan Sesser)

22 years agoNEWS update
<changelog@php.net> [Wed, 5 Jun 2002 00:26:11 +0000 (00:26 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Wed, 5 Jun 2002 00:24:06 +0000 (00:24 +0000)]
ChangeLog update

22 years ago- Fix for bug #17462 (Patch by Edin Kadribasic)
Derick Rethans [Tue, 4 Jun 2002 21:58:05 +0000 (21:58 +0000)]
- Fix for bug #17462 (Patch by Edin Kadribasic)

22 years agoSync with openbsd glob.c 1.19
Edin Kadribasic [Tue, 4 Jun 2002 21:26:06 +0000 (21:26 +0000)]
Sync with openbsd glob.c 1.19

22 years agoRemoved some leftover debugging code.
Edin Kadribasic [Tue, 4 Jun 2002 21:15:35 +0000 (21:15 +0000)]
Removed some leftover debugging code.

22 years ago- Fixed the include paths for the needed libraries for bundled libgd.
foobar [Tue, 4 Jun 2002 18:44:54 +0000 (18:44 +0000)]
- Fixed the include paths for the needed libraries for bundled libgd.
- Removed files which are not needed with libgd2 from the PHP_NEW_EXTENSION.

22 years agoAdded function pcntl_alarm().
Edin Kadribasic [Tue, 4 Jun 2002 15:51:25 +0000 (15:51 +0000)]
Added function pcntl_alarm().
@- Added pctnl_alarm() function. (Edin)

22 years ago* sort package names in "pear list"
Stig Bakken [Tue, 4 Jun 2002 15:25:23 +0000 (15:25 +0000)]
* sort package names in "pear list"

22 years ago#Whitespace fix: Sorry
Joseph Tate [Tue, 4 Jun 2002 14:30:12 +0000 (14:30 +0000)]
#Whitespace fix: Sorry

22 years agoBug fix to #17560 submitted by Rob Richards
Joseph Tate [Tue, 4 Jun 2002 14:20:54 +0000 (14:20 +0000)]
Bug fix to #17560 submitted by Rob Richards

22 years agoAdded persistent connections, and automattic reconnect on
Mark L. Woodward [Tue, 4 Jun 2002 13:59:46 +0000 (13:59 +0000)]
Added persistent connections, and automattic reconnect on
lost connections. Requires Phoenix 1.0

22 years ago- Fix ZTS built.
Markus Fischer [Tue, 4 Jun 2002 08:54:14 +0000 (08:54 +0000)]
- Fix ZTS built.

22 years agoFixed bug: #17535
foobar [Tue, 4 Jun 2002 02:33:10 +0000 (02:33 +0000)]
Fixed bug: #17535

22 years agofine tuning
foobar [Tue, 4 Jun 2002 01:27:29 +0000 (01:27 +0000)]
fine tuning

22 years ago- Made the bundled libgd actually work. Fixed bug: #17244
foobar [Tue, 4 Jun 2002 01:13:01 +0000 (01:13 +0000)]
- Made the bundled libgd actually work. Fixed bug: #17244

22 years agoNEWS update
<changelog@php.net> [Tue, 4 Jun 2002 00:24:58 +0000 (00:24 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 4 Jun 2002 00:22:49 +0000 (00:22 +0000)]
ChangeLog update

22 years ago- Move macro code into distinct function for easier debugging as suggested by
Markus Fischer [Mon, 3 Jun 2002 20:52:07 +0000 (20:52 +0000)]
- Move macro code into distinct function for easier debugging as suggested by
  Andi.

22 years agoMake sure len is defined here
Rasmus Lerdorf [Mon, 3 Jun 2002 18:26:27 +0000 (18:26 +0000)]
Make sure len is defined here