Module writting question (familiarity with Perl and PHP's Zend useful.)

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Module writting question (familiarity with Perl and PHP's Zend useful.)

    I'm writing a language comparison document, and amongst other languages,
    Perl is in the comparison. My question is, can a person write an external
    module, such as a Zend module in PHP, using another language. If so, can
    someone point me to the appropriate documentation?

    Thanks,
    -Jim Stapleton


    Steven James Samuel Stapleton Guest

  2. Similar Questions and Discussions

    1. #25897 [Com]: Compilation fails immediately on Zend (zend.h)
      ID: 25897 Comment by: ricardoj at hotlink dot com dot br Reported By: kscott at toadmail dot com Status: No...
    2. [PHP-DEV] Zend Engine question
      Are there any tools for debugging ZE? I've got a problem with huge script that at some point behave like all variables were reference to single...
    3. #25897 [Opn->Fbk]: Compilation fails immediately on Zend (zend.h)
      ID: 25897 Updated by: sniper@php.net Reported By: kscott at toadmail dot com -Status: Open +Status: ...
    4. Zend: How to get POST/GET/Session variables inside a PHP module ?
      Hi, Can we get the POST/GET variables directly in a PHP module ? Do the Zend API provide this functionality ? Same question for the Session... ...
    5. [PHP][n00bie question] How to execute a perl module in php page located in unix machine?
      hi list, i need to write a php page to execute a perl module on my client's unix machine, how do i do that? the perl module is some simple...
  3. #2

    Default Re: Module writting question (familiarity with Perl and PHP's Zend useful.)

    Thanks, I'll look into that.

    -Jim Stapleton


    Steven James Samuel Stapleton Guest

  4. #3

    Default Re: Module writting question (familiarity with Perl and PHP's Zend useful.)

    I'm scanning this, and I've a question, it looks more like a "C and C++"
    interpreter for Perl rather than compiled and executed C code, is this
    correct?

    -Jim Stapleton

    "Eric J. Roode" <REMOVEsdnCAPS@comcast.net> wrote in message
    news:Xns93C5502A1B513sdn.comcast@206.127.4.25...
    > -----BEGIN PGP SIGNED MESSAGE-----
    > Hash: SHA1
    >
    > "Steven James Samuel Stapleton" <stapleton.41@mps.ohio-state.edu> wrote in
    > news:0bmw7dha1l8e@ohstpy:
    >
    > > I'm writing a language comparison document, and amongst other languages,
    > > Perl is in the comparison. My question is, can a person write an
    external
    > > module, such as a Zend module in PHP, using another language. If so, can
    > > someone point me to the appropriate documentation?
    >
    > I don't know anything about Zend (and not much about PHP), so my answer
    may
    > or may not be useful.
    >
    > It's fairly easy to write a module in C, using the XS mechanism.
    >
    > There is a suite of modules, all beginning with "Inline::", which allow
    you
    > to embed several languages directly into a Perl module. Supported
    > languages include C, C++, Tcl, Java, Python, Guile, S-Lang, Basic, and
    > others.
    >
    > - --
    > Eric
    > $_ = reverse sort qw p ekca lre Js reh ts
    > p, $/.r, map $_.$", qw e p h tona e; print
    >
    > -----BEGIN PGP SIGNATURE-----
    > Version: PGPfreeware 7.0.3 for non-commercial use <http://www.pgp.com>
    >
    > iQA/AwUBPyO9DmPeouIeTNHoEQLivACgn4/vwpaPEWLXUHsgFma2JB0UeHsAnR5u
    > wT3TmA9TyG0lu/Y6GnPWf1Bg
    > =g7OX
    > -----END PGP SIGNATURE-----

    Steven James Samuel Stapleton Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139