]> granicus.if.org Git - php/log
php
22 years agofix for bug #20389 (no trailing slash in configure option)
Christian Stocker [Fri, 29 Nov 2002 13:30:29 +0000 (13:30 +0000)]
fix for bug #20389  (no trailing slash in configure option)

22 years agoadd missing line
Sascha Schumann [Fri, 29 Nov 2002 11:34:08 +0000 (11:34 +0000)]
add missing line

22 years ago@- Added xpath_register_ns_auto([contextnode]) for automatically registering
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.

22 years agodo some kind of automatic namespace registration in xpath_eval(). This
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()

22 years agorelative xpath queries are already possible
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) )

22 years agoget_element_by_id does not need LIBXML_XPATH support
Christian Stocker [Fri, 29 Nov 2002 07:50:37 +0000 (07:50 +0000)]
get_element_by_id does not need LIBXML_XPATH support

22 years agoConversion fixes
Marcus Boerger [Fri, 29 Nov 2002 01:44:19 +0000 (01:44 +0000)]
Conversion fixes

22 years agoConversion fixes
Marcus Boerger [Thu, 28 Nov 2002 22:48:20 +0000 (22:48 +0000)]
Conversion fixes

22 years agoDo not instanciate an abstract class
Marcus Boerger [Thu, 28 Nov 2002 17:07:50 +0000 (17:07 +0000)]
Do not instanciate an abstract class

22 years agoFixed mhash tests, apparently the TIGER algorithm was updated (fixed?) in
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.

22 years agoPortability: avoid <malloc.h> warnings on FreeBSD
Martin Kraemer [Thu, 28 Nov 2002 09:19:16 +0000 (09:19 +0000)]
Portability: avoid <malloc.h> warnings on FreeBSD

22 years agoPortability: The header contains the declaration; while the source ext/bcmath/libbcma...
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')

22 years agoPortability: Use 0 if the platform does not define EX_OK
Martin Kraemer [Thu, 28 Nov 2002 08:23:36 +0000 (08:23 +0000)]
Portability: Use 0 if the platform does not define EX_OK

22 years ago- Nuke use of deprecated macro
Andi Gutmans [Wed, 27 Nov 2002 20:09:36 +0000 (20:09 +0000)]
- Nuke use of deprecated macro

22 years agono more need for this either
Sterling Hughes [Wed, 27 Nov 2002 20:06:01 +0000 (20:06 +0000)]
no more need for this either

22 years agodon't use stupid constants, be smart, just read the line
Sterling Hughes [Wed, 27 Nov 2002 20:05:20 +0000 (20:05 +0000)]
don't use stupid constants, be smart, just read the line

22 years agofree alocated mem.
Frank M. Kromann [Wed, 27 Nov 2002 18:52:31 +0000 (18:52 +0000)]
free alocated mem.
minor changes in the layout

22 years agojdtojewish() test
Tal Peer [Wed, 27 Nov 2002 15:54:32 +0000 (15:54 +0000)]
jdtojewish() test

22 years agoAdded an additional (optional) argument to jdtojewish() to keep BC
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)

22 years agoFixed bug #20664.
Ilia Alshanetsky [Wed, 27 Nov 2002 06:20:19 +0000 (06:20 +0000)]
Fixed bug #20664.

22 years ago-Code completley rewritten
Marcus Boerger [Wed, 27 Nov 2002 02:42:41 +0000 (02:42 +0000)]
-Code completley rewritten

22 years ago-Add test for exif_read_data and magic_quotes_runtime
Marcus Boerger [Wed, 27 Nov 2002 02:31:26 +0000 (02:31 +0000)]
-Add test for exif_read_data and magic_quotes_runtime

22 years ago-Forgot to correct length
Marcus Boerger [Wed, 27 Nov 2002 02:28:29 +0000 (02:28 +0000)]
-Forgot to correct length

22 years ago-Add magic_quotes_runtime support
Marcus Boerger [Wed, 27 Nov 2002 01:46:36 +0000 (01:46 +0000)]
-Add magic_quotes_runtime support
-Fix Canon Markernote

22 years agoConvert 0D 0D 0A line breaks to 0D 0A
Frank M. Kromann [Wed, 27 Nov 2002 00:49:24 +0000 (00:49 +0000)]
Convert  0D 0D 0A line breaks to 0D 0A

22 years ago* fix typo
Stig Bakken [Tue, 26 Nov 2002 23:17:22 +0000 (23:17 +0000)]
* fix typo

22 years agotime is a function. Use the name of the variable 'timestamp'
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'

22 years agoAdding missing header file on Win32
Frank M. Kromann [Tue, 26 Nov 2002 23:02:09 +0000 (23:02 +0000)]
Adding missing header file on Win32

22 years agoremoving unused variables
Frank M. Kromann [Tue, 26 Nov 2002 23:01:17 +0000 (23:01 +0000)]
removing unused variables

22 years ago* lose obsolete tags: libfile, libname, sources, includes, libadd
Stig Bakken [Tue, 26 Nov 2002 22:52:34 +0000 (22:52 +0000)]
* lose obsolete tags: libfile, libname, sources, includes, libadd

22 years agoAdding missing ;
Frank M. Kromann [Tue, 26 Nov 2002 22:44:16 +0000 (22:44 +0000)]
Adding missing ;

22 years agoImproved the error reporting portion of array_walk() as suggested by Markus
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

22 years agoPrevent too many error reports from being displayed
Moriyoshi Koizumi [Tue, 26 Nov 2002 21:51:37 +0000 (21:51 +0000)]
Prevent too many error reports from being displayed

22 years ago* ws/folding
Stig Bakken [Tue, 26 Nov 2002 21:49:55 +0000 (21:49 +0000)]
* ws/folding

22 years agoFixed incorrect error messages of array_walk() in case the callback is
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

22 years ago* changed "info" shortcut to "in"
Stig Bakken [Tue, 26 Nov 2002 18:23:58 +0000 (18:23 +0000)]
* changed "info" shortcut to "in"

22 years agoFix for Bug #20639 DomElement->get_elements_by_tagname() doesn't work
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

22 years agoUpdate to use new parameter parsing API.
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).

22 years agoAdd Berkeley db4 support
Marcus Boerger [Tue, 26 Nov 2002 12:05:59 +0000 (12:05 +0000)]
Add Berkeley db4 support

22 years ago-Disallow combining db2 with db3 which are conflicting.
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.

22 years agoHighlight "Thank you"
Marcus Boerger [Tue, 26 Nov 2002 11:30:08 +0000 (11:30 +0000)]
Highlight "Thank you"

22 years agoAvoid , at the end of each string (to, cc and bcc)
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)

22 years agofix windows build of cgi/fastcgi
Shane Caraveo [Tue, 26 Nov 2002 06:51:44 +0000 (06:51 +0000)]
fix windows build of cgi/fastcgi

22 years ago- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.
foobar [Tue, 26 Nov 2002 05:57:06 +0000 (05:57 +0000)]
- Made the STANDARD_SAPI_MODULE_PROPERTIES be what it says it is.

22 years agoconfigure now supports building the cgi-fcgi module
Shane Caraveo [Tue, 26 Nov 2002 05:51:16 +0000 (05:51 +0000)]
configure now supports building the cgi-fcgi module
configure --enable-fastcgi

22 years agoAdd sapi_get_fd() and implement it for the Apache/thttpd SAPIs.
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.

22 years agoRemove a warning
Yasuo Ohgaki [Tue, 26 Nov 2002 02:13:35 +0000 (02:13 +0000)]
Remove a warning

22 years ago* a little more "windows robust" when looking for package.xml
Stig Bakken [Tue, 26 Nov 2002 01:38:48 +0000 (01:38 +0000)]
* a little more "windows robust" when looking for package.xml

22 years ago* forgot to set release date
Stig Bakken [Tue, 26 Nov 2002 01:34:14 +0000 (01:34 +0000)]
* forgot to set release date

22 years ago* added --ignore-errors option, --force no longer ignores errors
Stig Bakken [Tue, 26 Nov 2002 01:32:47 +0000 (01:32 +0000)]
* added --ignore-errors option, --force no longer ignores errors

22 years ago* added sig_keyid config param
Stig Bakken [Tue, 26 Nov 2002 00:05:21 +0000 (00:05 +0000)]
* added sig_keyid config param

22 years agoMFH (test failure if session.serialize_handler is not set to php).
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).

22 years ago* more accurate description of "makerpm" command
Stig Bakken [Mon, 25 Nov 2002 23:16:16 +0000 (23:16 +0000)]
* more accurate description of "makerpm" command

22 years ago* silence some notices
Stig Bakken [Mon, 25 Nov 2002 23:15:31 +0000 (23:15 +0000)]
* silence some notices

22 years agotmp_line was possible uninitialised, resulting in crap error messages.
Stefan Esser [Mon, 25 Nov 2002 22:53:57 +0000 (22:53 +0000)]
tmp_line was possible uninitialised, resulting in crap error messages.

22 years agoAdded a check to determine if the file can be retrieved or sent.
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.

22 years agoBug# 16798. Tests appreciated by someone with Oracle 8.0
Maxim Maletsky [Mon, 25 Nov 2002 18:14:45 +0000 (18:14 +0000)]
Bug# 16798. Tests appreciated by someone with Oracle 8.0

22 years ago@- Enabled mbregex by default when mbstring is also enabled (Moriyoshi)
Moriyoshi Koizumi [Mon, 25 Nov 2002 17:44:14 +0000 (17:44 +0000)]
@- Enabled mbregex by default when mbstring is also enabled (Moriyoshi)

22 years agoForgot to adjust this one
Moriyoshi Koizumi [Mon, 25 Nov 2002 17:21:50 +0000 (17:21 +0000)]
Forgot to adjust this one

22 years agoRenamed several internal functions for consistency
Moriyoshi Koizumi [Mon, 25 Nov 2002 17:20:20 +0000 (17:20 +0000)]
Renamed several internal functions for consistency

22 years agosimplified korean encoding conversion table.
Rui Hirokawa [Mon, 25 Nov 2002 15:21:04 +0000 (15:21 +0000)]
simplified korean encoding conversion table.

22 years agoRemoved un-needed zlib check.
Ilia Alshanetsky [Mon, 25 Nov 2002 14:25:52 +0000 (14:25 +0000)]
Removed un-needed zlib check.

22 years agoemail address change
Hartmut Holzgraefe [Mon, 25 Nov 2002 12:30:28 +0000 (12:30 +0000)]
email address change

22 years agoSynchronized bundled gd library with the latest stable GD, 2.0.6
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().

22 years agoCleanup state=4 and avoid using sscanf()
Yasuo Ohgaki [Mon, 25 Nov 2002 01:38:29 +0000 (01:38 +0000)]
Cleanup state=4 and avoid using sscanf()

22 years ago- FN_IS_STATIC -> FN_STATIC
Andi Gutmans [Sun, 24 Nov 2002 20:32:49 +0000 (20:32 +0000)]
- FN_IS_STATIC -> FN_STATIC

22 years ago- Fix crash
Andi Gutmans [Sun, 24 Nov 2002 20:15:56 +0000 (20:15 +0000)]
- Fix crash

22 years agoMFB
Moriyoshi Koizumi [Sun, 24 Nov 2002 19:48:58 +0000 (19:48 +0000)]
MFB

22 years ago- Header file update for new mnogosearch functions
Sergey Kartashoff [Sun, 24 Nov 2002 19:39:47 +0000 (19:39 +0000)]
- Header file update for new mnogosearch functions

22 years ago@- A new functions have been added: udm_set_agent_param_ex and
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

22 years agoUse proper form of NUL
Sascha Schumann [Sun, 24 Nov 2002 16:23:37 +0000 (16:23 +0000)]
Use proper form of NUL
Drop superfluous checks for NULL results

22 years agoBetter naming
Marcus Boerger [Sun, 24 Nov 2002 16:07:34 +0000 (16:07 +0000)]
Better naming

22 years agoAdd test against redeclaring an overloaded method abstract
Marcus Boerger [Sun, 24 Nov 2002 15:51:57 +0000 (15:51 +0000)]
Add test against redeclaring an overloaded method abstract

22 years agoAdd test against mixing static/non static methods
Marcus Boerger [Sun, 24 Nov 2002 15:50:28 +0000 (15:50 +0000)]
Add test against mixing static/non static methods

22 years agonull after the erealloc()
Sterling Hughes [Sun, 24 Nov 2002 15:11:43 +0000 (15:11 +0000)]
null after the erealloc()

22 years agoremove the check, cause i don't really know, if content has to be an array everytime
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

22 years agoadd some checks to increase cache integrity
Christian Dickmann [Sun, 24 Nov 2002 10:13:57 +0000 (10:13 +0000)]
add some checks to increase cache integrity

22 years agoadd errormessage, but that does not fix the problem
Christian Dickmann [Sun, 24 Nov 2002 10:06:54 +0000 (10:06 +0000)]
add errormessage, but that does not fix the problem

22 years agoAdded missing '\0'
Yasuo Ohgaki [Sun, 24 Nov 2002 07:45:26 +0000 (07:45 +0000)]
Added missing '\0'

22 years agoMFB: ; instead of :
foobar [Sun, 24 Nov 2002 05:15:10 +0000 (05:15 +0000)]
MFB: ; instead of :

22 years agoRenamed the file because this is actually a test for gdImageStringFt().
Moriyoshi Koizumi [Sun, 24 Nov 2002 01:32:15 +0000 (01:32 +0000)]
Renamed the file because this is actually a test for gdImageStringFt().

22 years agoFix compile warning, MIN/MAX macros may already be defined by param.h
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

22 years agoAdded gdPEstrdup macro.
Ilia Alshanetsky [Sun, 24 Nov 2002 01:20:13 +0000 (01:20 +0000)]
Added gdPEstrdup macro.

22 years agoFixed 3 memory leaks.
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.

22 years agoFixed the macro so this can be compiled with ft1
Moriyoshi Koizumi [Sun, 24 Nov 2002 00:59:41 +0000 (00:59 +0000)]
Fixed the macro so this can be compiled with ft1

22 years agoSorry, wrong commit.
Moriyoshi Koizumi [Sat, 23 Nov 2002 23:35:57 +0000 (23:35 +0000)]
Sorry, wrong commit.

22 years agoDismissed the second part of the test
Moriyoshi Koizumi [Sat, 23 Nov 2002 23:34:38 +0000 (23:34 +0000)]
Dismissed the second part of the test

22 years agoAdding mb_gpc files to project
Frank M. Kromann [Sat, 23 Nov 2002 22:59:24 +0000 (22:59 +0000)]
Adding mb_gpc files to project

22 years agoFixed leaks. Other leaks are originated in libgd.
Moriyoshi Koizumi [Sat, 23 Nov 2002 22:11:59 +0000 (22:11 +0000)]
Fixed leaks. Other leaks are originated in libgd.

22 years ago- Adjust tests for removed old_function() in Zend Engine 2
Derick Rethans [Sat, 23 Nov 2002 22:08:05 +0000 (22:08 +0000)]
- Adjust tests for removed old_function() in Zend Engine 2

22 years agoFixed segfaults
Moriyoshi Koizumi [Sat, 23 Nov 2002 21:33:31 +0000 (21:33 +0000)]
Fixed segfaults

22 years agoAllow db4.0 & db4.1 here. Patch by Ralf Engelschall (rse@engelschall.com)
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)

22 years ago- My personal cleanups
Andi Gutmans [Sat, 23 Nov 2002 20:46:39 +0000 (20:46 +0000)]
- My personal cleanups

22 years ago- Commit Marcus' cleanup of abstract and static inheritance and improve
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

22 years agoForgot this one. Updated license information
Moriyoshi Koizumi [Sat, 23 Nov 2002 20:17:46 +0000 (20:17 +0000)]
Forgot this one. Updated license information

22 years agoUpdated license information headers
Moriyoshi Koizumi [Sat, 23 Nov 2002 20:14:33 +0000 (20:14 +0000)]
Updated license information headers

22 years agoSeparated GPC related part from mbstring.c
Moriyoshi Koizumi [Sat, 23 Nov 2002 20:08:44 +0000 (20:08 +0000)]
Separated GPC related part from mbstring.c

22 years agows fix
foobar [Sat, 23 Nov 2002 19:20:44 +0000 (19:20 +0000)]
ws fix

22 years ago- Make it compile on IRIX again
Derick Rethans [Sat, 23 Nov 2002 19:03:21 +0000 (19:03 +0000)]
- Make it compile on IRIX again
#- Tested with Linux/FreeBSD and IRIX

22 years agoMove up general tests
Marcus Boerger [Sat, 23 Nov 2002 16:57:25 +0000 (16:57 +0000)]
Move up general tests
# if MFH is needed should be decided by QA team: because the output # sequence changes