]>
granicus.if.org Git - php/log
Yasuo Ohgaki [Fri, 29 Nov 2002 17:18:01 +0000 (17:18 +0000)]
Fixed problem with PostgreSQL 7.3
Andi Gutmans [Fri, 29 Nov 2002 16:35:46 +0000 (16:35 +0000)]
- Initialize constants_updated (by Marcus)
Christian Stocker [Fri, 29 Nov 2002 16:31:41 +0000 (16:31 +0000)]
removed unused variable
foobar [Fri, 29 Nov 2002 14:48:17 +0000 (14:48 +0000)]
MFB
foobar [Fri, 29 Nov 2002 14:46:06 +0000 (14:46 +0000)]
- MFB
Christian Stocker [Fri, 29 Nov 2002 13:30:29 +0000 (13:30 +0000)]
fix for bug #20389 (no trailing slash in configure option)
Sascha Schumann [Fri, 29 Nov 2002 11:34:08 +0000 (11:34 +0000)]
add missing line
Christian Stocker [Fri, 29 Nov 2002 11:22:06 +0000 (11:22 +0000)]
@- Added xpath_register_ns_auto([contextnode]) for automatically registering
@ namespace definitions (chregu)
changed my mind. Automatic namesapce registration is not done within
xpath_eval() anymore, but in a seperate function.
Christian Stocker [Fri, 29 Nov 2002 10:24:44 +0000 (10:24 +0000)]
do some kind of automatic namespace registration in xpath_eval(). This
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()
Christian Stocker [Fri, 29 Nov 2002 08:28:53 +0000 (08:28 +0000)]
relative xpath queries are already possible
(use $ctx->xpath_eval($xpath,$contextnode) )
Christian Stocker [Fri, 29 Nov 2002 07:50:37 +0000 (07:50 +0000)]
get_element_by_id does not need LIBXML_XPATH support
Marcus Boerger [Fri, 29 Nov 2002 01:44:19 +0000 (01:44 +0000)]
Conversion fixes
Marcus Boerger [Thu, 28 Nov 2002 22:48:20 +0000 (22:48 +0000)]
Conversion fixes
Marcus Boerger [Thu, 28 Nov 2002 17:07:50 +0000 (17:07 +0000)]
Do not instanciate an abstract class
Ilia Alshanetsky [Thu, 28 Nov 2002 14:13:44 +0000 (14:13 +0000)]
Fixed mhash tests, apparently the TIGER algorithm was updated (fixed?) in
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.
Martin Kraemer [Thu, 28 Nov 2002 09:19:16 +0000 (09:19 +0000)]
Portability: avoid <malloc.h> warnings on FreeBSD
Martin Kraemer [Thu, 28 Nov 2002 08:26:14 +0000 (08:26 +0000)]
Portability: The header contains the declaration; while the source ext/bcmath/libbcmath/src/init.c has the definition
(otherwise some compilers complain about 'duplicate symbols')
Martin Kraemer [Thu, 28 Nov 2002 08:23:36 +0000 (08:23 +0000)]
Portability: Use 0 if the platform does not define EX_OK
Andi Gutmans [Wed, 27 Nov 2002 20:09:36 +0000 (20:09 +0000)]
- Nuke use of deprecated macro
Sterling Hughes [Wed, 27 Nov 2002 20:06:01 +0000 (20:06 +0000)]
no more need for this either
Sterling Hughes [Wed, 27 Nov 2002 20:05:20 +0000 (20:05 +0000)]
don't use stupid constants, be smart, just read the line
Frank M. Kromann [Wed, 27 Nov 2002 18:52:31 +0000 (18:52 +0000)]
free alocated mem.
minor changes in the layout
Tal Peer [Wed, 27 Nov 2002 15:54:32 +0000 (15:54 +0000)]
jdtojewish() test
Tal Peer [Wed, 27 Nov 2002 15:52:25 +0000 (15:52 +0000)]
Added an additional (optional) argument to jdtojewish() to keep BC
with 4.3 (and let users getdates in Hebrew without further formatting)
Ilia Alshanetsky [Wed, 27 Nov 2002 06:20:19 +0000 (06:20 +0000)]
Fixed bug #20664.
Marcus Boerger [Wed, 27 Nov 2002 02:42:41 +0000 (02:42 +0000)]
-Code completley rewritten
Marcus Boerger [Wed, 27 Nov 2002 02:31:26 +0000 (02:31 +0000)]
-Add test for exif_read_data and magic_quotes_runtime
Marcus Boerger [Wed, 27 Nov 2002 02:28:29 +0000 (02:28 +0000)]
-Forgot to correct length
Marcus Boerger [Wed, 27 Nov 2002 01:46:36 +0000 (01:46 +0000)]
-Add magic_quotes_runtime support
-Fix Canon Markernote
Frank M. Kromann [Wed, 27 Nov 2002 00:49:24 +0000 (00:49 +0000)]
Convert 0D 0D 0A line breaks to 0D 0A
Stig Bakken [Tue, 26 Nov 2002 23:17:22 +0000 (23:17 +0000)]
* fix typo
Frank M. Kromann [Tue, 26 Nov 2002 23:03:07 +0000 (23:03 +0000)]
time is a function. Use the name of the variable 'timestamp'
Frank M. Kromann [Tue, 26 Nov 2002 23:02:09 +0000 (23:02 +0000)]
Adding missing header file on Win32
Frank M. Kromann [Tue, 26 Nov 2002 23:01:17 +0000 (23:01 +0000)]
removing unused variables
Stig Bakken [Tue, 26 Nov 2002 22:52:34 +0000 (22:52 +0000)]
* lose obsolete tags: libfile, libname, sources, includes, libadd
Frank M. Kromann [Tue, 26 Nov 2002 22:44:16 +0000 (22:44 +0000)]
Adding missing ;
Moriyoshi Koizumi [Tue, 26 Nov 2002 22:12:40 +0000 (22:12 +0000)]
Improved the error reporting portion of array_walk() as suggested by Markus
Moriyoshi Koizumi [Tue, 26 Nov 2002 21:51:37 +0000 (21:51 +0000)]
Prevent too many error reports from being displayed
Stig Bakken [Tue, 26 Nov 2002 21:49:55 +0000 (21:49 +0000)]
* ws/folding
Moriyoshi Koizumi [Tue, 26 Nov 2002 21:21:32 +0000 (21:21 +0000)]
Fixed incorrect error messages of array_walk() in case the callback is
specified in an array form
Stig Bakken [Tue, 26 Nov 2002 18:23:58 +0000 (18:23 +0000)]
* changed "info" shortcut to "in"
Christian Stocker [Tue, 26 Nov 2002 15:37:54 +0000 (15:37 +0000)]
Fix for Bug #20639 DomElement->get_elements_by_tagname() doesn't work
Wez Furlong [Tue, 26 Nov 2002 14:52:00 +0000 (14:52 +0000)]
Update to use new parameter parsing API.
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).
Marcus Boerger [Tue, 26 Nov 2002 12:05:59 +0000 (12:05 +0000)]
Add Berkeley db4 support
Marcus Boerger [Tue, 26 Nov 2002 12:00:25 +0000 (12:00 +0000)]
-Disallow combining db2 with db3 which are conflicting.
-Stop searching for headers and libraries when found.
-Check version for Berkeley DB library headers.
Marcus Boerger [Tue, 26 Nov 2002 11:30:08 +0000 (11:30 +0000)]
Highlight "Thank you"
Frank M. Kromann [Tue, 26 Nov 2002 07:04:31 +0000 (07:04 +0000)]
Avoid , at the end of each string (to, cc and bcc)
Shane Caraveo [Tue, 26 Nov 2002 06:51:44 +0000 (06:51 +0000)]
fix windows build of cgi/fastcgi
foobar [Tue, 26 Nov 2002 05:57:06 +0000 (05:57 +0000)]
- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.
Shane Caraveo [Tue, 26 Nov 2002 05:51:16 +0000 (05:51 +0000)]
configure now supports building the cgi-fcgi module
configure --enable-fastcgi
Sascha Schumann [Tue, 26 Nov 2002 05:15:55 +0000 (05:15 +0000)]
Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs.
Yasuo Ohgaki [Tue, 26 Nov 2002 02:13:35 +0000 (02:13 +0000)]
Remove a warning
Stig Bakken [Tue, 26 Nov 2002 01:38:48 +0000 (01:38 +0000)]
* a little more "windows robust" when looking for package.xml
Stig Bakken [Tue, 26 Nov 2002 01:34:14 +0000 (01:34 +0000)]
* forgot to set release date
Stig Bakken [Tue, 26 Nov 2002 01:32:47 +0000 (01:32 +0000)]
* added --ignore-errors option, --force no longer ignores errors
Stig Bakken [Tue, 26 Nov 2002 00:05:21 +0000 (00:05 +0000)]
* added sig_keyid config param
Ilia Alshanetsky [Mon, 25 Nov 2002 23:20:05 +0000 (23:20 +0000)]
MFH (test failure if session.serialize_handler is not set to php).
Stig Bakken [Mon, 25 Nov 2002 23:16:16 +0000 (23:16 +0000)]
* more accurate description of "makerpm" command
Stig Bakken [Mon, 25 Nov 2002 23:15:31 +0000 (23:15 +0000)]
* silence some notices
Stefan Esser [Mon, 25 Nov 2002 22:53:57 +0000 (22:53 +0000)]
tmp_line was possible uninitialised, resulting in crap error messages.
Ilia Alshanetsky [Mon, 25 Nov 2002 22:00:52 +0000 (22:00 +0000)]
Added a check to determine if the file can be retrieved or sent.
This check also prevents incorrect error reporting in the event the retrieval
or the sending of the file cannot be accomplished.
Maxim Maletsky [Mon, 25 Nov 2002 18:14:45 +0000 (18:14 +0000)]
Bug# 16798. Tests appreciated by someone with Oracle 8.0
Moriyoshi Koizumi [Mon, 25 Nov 2002 17:44:14 +0000 (17:44 +0000)]
@- Enabled mbregex by default when mbstring is also enabled (Moriyoshi)
Moriyoshi Koizumi [Mon, 25 Nov 2002 17:21:50 +0000 (17:21 +0000)]
Forgot to adjust this one
Moriyoshi Koizumi [Mon, 25 Nov 2002 17:20:20 +0000 (17:20 +0000)]
Renamed several internal functions for consistency
Rui Hirokawa [Mon, 25 Nov 2002 15:21:04 +0000 (15:21 +0000)]
simplified korean encoding conversion table.
Ilia Alshanetsky [Mon, 25 Nov 2002 14:25:52 +0000 (14:25 +0000)]
Removed un-needed zlib check.
Hartmut Holzgraefe [Mon, 25 Nov 2002 12:30:28 +0000 (12:30 +0000)]
email address change
Ilia Alshanetsky [Mon, 25 Nov 2002 01:51:53 +0000 (01:51 +0000)]
Synchronized bundled gd library with the latest stable GD, 2.0.6
Fixed a configuration problem with xpm.
Fixed 2 possible memory leaks in fontFetch().
Yasuo Ohgaki [Mon, 25 Nov 2002 01:38:29 +0000 (01:38 +0000)]
Cleanup state=4 and avoid using sscanf()
Andi Gutmans [Sun, 24 Nov 2002 20:32:49 +0000 (20:32 +0000)]
- FN_IS_STATIC -> FN_STATIC
Andi Gutmans [Sun, 24 Nov 2002 20:15:56 +0000 (20:15 +0000)]
- Fix crash
Moriyoshi Koizumi [Sun, 24 Nov 2002 19:48:58 +0000 (19:48 +0000)]
MFB
Sergey Kartashoff [Sun, 24 Nov 2002 19:39:47 +0000 (19:39 +0000)]
- Header file update for new mnogosearch functions
Sergey Kartashoff [Sun, 24 Nov 2002 19:36:46 +0000 (19:36 +0000)]
@- A new functions have been added: udm_set_agent_param_ex and
udm_get_res_field_ex
- A new functions have been added: udm_set_agent_param_ex and
udm_get_res_field_ex
Sascha Schumann [Sun, 24 Nov 2002 16:23:37 +0000 (16:23 +0000)]
Use proper form of NUL
Drop superfluous checks for NULL results
Marcus Boerger [Sun, 24 Nov 2002 16:07:34 +0000 (16:07 +0000)]
Better naming
Marcus Boerger [Sun, 24 Nov 2002 15:51:57 +0000 (15:51 +0000)]
Add test against redeclaring an overloaded method abstract
Marcus Boerger [Sun, 24 Nov 2002 15:50:28 +0000 (15:50 +0000)]
Add test against mixing static/non static methods
Sterling Hughes [Sun, 24 Nov 2002 15:11:43 +0000 (15:11 +0000)]
null after the erealloc()
Christian Dickmann [Sun, 24 Nov 2002 10:15:25 +0000 (10:15 +0000)]
remove the check, cause i don't really know, if content has to be an array everytime
Christian Dickmann [Sun, 24 Nov 2002 10:13:57 +0000 (10:13 +0000)]
add some checks to increase cache integrity
Christian Dickmann [Sun, 24 Nov 2002 10:06:54 +0000 (10:06 +0000)]
add errormessage, but that does not fix the problem
Yasuo Ohgaki [Sun, 24 Nov 2002 07:45:26 +0000 (07:45 +0000)]
Added missing '\0'
foobar [Sun, 24 Nov 2002 05:15:10 +0000 (05:15 +0000)]
MFB: ; instead of :
Moriyoshi Koizumi [Sun, 24 Nov 2002 01:32:15 +0000 (01:32 +0000)]
Renamed the file because this is actually a test for gdImageStringFt().
Ilia Alshanetsky [Sun, 24 Nov 2002 01:30:51 +0000 (01:30 +0000)]
Fix compile warning, MIN/MAX macros may already be defined by param.h
Ilia Alshanetsky [Sun, 24 Nov 2002 01:20:13 +0000 (01:20 +0000)]
Added gdPEstrdup macro.
Ilia Alshanetsky [Sun, 24 Nov 2002 01:15:34 +0000 (01:15 +0000)]
Fixed 3 memory leaks.
Formatted the code to meet PHP's coding standards, which makes it MUCH easier
to understand.
Moriyoshi Koizumi [Sun, 24 Nov 2002 00:59:41 +0000 (00:59 +0000)]
Fixed the macro so this can be compiled with ft1
Moriyoshi Koizumi [Sat, 23 Nov 2002 23:35:57 +0000 (23:35 +0000)]
Sorry, wrong commit.
Moriyoshi Koizumi [Sat, 23 Nov 2002 23:34:38 +0000 (23:34 +0000)]
Dismissed the second part of the test
Frank M. Kromann [Sat, 23 Nov 2002 22:59:24 +0000 (22:59 +0000)]
Adding mb_gpc files to project
Moriyoshi Koizumi [Sat, 23 Nov 2002 22:11:59 +0000 (22:11 +0000)]
Fixed leaks. Other leaks are originated in libgd.
Derick Rethans [Sat, 23 Nov 2002 22:08:05 +0000 (22:08 +0000)]
- Adjust tests for removed old_function() in Zend Engine 2
Moriyoshi Koizumi [Sat, 23 Nov 2002 21:33:31 +0000 (21:33 +0000)]
Fixed segfaults
Marcus Boerger [Sat, 23 Nov 2002 21:11:12 +0000 (21:11 +0000)]
Allow db4.0 & db4.1 here. Patch by Ralf Engelschall (rse@engelschall.com)
Andi Gutmans [Sat, 23 Nov 2002 20:46:39 +0000 (20:46 +0000)]
- My personal cleanups
Andi Gutmans [Sat, 23 Nov 2002 20:44:12 +0000 (20:44 +0000)]
- Commit Marcus' cleanup of abstract and static inheritance and improve
- error messages
Moriyoshi Koizumi [Sat, 23 Nov 2002 20:17:46 +0000 (20:17 +0000)]
Forgot this one. Updated license information