Modified: perl/site/embperl/de/pod/Changes.-page-39-.htm
URL: 
http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-39-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-39-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-39-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
                <tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
                  <td nowrap align="left" width=15><img 
src="../../images/i-sub-off.gif"  width="11" height="11" vspace="6" 
hspace="5"></td>
-                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-18-.htm"><div 
class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-17-.htm"><div 
class="cMenu">Support</div></a></td>
                  </tr>
          </table>
        </td>
@@ -242,7 +242,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 
3.0.0</span></a></td>
                  </tr>
          </table>
        </td>
@@ -257,7 +257,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 
3.0.0-rc.2</span></a></td>
                  </tr>
          </table>
        </td>
@@ -303,53 +303,50 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table 
width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b10 (BETA) 7 Oct. 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-38-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b11 (BETA)  4 Nov 1999 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b11 (BETA)  4 Nov 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-38-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2.0  17 Nov 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-40-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b9 (BETA) 10. Sept 1999 &gt;&gt; ]
-                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - Fixed a 
great security whole in CGI mode. Because Apache passes
-     anything after the first '?' to the cgi script as commandline
-     arguments, embpexec.pl could be tricked into offline mode, where
-     it returned any file that is readable by the httpd! So if you are
-     using CGI mode, I strongly recommend to update to 1.2b10.
-     Now you must use embpcgi.pl instead of embpexec.pl in CGI mode.
-     Spotted by Jason Holt.
-   - Added EMBPERL_ALLOW. If the file doesn't EMBPERL_ALLOW Embperl
-     will return forbidden. This is primarly another security
-     feature, because dependig on the way you use Embperl in CGI mode,
-     it will not honour all Apache access restrictions. With 
-     EMBPERL_ALLOW, you can now force it to serve only certain
-     files. Suggested by Jason Holt.
-   - Fixed a problem that had occured with magic SVs (tied scalar)
-     as source for the Execute function. Spotted by Todd Eigenschink.
-   - Embperl works now with Apache::Session 0.17, 1.02 and 1.04
-     (1.03 is errornous)
-   - Fixed a SIGSEGV that occurs when the req_rec parameter of the
-     Execute functions gets a Apache::Request object instead of a
-     Apache object, which occured due to the different ways the
-     Apache internal request_rec is stored inside the object.
-     Spotted by Francis J. Lacoste.    
-   - Fixed a SIGSEGV that occured when outputting to a scalar and
-     optReturnError is set. Spotted by Francis J. Lacoste.
-   - Added a ; after the begin block in startup.pl, which seems had
-     cause a syntax error in some situations. Spotted by Oyvind Gjerstad.
-   - exit now works the same in offline, mod_perl and cgi mode, it
-     ends the execution of the page, but not the programm itself.
-   - exit inside a sub will now really exit the page. (but exit inside
-     a file called via Execute will only exit this file, not the whole
-     request) Spotted by Cliff Rayman.     
-   - Added new hash %http_headers_out which could be used to set arbitary
-     http header under mod_perl _and_ in cgi mode. "Location" header will
-     automaticly set status to 301.
-   - setting http headers and &lt;META HTTP-EQUIV=..&gt; now works also
-     in cgi mode.
-   - Session Handling now also works in CGI mode (needs
-     Apache::Session &gt;= 1.04)
-   - ACTION attribute of Formtag is now URL en/decoded. Spotted by
-     Hartmut Palm.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-38-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b11 (BETA)  4 Nov 1999 ]
+                                [ Next: 1.2b10 (BETA) 7 Oct. 1999 &gt;&gt; ]
+                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - Added the 
"Status:" header and error message to embpcgi.pl to
+     let Apache return the correct status line. Patch from Jason Holt.
+   - Fixed problem that Apache SIGSEGVs when an error message contains
+     a %x. Spotted by Ed Park.
+   - Added missing BEGIN block in docs for Session handling.
+   - Fixed an endless loop that occured when tainting is on and
+     the same document is called two times via Execute. With help
+     from Jason Holt.
+   - Changed access to addtional upload fileinfo. The old syntax
+     (${${$fdat{&lt;name_of_field&gt;}}}) isn't available anymore, because
+     it doesn't work with filenames that are not a vaild perl
+     variable name. Now there is a second field which start with a
+     dash that's holds a hash ref to the file info. Spotted by 
+     Huang-Ming Pan.
+   - The Embperl specific part of Apache session (former 
+     Apache::Session::Embperl) is now part of the Embperl distribution
+     (as HTML::Embperl::Session). This makes Embperl independ of
+     new releases of Apache::Session. Embperl now works with 
+     Apache::Session version 1.00 and higher. Apache::Session 0.17 is still
+     supported, but the documentation is removed, because it should no
+     longer be used.
+   - Apache::Session must not be preloaded prior to Embperl. It's
+     enought to set EMBPERL_SESSION_CLASSES and Embperl will bring
+     the right modules in memory for you.
+   - Removed the call to mod_perl_sent_header, which was an workaround
+     for an problem with (very) old mod_perl version, because it doesn't 
+     resolve on (every) IRIX. Spotted by Jearanai Vongsaard.
+   - NOT_FOUND, FORBIDDEN now also logged thru Apache, so the LogLevel is
+     honoured and log message in Apache error log get a time stamp.
+     Spotted by Christian Gilmore.
+   - Removed warings that apears when compiling with -Wall.
+   - Added URL of better emacs mode for Embperl from Erik Arneson.
+   - Added new paramter 'errors' to Execute function which takes an
+     array ref, that returns any error messages. Suggested by
+     James Elson.
+   - Fixed that serveral options where not settable inside an Embperl page.
+     Spotted by Ilya Ketris.</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-38-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2.0  17 Nov 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-40-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b9 (BETA) 10. Sept 1999 &gt;&gt; ]
+                                [ Next: 1.2b10 (BETA) 7 Oct. 1999 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/de/pod/Changes.-page-4-.htm
URL: 
http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-4-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-4-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-4-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
                <tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
                  <td nowrap align="left" width=15><img 
src="../../images/i-sub-off.gif"  width="11" height="11" vspace="6" 
hspace="5"></td>
-                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-18-.htm"><div 
class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-17-.htm"><div 
class="cMenu">Support</div></a></td>
                  </tr>
          </table>
        </td>
@@ -242,7 +242,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 
3.0.0</span></a></td>
                  </tr>
          </table>
        </td>
@@ -257,7 +257,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 
3.0.0-rc.2</span></a></td>
                  </tr>
          </table>
        </td>
@@ -303,35 +303,69 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table 
width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">2.4.0  4. Oct 
2010</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-3-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 2.5.0  16. March 2014 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">2.5.0  16. March 
2014</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-3-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 3.0.0-rc.1  3. Oct 2023 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-5-.htm" class="cPodHeaderNavLink">
-                                [ Next: 2.3.0  30. Sept. 2007 &gt;&gt; ]
-                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">    - Support 
for CGI.pm 3.43 (included within Perl 5.10.1)
-      for file uplaods. CGI.pm &lt; 2.43 is not supported anymore.
-    - A lot of enhancements for Embperl::Form
-    - Add example for usage of Embperl::Form. See 
-      eg/forms/README.txt. Can be viewed used using "make start"
-    - Increased size limit for errormessage from 1024 to 4096
-    - Makefile.PL can now handle compiling 32Bit code on 64Bit 
-      sytsem if Perl was compiled as 32Bit application
-    - Adaption of tests to changed error messages of perl 5.10
-    - Makefile.PL can now cope with OpenSuSE 11.2, if perl,
-      mod_perl and apache are installed from OpenSuSE packages.
-    - Fix make test error for Perl compiled with DEBUGGING on
-    - Support for internationalization in Emberl::Form
-    - Do not link against unused libz
-    - Supports now Perl 5.12: Cope with changed flags G_ARRAY
-      and G_SCALAR, SVt_RV is now SVt_IV
-    - Fix Execute parameter app_name (was appname, but app_name
-      is correct, appname is still accepted, but might not always
-      work)
-    - Add parameter checks for Execute parameters to avoid segfaults
-      in case of non refs where refs are expected.
-    - Add more controls to Embperl::Form</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-3-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 2.5.0  16. March 2014 ]
+                                [ Next: 2.4.0  4. Oct 2010 &gt;&gt; ]
+                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">    - Do not 
clear old code before compiling a Embperl page
+      in Perl &gt;= 5.14.x because it causes seg faults. This
+      leads to "subroutine redifined" warings, when a
+      page was changed and is reloaded.
+    - Corrected use of G_KEEPERR when calling eval, because
+      of changed meaning, which cause the message "Compiling
+      error" instead of the real error message.
+    - Adapted tests to Perl 5.14 &amp; 5.16  
+    - Fixed a refcounting problem cause message "Attempt to 
+      free unreferenced scalar" during mod_perl startup
+      with Perl 5.14.x
+    - Fix some dependencies on hash order inside the parser
+      which causes Embperl to fail with Perl &gt;= 5.18 because
+      of hash randomisation.
+    - Changed the way exit passed through internaly, so it
+      works with Perl &gt;= 5.18
+    - Adapted tests to Perl 5.18
+    - Adapted test httpd.conf to Apache 2.4. Embperl fully supports
+      Apache 2.4 
+    - Makefile.PL now uses apache2 or httpd2 as Apache binary
+    - Makefile.PL now autodetects if mpm needs to loaded as 
+      module for tests.
+    - Fix output inside of Registry script for mod_perl 2.0.4+
+    - Fix problem with error output on stderr for Windows 64Bit
+    - removed support for XALAN XML parser. It was outdated 
+      anyway. libxml2 is still supported.
+    - Fixed a C type declaration which caused RTF files to not
+      correctly escaped with newer GCC's.
+    - Embperl::Form is totally overhauled with many new features.
+      It uses now jQuery as javascript library, instead
+      of prototype. NOTE: This is an incompatible change. If
+      you are using Embperl::Form before, you need to
+      adapt your html code!
+    - Fix some Unicode issues in Embperl::Form::Validate
+    - Embperl::Form::Validate is now able to highlight input
+      fields with wrong input
+    - Applied the following debian patches: delay.patch,
+      fix-string-typo.patch, fix-pod-errors.patch, fix-whatis.patch,
+      new_process_group.patch, fix-pod-unescaped-unicode.patch,
+      german.patch and utf8.patch which mainly corrects
+      spelling and typo errors. NOTE: modperl.patch and 
+      Makefile.PL.patch are not applied, because they are
+      debian specific. Thanks to Florian Schlichting for
+      providing uptodate information about the patches
+      and adaptions for Embperl 2.5.
+    - Applied further spell corrections from Florian Schlichting.  
+    - Log Errors form Embperl::Syntax::Mail to error log
+    - Fix compile problem on non intel plattforms due to missing
+      -m32 flag.    
+    - Added support for utf8 sourcefiles. By setting
+      input_charset =&gt; 'utf8' sponsored by Perlover.
+    - Added optChdirToSource = 0x10000000 which will cause
+      Embperl to change to the directory of the source file
+      prior to execution.
+    
+    Adaptions to Perl 5.14/16 were sponsored by NUREG GmbH</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-3-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 3.0.0-rc.1  3. Oct 2023 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-5-.htm" class="cPodHeaderNavLink">
-                                [ Next: 2.3.0  30. Sept. 2007 &gt;&gt; ]
+                                [ Next: 2.4.0  4. Oct 2010 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/de/pod/Changes.-page-40-.htm
URL: 
http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-40-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-40-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-40-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
                <tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
                  <td nowrap align="left" width=15><img 
src="../../images/i-sub-off.gif"  width="11" height="11" vspace="6" 
hspace="5"></td>
-                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-18-.htm"><div 
class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-17-.htm"><div 
class="cMenu">Support</div></a></td>
                  </tr>
          </table>
        </td>
@@ -242,7 +242,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 
3.0.0</span></a></td>
                  </tr>
          </table>
        </td>
@@ -257,7 +257,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 
3.0.0-rc.2</span></a></td>
                  </tr>
          </table>
        </td>
@@ -303,15 +303,53 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table 
width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b9 (BETA) 10. Sept 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-39-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b10 (BETA) 7 Oct. 1999 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b10 (BETA) 7 Oct. 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-39-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b11 (BETA)  4 Nov 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-41-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b8 (BETA) 9. Sept 1999 &gt;&gt; ]
-                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - Fixed a 
problem with loading Apache::Session 1.01, when
-     Apache::Session 0.17 is not installed. Spotted by Volker Hess.</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-39-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b10 (BETA) 7 Oct. 1999 ]
+                                [ Next: 1.2b9 (BETA) 10. Sept 1999 &gt;&gt; ]
+                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - Fixed a 
great security whole in CGI mode. Because Apache passes
+     anything after the first '?' to the cgi script as commandline
+     arguments, embpexec.pl could be tricked into offline mode, where
+     it returned any file that is readable by the httpd! So if you are
+     using CGI mode, I strongly recommend to update to 1.2b10.
+     Now you must use embpcgi.pl instead of embpexec.pl in CGI mode.
+     Spotted by Jason Holt.
+   - Added EMBPERL_ALLOW. If the file doesn't EMBPERL_ALLOW Embperl
+     will return forbidden. This is primarly another security
+     feature, because dependig on the way you use Embperl in CGI mode,
+     it will not honour all Apache access restrictions. With 
+     EMBPERL_ALLOW, you can now force it to serve only certain
+     files. Suggested by Jason Holt.
+   - Fixed a problem that had occured with magic SVs (tied scalar)
+     as source for the Execute function. Spotted by Todd Eigenschink.
+   - Embperl works now with Apache::Session 0.17, 1.02 and 1.04
+     (1.03 is errornous)
+   - Fixed a SIGSEGV that occurs when the req_rec parameter of the
+     Execute functions gets a Apache::Request object instead of a
+     Apache object, which occured due to the different ways the
+     Apache internal request_rec is stored inside the object.
+     Spotted by Francis J. Lacoste.    
+   - Fixed a SIGSEGV that occured when outputting to a scalar and
+     optReturnError is set. Spotted by Francis J. Lacoste.
+   - Added a ; after the begin block in startup.pl, which seems had
+     cause a syntax error in some situations. Spotted by Oyvind Gjerstad.
+   - exit now works the same in offline, mod_perl and cgi mode, it
+     ends the execution of the page, but not the programm itself.
+   - exit inside a sub will now really exit the page. (but exit inside
+     a file called via Execute will only exit this file, not the whole
+     request) Spotted by Cliff Rayman.     
+   - Added new hash %http_headers_out which could be used to set arbitary
+     http header under mod_perl _and_ in cgi mode. "Location" header will
+     automaticly set status to 301.
+   - setting http headers and &lt;META HTTP-EQUIV=..&gt; now works also
+     in cgi mode.
+   - Session Handling now also works in CGI mode (needs
+     Apache::Session &gt;= 1.04)
+   - ACTION attribute of Formtag is now URL en/decoded. Spotted by
+     Hartmut Palm.</pre><hr xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-39-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b11 (BETA)  4 Nov 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-41-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b8 (BETA) 9. Sept 1999 &gt;&gt; ]
+                                [ Next: 1.2b9 (BETA) 10. Sept 1999 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/de/pod/Changes.-page-41-.htm
URL: 
http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-41-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-41-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-41-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
                <tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
                  <td nowrap align="left" width=15><img 
src="../../images/i-sub-off.gif"  width="11" height="11" vspace="6" 
hspace="5"></td>
-                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-18-.htm"><div 
class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-17-.htm"><div 
class="cMenu">Support</div></a></td>
                  </tr>
          </table>
        </td>
@@ -242,7 +242,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 
3.0.0</span></a></td>
                  </tr>
          </table>
        </td>
@@ -257,7 +257,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 
3.0.0-rc.2</span></a></td>
                  </tr>
          </table>
        </td>
@@ -303,34 +303,15 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table 
width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b8 (BETA) 9. Sept 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-40-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b9 (BETA) 10. Sept 1999 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b9 (BETA) 10. Sept 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-40-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b10 (BETA) 7 Oct. 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-42-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b7 (BETA) 30 Aug 1999 &gt;&gt; ]
-                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - Fixed 
behaviour of &lt;INPUT&gt;. &lt;INPUT&gt; now does not overide
-     VALUE="" with the value from %fdat. This seems to has been
-     broken, since a couple of versions and the fix may break
-     pages that depends on that wrong behaviour. Anyway I have
-     to fix it before the release version is out!
-   - Added a patch (and a FAQ) from Jens-Uwe Mager, so Embperl compiles
-     and links on AIX.
-   - Fixed error in URL unescaping, spotted by Hartmut Palm.
-   - _WINSOCK2API_ gets defined on Win32, when compiling with
-     Apache 1.3.9. Spotted by Randy Korbes.
-   - Win32 test uses also embpexec.test.pl (instead of .bat),
-     so cgi test runs also with Apache 1.3.9. Spotted by Randy Korbes.
-   - Fixed problem with EMBPERL_SESSION_ARGS that splits the arguments
-     wrong when, for example, the DataSource contains a '='. Spotted by
-     Vince Galloway.
-   - Fix a memory leak which eats one SV per &lt;OPTION&gt; tag, introduced
-     in 1.2b6.
-   - Fix a problem that meta commands also recognized as html tags, i.e.
-     now &lt;if x&gt; is no longer the same as [$ if x $]. Spotted by Danielle 
Gallo.
-   - German documentation (IntroD.pod, FeaturesD.pod and EmbperlD.pod)
-     are now included in the distribution.</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-40-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b9 (BETA) 10. Sept 1999 ]
+                                [ Next: 1.2b8 (BETA) 9. Sept 1999 &gt;&gt; ]
+                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - Fixed a 
problem with loading Apache::Session 1.01, when
+     Apache::Session 0.17 is not installed. Spotted by Volker Hess.</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-40-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b10 (BETA) 7 Oct. 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-42-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b7 (BETA) 30 Aug 1999 &gt;&gt; ]
+                                [ Next: 1.2b8 (BETA) 9. Sept 1999 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/de/pod/Changes.-page-42-.htm
URL: 
http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-42-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-42-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-42-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
                <tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
                  <td nowrap align="left" width=15><img 
src="../../images/i-sub-off.gif"  width="11" height="11" vspace="6" 
hspace="5"></td>
-                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-18-.htm"><div 
class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-17-.htm"><div 
class="cMenu">Support</div></a></td>
                  </tr>
          </table>
        </td>
@@ -242,7 +242,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 
3.0.0</span></a></td>
                  </tr>
          </table>
        </td>
@@ -257,7 +257,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 
3.0.0-rc.2</span></a></td>
                  </tr>
          </table>
        </td>
@@ -303,21 +303,34 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table 
width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b7 (BETA) 30 Aug 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-41-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b8 (BETA) 9. Sept 1999 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b8 (BETA) 9. Sept 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-41-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b9 (BETA) 10. Sept 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-43-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b6 (BETA) 19 Aug 1999 &gt;&gt; ]
-                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - Embperl 
works now with Apache::Session 1.01 
-     (1.01 _not_ 1.00 or below!)
-   - Cookie for session id is only send the first time and not
-     resend if it's already known by the browser. Suggested
-     by Roman Maeder.  
-   - Fixed a SIGSEGV that occurs with $optRawInput = 1 and a 
-     value is in %fdat, but not in the input html tag. Spotted
-     by Robert.        </pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-41-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b8 (BETA) 9. Sept 1999 ]
+                                [ Next: 1.2b7 (BETA) 30 Aug 1999 &gt;&gt; ]
+                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - Fixed 
behaviour of &lt;INPUT&gt;. &lt;INPUT&gt; now does not overide
+     VALUE="" with the value from %fdat. This seems to has been
+     broken, since a couple of versions and the fix may break
+     pages that depends on that wrong behaviour. Anyway I have
+     to fix it before the release version is out!
+   - Added a patch (and a FAQ) from Jens-Uwe Mager, so Embperl compiles
+     and links on AIX.
+   - Fixed error in URL unescaping, spotted by Hartmut Palm.
+   - _WINSOCK2API_ gets defined on Win32, when compiling with
+     Apache 1.3.9. Spotted by Randy Korbes.
+   - Win32 test uses also embpexec.test.pl (instead of .bat),
+     so cgi test runs also with Apache 1.3.9. Spotted by Randy Korbes.
+   - Fixed problem with EMBPERL_SESSION_ARGS that splits the arguments
+     wrong when, for example, the DataSource contains a '='. Spotted by
+     Vince Galloway.
+   - Fix a memory leak which eats one SV per &lt;OPTION&gt; tag, introduced
+     in 1.2b6.
+   - Fix a problem that meta commands also recognized as html tags, i.e.
+     now &lt;if x&gt; is no longer the same as [$ if x $]. Spotted by Danielle 
Gallo.
+   - German documentation (IntroD.pod, FeaturesD.pod and EmbperlD.pod)
+     are now included in the distribution.</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-41-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b9 (BETA) 10. Sept 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-43-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b6 (BETA) 19 Aug 1999 &gt;&gt; ]
+                                [ Next: 1.2b7 (BETA) 30 Aug 1999 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/de/pod/Changes.-page-43-.htm
URL: 
http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-43-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-43-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-43-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
                <tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
                  <td nowrap align="left" width=15><img 
src="../../images/i-sub-off.gif"  width="11" height="11" vspace="6" 
hspace="5"></td>
-                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-18-.htm"><div 
class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-17-.htm"><div 
class="cMenu">Support</div></a></td>
                  </tr>
          </table>
        </td>
@@ -242,7 +242,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 
3.0.0</span></a></td>
                  </tr>
          </table>
        </td>
@@ -257,7 +257,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 
3.0.0-rc.2</span></a></td>
                  </tr>
          </table>
        </td>
@@ -303,50 +303,21 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table 
width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b6 (BETA) 19 Aug 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-42-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b7 (BETA) 30 Aug 1999 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b7 (BETA) 30 Aug 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-42-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b8 (BETA) 9. Sept 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-44-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b5 (BETA)  5 July 1999 &gt;&gt; ]
-                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - When call 
another page via Execute EMBPERL_VIRTLOG will
-     automaticly set to the same value as the in the calling page      
-   - Add parameter 'firstline' to specify the linenumber of the
-     first line in the input
-   - Defined missing DECLINED constant for non mod_perl environement
-     Spotted by James Elson.
-   - Inside of an A tag URL escaped characters are translated back
-     to their ascii aquivalent inside of perl code, before the code
-     is executed. This avoid problems with HTML editors, which
-     changes space to %20 inside an URL.
-   - '%' is escaped to %25 inside of URLs
-   - Inside the A tag only the HREF attribute is URL escaped, instead
-     of the whole tag.
-   - The SRC attribute of embed, frame, iframe, img, layer now are
-     also URL escaped.
-   - Giving a an array refernce inside an URL, cause Embperl expand
-     it to URL parameter syntax (i.e. [+ \@A +] becomes A=1&amp;B=2, when
-     @A = (A, 1, B, 2) ).
-   - Embperl checks now for unclosed metacommands (if, while etc.) and
-     unclosed HTML tags (table etc.). Suggest by Todd Eigenschink.
-   - Fixed a problem when file was not found, which causes in some cases
-     a SIGSEGV.
-   - Added new configuration directive EMBPERL_MAIL_ERRORS_TO. If set
-     all error messages will be send to the given address.
-   - input_/output_func parameter can take a code reference as
-     argument. Based on a patch from Jon Tobey.
-   - Set force PERL_DL_NONLAZY to zero, so make test does not fail
-     if dynaloader was initialized with PERL_DL_NONLAZY set.
-     Patch from John Tobey.    
-   - [$ foreach $i(x..y) $] does not require a space before the (
-     anymore. Suggested by Jonny Cavell.
-   - select &lt;option value="a &amp;amp; b"&gt; works now correctly. Spotted 
by
-     Rick Welykochy.
-   - Fixed SegFault when parameter input =&gt; is numeric. Spotted by
-     Cliff Rayman.
-   - Added option optNoUncloseWarn, which disables the warnings
-     about unclosed if, while, table etc.</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-42-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b7 (BETA) 30 Aug 1999 ]
+                                [ Next: 1.2b6 (BETA) 19 Aug 1999 &gt;&gt; ]
+                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - Embperl 
works now with Apache::Session 1.01 
+     (1.01 _not_ 1.00 or below!)
+   - Cookie for session id is only send the first time and not
+     resend if it's already known by the browser. Suggested
+     by Roman Maeder.  
+   - Fixed a SIGSEGV that occurs with $optRawInput = 1 and a 
+     value is in %fdat, but not in the input html tag. Spotted
+     by Robert.        </pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-42-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b8 (BETA) 9. Sept 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-44-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b5 (BETA)  5 July 1999 &gt;&gt; ]
+                                [ Next: 1.2b6 (BETA) 19 Aug 1999 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/de/pod/Changes.-page-44-.htm
URL: 
http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-44-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-44-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-44-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
                <tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
                  <td nowrap align="left" width=15><img 
src="../../images/i-sub-off.gif"  width="11" height="11" vspace="6" 
hspace="5"></td>
-                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-18-.htm"><div 
class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-17-.htm"><div 
class="cMenu">Support</div></a></td>
                  </tr>
          </table>
        </td>
@@ -242,7 +242,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 
3.0.0</span></a></td>
                  </tr>
          </table>
        </td>
@@ -257,7 +257,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 
3.0.0-rc.2</span></a></td>
                  </tr>
          </table>
        </td>
@@ -303,97 +303,50 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table 
width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b5 (BETA)  5 July 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-43-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b6 (BETA) 19 Aug 1999 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b6 (BETA) 19 Aug 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-43-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b7 (BETA) 30 Aug 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-45-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b4 (BETA)  15 Feb 1999 &gt;&gt; ]
-                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - Renamed 
__strdup and __strndup so there are no duplicate 
-     symbols when compiling with glibc. Spotted by Michael Hall.
-   - Removed some debugging message from the logfile output.
-   - Correct some wrong table entries for html escaping of some
-     characters like §
-   - Added optReturnError which causes Embperl to return an
-     error code and let the calling programm (i.e. Apache)
-     handle the error. This is necessary to use the
-     ErrorDocument directive together with Embperl. Spotted by
-     Michael Smith.
-   - Fixed the problem that the output of Execute inside a table
-     didn't come out when optEarlyHttpHeader was set. Spotted by
-     Chris Alexander.
-   - %fdat of a Execute will not be overwritten anymore when the
-     %fdat of the main request was empty. Spotted by Chris Alexander.
-   - fixed a small memory leak which was caused by not releasing 
-     memory space for the cookie-name/-domain etc.
-   - added the missing -T switch to embpexec.test.bat, which caused the
-     taint test in cgi mode to fail on win32
-   - Added epchar.c.iso-latin-2 from Jiri Novak, which contains the correct
-     escaping for the iso-8859-2 (iso-latin-2) character set. You may use it
-     to replace the standard epchar.c
-   - Added new metacommand [$ sub &lt;name&gt; $] and [$ endsub $] which allows
-     you to define blocks of code an call them mulitple times inside a page,
-     either a creating a subrequest Execute('#&lt;name&gt;') or by calling them
-     directly as a perl subroutine [- &lt;name&gt; -]. Read the docs for more
-     information on the details and differences.
-   - Added new parameter "import" to Execute, which let's you import subs
-     (defined with [$sub &lt;name&gt;$]) into the current page.
-   - @ffld is filled with 'values %fdat' if the ffld parameter in the call
-     to the Execute funtion is missing.
-   - Filedata will held into memory until the end of the request, so a
-     second call to Execute for the same file will not reread the data
-     from disk.
-   - Added emacs/embperl.el. It's a emacs minor mode for Embperl written
-     by Erik Arneson
-   - Output of dbgShowCleanup is now sorted by name
-   - Update the Faq.pod with new Q&amp;A and removed obsolete Q&amp;A
-   - Made Makefile.PL more smarter in DSO situations. It detecteds now 
-     which of the needed Apache modules are linked staticly and places
-     neccessary LoadModule statements in the httpd.conf for make test.
-     This way make test should work also where all modules linked at
-     runtime, like on RedHat 6. With help form James H. Thompson.
-   - Makefile.PL ask´s now if it can´t find any modules. On win32
-     it will not try to guess (the maybe wrong) path anymore.
-   - Added possibility to get the the uploadInfo from CGI.pm
-     (e.g. ${${$fdat{upload}}} -&gt; {'Content-Type'} will return the
-      content type). Requested by Brian Reichert.
-   - Catch die of CGI.pm when it hit's a 'Malformed multipart POST'.
-     Spooted by Chris Alexander.
-   - Add optKeepSrcInMemory which tells Embperl to keep the source
-     file in memory and not reload it on every request
-   - Added the possibility to use recursive calls to Execute.
-     NOTE: You can create local variables via [* local $foo ; *]
-   - Reworked the cleanup. Now imported values from other modules
-     left unchanged. This solves problems with using modules
-     inside Embperl pages, which exports some global variables.
-   - Added the %CLEANUP hash. Put variables into with should be
-     additional cleaned up ($CLEANUP{'var'} = 1) or which shouldn't
-     cleaned up ($CLEANUP{'var'} = 0)
-   - Special handling for DBIx::Recordset objects, so it's sure
-     they are really get destroyed 
-   - fixed a problem with dynamic tables, that occurs when you
-     had tried to repeat multiple table rows
-   - Embperl compiles now with perl5.005_57+. Patch from Ask Bjoern Hansen
-   - Cleanup now logs any errors that occurs when calling object
-     destructors and makes sure errors inside object destructors do
-     not break Embperl itself.
-   - Embperl now returns DECLINED when called for a directory. This
-     way Apache can handle diretories the correct way. This will make
-     DiretoryIndex (e.g. index.html) work again with Embperl. 
-   - Fixed a problem that @ffld contains the same field more then
-     one time if posted from a select multiple with multiple items
-     selected. This caused problems with [$hidden$]. Spotted by
-     Martin Leja.
-   - Double quotes (") will be url-encoded to %22 inside URLs.
-   - Embperl now never writes to the logfile if EMBPERL_DEBUG is zero
-   - make test now runs with newest version of mod_ssl (2.3.5)
-   - Added option optKeepSpaces which will disable the removing of spaces
-     and empty lines from the output. Suggested from Gary Shea.
-   - Added option optOpenLogEarly, which will cause Embperl to open the
-     logfile as soon as it is loaded into memory. You can use this when
-     you loaded Embperl via PerlModule under Apache, to open the log
-     as root instead of the non-privileged user Apache runs as.</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-43-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b6 (BETA) 19 Aug 1999 ]
+                                [ Next: 1.2b5 (BETA)  5 July 1999 &gt;&gt; ]
+                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - When call 
another page via Execute EMBPERL_VIRTLOG will
+     automaticly set to the same value as the in the calling page      
+   - Add parameter 'firstline' to specify the linenumber of the
+     first line in the input
+   - Defined missing DECLINED constant for non mod_perl environement
+     Spotted by James Elson.
+   - Inside of an A tag URL escaped characters are translated back
+     to their ascii aquivalent inside of perl code, before the code
+     is executed. This avoid problems with HTML editors, which
+     changes space to %20 inside an URL.
+   - '%' is escaped to %25 inside of URLs
+   - Inside the A tag only the HREF attribute is URL escaped, instead
+     of the whole tag.
+   - The SRC attribute of embed, frame, iframe, img, layer now are
+     also URL escaped.
+   - Giving a an array refernce inside an URL, cause Embperl expand
+     it to URL parameter syntax (i.e. [+ \@A +] becomes A=1&amp;B=2, when
+     @A = (A, 1, B, 2) ).
+   - Embperl checks now for unclosed metacommands (if, while etc.) and
+     unclosed HTML tags (table etc.). Suggest by Todd Eigenschink.
+   - Fixed a problem when file was not found, which causes in some cases
+     a SIGSEGV.
+   - Added new configuration directive EMBPERL_MAIL_ERRORS_TO. If set
+     all error messages will be send to the given address.
+   - input_/output_func parameter can take a code reference as
+     argument. Based on a patch from Jon Tobey.
+   - Set force PERL_DL_NONLAZY to zero, so make test does not fail
+     if dynaloader was initialized with PERL_DL_NONLAZY set.
+     Patch from John Tobey.    
+   - [$ foreach $i(x..y) $] does not require a space before the (
+     anymore. Suggested by Jonny Cavell.
+   - select &lt;option value="a &amp;amp; b"&gt; works now correctly. Spotted 
by
+     Rick Welykochy.
+   - Fixed SegFault when parameter input =&gt; is numeric. Spotted by
+     Cliff Rayman.
+   - Added option optNoUncloseWarn, which disables the warnings
+     about unclosed if, while, table etc.</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-43-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b7 (BETA) 30 Aug 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-45-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b4 (BETA)  15 Feb 1999 &gt;&gt; ]
+                                [ Next: 1.2b5 (BETA)  5 July 1999 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/de/pod/Changes.-page-45-.htm
URL: 
http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-45-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-45-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-45-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
                <tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
                  <td nowrap align="left" width=15><img 
src="../../images/i-sub-off.gif"  width="11" height="11" vspace="6" 
hspace="5"></td>
-                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-18-.htm"><div 
class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-17-.htm"><div 
class="cMenu">Support</div></a></td>
                  </tr>
          </table>
        </td>
@@ -242,7 +242,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 
3.0.0</span></a></td>
                  </tr>
          </table>
        </td>
@@ -257,7 +257,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 
3.0.0-rc.2</span></a></td>
                  </tr>
          </table>
        </td>
@@ -303,79 +303,97 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table 
width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b4 (BETA)  15 Feb 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-44-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b5 (BETA)  5 July 1999 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b5 (BETA)  5 July 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-44-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b6 (BETA) 19 Aug 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-46-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b3 (BETA)  22 Nov 1998 &gt;&gt; ]
-                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - fixed a 
problem that $req_rec was sometimes invalid on the 
-     second call to the same page causing Embperl to SIGSEGV.
-     With help of Todd Eigenschink.
-   - Cleanup the variable space inside Embperl pages. Before this
-     fix many of the internal my variables were visible to the 
-     Embperl page. Spotted by Todd Eigenschink. 
-   - multiple form values with the same name are handled now
-     correctly (concated in a tab delimited string) when send
-     in a multipart/form-data (file-upload). Spotted by Dirk
-     Lutzebaeck.
-   - The dbgForm flag works now also for multipart/form-data
-   - a missing right *] will be reported as an error. 
-   - [[* is correctly output as [* and not interpreted as a
-     starting of a perl block. Spotted by Dirk Lutzebaeck.
-   - fixed a bug that causes the html after an endforeach to be
-     skiped, when the foreach loop gets an empty array as argument.
-     Spotted by Dirk Lutzebaeck.
-   - Makefile.PL checks now for required modules and versions and
-     generates warnings if necessary
-   - Do not CLEAR %udat and %mdat in cleanup, so Apache::Session
-     will not warn anymore about unsupported CLEAR operation.
-   - Added tests for session management (%udat, %mdat)
-   - Added more tests to see that $req_rec is correctly setup
-   - Added module Apache::Session::epDBI which is a subclass of
-     Apache::Session::DBI and corrects a problem with locking and
-     cares of serializing requests, so %mdat works correctly.
-     Please read IMPORTANT NOTE under Session Management in
-     Embperl.pod
-   - Added the dbgProfile flag which cause the display of the time
-     since the request start for every source line in the logfile.
-   - Correct a problem that the escape character ('\') was not removed
-     when unescaping the input. Now '&amp;lt;' is correctly translated
-     to '&lt;'  and '\&amp;lt;' is translated to '&amp;lt;' . 
-   - When requesting to view the logfile via the browser now all
-     lines which does not start with a pid ([&lt;pid&gt;]) are displayed.
-   - fixed a problem, that sometimes not all errors are shown in the
-     error page, in conjunction with dynamic tables
-   - When running under perl 5.005 or higher, the cleanup after the
-     every request, now not only cleans up scalars, array and hashs,
-     but also closes all open file- and directoryhandles and undef's
-     all typglob (which causes for example DBIx::Recordset objects to
-     DESTROY correctly)
-     NOTE: This also causes imported variables from other packages/modules
-     not to be cleanedup anymore!!
-     NOTE: That the cleanup behaveiour under perl 5.004 and 5.005 is
-     slightly differnt! The new cleanup doesn't work with 5.004 because 
-     of a bug, which should be corrected in 5.004_05 as soon as available.
-   - EMail adress from the form is insert as Reply-To header instead of
-     From header in MailFormTo to avoid problems with unresolvable
-     EMail adresses.
-   - Fixed the problem that session management (%udat, %mdat) didn't
-     work when Execute is used in the same page. Spotted by by Simon Lindgren. 
-   - Fixed a path problem in Makefile.PL. Now pathes on Win32 Systems uses
-     blackslash instead of slash. Spotted by Randy Kobes.
-   - Win32 batch files will no longer contain path to perl after the #!,
-     so cgi tests passes on systems with 4DOS shell. Spotted by Randy Kobes.
-   - Added ; as terminator for cookie to correctly parse multiple cookies.
-     Patch from Tim Carrol.    
-   - Changed table_set to table_add when setting the cookie for session data
-     to avoid problems with other modules setting also cookies.
-   - Corrected the %ENV problem that mod_perl-1.18 introduced, so both 
-     work together again.
-   - Added dbgSession flag to enable/disable logging of session handling
-   - Added configuration diretives EMBPERL_COOKIE_NAME, EMBPERL_COOKIE_DOMAIN,
-     EMBPERL_COOKIE_PATH and EMBPERL_COOKIE_EXPIRES to configure the cookie
-     which holds the session id. Suggested by Cliff Rayman.</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-44-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b5 (BETA)  5 July 1999 ]
+                                [ Next: 1.2b4 (BETA)  15 Feb 1999 &gt;&gt; ]
+                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - Renamed 
__strdup and __strndup so there are no duplicate 
+     symbols when compiling with glibc. Spotted by Michael Hall.
+   - Removed some debugging message from the logfile output.
+   - Correct some wrong table entries for html escaping of some
+     characters like §
+   - Added optReturnError which causes Embperl to return an
+     error code and let the calling programm (i.e. Apache)
+     handle the error. This is necessary to use the
+     ErrorDocument directive together with Embperl. Spotted by
+     Michael Smith.
+   - Fixed the problem that the output of Execute inside a table
+     didn't come out when optEarlyHttpHeader was set. Spotted by
+     Chris Alexander.
+   - %fdat of a Execute will not be overwritten anymore when the
+     %fdat of the main request was empty. Spotted by Chris Alexander.
+   - fixed a small memory leak which was caused by not releasing 
+     memory space for the cookie-name/-domain etc.
+   - added the missing -T switch to embpexec.test.bat, which caused the
+     taint test in cgi mode to fail on win32
+   - Added epchar.c.iso-latin-2 from Jiri Novak, which contains the correct
+     escaping for the iso-8859-2 (iso-latin-2) character set. You may use it
+     to replace the standard epchar.c
+   - Added new metacommand [$ sub &lt;name&gt; $] and [$ endsub $] which allows
+     you to define blocks of code an call them mulitple times inside a page,
+     either a creating a subrequest Execute('#&lt;name&gt;') or by calling them
+     directly as a perl subroutine [- &lt;name&gt; -]. Read the docs for more
+     information on the details and differences.
+   - Added new parameter "import" to Execute, which let's you import subs
+     (defined with [$sub &lt;name&gt;$]) into the current page.
+   - @ffld is filled with 'values %fdat' if the ffld parameter in the call
+     to the Execute funtion is missing.
+   - Filedata will held into memory until the end of the request, so a
+     second call to Execute for the same file will not reread the data
+     from disk.
+   - Added emacs/embperl.el. It's a emacs minor mode for Embperl written
+     by Erik Arneson
+   - Output of dbgShowCleanup is now sorted by name
+   - Update the Faq.pod with new Q&amp;A and removed obsolete Q&amp;A
+   - Made Makefile.PL more smarter in DSO situations. It detecteds now 
+     which of the needed Apache modules are linked staticly and places
+     neccessary LoadModule statements in the httpd.conf for make test.
+     This way make test should work also where all modules linked at
+     runtime, like on RedHat 6. With help form James H. Thompson.
+   - Makefile.PL ask´s now if it can´t find any modules. On win32
+     it will not try to guess (the maybe wrong) path anymore.
+   - Added possibility to get the the uploadInfo from CGI.pm
+     (e.g. ${${$fdat{upload}}} -&gt; {'Content-Type'} will return the
+      content type). Requested by Brian Reichert.
+   - Catch die of CGI.pm when it hit's a 'Malformed multipart POST'.
+     Spooted by Chris Alexander.
+   - Add optKeepSrcInMemory which tells Embperl to keep the source
+     file in memory and not reload it on every request
+   - Added the possibility to use recursive calls to Execute.
+     NOTE: You can create local variables via [* local $foo ; *]
+   - Reworked the cleanup. Now imported values from other modules
+     left unchanged. This solves problems with using modules
+     inside Embperl pages, which exports some global variables.
+   - Added the %CLEANUP hash. Put variables into with should be
+     additional cleaned up ($CLEANUP{'var'} = 1) or which shouldn't
+     cleaned up ($CLEANUP{'var'} = 0)
+   - Special handling for DBIx::Recordset objects, so it's sure
+     they are really get destroyed 
+   - fixed a problem with dynamic tables, that occurs when you
+     had tried to repeat multiple table rows
+   - Embperl compiles now with perl5.005_57+. Patch from Ask Bjoern Hansen
+   - Cleanup now logs any errors that occurs when calling object
+     destructors and makes sure errors inside object destructors do
+     not break Embperl itself.
+   - Embperl now returns DECLINED when called for a directory. This
+     way Apache can handle diretories the correct way. This will make
+     DiretoryIndex (e.g. index.html) work again with Embperl. 
+   - Fixed a problem that @ffld contains the same field more then
+     one time if posted from a select multiple with multiple items
+     selected. This caused problems with [$hidden$]. Spotted by
+     Martin Leja.
+   - Double quotes (") will be url-encoded to %22 inside URLs.
+   - Embperl now never writes to the logfile if EMBPERL_DEBUG is zero
+   - make test now runs with newest version of mod_ssl (2.3.5)
+   - Added option optKeepSpaces which will disable the removing of spaces
+     and empty lines from the output. Suggested from Gary Shea.
+   - Added option optOpenLogEarly, which will cause Embperl to open the
+     logfile as soon as it is loaded into memory. You can use this when
+     you loaded Embperl via PerlModule under Apache, to open the log
+     as root instead of the non-privileged user Apache runs as.</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-44-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b6 (BETA) 19 Aug 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-46-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b3 (BETA)  22 Nov 1998 &gt;&gt; ]
+                                [ Next: 1.2b4 (BETA)  15 Feb 1999 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>

Modified: perl/site/embperl/de/pod/Changes.-page-46-.htm
URL: 
http://svn.apache.org/viewvc/perl/site/embperl/de/pod/Changes.-page-46-.htm?rev=1914099&r1=1914098&r2=1914099&view=diff
==============================================================================
--- perl/site/embperl/de/pod/Changes.-page-46-.htm (original)
+++ perl/site/embperl/de/pod/Changes.-page-46-.htm Fri Nov 24 21:28:20 2023
@@ -206,7 +206,7 @@
                <tr> 
                   <td nowrap align="left" width=2>&nbsp;</td>
                  <td nowrap align="left" width=15><img 
src="../../images/i-sub-off.gif"  width="11" height="11" vspace="6" 
hspace="5"></td>
-                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-18-.htm"><div 
class="cMenu">Support</div></a></td>
+                  <td nowrap align="left" width=125><a 
href="../pod/doc/Embperl.-page-17-.htm"><div 
class="cMenu">Support</div></a></td>
                  </tr>
          </table>
        </td>
@@ -242,7 +242,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Stable 2.5.0</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Stable 
3.0.0</span></a></td>
                  </tr>
          </table>
        </td>
@@ -257,7 +257,7 @@
        <td align="left" background="../../images//hintergrund-nav.gif"> 
          <table width="152" border="0" cellspacing="0" cellpadding="0">
                <tr> 
-                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/INSTALL.htm"><span class="cMenu">Beta 3.0.0-rc.2</span></a></td>
+                  <td nowrap with="152" height=22>&nbsp;&nbsp;&nbsp;&nbsp;<a 
href="../pod/doc/Embperl.-page-12-.htm"><span class="cMenu">Beta 
3.0.0-rc.2</span></a></td>
                  </tr>
          </table>
        </td>
@@ -303,30 +303,79 @@
 </table>
 </td>
                 <td valign="top" width="90%" class="cContent"><table 
width="100%"><tr><td  valign="top" width="95%">
-<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b3 (BETA)  22 Nov 
1998</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-45-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b4 (BETA)  15 Feb 1999 ]
+<table xmlns="http://www.w3.org/TR/xhtml1/strict"; width="100%" border="0" 
cellspacing="0" cellpadding="6"><tr><td class="cPodH1">1.2b4 (BETA)  15 Feb 
1999</td></tr></table><a xmlns="http://www.w3.org/TR/xhtml1/strict"; 
name="top"><table width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-45-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b5 (BETA)  5 July 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-47-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b2 (BETA) 9 Nov 1998 &gt;&gt; ]
-                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - fixed an 
undefined pointer which occurs when using precompiled
-     [* ... *] blocks. Spotted by Bruce W. Holyman and Paul J. Schinder
-   - removed unwanted 0xa0 characters from tagscan.htm which causes
-     the test to fail on sunos. Spotted by Paul J. Schnider.
-   - Enhanced the detection of Stronghold, Apache SSL and mod_ssl
-     so they are found if they are not in a standard path. Spotted 
-     by Brad Cox.
-   - Convert relativ path for apache source to absolute to avoid
-     problems within test script. Spotted by Brad Cox.  
-   - Make Embperl compile with useperio=defined. Spotted by Todd
-     Eigenschink.
-   - Makefile.PL does now check if mod_perl is compiled into apache
-     and don't create a config for USE_DSO situtation even if
-     libperl.so exists.
-   - Added a workarround in the Execute('foo.htm') call, to avoid a
-     bug in perl5.004 which causes a SIGSEGV. Spotted by Michael J.
-     Schout and Chris Alexander.</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-45-.htm" class="cPodHeaderNavLink">
-                                [ &lt;&lt; Prev: 1.2b4 (BETA)  15 Feb 1999 ]
+                                [ Next: 1.2b3 (BETA)  22 Nov 1998 &gt;&gt; ]
+                            </a></td></tr></table></a><pre 
xmlns="http://www.w3.org/TR/xhtml1/strict"; class="cPodVerbatim">   - fixed a 
problem that $req_rec was sometimes invalid on the 
+     second call to the same page causing Embperl to SIGSEGV.
+     With help of Todd Eigenschink.
+   - Cleanup the variable space inside Embperl pages. Before this
+     fix many of the internal my variables were visible to the 
+     Embperl page. Spotted by Todd Eigenschink. 
+   - multiple form values with the same name are handled now
+     correctly (concated in a tab delimited string) when send
+     in a multipart/form-data (file-upload). Spotted by Dirk
+     Lutzebaeck.
+   - The dbgForm flag works now also for multipart/form-data
+   - a missing right *] will be reported as an error. 
+   - [[* is correctly output as [* and not interpreted as a
+     starting of a perl block. Spotted by Dirk Lutzebaeck.
+   - fixed a bug that causes the html after an endforeach to be
+     skiped, when the foreach loop gets an empty array as argument.
+     Spotted by Dirk Lutzebaeck.
+   - Makefile.PL checks now for required modules and versions and
+     generates warnings if necessary
+   - Do not CLEAR %udat and %mdat in cleanup, so Apache::Session
+     will not warn anymore about unsupported CLEAR operation.
+   - Added tests for session management (%udat, %mdat)
+   - Added more tests to see that $req_rec is correctly setup
+   - Added module Apache::Session::epDBI which is a subclass of
+     Apache::Session::DBI and corrects a problem with locking and
+     cares of serializing requests, so %mdat works correctly.
+     Please read IMPORTANT NOTE under Session Management in
+     Embperl.pod
+   - Added the dbgProfile flag which cause the display of the time
+     since the request start for every source line in the logfile.
+   - Correct a problem that the escape character ('\') was not removed
+     when unescaping the input. Now '&amp;lt;' is correctly translated
+     to '&lt;'  and '\&amp;lt;' is translated to '&amp;lt;' . 
+   - When requesting to view the logfile via the browser now all
+     lines which does not start with a pid ([&lt;pid&gt;]) are displayed.
+   - fixed a problem, that sometimes not all errors are shown in the
+     error page, in conjunction with dynamic tables
+   - When running under perl 5.005 or higher, the cleanup after the
+     every request, now not only cleans up scalars, array and hashs,
+     but also closes all open file- and directoryhandles and undef's
+     all typglob (which causes for example DBIx::Recordset objects to
+     DESTROY correctly)
+     NOTE: This also causes imported variables from other packages/modules
+     not to be cleanedup anymore!!
+     NOTE: That the cleanup behaveiour under perl 5.004 and 5.005 is
+     slightly differnt! The new cleanup doesn't work with 5.004 because 
+     of a bug, which should be corrected in 5.004_05 as soon as available.
+   - EMail adress from the form is insert as Reply-To header instead of
+     From header in MailFormTo to avoid problems with unresolvable
+     EMail adresses.
+   - Fixed the problem that session management (%udat, %mdat) didn't
+     work when Execute is used in the same page. Spotted by by Simon Lindgren. 
+   - Fixed a path problem in Makefile.PL. Now pathes on Win32 Systems uses
+     blackslash instead of slash. Spotted by Randy Kobes.
+   - Win32 batch files will no longer contain path to perl after the #!,
+     so cgi tests passes on systems with 4DOS shell. Spotted by Randy Kobes.
+   - Added ; as terminator for cookie to correctly parse multiple cookies.
+     Patch from Tim Carrol.    
+   - Changed table_set to table_add when setting the cookie for session data
+     to avoid problems with other modules setting also cookies.
+   - Corrected the %ENV problem that mod_perl-1.18 introduced, so both 
+     work together again.
+   - Added dbgSession flag to enable/disable logging of session handling
+   - Added configuration diretives EMBPERL_COOKIE_NAME, EMBPERL_COOKIE_DOMAIN,
+     EMBPERL_COOKIE_PATH and EMBPERL_COOKIE_EXPIRES to configure the cookie
+     which holds the session id. Suggested by Cliff Rayman.</pre><hr 
xmlns="http://www.w3.org/TR/xhtml1/strict";></hr><a 
xmlns="http://www.w3.org/TR/xhtml1/strict"; name="top"><table 
width="100%"><tr><td align="left" valign="top" width="45%"><a 
href="Changes.-page-45-.htm" class="cPodHeaderNavLink">
+                                [ &lt;&lt; Prev: 1.2b5 (BETA)  5 July 1999 ]
                             </a></td><td align="center" valign="top" 
width="10%"><a href="Changes.htm" class="cPodHeaderNavLink">[ Content 
]</a></td><td align="right" valign="top" width="45%"><a 
href="Changes.-page-47-.htm" class="cPodHeaderNavLink">
-                                [ Next: 1.2b2 (BETA) 9 Nov 1998 &gt;&gt; ]
+                                [ Next: 1.2b3 (BETA)  22 Nov 1998 &gt;&gt; ]
                             </a></td></tr></table></a>
 </td>
 </tr>


Reply via email to