Directory module/swig/php/

Directory Created:
2005-02-02 16:20
Total Files:
3
Deleted Files:
4
Lines of Code:
127

Browse with ViewVC

[root]/module/swig/php
                directory in repo example (3 files, 79 lines)

Lines of Code

module/swig/php/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 44 (100.0%) 265 (100.0%) 6.0
d1mag 35 (79.5%) 193 (72.8%) 5.5
alfille 5 (11.4%) 57 (21.5%) 11.4
z-mail 4 (9.1%) 15 (5.7%) 3.7

Most Recent Commits

alfille 2011-03-12 08:43 Rev.: 1.4

Vincent Danjean's Debian patch 5/7

1 lines of code changed in 1 file:

  • module/swig/php: php.m4 (+1 -2)
alfille 2011-02-28 09:06 Rev.: 1.27

Fix php4 dependence in the make sequence.

2 lines of code changed in 1 file:

d1mag 2008-06-12 05:39 Rev.: 1.26

Add set_error_level and set_error_print to owcapi, and make it useable from swig/tcl-module.

2 lines of code changed in 1 file:

d1mag 2008-04-02 16:09 Rev.: 1.25

Add test for sem.h and semaphore.h.
Added EXTRACFLAGS which contains misc options while compiling, such as
-D_FILE_OFFSET_BITS=64, -D_XOPEN_SOURCE=500 and -pg

3 lines of code changed in 1 file:

d1mag 2007-09-07 08:39 Rev.: 1.3

Fix problem with php on FC7/x86_64 and some other minor fixes.

2 lines of code changed in 1 file:

  • module/swig/php: php.m4 (+2 -1)
d1mag 2007-07-17 13:01 Rev.: 1.24

Add owtap to configure.ac

2 lines of code changed in 1 file:

d1mag 2007-06-18 00:45 Rev.: 1.23

Link owshell without libpthread since it doesn't need it.

2 lines of code changed in 1 file:

d1mag 2007-04-05 00:57 Rev.: 1.22

Tried to build perl module native on NSLU2 and it needed some changes.

2 lines of code changed in 1 file:

d1mag 2007-01-05 04:23 Rev.: 1.21

Lots of Makefile changes to compile clean on MacOSX.

2 lines of code changed in 1 file:

d1mag 2006-10-31 07:31 Rev.: 1.3

Update some more .cvsignore files.

5 lines of code changed in 1 file:

d1mag 2006-10-30 11:42 Rev.: 1.2

Add some missing .cvsignore-files.

4 lines of code changed in 1 file:

d1mag 2006-10-20 07:52 Rev.: 1.20

Handle "make dist" when swig isn't available.

2 lines of code changed in 1 file:

d1mag 2006-10-20 07:28 Rev.: 1.19

Various changes for Cygwin installation.

8 lines of code changed in 1 file:

d1mag 2006-06-26 04:56 Rev.: 1.18

Fix include-paths to the php-files.

7 lines of code changed in 1 file:

d1mag 2006-06-06 06:40 Rev.: 1.17

Change the compilation flags... those are read from owfs_config.h instead.

2 lines of code changed in 1 file:

d1mag 2006-06-05 09:24 Rev.: 1.16

Some updates for the next rpm-build... enable all modules.

13 lines of code changed in 1 file:

d1mag 2006-06-01 05:20 Rev.: 1.15

More perl-example to separate directory.
Install perl-libraries at correct place (don't use $PREFIX). ($DESTDIR will
allow installation at other location)

2 lines of code changed in 1 file:

d1mag 2006-06-01 04:19 Rev.: 1.2

Update php-configuration

10 lines of code changed in 1 file:

  • module/swig/php: php.m4 (+10 -3)
d1mag 2006-06-01 03:17

Update php and python to work with Ubuntu.

62 lines of code changed in 3 files:

d1mag 2006-05-31 01:48 Rev.: 1.3

This is an autogenerated file.

0 lines of code changed in 1 file:

alfille 2006-05-29 20:01 Rev.: 1.2

Simplify owftpd error handling.

1 lines of code changed in 1 file:

d1mag 2006-05-29 09:10 Rev.: 1.13

Cleanup makefile

1 lines of code changed in 1 file:

d1mag 2006-05-29 09:07

Add better php detection in configure script.
Move php-examples to separate directory.

7 lines of code changed in 5 files:

d1mag 2006-05-24 08:39 Rev.: 1.11

Fix compilation problem for Ubunto and cleaning up the makefiles.
Add owfs-devel and owfs-owcapi rpm's.
Add example-code for owcapi.

3 lines of code changed in 1 file:

d1mag 2005-12-02 05:02 Rev.: 1.10

Some updates for php and tcl... Cross compiling seem to work now.

23 lines of code changed in 1 file:

d1mag 2005-10-13 09:08 Rev.: 1.9

Some more updates

3 lines of code changed in 1 file:

d1mag 2005-10-13 05:19 Rev.: 1.8

Install php-module in correct directory (php-config --extension-dir)

7 lines of code changed in 1 file:

d1mag 2005-10-13 04:20 Rev.: 1.7

Noticed that OW_USB and OW_CACHE only should be necessary when compiling
owlib, and not the binaries. Cleaned up the Makefiles a bit after that.

2 lines of code changed in 1 file:

d1mag 2005-07-12 11:04 Rev.: 1.6

Compiled owserver and owhttpd for Solaris 7. Added some missing functions
and updated the autoconf script.

2 lines of code changed in 1 file:

d1mag 2005-07-11 07:47

Updating makefiles to make sure there are dependencies to pthread and libow.

13 lines of code changed in 2 files:

d1mag 2005-07-10 10:33 Rev.: 1.4

Updated dependencies to pthread library, especially libow.so should
have it just to make owperl work on older libc. search.h is not
included when compiling ow_wrap.c. (Otherwise it fails on Fedora Core 1)

2 lines of code changed in 1 file:

z-mail 2005-02-09 10:22 Rev.: 1.3

updated php's Makefile.am

2 lines of code changed in 1 file:

z-mail 2005-02-09 07:34

Added php support to the swig module, changed configure script for php, Makefile.am for swig and added a little example. The php extension does not yet get installed.

13 lines of code changed in 3 files:

alfille 2005-02-02 16:20 Rev.: 1.1

Start of PHP support

53 lines of code changed in 2 files:

Generated by StatCVS 0.7.0