Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

CFPropertyList Problem #30

@ijo

Description

@ijo

Hello Folk. I have a little problem when using your library.

I'm using CFPropertyList to extract some binary data from plist saved in an ipad and use it in a web app. I save the data saved as a plist with php in a .plist file and then use

$plist = new CFPropertyList( dirname(FILE).'/sample.plist', CFPropertyList::FORMAT_BINARY );

I succesfully extracted the data almost all the times but when trying to read a .plist file that has 762KB it gives me an error.
Do you have an idea of what is happening?

Thank you very much in advance for your time.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions