Re: [PHP] Re: xsl:include doesn't work from php, it works withsabcmd

2001-08-07 Thread Marius Andreiana

On 07 Aug 2001 15:30:44 +0100, Peter Clarke wrote:
 Have you tried Sablotron 0.60?
yes, the same. 

How could I see at least what the problem is? (meaningful error message)

-- 
Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/


-- 
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] xsl:include doesn't work from php, it works with sabcmd

2001-08-06 Thread Marius Andreiana

Hi

I try to keep some common xsl templates in separate files and
use xsl:include href=file.xsl/

It works fine if I process them from cmd line with sabcmd,
but the same files don't work in php, I get
Fatal error: msgtype: error in ...
when I add the line xsl:include (if I remove it it's ok)

What's the problem? (I'm using sablotron 0.52)

Thanks!
Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/


-- 
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] xsl:include doesn't work from php, it works with sabcmd

2001-08-06 Thread Marius Andreiana

forgot to mention I use xslt_process() to transform xml files.
Can't see the error (with xslt_error()) , as it halts on xslt_process().

-- 
Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/


-- 
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] FAQ

2001-08-01 Thread Marius Andreiana

Can someone make a FAQ for this list?

Every month there are questions about php editors, books...
They don't even bother to search the arhives before asking.

--
Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/


-- 
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] libmcrypt 2.2.x vs 2.4.x

2001-07-26 Thread Marius Andreiana

Hi

I'd like to switch to 2.4.x from 2.2.x but I get warnings with old
code using mcrypt_ecb:
Warning: size of key is too large for this algorithm 
Warning: attempt to use an empty IV, which is NOT recommend 

There's too much legacy code to change and key can't be changed now,
any way to use 2.4.x ? 

Thanks
Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/


-- 
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] unistall a newer veraion....cjk

2001-07-18 Thread Marius Andreiana

În 18 Jul 2001 14:59:21 +0300 Constantine Koulis a scris:
 i have in a server PHP 4.0.2 version and a function (mail) is working 
 perfectly.In the version PHP 4.0.5 i have problems.How can i unintall the 
 4.0.5 to install 4.0.2?
Unfortunatelly php doesn't have the classic make uninstall
You can delete it by hand (the apache module and /usr/local/php)
and then install what version you want.
(If it's a development server, don't even bother to remove 4.0.5,
just install another php 4.0.x)

Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/


-- 
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] report generation with PHP

2001-07-17 Thread Marius Andreiana

În 17 Jul 2001 19:47:23 +1200 Philip Murray a scris:
 What about using a Windows COM object? There should be one for Access and if
 not you can use the Word one and generate word documents
Don't use Words for that... We've had to generate invoices to be snail-mailed,
imagine if the address in the invoiced didn't matched the envelope's transparent
area... (don't think a word document can handle 6000 invoices anyway)

Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/


-- 
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] report generation with PHP

2001-07-17 Thread Marius Andreiana

În 17 Jul 2001 09:56:23 +0200 Jörg Krause a scris:
 PHP has Java-Support build in, has anybody checked out this with a tool
 like FOP (calling Java program from PHP)? Is it stable, good for
 production environment?
Yes, I'd like an answer to this too. Right now I can only call it
with system calls from PHP, but with a native function would be
much nicer (could show the progress too)

Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/


-- 
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] report generation with PHP

2001-07-16 Thread Marius Andreiana

În 16 Jul 2001 09:07:17 -0500 garman a scris:
 I forgot to mention that I already looked into the PDF extensions.  Although 
 it looks like it would do exactly what I want, the PDFLib isn't free for 
You can generate xml in php, write xsl to convert xml in xml-fo
and then use fop to generate pdf, it really works :)
http://xml.apache.org/fop/index.html

Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/


-- 
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] Re: Export to Excel

2001-07-13 Thread Marius Andreiana

How do you deal with numeric fields which start with 0 ?
Excel takes the 0s out.

Thanks,
Marius Andreiana
--
You don't have to go to jail for helping your neighbour
http://www.gnu.org/philosophy/


 



-- 
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] Protecting from session hijacking

2001-07-04 Thread Marius Andreiana

 hijacking?  I thought of checking IP address on subsequent requests,
 but apparently this cannot be relied on because of HTTP proxies etc.
but isn't better than nothing ?
I think a session should be from the same IP all it's life, and this
should be build into php. Internal networks will be seen as the same
ip, so session can be stolen by somebody else in the same internal net,
but not from outside of it.

Now tell me what's wrong with my opinion, b/c it's too simple to work :)

-- 
Marius Andreiana



-- 
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] Protecting from session hijacking

2001-07-04 Thread Marius Andreiana

On 04 Jul 2001 19:34:03 +1000, Jason Murray wrote:
  Now tell me what's wrong with my opinion, b/c it's too simple 
  to work :)
 
 Four words: Load Balancing Proxy Servers.
I knew it! :)

So if someone on the net sees the URL and it has session id in it, 
that session can be stolen?

-- 
Marius Andreiana



-- 
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] any reasons to compile apache instead of using distributionbinaries ?

2001-07-03 Thread Marius Andreiana

Hi

I'm curios how others are handling packages on production servers.
Curently our sysadmins compile openssl,apache,php and other libraries
from sources.

Do you think it would be better (easier to maintain) to install
apache and other libraries from rpm, and from sources only
php?

Remember in some companies even the kernel is upgraded from rpm
b/c of easier maintenance and less chances to screw something up.

Thanks,
-- 
Marius Andreiana



-- 
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] PHP, Templates, XSLT

2001-07-03 Thread Marius Andreiana

 Anyways, has anyone experienced it with Sablotron? How did you like it?
nice

You can also try to check browser : if mozilla 0.9.1 or later
(you choose) it can be parsed on the client; ie 6.0 isn't used yet...

-- 
Marius Andreiana



-- 
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] pdf_open_image_file says it can't find file, altough it's there

2001-07-02 Thread Marius Andreiana

Hi

After upgrading to pdflib-4.0.1 from 3.x (and php 4.0.4pl1),
both pdf_open_gif (deprecated) and pdf_open_image_file
say Could not open file, although images are there
and they were working before.

Someone else had this problem too
http://www.php.net/manual/en/function.pdf-open-image-file.php

Any help please ? I couldn't find the solution in arhives and google.

Thanks!
-- 
Marius Andreiana



-- 
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]