Re: Php.XPath 3.2 released!!
Brought to you by:
bs_php,
nigelswinson
From: Nigel S. <nig...@us...> - 2002-07-22 19:31:35
|
> Sorry, forgot if I mentioned -- I installed the newest PHP on my Win 98/ > PWS recently, and had to change a line in the XPath-class because it > didn't work anymore (I changed the single "self" reference somewhere). This change went in recently (Before 3.2) ---------------------------- Revision : 1.107 Date : 2002/7/20 11:32:45 Author : 'bs_php' State : 'Exp' Lines : +3 -2 Description : PHP V4.1.x handles predefined globles differently. Had to catch that : $self = isSet($_SERVER) ? $_SERVER['PHP_SELF'] : $PHP_SELF; Is this enough for you? If not feel free to send us your change and we'll see if we can put it in the main branch... :o) Nigel =========================== For the most recent version of Php.XPath, and an archive of this list visit: http://www.sourceforge.net/projects/phpxpath |