ctype_alpha doesn't exist in PHP version 4.3????

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • lkrubner@geocities.com

    #1

    ctype_alpha doesn't exist in PHP version 4.3????

    I'm getting a fatal error that says ctype_alpha(), yet I'm using PHP
    version 4.3 and according to www.php.net ctype_alpha has been around
    since version 4.04. Any guesses what might be up?

  • Janwillem Borleffs

    #2
    Re: ctype_alpha doesn't exist in PHP version 4.3????

    lkrubner@geocit ies.com wrote:[color=blue]
    > I'm getting a fatal error that says ctype_alpha(), yet I'm using PHP
    > version 4.3 and according to www.php.net ctype_alpha has been around
    > since version 4.04. Any guesses what might be up?
    >[/color]

    Perhaps you compiled PHP with the "--disable-ctype" flag?


    JW

    Comment

    • lkrubner@geocities.com

      #3
      Re: ctype_alpha doesn't exist in PHP version 4.3????

      We've leased two servers from Rackspace. I've no idea how the compiled
      PHP, but it is good to know that this is a compile option. Recompiling
      PHP sounds like a big pain. I've never tried it. I want to use Zurab
      Davitiani's class for XML in my own code, and it uses this command. I
      suppose I could rewrite it using a reg expression.

      Comment

      Working...