Re: [PHP] SSH file transfers

2001-01-23 Thread Jirka Kosek

Kyle Jerviss wrote:

> Yeek!  Not quite what I meant.  I don't think that web servers have any
> business being on windows boxes.  I was wondering if there were a way to
> upload using something like scp from a windows (or other) browser to a
> unix server.

There is a nice program WinSCP at http://winscp.vse.cz
It provides interface similar to Norton Commander, one panel is your
local disk, second remote directory accesed via scp.

---------
  Jirka Kosek
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

-- 
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] DocBook Editors?

2001-01-23 Thread Jirka Kosek

Alex Black wrote:

> No SGML editors out there with a tag catalog, etc?

You can use Emacs with PSGML package. It is very productive environment,
if you do not need WYSIWYG.

If you want more comfortable and more WYSIWYG you can try XMetaL from
SoftQuad or Epic from ArborText. 

-
  Jirka Kosek
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

-- 
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: XML Processing Instruction ( was "

2001-01-23 Thread Jirka Kosek

Teodor Cimpoesu wrote:

> my follow-up was from an suggest of using <% though :)
> it exists in C, ASP and JSP. We have it in PHP, why not use it?

Because it is not compatible with XML syntax. Following is incorrect in
XML, because '<' has very restricted usage:


 <% echo Date("d.m.Y") %>


If you use 
 



-----
  Jirka Kosek
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

-- 
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] Extensions modules, PHP5.1 from CVS and Windows

2005-05-02 Thread Jirka Kosek
Hi,
I need to use some XML functionality that will be available in PHP5.1. 
When I use PHP development version from http://snaps.php.net/ for 
Windows core of PHP works great. But once I load extension module (e.g. 
php_xsl.dll, php_xmlreader.dll, php_soap.dll) PHP crashes -- 
immediatelly with Apache when I use server module, or when there is 
first call to function in module when I use CLI.

Has anyone successfully used extensions under Windows with development 
version of PHP?

TIA,
Jirka
--
--
  Jirka Kosek e-mail: [EMAIL PROTECTED] http://www.kosek.cz
--
  Profesionální školení a poradenství v oblasti technologií XML.
 Podívejte se na náš nově spuštěný web http://DocBook.cz
   Podrobný přehled školení http://xmlguru.cz/skoleni/
--
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php