descriptionLight Weight Event System bindings for PHP
homepage URLhttp://lwes.org/
ownererik.s.chang@gmail.com
last changeFri, 16 Apr 2010 23:35:28 +0000 (16 23:35 +0000)
content tags
add:
README
This is the PHP API for the Light Weight Event System.

It uses a PECL-compatible build system, so the simplest way
to compile and install this package is:

  1. ./bootstrap
  2. ./configure
  3. make
  4. make install

This will attempt to build and install the LWES extension into the
modules directory defined by "php-config".  Note that you must have
the LWES library installed first before you can install the PHP extension,
as well as have pkg-config setup to detect the location of the library.

You may need to edit the PKG_CONFIG_PATH variable if your system has
trouble detecting the location of LWES.  Most commonly, the following
environment variable needs to be set before running the above steps:

  export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

So that pkg-config can pick up the .pc file needed to configure LWES.

However, if you are using a system install of LWES in /usr, usually
pkgconfig will pick up the .pc file in /usr/lib/pkgconfig, and no
manual intervention is necessary.
shortlog
2010-04-16 Michael Lummaking swig more backward compatiblemaster
2010-04-16 Michael Lumadded 64-bit int support to PHP, removed generated...
2009-04-27 Michael Lumadded change comments
2009-04-23 Matteo Beccati- Added proper destructors for resources and custom...
2009-03-09 Michael Lumadded changelog entry to prepare for lwes-php-0.0.3
2009-01-27 Michael Lumadded phpinfo pragma contribution from Matteo Beccati
2008-09-18 Michael Lumupdated changelog
2008-09-18 Michael LumRemoved support for 64-bit integers in PHP
2008-08-16 Michael Lumno need for automake files
2008-08-16 Michael Lumadded some instructions
2008-08-16 Michael Lumfixed up build files and ignore generated files
2008-08-16 Michael Lumusing php build system
2008-08-16 Michael Lumdont use libtool
2008-08-16 Michael Lumadded build artifacts
2008-08-16 Michael Lumfixed php typemaps to handle NULL values
2008-08-16 Michael Lumadded build ignores
...
tags
14 years ago lwes-php-0.0.6
14 years ago lwes-php-0.0.5
15 years ago lwes-php-0.0.4
15 years ago lwes-php-0.0.3
15 years ago lwes-php-0.0.2
15 years ago lwes-php-0.0.1
heads
14 years ago master
forks
Cached version (5328s old)
lwes-php/github-mirror.git mirror of https://github.com/lwes/lwes-php erik.s.chang@gmail.com 14 years ago