[PHP] --with-imap-ssl

2001-05-16 Thread ilya
Has anyone been able to compile php with imap-2001 cclient with -imap-ssl option? it looks like format of cclient .h changed, and php is not able to find certain fnctions. i was wondering if anyone found a hack around? Looks like --with-imap-ssl is brok

[PHP] easy CMS

2003-02-06 Thread Ilya Nemihin
Hi! sorry for my impudence :) But may be you will be interesting in not cool CMS :) - elementalSiteMaker I have made it in Object-Oriented style, i.e. more interesting are code-inside :) http://www.elemental-sm.by.ru Thanks Ilya ps: I had some troubles with generalization (may needed new

[PHP] text on image

2003-02-09 Thread Ilya Nemihin
;test_out.jpg' ); i.e. I want to have 'white' text, but text absolutely not rgb(255,255,255), image truecolor. I must use imagecreatetruecolor? but how...? Ilya -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Why use XML?

2003-02-10 Thread Ilya Nemihin
is XPath) name of page, for placing description of page. content may contains any tags, and in xsl there is handlers for them, f.e. I have 'price.xml', and I have specific tags for price-list, and price line: Things1 Things1 and in site-page.xsl there is handler (tamp

Re: [PHP] Reading an xml file from a POST array

2008-04-03 Thread Ilya Dyoshin
Good day Michael. I've done that as $xml_data = file_get_contents("php://input"); $xml_object = new SimpleXMLElement($xml_data); And it works. Best regards, Ilya Dyoshin Michael Horowitz пишет: Simple XML has great tools to read xml from a string or a file. But I have it

[PHP] zip_open in 4.0.6 ?

2001-10-17 Thread Ilya V. Lazarev
Hi ! Has anyone tried zip_open in PHP 4.0.6 ? It says me that no such function. I've looked at php src and found zzip_open(), but this one expect more than 1 arg ( supposedly 2 ). Any ideas ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

[PHP] Re: zip_open in 4.0.6 ?

2001-10-18 Thread Ilya V. Lazarev
ill report about results. Christian C. wrote: > "Ilya V. Lazarev" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >>Hi ! >>Has anyone tried zip_open in PHP 4.0.6 ? >>It says me that no such function. I'