Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xml_to_object() is not GPL code (Trac #3468) #3468

Closed
elgg-gitbot opened this issue Feb 16, 2013 · 15 comments
Closed

xml_to_object() is not GPL code (Trac #3468) #3468

elgg-gitbot opened this issue Feb 16, 2013 · 15 comments
Labels
Milestone

Comments

@elgg-gitbot
Copy link

Original ticket http://trac.elgg.org/ticket/3468 on 41381333-07-28 by cash, assigned to brettp.

Elgg version: Github Master

@elgg-gitbot
Copy link
Author

brettp wrote on 41381596-06-29

Lovely. PHP's policy states code in comments are released under a CC license: http://www.php.net/license/index.php#doc-lic
This is not a software license, though, so I don't know the ramifications of apply that to software, of it can be. Might be best to rewrite it or contact the original author and ask him to license it GPL.

@elgg-gitbot
Copy link
Author

ewinslow wrote on 41500416-09-17

How's about we switch to SimpleXML?

http://php.net/manual/en/book.simplexml.php

@elgg-gitbot
Copy link
Author

Milestone changed to Elgg 1.9 by ewinslow on 41500416-09-17

@elgg-gitbot
Copy link
Author

trac user boroda wrote on 42202867-04-03

I have switched to SimpleXML in function xml_to_object(). Can you verified it?

@elgg-gitbot
Copy link
Author

Attachment added by trac user boroda on 42208063-03-23: xml.php.patch

@elgg-gitbot
Copy link
Author

trac user boroda wrote on 42208582-07-04

Tested under Elgg 1.8.1.

@elgg-gitbot
Copy link
Author

brettp wrote on 42277540-10-14

Boroda - Thanks for the patch. We prefer Github pull requests if that is possible.

@elgg-gitbot
Copy link
Author

Milestone changed to Elgg 1.9.0 by brettp on 42277540-10-14

@elgg-gitbot
Copy link
Author

trac user boroda wrote on 42277554-10-28

Replying to brettp:

Boroda - Thanks for the patch. We prefer Github pull requests if that is possible.
I didn't use Github before. I don't know how can I do that if I don't have access to change main brunch only what I can do it's create fork as I understand.

@elgg-gitbot
Copy link
Author

brettp wrote on 42277593-01-14

That's exactly how pull requests work! You fork it, make changes, then submit a pull request to elgg/elgg. More info: http://help.github.com/send-pull-requests/

@elgg-gitbot
Copy link
Author

trac user boroda wrote on 42277603-05-15

Replying to brettp:

That's exactly how pull requests work! You fork it, make changes, then submit a pull request to elgg/elgg. More info: http://help.github.com/send-pull-requests/
Thank's, I will try to do that.

@elgg-gitbot
Copy link
Author

trac user srokap wrote on 42580953-12-28

Please check pull request fixing this ticket: #348
Tested on version 1.8.3

@elgg-gitbot
Copy link
Author

Milestone changed to Elgg 1.8.10 by brettp on 42929036-05-11

@elgg-gitbot
Copy link
Author

Milestone changed to Elgg 1.8.12 by brettp on 42934480-07-19

@elgg-gitbot
Copy link
Author

brettp wrote on 42934485-03-13

Fixed in 6676577.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant