| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sockets is no longer experimental | Jason Greene | 2002-11-29 | 1 | -5/+0 |
| | | |||||
| * | Prevented the result from being affected by function overloading | Moriyoshi Koizumi | 2002-11-29 | 1 | -0/+2 |
| | | |||||
| * | Remove all traces of _bc_Free_list - it's not used anymore | Sander Roobol | 2002-11-29 | 3 | -0/+8 |
| | | |||||
| * | Fixed problem with PostgreSQL 7.3 | Yasuo Ohgaki | 2002-11-29 | 1 | -1/+1 |
| | | |||||
| * | - Initialize constants_updated (by Marcus) | Andi Gutmans | 2002-11-29 | 1 | -0/+2 |
| | | |||||
| * | removed unused variable | Christian Stocker | 2002-11-29 | 1 | -1/+1 |
| | | |||||
| * | MFB | foobar | 2002-11-29 | 1 | -1/+1 |
| | | |||||
| * | - MFB | foobar | 2002-11-29 | 0 | -0/+0 |
| | | |||||
| * | fix for bug #20389 (no trailing slash in configure option) | Christian Stocker | 2002-11-29 | 2 | -2/+2 |
| | | |||||
| * | add missing line | Sascha Schumann | 2002-11-29 | 1 | -0/+1 |
| | | |||||
| * | @- Added xpath_register_ns_auto([contextnode]) for automatically registering | Christian Stocker | 2002-11-29 | 2 | -26/+42 |
| | | | | | | | | | @ namespace definitions (chregu) changed my mind. Automatic namesapce registration is not done within xpath_eval() anymore, but in a seperate function. | ||||
| * | do some kind of automatic namespace registration in xpath_eval(). This | Christian Stocker | 2002-11-29 | 1 | -5/+30 |
| | | | | | | | | | works only for namespaces defined in the context node (eg docroot if no second argument is given. If one wants to use namespaces defined elsewhere or with different prefixes, you still have to use xpath_ns_register() | ||||
| * | relative xpath queries are already possible | Christian Stocker | 2002-11-29 | 1 | -1/+1 |
| | | | | | | (use $ctx->xpath_eval($xpath,$contextnode) ) | ||||
| * | get_element_by_id does not need LIBXML_XPATH support | Christian Stocker | 2002-11-29 | 1 | -3/+6 |
| | | |||||
| * | Conversion fixes | Marcus Boerger | 2002-11-29 | 3 | -7/+11 |
| | | |||||
| * | Conversion fixes | Marcus Boerger | 2002-11-28 | 5 | -70/+71 |
| | | |||||
| * | Do not instanciate an abstract class | Marcus Boerger | 2002-11-28 | 1 | -4/+5 |
| | | |||||
| * | Fixed mhash tests, apparently the TIGER algorithm was updated (fixed?) in | Ilia Alshanetsky | 2002-11-28 | 2 | -2/+3 |
| | | | | | | | | later mhash releases and consequently returns a different hash. I've updated the hash to the one generated by latter releases. Removed useless \r from ext/mhash/tests/003.phpt. | ||||
| * | Portability: avoid <malloc.h> warnings on FreeBSD | Martin Kraemer | 2002-11-28 | 1 | -1/+1 |
| | | |||||
| * | Portability: The header contains the declaration; while the source ↵ | Martin Kraemer | 2002-11-28 | 1 | -1/+1 |
| | | | | | | | | ext/bcmath/libbcmath/src/init.c has the definition (otherwise some compilers complain about 'duplicate symbols') | ||||
| * | Portability: Use 0 if the platform does not define EX_OK | Martin Kraemer | 2002-11-28 | 1 | -1/+3 |
| | | |||||
| * | - Nuke use of deprecated macro | Andi Gutmans | 2002-11-27 | 1 | -5/+5 |
| | | |||||
| * | no more need for this either | Sterling Hughes | 2002-11-27 | 1 | -1/+0 |
| | | |||||
| * | don't use stupid constants, be smart, just read the line | Sterling Hughes | 2002-11-27 | 1 | -9/+5 |
| | | |||||
| * | free alocated mem. | Frank M. Kromann | 2002-11-27 | 1 | -5/+18 |
| | | | | | | minor changes in the layout | ||||
| * | jdtojewish() test | Tal Peer | 2002-11-27 | 1 | -0/+28 |
| | | |||||
| * | Added an additional (optional) argument to jdtojewish() to keep BC | Tal Peer | 2002-11-27 | 1 | -3/+4 |
| | | | | | | with 4.3 (and let users getdates in Hebrew without further formatting) | ||||
| * | Fixed bug #20664. | Ilia Alshanetsky | 2002-11-27 | 2 | -0/+5 |
| | | |||||
| * | -Code completley rewritten | Marcus Boerger | 2002-11-27 | 1 | -20/+0 |
| | | |||||
| * | -Add test for exif_read_data and magic_quotes_runtime | Marcus Boerger | 2002-11-27 | 2 | -0/+86 |
| | | |||||
| * | -Forgot to correct length | Marcus Boerger | 2002-11-27 | 1 | -0/+1 |
| | | |||||
| * | -Add magic_quotes_runtime support | Marcus Boerger | 2002-11-27 | 1 | -36/+75 |
| | | | | | | -Fix Canon Markernote | ||||
| * | Convert 0D 0D 0A line breaks to 0D 0A | Frank M. Kromann | 2002-11-27 | 0 | -0/+0 |
| | | |||||
| * | * fix typo | Stig Bakken | 2002-11-26 | 1 | -1/+1 |
| | | |||||
| * | time is a function. Use the name of the variable 'timestamp' | Frank M. Kromann | 2002-11-26 | 2 | -2/+2 |
| | | |||||
| * | Adding missing header file on Win32 | Frank M. Kromann | 2002-11-26 | 2 | -0/+2 |
| | | |||||
| * | removing unused variables | Frank M. Kromann | 2002-11-26 | 4 | -4/+6 |
| | | |||||
| * | * lose obsolete tags: libfile, libname, sources, includes, libadd | Stig Bakken | 2002-11-26 | 3 | -135/+91 |
| | | |||||
| * | Adding missing ; | Frank M. Kromann | 2002-11-26 | 1 | -1/+1 |
| | | |||||
| * | Improved the error reporting portion of array_walk() as suggested by Markus | Moriyoshi Koizumi | 2002-11-26 | 1 | -29/+7 |
| | | |||||
| * | Prevent too many error reports from being displayed | Moriyoshi Koizumi | 2002-11-26 | 1 | -0/+1 |
| | | |||||
| * | * ws/folding | Stig Bakken | 2002-11-26 | 7 | -8/+98 |
| | | |||||
| * | Fixed incorrect error messages of array_walk() in case the callback is | Moriyoshi Koizumi | 2002-11-26 | 1 | -1/+30 |
| | | | | | | specified in an array form | ||||
| * | * changed "info" shortcut to "in" | Stig Bakken | 2002-11-26 | 1 | -2/+2 |
| | | |||||
| * | Fix for Bug #20639 DomElement->get_elements_by_tagname() doesn't work | Christian Stocker | 2002-11-26 | 1 | -5/+7 |
| | | |||||
| * | Update to use new parameter parsing API. | Wez Furlong | 2002-11-26 | 1 | -268/+248 |
| | | | | | | | | | | | Updates to Jewish/Hebrew calendar code. Patch from Moshe Doron, amended by Tal Peer, reviewed by me. # Maybe Tal and/or Moshe could comment on whether this should # also be commited to the 4_3 branch (it completes some earlier work # started prior to the branch). | ||||
| * | Add Berkeley db4 support | Marcus Boerger | 2002-11-26 | 4 | -3/+270 |
| | | |||||
| * | -Disallow combining db2 with db3 which are conflicting. | Marcus Boerger | 2002-11-26 | 1 | -112/+174 |
| | | | | | | | -Stop searching for headers and libraries when found. -Check version for Berkeley DB library headers. | ||||
| * | Highlight "Thank you" | Marcus Boerger | 2002-11-26 | 1 | -1/+3 |
| | | |||||
| * | Avoid , at the end of each string (to, cc and bcc) | Frank M. Kromann | 2002-11-26 | 1 | -3/+3 |
| | | |||||
