[PHP] gzinflate() & php 4.3.2 problems

2003-06-25 Thread kellan
If I remove the call to substr(), I get a "data error". An example file which is not working is: http://www.aaronsw.com/weblog/index.xml (but curl -H "Accept-encoding: gzip" http://www.aaronsw.com/weblog/index.xml | zcat works just fine) An example file which work is: ht

[PHP] Re: iCal parser and importing iCal to database

2003-02-10 Thread kellan
PHP Icalendar could be seen as a program which imports iCalendar formatted info into a database. http://phpicalendar.sf.net kellan On Thu, 30 Jan 2003 19:40:15 +, Reuben D. Budiardja wrote: > > Hi, > I think this has been asked here before and I've looked around the archiv

Re: [PHP] XML & deprecated "Call-time pass-by-reference"

2003-01-20 Thread kellan
xml_set_object demostrates pass by reference so I assumed it was required. Kellan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] XML & deprecated "Call-time pass-by-reference"

2003-01-20 Thread kellan
eprecated as well? Is there another preferred way to call xml_set_object? Is there another preferred way to wrap XML parsing inside an object? Thanks Kellan ps. the full text of the warning is: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass i

[PHP] "re-throw" from custom error handler? error patterns?

2003-01-09 Thread kellan
pie an RSS parser) but it makes it very difficult for my users to cope with the errors. Thanks, Kellan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php