Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -3/+3 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | - More Engine 2 work. | Andi Gutmans | 2001-08-13 | 1 | -5/+2 |
| | |||||
* | - ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -4/+2 |
| | |||||
* | More TSRM work. | foobar | 2001-08-07 | 1 | -5/+5 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -1/+0 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -5/+2 |
| | | | | the way | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -40/+22 |
| | |||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | New function qdom_error which returns the error text from the last qdom ↵ | Jan Borsodi | 2001-01-04 | 1 | -2/+22 |
| | | | | | | | | | operation, or FALSE if none occured. Fixed the documentation for the qdom_tree function. Added init and shutdown code for some global variables. Added code for starting and stopping the Qt Message Handler in qdom_tree. | ||||
* | Removed an unneccesary #warning which was used for testing purposes only. | Jan Borsodi | 2000-11-15 | 1 | -2/+0 |
| | |||||
* | Initial import, contains PHP specific extensions, takes care of converting ↵ | Jan Borsodi | 2000-11-15 | 1 | -0/+275 |
C++ QDom objects to PHP objects. This version has only one function: qdom_tree() which returns a tree of a string containing an XML document. |