cvs commit: modperl STATUS

2002-05-14 Thread geoff

geoff   02/05/14 04:50:49

  Modified:.STATUS
  Log:
  added Apache::Status enhancement request (forwarded from Stas)
  
  Revision  ChangesPath
  1.17  +9 -1  modperl/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/modperl/STATUS,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- STATUS22 Apr 2002 19:50:40 -  1.16
  +++ STATUS14 May 2002 11:50:48 -  1.17
   -1,5 +1,5 
   mod_perl 1.3 STATUS:
  -   Last modified at [$Date: 2002/04/22 19:50:40 $]
  +   Last modified at [$Date: 2002/05/14 11:50:48 $]
   
   
   Release:
   -24,6 +24,14 
 just not enough things or Registry specific things? --Geoff
 patch available at
 http://marc.theaimsgroup.com/?l=apache-modperlm=101862462900504w=2
  +
  +* Apache::Status allows standard keys to be overridden
  +Report: http://marc.theaimsgroup.com/?l=apache-modperlm=101559176217056w=2
  + Status: 
  +  I'm not sure I understand this one, since the patch seems to do
  +  the opposite of what the user is asking for --Geoff
  +  patch available at
  +  http://marc.theaimsgroup.com/?l=apache-modperlm=101559176217056w=2

   
   Needs Patch or Further Investigation
  
  
  



cvs commit: modperl STATUS

2002-05-14 Thread geoff

geoff   02/05/14 11:05:34

  Modified:.STATUS
  Log:
  more bug reports via stas...
  
  Revision  ChangesPath
  1.18  +10 -1 modperl/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/modperl/STATUS,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- STATUS14 May 2002 11:50:48 -  1.17
  +++ STATUS14 May 2002 18:05:34 -  1.18
   -1,5 +1,5 
   mod_perl 1.3 STATUS:
  -   Last modified at [$Date: 2002/05/14 11:50:48 $]
  +   Last modified at [$Date: 2002/05/14 18:05:34 $]
   
   
   Release:
   -102,6 +102,15 
 it would be much better if the Apache::Registry will do that
   Report: ?
Status:
  +
  +* Apache::DProf seg-fault via Devel::DProf's prof_mark()
  +Report: http://marc.theaimsgroup.com/?l=apache-modperlm=101923951812332w=2
  + Status:
  +
  +* collisions between Apache::Status and English.pm
  +Report: http://marc.theaimsgroup.com/?l=apache-modperlm=102096856215178w=2
  + Status:
  +
   
   Open Issues or Core Enhancements:
   
  
  
  



cvs commit: modperl STATUS

2002-04-22 Thread geoff

geoff   02/04/22 12:50:40

  Modified:.STATUS
  Log:
  add notes('error-notes') enhancement report and patch to STATUS
  
  Revision  ChangesPath
  1.16  +10 -1 modperl/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/modperl/STATUS,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- STATUS14 Apr 2002 17:25:03 -  1.15
  +++ STATUS22 Apr 2002 19:50:40 -  1.16
   -1,5 +1,5 
   mod_perl 1.3 STATUS:
  -   Last modified at [$Date: 2002/04/14 17:25:03 $]
  +   Last modified at [$Date: 2002/04/22 19:50:40 $]
   
   
   Release:
   -16,6 +16,15 
 patch available at
 http://marc.theaimsgroup.com/?l=apache-modperlm=101729204503165w=2
   
  +* implement notes('error-notes') in Registry a la mod_cgo
  +Report: http://marc.theaimsgroup.com/?l=apache-modperlm=101862462900504w=2
  + Status: 
  +  I haven't had the chance to investigate this thoroughly, but 
  +  mod_perl does seem to be setting error-notes for some things.  maybe
  +  just not enough things or Registry specific things? --Geoff
  +  patch available at
  +  http://marc.theaimsgroup.com/?l=apache-modperlm=101862462900504w=2
  + 
   
   Needs Patch or Further Investigation
   
  
  
  



cvs commit: modperl STATUS

2002-04-14 Thread stas

stas02/04/14 10:25:03

  Modified:.STATUS
  Log:
  need to resolve the URI/LWP bad combinations issue.
  
  Revision  ChangesPath
  1.15  +10 -1 modperl/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/modperl/STATUS,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- STATUS2 Apr 2002 15:10:02 -   1.14
  +++ STATUS14 Apr 2002 17:25:03 -  1.15
   -1,5 +1,5 
   mod_perl 1.3 STATUS:
  -   Last modified at [$Date: 2002/04/02 15:10:02 $]
  +   Last modified at [$Date: 2002/04/14 17:25:03 $]
   
   
   Release:
   -18,6 +18,15 
   
   
   Needs Patch or Further Investigation
  +
  +* make test fails when a wrong combination of URI and LWP are
  +  installed. (e.g. lwp 5.64 and URI 1.09). LWP's Makefile.PL
  +  requires the right URI version, but certain binary distributors
  +  miss this requirement and distribute LWP without making a
  +  dependency on the right version of the URI package
  +Report: many reports in the last year.
  +Status: ???
  +Suggestion: require libwww-perl 5.64 and URI 1.1 
   
   * two identical directives in Perl configuration
   Report: http://marc.theaimsgroup.com/?l=apache-modperlm=97449481013350w=2
  
  
  



cvs commit: modperl STATUS

2002-04-02 Thread geoff

geoff   02/04/02 07:10:02

  Modified:.STATUS
  Log:
  add Win32 specific build problem, with a pointer to Randy's patch
  
  Revision  ChangesPath
  1.14  +8 -1  modperl/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/modperl/STATUS,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- STATUS24 Mar 2002 23:54:32 -  1.13
  +++ STATUS2 Apr 2002 15:10:02 -   1.14
   -1,5 +1,5 
   mod_perl 1.3 STATUS:
  -   Last modified at [$Date: 2002/03/24 23:54:32 $]
  +   Last modified at [$Date: 2002/04/02 15:10:02 $]
   
   
   Release:
   -9,6 +9,13 
  
   
   Available Patches:
  +
  +* Win32 build problems with spaces in shell arguments
  +Report: http://marc.theaimsgroup.com/?l=apache-modperlm=101681938513575w=2
  + Status: 
  +  patch available at
  +  http://marc.theaimsgroup.com/?l=apache-modperlm=101729204503165w=2
  +
   
   Needs Patch or Further Investigation
   
  
  
  



cvs commit: modperl STATUS

2002-03-24 Thread dougm

dougm   02/03/24 12:53:41

  Modified:.STATUS
  Log:
  address the print() dereferencing issue
  
  Revision  ChangesPath
  1.7   +14 -7 modperl/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/modperl/STATUS,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- STATUS24 Mar 2002 20:45:17 -  1.6
  +++ STATUS24 Mar 2002 20:53:41 -  1.7
   -1,5 +1,5 
   mod_perl 1.3 STATUS:
  -   Last modified at [$Date: 2002/03/24 20:45:17 $]
  +   Last modified at [$Date: 2002/03/24 20:53:41 $]
   
   
   Release:
   -21,12 +21,6 
Status: 
 doc patch at 
http://marc.theaimsgroup.com/?l=apache-modperlm=97450363501652w=2
   
  -* PVIV issues
  -Report: http://marc.theaimsgroup.com/?l=apache-modperlm=99905070209305w=2
  - Status:
  -  patch available
  -http://marc.theaimsgroup.com/?l=apache-modperlm=9116330145w=2
  -
   * mod_perl.h issues for Win32
   Report: 
http://marc.theaimsgroup.com/?l=apache-modperl-devm=101253855721619w=2
Status:
   -231,3 +225,16 
 production environment, as it adds quite a bit of bloat
   
   * docs: update CREDITS, cleanup install docs
  +
  +Patches unlikely to be applied:
  +
  +* print() dereferencing issues
  +Report: http://marc.theaimsgroup.com/?l=apache-modperlm=99905070209305w=2
  + Status:
  +  patch available
  +http://marc.theaimsgroup.com/?l=apache-modperlm=9116330145w=2
  +
  +  the feature of print() dereferencing scalars should be deprecated.
  +  therefor, i don't think this patch should be applied as it
  +  would introduce overhead to support a deprecated feature.
  +  user should simply dereference themselves, print $$foo; -dougm
  
  
  



cvs commit: modperl STATUS

2002-03-22 Thread geoff

geoff   02/03/22 12:03:34

  Modified:.STATUS
  Log:
  add reference to PERL5LIB patch
  
  Revision  ChangesPath
  1.2   +6 -1  modperl/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/modperl/STATUS,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- STATUS2 Mar 2002 18:09:54 -   1.1
  +++ STATUS22 Mar 2002 20:03:34 -  1.2
   -1,5 +1,5 
   mod_perl 1.3 STATUS:
  -   Last modified at [$Date: 2002/03/02 18:09:54 $]
  +   Last modified at [$Date: 2002/03/22 20:03:34 $]
   
   
   Release:
   -78,6 +78,11 
   * Apache::test
   Report: 
http://marc.theaimsgroup.com/?l=apache-modperl-devm=98278446807561w=2
Status:
  + patch available
  +
  +* PERL5LIB should unshift INC instead of push
  +Report: 
http://marc.theaimsgroup.com/?l=apache-modperl-devm=100434522809036w=2
  +Status:
patch available
   
   
  
  
  



cvs commit: modperl STATUS ToDo

2002-03-05 Thread geoff

geoff   02/03/02 10:09:54

  Added:   .STATUS
  Removed: .ToDo
  Log:
  exchanged the old ToDo for the new STATUS file
  Reviewed by: dougm
  
  Revision  ChangesPath
  1.1  modperl/STATUS
  
  Index: STATUS
  ===
  mod_perl 1.3 STATUS:
 Last modified at [$Date: 2002/03/02 18:09:54 $]
  
  
  Release:
  
 1.26-dev: In development.
 1.25: Released July 11, 2001.
 
  
  Available Patches:
  
  * $r-args parsing of one=two=2
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=98018719907031w=2
Status: 
patch available at
http://marc.theaimsgroup.com/?l=apache-modperlm=98048943129379w=2
  
  * two identical directives in Perl configuration
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=97449481013350w=2
Status: 
doc patch at 
http://marc.theaimsgroup.com/?l=apache-modperlm=97450363501652w=2
  
  * PerlSetEnv scoping
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=99148497206388w=2
Status:
may be fixed here
  http://marc.theaimsgroup.com/?l=apache-modperlm=99473571809129w=2
but that patch has this issue (I think)
  http://marc.theaimsgroup.com/?l=apache-modperlm=99565226811557w=2
--Geoff
  
  * %LocationMatch Perl bug
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=98260537428737w=2
Status:
may be fixed here
  http://marc.theaimsgroup.com/?l=apache-modperlm=101366182205497w=2
  
  * PVIV issues
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=99905070209305w=2
Status:
patch available
  http://marc.theaimsgroup.com/?l=apache-modperlm=9116330145w=2
  
  * mod_perl.h issues for Win32
  Report: 
http://marc.theaimsgroup.com/?l=apache-modperl-devm=101253855721619w=2
Status:
patch available
  
  * Apache::Utils::escape_html issues
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=101180404809059w=2
Status:
patch available
   http://marc.theaimsgroup.com/?l=apache-modperl-devm=101188287032621w=2
  
  * Apache::RegistryNG issues
  Report: 
http://marc.theaimsgroup.com/?l=apache-modperl-devm=101240123609773w=2
Status:
patch available 
  
  * vanishing symbol tables
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=100820262006934w=2
Status:
patch available
  
  * $r-finfo problem with HTML::Mason::ApacheHandler
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=96854561311519w=2
Status:
   may be fixed with 
 http://marc.theaimsgroup.com/?l=apache-modperlm=96869790426565w=2
  
  * get/set handlers issues
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=95721313917562w=2
Status:
   patch available
 http://perl.apache.org/~dougm/set_handlers.pat
  
  * Apache::test
  Report: 
http://marc.theaimsgroup.com/?l=apache-modperl-devm=98278446807561w=2
Status:
   patch available
  
  
  Needs Patch or Further Investigation
  
  * readdir() broken on linux with glibc 2.2
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=98824089613574w=2
Status:
  
  * SERVER_MERGE and DIR_MERGE
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=97351976714878w=2
Status:
The require() part may be legitimate.  personally, I never
understood the DIR_CREATE happening before SERVER_CREATE
either, but it doesn't seem to affect anything.  the double 
DIR_MERGE is just a misunderstanding on Andy's part and is
a result of how Apache handles Location before and
after translation.  --Geoff
  
  * warn() going to the wrong log
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=98190005604037w=2
Status:
coincidentially, I've noticed that s-error_fname is not populated
in a vhost when the vhost relies on the ErrorLog from the main 
server --Geoff 
  
  * segfaults with DBI-connect (mysql)
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=96392180616185w=2
Status:
  
  * revisit send_http_header and r-status
  Report: http://marc.theaimsgroup.com/?l=apache-modperlm=99063926111686w=2
Status:
  
  * Apache-server-register_cleanup
  Report: ?
Status:
  
  * bleedperl TIEHANDLE issues?
  Report: 
http://marc.theaimsgroup.com/?l=apache-modperl-devm=99909095916498w=2
  Status:
  
  * bleedperl AUTOLOAD XSUB issues
  Report: