Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

regexpattern

Regular Expression Pattern PHP Module

Use regular expression the easy way.

Prerequisite

You need the php5-dev components in order to compile this PHP module.

sudo apt-get install php5-dev

Compile

$ phpize
$ ./configure
$ make

Verify Install

php -d extension=path/to/so/module/regexpattern.so -m

Test

php -d extension=path/to/so/module/regexpattern.so -r 'echo REGEXP_ZIP_US_SHORT;'

Install

$ make install  # it (may require root)

About

Regular Expression Pattern PHP Module

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages