Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Remove HAVE_SPL checks | Nikita Popov | 2016-01-30 | 1 | -3/+0 |
| | | | | | | SPL is always built. Also clean up spl_ce_RuntimeException handling in PDO. | ||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 1 | -0/+3 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Refactor simpleXML (compilable, but incompleted) | Xinchen Hui | 2014-04-14 | 1 | -3/+3 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: proper exports/imports for win32 | Rob Richards | 2008-12-27 | 1 | -1/+9 |
| | |||||
* | MFH: force export on win32 to workaround win32 conig issues | Rob Richards | 2008-12-27 | 1 | -11/+1 |
| | |||||
* | MFH: properly export functions | Rob Richards | 2008-12-26 | 1 | -1/+13 |
| | |||||
* | MFH: Move SXI::count to SXE::count and make it user-friendly | Etienne Kneuss | 2008-07-09 | 1 | -0/+1 |
| | |||||
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | asXML() needs to return bool when serializing doc and filename is passed in | Rob Richards | 2006-08-07 | 1 | -2/+2 |
| | | | | | | do not copy the content of the outputbuffer twice in asXML() fix compiler warnings | ||||
* | - MFH Sync with head (namespace prefix handling) | Marcus Boerger | 2006-05-23 | 1 | -1/+1 |
| | |||||
* | - Synch with head | Marcus Boerger | 2006-02-26 | 1 | -6/+9 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Unify (+ spl can't be build shared so COMPILE_DL_SPL | foobar | 2005-06-30 | 1 | -1/+1 |
| | |||||
* | Adding mising declaration (needed for Win32 compilation) | Frank M. Kromann | 2004-02-13 | 1 | -0/+1 |
| | |||||
* | Fix bug #27010: segfault after returning nodes with children() | Rob Richards | 2004-01-22 | 1 | -4/+2 |
| | | | | | | | | | Fix segfault in match_ns when matching prefix and node without ns some general cleanup and code consilidation better write handling - engine support dependent better isset handling - engine support dependent namespace fixes for reading/writing | ||||
* | Enable inherited classes inside SPL and respect order of module init. | Marcus Boerger | 2004-01-18 | 1 | -1/+1 |
| | |||||
* | Export access to class_entry by function. | Marcus Boerger | 2004-01-18 | 1 | -0/+2 |
| | |||||
* | namespace accesses are now soley URI based as opposed to prefix based. | Sterling Hughes | 2004-01-17 | 1 | -6/+0 |
| | |||||
* | Major bugfix for consistency. | Marcus Boerger | 2004-01-17 | 1 | -3/+9 |
| | | | | | | | # After long discussions we came to a conclusion on how to make this # extension consistent in itself. # Thanks to Rob for all the work | ||||
* | Remove these initializers as they are unused. | Sterling Hughes | 2004-01-09 | 1 | -3/+2 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - Update header + added missing Id tags. | foobar | 2003-12-09 | 1 | -4/+4 |
| | |||||
* | Several improvements to the simplexml_element object: | Marcus Boerger | 2003-11-23 | 1 | -0/+6 |
| | | | | | | - Allow to use it as an instance of Iterator - Prepareto use it as a normal object, including spcialization | ||||
* | add interop with dom - simplexml_import_dom | Rob Richards | 2003-10-26 | 1 | -7/+8 |
| | | | | | | | change write behavior on elements to change actual contents change clone method to clone node and not document fix a few libxml mem leaks | ||||
* | Fix memleaks | Marcus Boerger | 2003-10-25 | 1 | -0/+1 |
| | |||||
* | use xmlInitParser instead of xmlInitThreads | Rob Richards | 2003-06-14 | 1 | -2/+0 |
| | | | | | reentrant safe as well no need for xml_parser_inited | ||||
* | interoperability support | Rob Richards | 2003-06-14 | 1 | -2/+4 |
| | | | | | fix some memleak scenarios | ||||
* | god bless valgrind. | Sterling Hughes | 2003-06-03 | 1 | -1/+8 |
| | | | | | | | fix double free where object is prematurely dtor'd. I should probably convert the simplexml nodes over to this system too. Actually the new dom extension and everywhere else should use the same type of methods.. :) | ||||
* | fix __clone() | Sterling Hughes | 2003-05-27 | 1 | -0/+1 |
| | | | | | add schema support | ||||
* | add support for querying nodes with xpath expressions. | Sterling Hughes | 2003-05-26 | 1 | -0/+1 |
| | |||||
* | add very basic code for the simplexml extension. The following works :: | Sterling Hughes | 2003-05-18 | 1 | -0/+77 |
person.xml -- <person> <name> <first>Sterling</first> <last>Hughes</last> </name> </person> person.php -- <?php $p = simplexml_load_file('person.xml'); echo $p->name->last . ', ' . $p->name->first; ?> Still needs lots of work. |