]> granicus.if.org Git - php/log
php
22 years agoMFZE1
Zeev Suraski [Thu, 15 Aug 2002 00:25:27 +0000 (00:25 +0000)]
MFZE1

22 years agoNEWS update
<changelog@php.net> [Thu, 15 Aug 2002 00:19:22 +0000 (00:19 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Thu, 15 Aug 2002 00:18:40 +0000 (00:18 +0000)]
ChangeLog update

22 years agodo not include "php_have_iconv.h"
Marcus Boerger [Wed, 14 Aug 2002 23:48:52 +0000 (23:48 +0000)]
do not include "php_have_iconv.h"

22 years agoForgot to update source default.
Yasuo Ohgaki [Wed, 14 Aug 2002 22:31:39 +0000 (22:31 +0000)]
Forgot to update source default.

22 years agoComming a fix for a compile error found in Bug #15630
Dan Kalowsky [Wed, 14 Aug 2002 20:55:11 +0000 (20:55 +0000)]
Comming a fix for a compile error found in Bug #15630
# NOTE this is NOT the supplied patch in said bug for fixing imap_utf7_decode

22 years agoSilencing a compilier warning on windows
Dan Kalowsky [Wed, 14 Aug 2002 20:40:48 +0000 (20:40 +0000)]
Silencing a compilier warning on windows

22 years agoUpdating the error message to state a difference between libraries and
Dan Kalowsky [Wed, 14 Aug 2002 17:49:41 +0000 (17:49 +0000)]
Updating the error message to state a difference between libraries and
include.  Also restoring old for search to keep BC on configure

22 years ago- let DomNode->replace_child always behave correctly (acc. to W3C specs)
Christian Stocker [Wed, 14 Aug 2002 17:38:20 +0000 (17:38 +0000)]
- let DomNode->replace_child always behave correctly (acc. to W3C specs)
if the newchild had the same parent as the old child, nothing happened,
which seemed strange behaviout to me...

22 years agoGiving Ilia his props
Dan Kalowsky [Wed, 14 Aug 2002 17:17:16 +0000 (17:17 +0000)]
Giving Ilia his props

22 years agoFix for Bug #9280 with regards to an Expect header. patch submitted by
Dan Kalowsky [Wed, 14 Aug 2002 17:15:49 +0000 (17:15 +0000)]
Fix for Bug #9280 with regards to an Expect header.  patch submitted by
Ilia <ilia@prohost.org>
# someone just give the man his php4 karma please!

22 years agoAdding a check for the binaries rather than just the directories.
Dan Kalowsky [Wed, 14 Aug 2002 17:04:05 +0000 (17:04 +0000)]
Adding a check for the binaries rather than just the directories.

22 years agoDomNode->replace_node moves instead of copies node.
Christian Stocker [Wed, 14 Aug 2002 16:53:56 +0000 (16:53 +0000)]
DomNode->replace_node moves instead of copies node.

22 years agoJavaC doesn't take flags like this, Java jar does, pay attention kalowsky
Dan Kalowsky [Wed, 14 Aug 2002 16:53:49 +0000 (16:53 +0000)]
JavaC doesn't take flags like this, Java jar does, pay attention kalowsky

22 years agocleaning up the displayed path (removing the ./ in the middle)
Dan Kalowsky [Wed, 14 Aug 2002 16:49:22 +0000 (16:49 +0000)]
cleaning up the displayed path (removing the ./ in the middle)

22 years agoFix for Bug #18794, and probably various others with nsapi
Dan Kalowsky [Wed, 14 Aug 2002 16:39:26 +0000 (16:39 +0000)]
Fix for Bug #18794, and probably various others with nsapi

22 years agocorrecting these to be only docref's not docref1's
Dan Kalowsky [Wed, 14 Aug 2002 16:23:16 +0000 (16:23 +0000)]
correcting these to be only docref's not docref1's

22 years agoAdding in MSG_RESULT check and \n for configure output viewing
Dan Kalowsky [Wed, 14 Aug 2002 16:22:20 +0000 (16:22 +0000)]
Adding in MSG_RESULT check and \n for configure output viewing

22 years ago- fix for bug #17771 (insert_before misbeaviour (DOM L2 spec.))
Christian Stocker [Wed, 14 Aug 2002 16:12:18 +0000 (16:12 +0000)]
- fix for bug #17771 (insert_before misbeaviour (DOM L2 spec.))
@ - DomNode->insert_before behaves now according to W3C spec
@   ie. new_child is moved, not copied. (chregu)

22 years agoCorrecting mis-versioned comment
Dan Kalowsky [Wed, 14 Aug 2002 16:11:49 +0000 (16:11 +0000)]
Correcting mis-versioned comment

22 years agoJAVA_INCLUDE, not JAVE_INCLUDE
Dan Kalowsky [Wed, 14 Aug 2002 16:01:13 +0000 (16:01 +0000)]
JAVA_INCLUDE, not JAVE_INCLUDE

22 years agoA little more clean up on the error messages, with a sample JDK 1.3 path to libjava.so
Dan Kalowsky [Wed, 14 Aug 2002 15:29:48 +0000 (15:29 +0000)]
A little more clean up on the error messages, with a sample JDK 1.3 path to libjava.so

22 years agocorrecting the AC_MSG_RESULT line
Dan Kalowsky [Wed, 14 Aug 2002 14:37:04 +0000 (14:37 +0000)]
correcting the AC_MSG_RESULT line

22 years agoadding in PATH check for JavaJar as well...
Dan Kalowsky [Wed, 14 Aug 2002 14:36:08 +0000 (14:36 +0000)]
adding in PATH check for JavaJar as well...

22 years ago@ - Added some namespace support with DomNode->add_namespace(uri, prefix)
Christian Stocker [Wed, 14 Aug 2002 14:23:44 +0000 (14:23 +0000)]
@ - Added some namespace support with DomNode->add_namespace(uri, prefix)
@   and DomDocument->create_element_ns(uri, nodename) (chregu)

22 years agoFix a bug for a user provided path as eru.
Dan Kalowsky [Wed, 14 Aug 2002 13:48:44 +0000 (13:48 +0000)]
Fix a bug for a user provided path as eru.

22 years agobump up api version number
Christian Stocker [Wed, 14 Aug 2002 09:20:19 +0000 (09:20 +0000)]
bump up api version number

22 years agofix for bug #18196
Christian Stocker [Wed, 14 Aug 2002 09:07:34 +0000 (09:07 +0000)]
fix for bug #18196
@ - DomElement->node_name() takes optional boolean argument for retrieving
@ -  full qualified name (ie namespace prefix) (chregu)

22 years agofix for bug #18395 (DOMXML crash on removing previously created attributes)
Christian Stocker [Wed, 14 Aug 2002 08:27:36 +0000 (08:27 +0000)]
fix for bug #18395 (DOMXML crash on removing previously created attributes)

22 years ago@ - DomNode->child_nodes() returns empty array instead of false, if no
Christian Stocker [Wed, 14 Aug 2002 07:29:46 +0000 (07:29 +0000)]
@ - DomNode->child_nodes() returns empty array instead of false, if no
@ - child nodes are found (chregu)

22 years ago-remove corrupt entry until change has been completed
Marcus Boerger [Wed, 14 Aug 2002 07:05:57 +0000 (07:05 +0000)]
-remove corrupt entry until change has been completed
-minor fixes
-honor Derick for his idea error messages to point to the manual

22 years agoAdded trans_sid security risk examples.
Yasuo Ohgaki [Wed, 14 Aug 2002 06:45:23 +0000 (06:45 +0000)]
Added trans_sid security risk examples.

22 years agoRevert from patch added mb_guess_encoding to previous version
Den V. Tsopa [Wed, 14 Aug 2002 06:38:07 +0000 (06:38 +0000)]
Revert from patch added mb_guess_encoding to previous version

22 years agoAdd warning... It seems posting message to php-dev/php-cvs does not work!
Yasuo Ohgaki [Wed, 14 Aug 2002 06:28:16 +0000 (06:28 +0000)]
Add warning... It seems posting message to php-dev/php-cvs does not work!

22 years agoAdded new function mb_guess_encoding, based on symbols rating
Den V. Tsopa [Wed, 14 Aug 2002 05:41:40 +0000 (05:41 +0000)]
Added new function mb_guess_encoding, based on symbols rating

22 years agosome more doc/lit stuff
Brad LaFountain [Wed, 14 Aug 2002 05:26:25 +0000 (05:26 +0000)]
some more doc/lit stuff
some more wsdl stuff

22 years agoMFZE1 (use token instead of global for opcode counting)
Jason Greene [Wed, 14 Aug 2002 01:40:59 +0000 (01:40 +0000)]
MFZE1 (use token instead of global for opcode counting)

22 years agoAdding in updates for the fixes to ODBC, and markers for the pack/unpack
Dan Kalowsky [Wed, 14 Aug 2002 00:42:02 +0000 (00:42 +0000)]
Adding in updates for the fixes to ODBC, and markers for the pack/unpack
memory leaks

22 years agoNEWS update
<changelog@php.net> [Wed, 14 Aug 2002 00:18:47 +0000 (00:18 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Wed, 14 Aug 2002 00:18:10 +0000 (00:18 +0000)]
ChangeLog update

22 years agoFix for Bug #17572
Dan Kalowsky [Tue, 13 Aug 2002 23:48:05 +0000 (23:48 +0000)]
Fix for Bug #17572

22 years agoFixed another memory leak, patch provided by Ilia <ilia@prohost.org>
Dan Kalowsky [Tue, 13 Aug 2002 23:12:54 +0000 (23:12 +0000)]
Fixed another memory leak, patch provided by Ilia <ilia@prohost.org>

22 years agoFixes a memory leak which results when an invalid format code is
Dan Kalowsky [Tue, 13 Aug 2002 21:56:39 +0000 (21:56 +0000)]
Fixes a memory leak which results when an invalid format code is
specified.  Patch by Ilia <ilia@prohost.org>
#Someone give him php4 karma :)

22 years agoAs per the suggestion on php-dev, now please #ifdef 0_<username here>
Dan Kalowsky [Tue, 13 Aug 2002 21:44:59 +0000 (21:44 +0000)]
As per the suggestion on php-dev, now please #ifdef 0_<username here>

22 years agoUpdating to reflect ODBC additons and default timeout
Dan Kalowsky [Tue, 13 Aug 2002 21:43:14 +0000 (21:43 +0000)]
Updating to reflect ODBC additons and default timeout

22 years agofixing my misunderstanding of the php_error_docref
Dan Kalowsky [Tue, 13 Aug 2002 21:39:36 +0000 (21:39 +0000)]
fixing my misunderstanding of the php_error_docref

22 years agoRemoving the PHP_31 tag...
Dan Kalowsky [Tue, 13 Aug 2002 21:35:54 +0000 (21:35 +0000)]
Removing the PHP_31 tag...
# I'm not sure if the rest of this define can go or not...

22 years ago-better use external example
Marcus Boerger [Tue, 13 Aug 2002 20:55:42 +0000 (20:55 +0000)]
-better use external example
-say NULL is intended
-correct example
#hope this is a bit easier to understand and clears it a bit

22 years ago- Fix crash when exception is raised in __autoload function
Andi Gutmans [Tue, 13 Aug 2002 16:46:40 +0000 (16:46 +0000)]
- Fix crash when exception is raised in __autoload function

22 years agodocref_root and docref_ext for php_error_docref()
Marcus Boerger [Tue, 13 Aug 2002 15:29:34 +0000 (15:29 +0000)]
docref_root and docref_ext for php_error_docref()
@Added clickable error messages that direct to a page describing the
@error or function causing the error in detail. (Yasuo, Wez, Marcus)

22 years agoMFZE1
Zeev Suraski [Tue, 13 Aug 2002 15:14:45 +0000 (15:14 +0000)]
MFZE1

22 years agoCorrecting as per discussion with Iliaa and Edin on efnet://#php.bugs
Dan Kalowsky [Tue, 13 Aug 2002 14:56:50 +0000 (14:56 +0000)]
Correcting as per discussion with Iliaa and Edin on efnet://#php.bugs

22 years agoBug Fix #16113, as reflective of a php-dev convo between wez and iliaa
Dan Kalowsky [Tue, 13 Aug 2002 14:39:03 +0000 (14:39 +0000)]
Bug Fix #16113, as reflective of a php-dev convo between wez and iliaa

22 years agoFixing the php_error_docref's to be compliant with the standard.
Dan Kalowsky [Tue, 13 Aug 2002 13:26:31 +0000 (13:26 +0000)]
Fixing the php_error_docref's to be compliant with the standard.
# Can't we just compress all these docrefs down to one function?!?

22 years agocomments & php_error_docref
Marcus Boerger [Tue, 13 Aug 2002 09:42:51 +0000 (09:42 +0000)]
comments & php_error_docref

22 years agosome work on the messages
Marcus Boerger [Tue, 13 Aug 2002 09:41:30 +0000 (09:41 +0000)]
some work on the messages

22 years agoallow target anchor only for docref parameter
Marcus Boerger [Tue, 13 Aug 2002 09:37:51 +0000 (09:37 +0000)]
allow target anchor only for docref parameter

22 years agocleaning up include files created by PHP_DEFINE when 'make distclean'ed
Masaki Fujimoto [Tue, 13 Aug 2002 06:51:28 +0000 (06:51 +0000)]
cleaning up include files created by PHP_DEFINE when 'make distclean'ed

22 years agoFix for Bug #18873
Dan Kalowsky [Tue, 13 Aug 2002 05:12:32 +0000 (05:12 +0000)]
Fix for Bug #18873

22 years agoMissing proto
Rasmus Lerdorf [Tue, 13 Aug 2002 05:08:47 +0000 (05:08 +0000)]
Missing proto

22 years agoSingle-line comments please
Rasmus Lerdorf [Tue, 13 Aug 2002 05:00:11 +0000 (05:00 +0000)]
Single-line comments please

22 years agospelling error
Dan Kalowsky [Tue, 13 Aug 2002 04:52:50 +0000 (04:52 +0000)]
spelling error

22 years agoAdded more folding markers....
Dan Kalowsky [Tue, 13 Aug 2002 04:47:02 +0000 (04:47 +0000)]
Added more folding markers....

22 years agobool not boolean
Rasmus Lerdorf [Tue, 13 Aug 2002 04:44:45 +0000 (04:44 +0000)]
bool not boolean

22 years agobool not boolean
Rasmus Lerdorf [Tue, 13 Aug 2002 04:37:28 +0000 (04:37 +0000)]
bool not boolean

22 years agoUse int, not integer.
Rasmus Lerdorf [Tue, 13 Aug 2002 04:31:59 +0000 (04:31 +0000)]
Use int, not integer.

22 years agodir() returns an instantiated object, not a class.
Rasmus Lerdorf [Tue, 13 Aug 2002 04:24:15 +0000 (04:24 +0000)]
dir() returns an instantiated object, not a class.

22 years agoDon't use long as a type
Rasmus Lerdorf [Tue, 13 Aug 2002 04:20:34 +0000 (04:20 +0000)]
Don't use long as a type

22 years agoFix typo
Rasmus Lerdorf [Tue, 13 Aug 2002 04:19:25 +0000 (04:19 +0000)]
Fix typo

22 years agoDon't use long as a type
Rasmus Lerdorf [Tue, 13 Aug 2002 04:11:51 +0000 (04:11 +0000)]
Don't use long as a type

22 years agoFix for Bug #18746 by sfox and I
Dan Kalowsky [Tue, 13 Aug 2002 04:10:31 +0000 (04:10 +0000)]
Fix for Bug #18746 by sfox and I
#What is the GDBM_FIX for anyways, we can find it anywhere?

22 years agoFix proto
Rasmus Lerdorf [Tue, 13 Aug 2002 04:03:20 +0000 (04:03 +0000)]
Fix proto

22 years agoLet to php_error_docref revolution begin
Dan Kalowsky [Tue, 13 Aug 2002 00:45:08 +0000 (00:45 +0000)]
Let to php_error_docref revolution begin

22 years agoNEWS update
<changelog@php.net> [Tue, 13 Aug 2002 00:19:02 +0000 (00:19 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 13 Aug 2002 00:18:11 +0000 (00:18 +0000)]
ChangeLog update

22 years agouse of php_error_docref
Marcus Boerger [Mon, 12 Aug 2002 20:18:25 +0000 (20:18 +0000)]
use of php_error_docref

22 years agofix for extension = ""
Marcus Boerger [Mon, 12 Aug 2002 20:12:31 +0000 (20:12 +0000)]
fix for extension = ""
make php_verror available

22 years ago-wrong fabsf define for MSVC.6
Marcus Boerger [Mon, 12 Aug 2002 19:09:26 +0000 (19:09 +0000)]
-wrong fabsf define for MSVC.6
-MIN and MAX only if undefined
#should be last commit to fix all warnings (-:

22 years agoPoint corrected by Markus
Dan Kalowsky [Mon, 12 Aug 2002 18:21:33 +0000 (18:21 +0000)]
Point corrected by Markus

22 years agoUmm forgot to clean up the error messages, and add a stop for looping.
Dan Kalowsky [Mon, 12 Aug 2002 16:17:18 +0000 (16:17 +0000)]
Umm forgot to clean up the error messages, and add a stop for looping.

22 years agocleaned up to work with OpenLink iODBC better
Dan Kalowsky [Mon, 12 Aug 2002 16:04:48 +0000 (16:04 +0000)]
cleaned up to work with OpenLink iODBC better

22 years agoImplement curl based wrappers.
Wez Furlong [Mon, 12 Aug 2002 15:56:13 +0000 (15:56 +0000)]
Implement curl based wrappers.
Currently read-only, and http is the only thing tested.
Because of this, using them can be controlled by configure:

--with-curlwrappers     Use CURL for url streams

Not for production use...

This enables http, https, ftp and ldap protocols as streams.

22 years agoups wrong include committed
Marcus Boerger [Mon, 12 Aug 2002 15:29:05 +0000 (15:29 +0000)]
ups wrong include committed
#if anybody objects we would need config stuuf in ligd otherwise but
#this way we can use other php functions...for example we could use
#php_error_docref....

22 years agoincrease allocation chunks
Marcus Boerger [Mon, 12 Aug 2002 14:02:51 +0000 (14:02 +0000)]
increase allocation chunks

22 years agocheck for fabsf and floorf in config.m4
Marcus Boerger [Mon, 12 Aug 2002 13:59:01 +0000 (13:59 +0000)]
check for fabsf and floorf in config.m4
msvc.6 needs a define, msvc.net needs special treatment

22 years ago@ - Added $DomDocument->xinclude() for substitution of XIncludes in
Christian Stocker [Mon, 12 Aug 2002 13:11:50 +0000 (13:11 +0000)]
@ - Added $DomDocument->xinclude() for substitution of XIncludes in
    a DomDocument (chregu)

22 years agomore conversion fixes
Marcus Boerger [Mon, 12 Aug 2002 09:58:51 +0000 (09:58 +0000)]
more conversion fixes

22 years agoExport spprintf() so that extension can link properly on win32.
Edin Kadribasic [Mon, 12 Aug 2002 09:07:26 +0000 (09:07 +0000)]
Export spprintf() so that extension can link properly on win32.

22 years agoMinor cleanups to path building and php*.ini search logic.
Preston L. Bannister [Mon, 12 Aug 2002 05:37:03 +0000 (05:37 +0000)]
Minor cleanups to path building and php*.ini search logic.
Made path_seperator string static (which solves the lookup problems Sebastian saw).

22 years agoNEWS update
<changelog@php.net> [Mon, 12 Aug 2002 00:19:01 +0000 (00:19 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Mon, 12 Aug 2002 00:18:07 +0000 (00:18 +0000)]
ChangeLog update

22 years agookay confirmation they don't exist in another driver... they're gone
Dan Kalowsky [Mon, 12 Aug 2002 00:00:54 +0000 (00:00 +0000)]
okay confirmation they don't exist in another driver... they're gone

22 years ago-quick hack to allow compilation under windows again
Marcus Boerger [Sun, 11 Aug 2002 23:56:11 +0000 (23:56 +0000)]
-quick hack to allow compilation under windows again
-correct solution to follow tomorrow

22 years agoAdded the php_odbc_includes.h file
Dan Kalowsky [Sun, 11 Aug 2002 23:40:34 +0000 (23:40 +0000)]
Added the php_odbc_includes.h file

22 years agoThe start of adding odbc_data_source() functionality
Dan Kalowsky [Sun, 11 Aug 2002 23:39:03 +0000 (23:39 +0000)]
The start of adding odbc_data_source() functionality

22 years agomissed to commit this fix: correct since this is only a flag
Marcus Boerger [Sun, 11 Aug 2002 19:19:35 +0000 (19:19 +0000)]
missed to commit this fix: correct since this is only a flag

22 years agotry even more to fix those warnings.....
Marcus Boerger [Sun, 11 Aug 2002 19:13:07 +0000 (19:13 +0000)]
try even more to fix those warnings.....
#repeat: this code must come from hell

22 years agoMissing word...
Wez Furlong [Sun, 11 Aug 2002 18:51:40 +0000 (18:51 +0000)]
Missing word...

22 years agoThe start of adding in MacOSX compatibility. No objections on the
Dan Kalowsky [Sun, 11 Aug 2002 15:33:25 +0000 (15:33 +0000)]
The start of adding in MacOSX compatibility.  No objections on the
php-dev list from the sent patch for a week.  Test and fix.

22 years agoremoving the TODOs done already.
Dan Kalowsky [Sun, 11 Aug 2002 15:26:46 +0000 (15:26 +0000)]
removing the TODOs done already.