[PHP-DEV] copyright question for ext_skel generated source

2001-05-21 Thread Thomas Fromm


hi,

i want to build in php extension support into the kdevelop applikation 
wizards, to generate a basic source & Makefile construct alike this
generated by ext_skel. At the top of the .c and .h files is an header which 
showed an copyright of this generated source to the php group.

if i use these generated source, and put in there my own stuff and modify 
them, then its not allowed to put these source under a different licence, 
isn't it?
(normally is generated source licence free, so this confuse me a little bit)

can i have the permission, to create these basefiles with the application 
wizard of kdevelop?

regards,
tf

-- 
--   
http://phporacleadmin.org http://tfromm.com  http://inubit.com
"Go away or I will replace You with a small PHP script!"

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] exits Backus-Naur Form?

2001-02-26 Thread Thomas Fromm

Hi,

exits there a Backus-Naur Style Dokumentation of the PHP Language?

regards,
tf

-- 
--   
http://phporacleadmin.org http://tfromm.com  http://www.inubit.com
"go away or I will replace You with a small PHP script!"

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] PHP 4.0 Bug #8984: Intermittent TNS-12154 (cannot resolve service name) error

2001-01-30 Thread Thomas Fromm

Hi,

> This is basically a rehash of bugs #4307, #5569 & #8232.
> 
> Running PHP 4.0.1pl1 as an Apache 3.1.12 module, I often run into this problem 
>during OCILogon() calls.
> 
> Regarding the solution to #4307 - ALL oracle-related env vars I can think of are set 
>before Apache is started. The /etc/rc3.d script that starts apache sources a file 
>setting the lot of them before starting the server.
> 
> The solution I saw in #5569 - make user "nobody" a member of group "dba" - is, 
>frankly, unacceptable (and I haven't even tried it). I have a public portal to run, 
>and can't afford the secrity hole.
> 
> Essentially, I am also reiterating bug report #8232, which I see has remained open 
>for over a month now.
> 
> The problem appears intermittently in virtually all places that OCILogon() is used, 
>so I see now point in osting yet another code example.

you have to set the ORA_NLS33
e.g.:
ORA_NLS33=/u01/oracle/product/8.1.6/ocommon/nls/admin/data

and the ORACLE_HOME
e.g.:
ORACLE_HOME=/u01/oracle/product/8.1.6/

befor starting the apache and the tnsnames.ora must be readable by wwwrun (or
unser whatever your apache runs)

thats solved the problem at my side...

regards,
thomas


-- 
--   
http://phporacleadmin.org http://tfromm.com  http://inubit.com
"go away or I will replace You with a small PHP script!"

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]