[PHP] W3C and Open Source battles

2001-10-02 Thread Wolfgang Ebneter

Hallo all,

might be a bit OT but nevertheless quite important.

See http://lwn.net/daily/#t33
-- 
Wolfgang Ebneter M.Sc. Data Engineering
Medienzentrum Osnabrück
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] converting Word documents to something sensible

2001-06-25 Thread Wolfgang Ebneter

How about staroffice ? It reads *.doc files and you can save them as *.rtf 
files.

 Phil Driscoll wrote:
  I have to build a web site for a local government education authority in
  the UK which will allow them to make available a large range of documents
  to schools. They INSIST on submitting documents in Word format. I think
  it is immoral to make the schools have to accept documents in that format
  so I am determined to translate them to something sensible (html, rtf or
  pdf will do) at the server. The server is a Linux box so there's no
  opportunity to play any tricks with COM.
 
  Has anyone come across any tools to do this, using php or otherwise?

-- 
Wolfgang Ebneter M.Sc. Data Engineering
Medienzentrum Osnabrück
[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] ldap problem

2001-05-06 Thread Wolfgang Ebneter

Hi list,

i've compiled php-4.0.4pl1 with ldap support. It compiled nice and clean. A 
make install put the lib in apache's libexec directory. When I start apache 
I get the following : cannot load .../libphp4.so into server undefined symbol 
: ldap_value_free
I checked the ldap.c file and found multiple references to ldap_value_free 
but did not find any declaration of the function. 
How should I proceed to get a working libphp4.so with ldap support compiled 
in?

I've got openldap-1.2.11
apache-1.2.19

Thanks for your help

Wolfgang

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] libphp4.so loading problem

2001-05-05 Thread Wolfgang Ebneter

Hi list,

i've compiled php-4.0.4pl1 with ldap support. It compiled nice and clean. A 
make install put the lib in apache's libexec directory. When I start apache 
I get the following : cannot load .../libphp4.so into server undefined symbol 
: ldap_value_free
I checked the ldap.c file and found multiple references to ldap_value_free 
but did not find any declaration of the function. 
How should I proceed to get a working libphp4.so ?

I've got openldap-1.2.11
apache-1.2.19

Thanks for your help

Wolfgang

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]