From 5f242792d308194334da92d526cbd19215597dfd Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Sat, 20 May 2006 04:56:19 +0000 Subject: [PATCH] Remove reference to -dlname. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9126 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Doc/Manual/Php.html | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/Manual/Php.html b/Doc/Manual/Php.html index cf3d53dbe..c1d2cf6b7 100644 --- a/Doc/Manual/Php.html +++ b/Doc/Manual/Php.html @@ -191,7 +191,6 @@ additional optional arguments:
  • -withlibs "<libs>" Links the libraries into the shared object.
  • -withc "<files>" Compiles and links the named C files into the shared object.
  • -withcxx "<files>" Compiles and links the named C++ files into the shared object, -
  • -dlname "<name>" Changes the name of the generated shared object.

    27.1.2 Building extensions into PHP