summaryrefslogtreecommitdiff
path: root/ext/domxml
Commit message (Expand)AuthorAgeFilesLines
* proto fixHartmut Holzgraefe2001-12-051-1/+1
* Please Egon.Markus Fischer2001-12-021-1/+1
* - Standardize function to accept either $obj->foo or domxml_foo($obj)Markus Fischer2001-12-021-125/+124
* - Reverted macro moving stupidity (thx to Sterling).Markus Fischer2001-12-022-39/+39
* I hope that this is a better explanation as unknown.Egon Schmid2001-12-021-1/+1
* Last commit:Markus Fischer2001-12-012-63/+140
* Unified the configure messages.foobar2001-11-301-3/+3
* - introduced several macros to simply code (done by Markus Fischer)Uwe Steinmann2001-11-281-480/+344
* Fixed some protos. If pi means processing instruction, it should be written I...Egon Schmid2001-11-251-47/+49
* - add functions clone_node(), is_blank_node(), create_entity_reference()Uwe Steinmann2001-11-212-8/+157
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* - This patch adds proper header file detection on system whichDerick Rethans2001-09-261-2/+7
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-19/+19
* Don't manually register the resource, let php_domobject_new do it for us.Joey Smith2001-09-191-1/+0
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* have this go through php's error warning systemSterling Hughes2001-09-091-1/+1
* ws fix, MFBSterling Hughes2001-09-091-9/+11
* Change DOM-XML's error reporting to E_WARNING which is more appropriateSterling Hughes2001-09-091-10/+25
* if test -f /usr/local/lib/libexample.s?; then <-- no workiefoobar2001-09-071-1/+1
* Fix bug #13025.Joey Smith2001-08-291-0/+1
* Fix 1st case of #9893. 2nd case was already fixed in previous commit.Joey Smith2001-08-261-0/+6
* Some changes to help out previous users of domxml...Joey Smith2001-08-211-1/+4
* libxml 2.4.2 is required now.foobar2001-08-181-5/+5
* Obviously not complete, but somewhere to start.Joey Smith2001-08-141-0/+16
* Kill some duplicate PHP_FALIAS()'s.Joey Smith2001-08-141-35/+0
* Group PHP_FE and PHP_FALIAS with their own kind.Joey Smith2001-08-141-11/+13
* Fix my own ws errors.Joey Smith2001-08-141-6/+6
* Register le_domxmltextp.Joey Smith2001-08-141-0/+1
* Don't hammer the resource type right off the bat.Joey Smith2001-08-141-3/+12
* Trim ws only lines.Joey Smith2001-08-141-9/+9
* ws fix. Also added some missing protos and fold tags.foobar2001-08-141-489/+632
* Remove unused variable and fix small mental error.Joey Smith2001-08-141-2/+1
* - More Engine 2 work.Andi Gutmans2001-08-131-2/+2
* Change to Z_* macros.Joey Smith2001-08-131-36/+38
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
* Let domxml compile with ZendEngine2.Joey Smith2001-08-111-4/+4
* WhitespaceZeev Suraski2001-08-111-9/+9
* compile fix (missing TSRMLS_CC)foobar2001-08-101-1/+1
* K&R-ify the switch statments.Joey Smith2001-08-091-29/+31
* Commit acutal code only, will do ws on another pass.Joey Smith2001-08-091-9/+39
* Revert patch to seperate code from whitespace changes.Joey Smith2001-08-091-88/+58
* Restore xpath_eval() and the underlying php_xpathptr_eval().Joey Smith2001-08-091-58/+88
* Missed thesefoobar2001-08-071-2/+2
* Yet another TSRM fix.foobar2001-08-071-59/+69
* - TSRMLS_FETCH workZeev Suraski2001-08-051-5/+10
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-4/+6
* More TSRMLS_FETCH workZeev Suraski2001-07-311-62/+60
* Make this compile in ZTS mode.foobar2001-07-301-2/+5
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-302-19/+20