Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

*** WARNING: *** deprecated #27

Open
wants to merge 71 commits into
base: master
Choose a base branch
from

Conversation

DRSDavidSoft
Copy link

@DRSDavidSoft DRSDavidSoft commented Apr 28, 2018

WARNING

Future visitors, please use one of the recent forks of phpQuery:
https://github.com/TobiaszCudnik/phpquery/network

⚠ Using old, unmaintained code in your production server is strongly unrecommended.
below you see a list of commits made to the project since original author abandoned it:

qris and others added 30 commits November 16, 2012 18:56
…ly, for example to retrieve a generated excel file
Returns attributes for all matched elements, not just the first one.
E.g. the href attribute of all matching links.
The previous nth-child('an+b') implementation could only have a and b values that were single digit (eg
 5n-7).  Patterns like 13n+14 were not supported, and were interpreted as nth-child('13').
fix nth-child implementation (thanks Isowen)
fmorrow's repo is no longer available
Replace deprecated functions split() and join() with explode() and implode().
Import wiki from Google Code page -- thanks stevecoug
Fixed getString(0) and getStrings(0) null check
Fixed getString(0) and getStrings(0) null check
 - implicit conversion made 0 == null
 - now checking for exact null instead
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet