Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -23/+10 | |
| | | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers. | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -2/+2 | |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | |||||
* | - should now compile and configure with libxml 2.0.0 | Uwe Steinmann | 2000-06-05 | 1 | -1/+1 | |
| | ||||||
* | - The root node of a xml doc is now an array since it is possible | Uwe Steinmann | 2000-03-02 | 1 | -0/+1 | |
| | | | | | to have a comment or pi and an element on root level. | |||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -1/+1 | |
| | | | | | - Avoid declaring crypt() related salt types twice | |||||
* | - change some function name into php style | Uwe Steinmann | 2000-02-17 | 1 | -3/+3 | |
| | ||||||
* | - added funktion xmltree(), renamed dom() to xmldoc() and domfile() | Uwe Steinmann | 2000-02-10 | 1 | -2/+2 | |
| | | | | | | to xmldocfile(). - testdom covers most of the functionality | |||||
* | - removed stupid leftover in testdom | Uwe Steinmann | 2000-02-09 | 1 | -0/+1 | |
| | | | | | - added more functions to domxml | |||||
* | - new function to read and parse xml doc from file | Uwe Steinmann | 2000-02-09 | 1 | -0/+1 | |
| | ||||||
* | - more functions added but none of them tested | Uwe Steinmann | 2000-02-03 | 1 | -0/+3 | |
| | ||||||
* | - resumed work on domxml and found a way to circumwent a segm fault | Uwe Steinmann | 2000-01-25 | 1 | -0/+2 | |
| | | | | | | | (see the source). No solution to fix it, yet. Probably needs some understanding of zend, which I don't have. - added more functions | |||||
* | More php3 cleanup | Zeev Suraski | 1999-12-17 | 1 | -4/+4 | |
| | ||||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 | |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -0/+68 | |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |