summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fix windows build of cgi/fastcgiShane Caraveo2002-11-261-9/+5
|
* - Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.foobar2002-11-2618-52/+8
|
* configure now supports building the cgi-fcgi moduleShane Caraveo2002-11-269-146/+232
| | | | | configure --enable-fastcgi
* Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs.Sascha Schumann2002-11-264-2/+48
|
* Remove a warningYasuo Ohgaki2002-11-261-1/+1
|
* * a little more "windows robust" when looking for package.xmlStig Bakken2002-11-261-4/+6
|
* * forgot to set release dateStig Bakken2002-11-261-1/+1
|
* * added --ignore-errors option, --force no longer ignores errorsStig Bakken2002-11-263-6/+21
|
* * added sig_keyid config paramStig Bakken2002-11-261-0/+7
|
* MFH (test failure if session.serialize_handler is not set to php).Ilia Alshanetsky2002-11-2518-0/+18
|
* * more accurate description of "makerpm" commandStig Bakken2002-11-251-1/+1
|
* * silence some noticesStig Bakken2002-11-251-2/+2
|
* tmp_line was possible uninitialised, resulting in crap error messages.Stefan Esser2002-11-251-0/+2
|
* Added a check to determine if the file can be retrieved or sent.Ilia Alshanetsky2002-11-251-8/+19
| | | | | | This check also prevents incorrect error reporting in the event the retrieval or the sending of the file cannot be accomplished.
* Bug# 16798. Tests appreciated by someone with Oracle 8.0Maxim Maletsky2002-11-251-1/+1
|