Skip Menu |

This queue is for tickets about the PHP-Include CPAN distribution.

Report information
The Basics
Id: 21479
Status: resolved
Priority: 0/
Queue: PHP-Include

People
Owner: Nobody in particular
Requestors: olavic [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Script execution ends
Date: Thu, 14 Sep 2006 11:36:16 +0200
To: bug-PHP-Include [...] rt.cpan.org
From: "Juga Paazmaya" <olavic [...] gmail.com>
Hello, I have: perl, v5.8.8 built for linux Linux tozd 2.6.17.9try3 #1 Tue Aug 22 09:16:41 UTC 2006 i686 athlon-4 i386 GNU/Linux PHP-Include-0.2 While trying to run "test.pl": ----------------------- #!/usr/bin/perl -w use PHP::Include(DEBUG => 1); include_php_vars('test.php'); print 'halloo'; ------------------------ Using "test.php": ------------------------ <?php $one = "two"; $five = 7; ?> ------------------------ The word "halloo" does not print out. If I comment include_php_vars out, using #, it is still included except now getting error: Unterminated <> operator at ./test.pl line 6. whereas the commented line is number 5. So it seems that the variables are indeed included, but the script does not continue prosessing after the variable inclusion. Jukka Paasonen
Dear Jukka, I am the new maintainer for this module. The version 0.30 is on CPAN and this test is working perfectly. Can you please retest if this is still happening? Cheers ambs On Thu Sep 14 05:36:32 2006, olavic@gmail.com wrote: Show quoted text
> Hello, > > I have: > perl, v5.8.8 built for linux > Linux tozd 2.6.17.9try3 #1 Tue Aug 22 09:16:41 UTC 2006 i686 athlon-4 > i386 GNU/Linux > PHP-Include-0.2 > > While trying to run "test.pl": > ----------------------- > #!/usr/bin/perl -w > > use PHP::Include(DEBUG => 1); > > include_php_vars('test.php'); > > print 'halloo'; > ------------------------ > > Using "test.php": > ------------------------ > <?php > > $one = "two"; > $five = 7; > > ?> > ------------------------ > > The word "halloo" does not print out. > If I comment include_php_vars out, using #, it is still included > except now getting error: > > Unterminated <> operator at ./test.pl line 6. > > whereas the commented line is number 5. > > So it seems that the variables are indeed included, but the script > does not continue prosessing after the variable inclusion. > > Jukka Paasonen
Subject: Re: [rt.cpan.org #21479] Script execution ends
Date: Tue, 1 Feb 2011 17:48:00 +0200
To: bug-PHP-Include [...] rt.cpan.org
From: Juga Paazmaya <olavic [...] gmail.com>
Hi, Great to hear that there is some new blood in this project. Unfortunately I do not have access at the moment to any place where I could test something similar, but if I happen to get it soon, I will try to test. Good luck with the project! Jukka On 31 January 2011 00:03, Alberto Simões via RT <bug-PHP-Include@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=21479 > > > Dear Jukka, > > I am the new maintainer for this module. The version 0.30 is on CPAN and > this test is working perfectly. Can you please retest if this is still > happening? > > Cheers > ambs > > On Thu Sep 14 05:36:32 2006, olavic@gmail.com wrote:
>> Hello, >> >> I have: >> perl, v5.8.8 built for linux >> Linux tozd 2.6.17.9try3 #1 Tue Aug 22 09:16:41 UTC 2006 i686 athlon-4 >> i386 GNU/Linux >> PHP-Include-0.2 >> >> While trying to run "test.pl": >> ----------------------- >> #!/usr/bin/perl -w >> >> use PHP::Include(DEBUG => 1); >> >> include_php_vars('test.php'); >> >> print 'halloo'; >> ------------------------ >> >> Using "test.php": >> ------------------------ >> <?php >> >> $one = "two"; >> $five = 7; >> >> ?> >> ------------------------ >> >> The word "halloo" does not print out. >> If I comment include_php_vars out, using #, it is still included >> except now getting error: >> >> Unterminated <> operator at ./test.pl line 6. >> >> whereas the commented line is number 5. >> >> So it seems that the variables are indeed included, but the script >> does not continue prosessing after the variable inclusion. >> >> Jukka Paasonen
> > > >
-- ------------------------------------------------ IBAN:     FI47 3939 0031 7034 40 SWIFT:  SBANFIHH http://paazio.nanbudo.fi/
On Tue Feb 01 10:48:10 2011, olavic@gmail.com wrote: Show quoted text
> Hi, > Great to hear that there is some new blood in this project. > Unfortunately I do not have access at the moment to any place where I > could test something similar, but if I happen to get it soon, I will > try to test. > > Good luck with the project! > Jukka
OK, closing it. If you have any (new or same) problem, let me know :) Show quoted text
> > On 31 January 2011 00:03, Alberto Simões via RT > <bug-PHP-Include@rt.cpan.org> wrote:
> > <URL: https://rt.cpan.org/Ticket/Display.html?id=21479 > > > > > Dear Jukka, > > > > I am the new maintainer for this module. The version 0.30 is on CPAN and > > this test is working perfectly. Can you please retest if this is still > > happening? > > > > Cheers > > ambs > > > > On Thu Sep 14 05:36:32 2006, olavic@gmail.com wrote:
> >> Hello, > >> > >> I have: > >> perl, v5.8.8 built for linux > >> Linux tozd 2.6.17.9try3 #1 Tue Aug 22 09:16:41 UTC 2006 i686 athlon-4 > >> i386 GNU/Linux > >> PHP-Include-0.2 > >> > >> While trying to run "test.pl": > >> ----------------------- > >> #!/usr/bin/perl -w > >> > >> use PHP::Include(DEBUG => 1); > >> > >> include_php_vars('test.php'); > >> > >> print 'halloo'; > >> ------------------------ > >> > >> Using "test.php": > >> ------------------------ > >> <?php > >> > >> $one = "two"; > >> $five = 7; > >> > >> ?> > >> ------------------------ > >> > >> The word "halloo" does not print out. > >> If I comment include_php_vars out, using #, it is still included > >> except now getting error: > >> > >> Unterminated <> operator at ./test.pl line 6. > >> > >> whereas the commented line is number 5. > >> > >> So it seems that the variables are indeed included, but the script > >> does not continue prosessing after the variable inclusion. > >> > >> Jukka Paasonen
> > > > > > > >
> > >