summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Sockets is no longer experimentalJason Greene2002-11-291-5/+0
|
* Prevented the result from being affected by function overloadingMoriyoshi Koizumi2002-11-291-0/+2
|
* Remove all traces of _bc_Free_list - it's not used anymoreSander Roobol2002-11-293-0/+8
|
* Fixed problem with PostgreSQL 7.3Yasuo Ohgaki2002-11-291-1/+1
|
* - Initialize constants_updated (by Marcus)Andi Gutmans2002-11-291-0/+2
|
* removed unused variableChristian Stocker2002-11-291-1/+1
|
* MFBfoobar2002-11-291-1/+1
|
* - MFBfoobar2002-11-290-0/+0
|
* fix for bug #20389 (no trailing slash in configure option)Christian Stocker2002-11-292-2/+2
|
* add missing lineSascha Schumann2002-11-291-0/+1
|
* @- Added xpath_register_ns_auto([contextnode]) for automatically registeringChristian Stocker2002-11-292-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(). ThisChristian Stocker2002-11-291-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 possibleChristian Stocker2002-11-291-1/+1
| | | | | (use $ctx->xpath_eval($xpath,$contextnode) )
* get_element_by_id does not need LIBXML_XPATH supportChristian Stocker2002-11-291-3/+6
|
* Conversion fixesMarcus Boerger2002-11-293-7/+11
|
* Conversion fixesMarcus Boerger2002-11-285-70/+71
|
* Do not instanciate an abstract classMarcus Boerger2002-11-281-4/+5
|
* Fixed mhash tests, apparently the TIGER algorithm was updated (fixed?) inIlia Alshanetsky2002-11-282-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 FreeBSDMartin Kraemer2002-11-281-1/+1
|
* Portability: The header contains the declaration; while the source ↵Martin Kraemer2002-11-281-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_OKMartin Kraemer2002-11-281-1/+3
|
* - Nuke use of deprecated macroAndi Gutmans2002-11-271-5/+5
|
* no more need for this eitherSterling Hughes2002-11-271-1/+0
|
* don't use stupid constants, be smart, just read the lineSterling Hughes2002-11-271-9/+5
|
* free alocated mem.Frank M. Kromann2002-11-271-5/+18
| | | | | minor changes in the layout
* jdtojewish() testTal Peer2002-11-271-0/+28
|
* Added an additional (optional) argument to jdtojewish() to keep BCTal Peer2002-11-271-3/+4
| | | | | with 4.3 (and let users getdates in Hebrew without further formatting)
* Fixed bug #20664.Ilia Alshanetsky2002-11-272-0/+5
|
* -Code completley rewrittenMarcus Boerger2002-11-271-20/+0
|
* -Add test for exif_read_data and magic_quotes_runtimeMarcus Boerger2002-11-272-0/+86
|
* -Forgot to correct lengthMarcus Boerger2002-11-271-0/+1
|
* -Add magic_quotes_runtime supportMarcus Boerger2002-11-271-36/+75
| | | | | -Fix Canon Markernote
* Convert 0D 0D 0A line breaks to 0D 0AFrank M. Kromann2002-11-270-0/+0
|
* * fix typoStig Bakken2002-11-261-1/+1
|
* time is a function. Use the name of the variable 'timestamp'Frank M. Kromann2002-11-262-2/+2
|
* Adding missing header file on Win32Frank M. Kromann2002-11-262-0/+2
|
* removing unused variablesFrank M. Kromann2002-11-264-4/+6
|
* * lose obsolete tags: libfile, libname, sources, includes, libaddStig Bakken2002-11-263-135/+91
|
* Adding missing ;Frank M. Kromann2002-11-261-1/+1
|
* Improved the error reporting portion of array_walk() as suggested by MarkusMoriyoshi Koizumi2002-11-261-29/+7
|
* Prevent too many error reports from being displayedMoriyoshi Koizumi2002-11-261-0/+1
|
* * ws/foldingStig Bakken2002-11-267-8/+98
|
* Fixed incorrect error messages of array_walk() in case the callback isMoriyoshi Koizumi2002-11-261-1/+30
| | | | | specified in an array form
* * changed "info" shortcut to "in"Stig Bakken2002-11-261-2/+2
|
* Fix for Bug #20639 DomElement->get_elements_by_tagname() doesn't workChristian Stocker2002-11-261-5/+7
|
* Update to use new parameter parsing API.Wez Furlong2002-11-261-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 supportMarcus Boerger2002-11-264-3/+270
|
* -Disallow combining db2 with db3 which are conflicting.Marcus Boerger2002-11-261-112/+174
| | | | | | -Stop searching for headers and libraries when found. -Check version for Berkeley DB library headers.
* Highlight "Thank you"Marcus Boerger2002-11-261-1/+3
|
* Avoid , at the end of each string (to, cc and bcc)Frank M. Kromann2002-11-261-3/+3
|