]> granicus.if.org Git - php/log
php
22 years agoFixed OID overflow. If value is larger than MAX_LONG,
Yasuo Ohgaki [Sat, 20 Apr 2002 03:03:42 +0000 (03:03 +0000)]
Fixed OID overflow. If value is larger than MAX_LONG,
pg_last_oid() returns string to keep correct value.

22 years agoAdded API version for C programs
Yasuo Ohgaki [Sat, 20 Apr 2002 02:38:30 +0000 (02:38 +0000)]
Added API version for C programs

22 years agoRemove warnings.
Yasuo Ohgaki [Sat, 20 Apr 2002 02:31:48 +0000 (02:31 +0000)]
Remove warnings.
Fixed OID overflow bug.
Fixed type convertion bug.
# Thank you Edin.

22 years agoWe call them "extension"..and again, missing period. :-p
foobar [Sat, 20 Apr 2002 02:19:43 +0000 (02:19 +0000)]
We call them "extension"..and again, missing period. :-p

22 years agoNEWS update
<changelog@php.net> [Sat, 20 Apr 2002 00:19:55 +0000 (00:19 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Sat, 20 Apr 2002 00:19:10 +0000 (00:19 +0000)]
ChangeLog update

22 years agothrow a warning if encoding support not available...
Sterling Hughes [Fri, 19 Apr 2002 23:46:09 +0000 (23:46 +0000)]
throw a warning if encoding support not available...

22 years agoupdate todo a bit
Sterling Hughes [Fri, 19 Apr 2002 22:34:45 +0000 (22:34 +0000)]
update todo a bit

22 years agomake it work with dom processing, this allows DOM tree caching to avoid
Sterling Hughes [Fri, 19 Apr 2002 22:17:23 +0000 (22:17 +0000)]
make it work with dom processing, this allows DOM tree caching to avoid
re-parsing the same data.  Currently very beta -- DO NOT USE.  Will be cleaning
this up over the next few days...  Need this in here for version history, and
to show other people

22 years agoIndentation;)
Adam Dickmeiss [Fri, 19 Apr 2002 20:15:40 +0000 (20:15 +0000)]
Indentation;)

22 years agofix warning
Adam Dickmeiss [Fri, 19 Apr 2002 20:03:47 +0000 (20:03 +0000)]
fix warning

22 years agoRevert bogus patch.
Andrei Zmievski [Fri, 19 Apr 2002 17:23:22 +0000 (17:23 +0000)]
Revert bogus patch.

22 years agoMFZE1: make sure the resource-list is always consistent during shutdown (Thies).
Sebastian Bergmann [Fri, 19 Apr 2002 16:53:36 +0000 (16:53 +0000)]
MFZE1: make sure the resource-list is always consistent during shutdown (Thies).

22 years agoMFZE1: Fix imbalance bug (Zeev).
Sebastian Bergmann [Fri, 19 Apr 2002 16:43:27 +0000 (16:43 +0000)]
MFZE1: Fix imbalance bug (Zeev).

22 years ago- Fix warnings in VC
Derick Rethans [Fri, 19 Apr 2002 14:57:46 +0000 (14:57 +0000)]
- Fix warnings in VC

22 years ago* add http_proxy config setting
Stig Bakken [Fri, 19 Apr 2002 14:01:51 +0000 (14:01 +0000)]
* add http_proxy config setting

22 years ago* make "pear install package.xml" possible, so you can install a package
Stig Bakken [Fri, 19 Apr 2002 14:01:10 +0000 (14:01 +0000)]
* make "pear install package.xml" possible, so you can install a package
  without building a tarball first

22 years ago* reintroduce (un)install -r option for Registeration only
Stig Bakken [Fri, 19 Apr 2002 14:00:14 +0000 (14:00 +0000)]
* reintroduce (un)install -r option for Registeration only

22 years ago* fix phpdoc
Stig Bakken [Fri, 19 Apr 2002 13:58:25 +0000 (13:58 +0000)]
* fix phpdoc

22 years agoFixed pg_insert/update/select/delete overflow.
Yasuo Ohgaki [Fri, 19 Apr 2002 13:09:09 +0000 (13:09 +0000)]
Fixed pg_insert/update/select/delete overflow.

22 years agoUpdate tests
Yasuo Ohgaki [Fri, 19 Apr 2002 12:24:58 +0000 (12:24 +0000)]
Update tests

22 years agoAdded "NOT NULL" check and do not add converted variable when field is NULL and HAS...
Yasuo Ohgaki [Fri, 19 Apr 2002 12:24:14 +0000 (12:24 +0000)]
Added "NOT NULL" check and do not add converted variable when field is NULL and HAS DEFAULT.
(php_pgsql_convert)

22 years agoChanged "default" -> "has default" (metadata)
Yasuo Ohgaki [Fri, 19 Apr 2002 12:19:29 +0000 (12:19 +0000)]
Changed "default" -> "has default" (metadata)
Fixed comment. Do not use magic number.

22 years agoMake scheme part decoding rfc2396 compliant.
Wez Furlong [Fri, 19 Apr 2002 10:06:41 +0000 (10:06 +0000)]
Make scheme part decoding rfc2396 compliant.
Change zlib:// and bzip2:// to compress.zlib:// and compress.bzip2://
Tidy up old socket/network code/comments.

22 years agoRemove compiler warnings
Yasuo Ohgaki [Fri, 19 Apr 2002 07:56:41 +0000 (07:56 +0000)]
Remove compiler warnings

22 years agoFixed file include error
Yasuo Ohgaki [Fri, 19 Apr 2002 07:55:24 +0000 (07:55 +0000)]
Fixed file include error

22 years agoRemove warning.
Yasuo Ohgaki [Fri, 19 Apr 2002 07:54:52 +0000 (07:54 +0000)]
Remove warning.

22 years agoFixed test title (strlen -> mb_strlen)
Yasuo Ohgaki [Fri, 19 Apr 2002 07:51:00 +0000 (07:51 +0000)]
Fixed test title (strlen -> mb_strlen)

22 years agoLeave "" (null string) when converting.
Yasuo Ohgaki [Fri, 19 Apr 2002 07:47:53 +0000 (07:47 +0000)]
Leave "" (null string) when converting.

22 years agoRemove warnings
Yasuo Ohgaki [Fri, 19 Apr 2002 07:33:51 +0000 (07:33 +0000)]
Remove warnings

22 years agoAdded mbstring.func_overload directive
Yasuo Ohgaki [Fri, 19 Apr 2002 07:13:55 +0000 (07:13 +0000)]
Added mbstring.func_overload directive

22 years agoFixed messages
Yasuo Ohgaki [Fri, 19 Apr 2002 07:08:26 +0000 (07:08 +0000)]
Fixed messages

22 years agoRemove gargabe
Yasuo Ohgaki [Fri, 19 Apr 2002 06:33:55 +0000 (06:33 +0000)]
Remove gargabe

22 years agoEnable mbstring by default.
Yasuo Ohgaki [Fri, 19 Apr 2002 06:32:26 +0000 (06:32 +0000)]
Enable mbstring by default.
@ mbstring module is enabled by default (Yasuo)

22 years agoAdded description to mbstring ini entries
Yasuo Ohgaki [Fri, 19 Apr 2002 06:30:14 +0000 (06:30 +0000)]
Added description to mbstring ini entries

22 years agoAvoid defining/using S_ISDIR macro.
Yasuo Ohgaki [Fri, 19 Apr 2002 05:48:22 +0000 (05:48 +0000)]
Avoid defining/using S_ISDIR macro.

22 years agoChangeLog update
<changelog@php.net> [Fri, 19 Apr 2002 00:22:58 +0000 (00:22 +0000)]
ChangeLog update

22 years ago- Gaurd for problems in fault servers (fixes problem with Sambar 5.2)
Derick Rethans [Thu, 18 Apr 2002 22:51:23 +0000 (22:51 +0000)]
- Gaurd for problems in fault servers (fixes problem with Sambar 5.2)

22 years agoDocument the new PHPINIDir directive in the apache2filter/README.
Aaron Bannert [Thu, 18 Apr 2002 22:47:13 +0000 (22:47 +0000)]
Document the new PHPINIDir directive in the apache2filter/README.

22 years agoThis patch implements a new Apache2 directive called PHPINIDir that
Aaron Bannert [Thu, 18 Apr 2002 22:10:57 +0000 (22:10 +0000)]
This patch implements a new Apache2 directive called PHPINIDir that
allows the specification of the php.ini directory from within the Apache
configuration. If left unset, the default is to defer to the hard-coded
php paths. When set, the supplied path is made relative to Apache's
internal ServerRoot setting.

Example:
PHPINIDir "conf"
# PHP will now look in the ServerRoot/conf directory for the php.ini file

22 years ago* Add API documentation.
Martin Jansen [Thu, 18 Apr 2002 18:04:06 +0000 (18:04 +0000)]
* Add API documentation.

22 years agoAllow for PCRE to be disabled.
Sebastian Bergmann [Thu, 18 Apr 2002 17:56:53 +0000 (17:56 +0000)]
Allow for PCRE to be disabled.

22 years agoMake use of HAVE_MYSQL. Reviewed by: Sterling.
Sebastian Bergmann [Thu, 18 Apr 2002 16:48:03 +0000 (16:48 +0000)]
Make use of HAVE_MYSQL. Reviewed by: Sterling.

22 years agoConditionally include mbstring.h.
Sebastian Bergmann [Thu, 18 Apr 2002 16:39:30 +0000 (16:39 +0000)]
Conditionally include mbstring.h.

22 years agoAdd HAVE_CALENDAR, HAVE_COM, HAVE_SESSION and HAVE_TOKENIZER to enable/disable these...
Sebastian Bergmann [Thu, 18 Apr 2002 16:34:13 +0000 (16:34 +0000)]
Add HAVE_CALENDAR, HAVE_COM, HAVE_SESSION and HAVE_TOKENIZER to enable/disable these extensions, respectively. It is now possible to build PHP on Win32 with just ext/standard and ext/pcre. The latter is needed by the former, because at least the aggregation functions use PCRE.

22 years agoFix an intermittent SEGV when an error bubbled up from PHP before our
Aaron Bannert [Thu, 18 Apr 2002 16:34:06 +0000 (16:34 +0000)]
Fix an intermittent SEGV when an error bubbled up from PHP before our
server context was set. Now if that happens we simply don't log against
any particular server config (vhost).

Obtained from bug report by:  Balazs Nagy <js@iksz.hu>

22 years agoRemoved redefinition of MIN()
Sander Roobol [Thu, 18 Apr 2002 14:05:28 +0000 (14:05 +0000)]
Removed redefinition of MIN()

22 years agoRemoving unused variable
Sander Roobol [Thu, 18 Apr 2002 14:04:10 +0000 (14:04 +0000)]
Removing unused variable

22 years ago- MFH: Make DBA compile as a shared module again
Derick Rethans [Thu, 18 Apr 2002 12:30:18 +0000 (12:30 +0000)]
- MFH: Make DBA compile as a shared module again

22 years agoSome cleanup for the Win32 build configuration.
Sebastian Bergmann [Thu, 18 Apr 2002 11:58:08 +0000 (11:58 +0000)]
Some cleanup for the Win32 build configuration.

22 years agowhitespace fixes
Harald Radi [Thu, 18 Apr 2002 10:05:47 +0000 (10:05 +0000)]
whitespace fixes

22 years agoMissing break; causes fallthrough which actually causes heap corruption in the debugg...
Alan Brown [Thu, 18 Apr 2002 01:56:29 +0000 (01:56 +0000)]
Missing break; causes fallthrough which actually causes heap corruption in the debugging version despite being just plain wrong. Also placed a default "Unavailable" message when the object does not populate the EXCEPINFO structure. Also removed a minor memory leak.

22 years agoWhen V_BSTR() is NULL, we pass a NULL pointer into php_OLECHAR_to_char() which report...
Alan Brown [Thu, 18 Apr 2002 01:52:07 +0000 (01:52 +0000)]
When V_BSTR() is NULL, we pass a NULL pointer into php_OLECHAR_to_char() which reports an exception. Better to map a NULL string pointer to ZVAL_NULL.

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

22 years agoWhitespace fixes.
Sebastian Bergmann [Wed, 17 Apr 2002 18:14:03 +0000 (18:14 +0000)]
Whitespace fixes.

22 years agoOnly include php_bcmath.h when WITH_BCMATH=true.
Sebastian Bergmann [Wed, 17 Apr 2002 18:11:53 +0000 (18:11 +0000)]
Only include php_bcmath.h when WITH_BCMATH=true.

22 years agoGive HAVE_MYSQL meaning on Win32.
Sebastian Bergmann [Wed, 17 Apr 2002 18:10:35 +0000 (18:10 +0000)]
Give HAVE_MYSQL meaning on Win32.

22 years agoGive HAVE_UODBC meaning on Win32.
Sebastian Bergmann [Wed, 17 Apr 2002 17:57:40 +0000 (17:57 +0000)]
Give HAVE_UODBC meaning on Win32.

22 years agoGive HAVE_LIBEXPAT and HAVE_WDDX meaning on Win32.
Sebastian Bergmann [Wed, 17 Apr 2002 17:51:30 +0000 (17:51 +0000)]
Give HAVE_LIBEXPAT and HAVE_WDDX meaning on Win32.

22 years agoGive HAVE_FTP meaning on Win32.
Sebastian Bergmann [Wed, 17 Apr 2002 17:38:03 +0000 (17:38 +0000)]
Give HAVE_FTP meaning on Win32.

22 years agoRemove bogus includes.
Sebastian Bergmann [Wed, 17 Apr 2002 17:33:14 +0000 (17:33 +0000)]
Remove bogus includes.

22 years agoPatch by Marcus Börger.
Sebastian Bergmann [Wed, 17 Apr 2002 17:25:18 +0000 (17:25 +0000)]
Patch by Marcus Börger.

22 years ago* doooh!
Stig Bakken [Wed, 17 Apr 2002 08:22:56 +0000 (08:22 +0000)]
* doooh!

22 years ago- fixed memory leak
Uwe Steinmann [Wed, 17 Apr 2002 07:33:39 +0000 (07:33 +0000)]
- fixed memory leak

22 years agoSPACEs->TAB.
Sebastian Bergmann [Wed, 17 Apr 2002 05:21:04 +0000 (05:21 +0000)]
SPACEs->TAB.

22 years agoBeautify.
Sebastian Bergmann [Wed, 17 Apr 2002 05:19:10 +0000 (05:19 +0000)]
Beautify.

22 years agoForgot adding phpext_tokenizer_ptr.
Sebastian Bergmann [Wed, 17 Apr 2002 05:16:42 +0000 (05:16 +0000)]
Forgot adding phpext_tokenizer_ptr.

22 years agoEnable ext/tokenizer by default on Win32, too. Since there is no HAVE_TOKENIZER flag...
Sebastian Bergmann [Wed, 17 Apr 2002 04:44:02 +0000 (04:44 +0000)]
Enable ext/tokenizer by default on Win32, too. Since there is no HAVE_TOKENIZER flag, it cannot be turned off in config.w32.h.

22 years agoChangeLog update
<changelog@php.net> [Wed, 17 Apr 2002 00:25:55 +0000 (00:25 +0000)]
ChangeLog update

22 years agoAlways initialize wrappers, regardless of PG(allow_url_fopen).
Wez Furlong [Tue, 16 Apr 2002 22:14:27 +0000 (22:14 +0000)]
Always initialize wrappers, regardless of PG(allow_url_fopen).
Add is_url field to wrapper structure; the stream wrapper openers
will disallow opening is is_url && !PG(allow_url_fopen).
Add infrastructure for stat($url) and opendir($url).
Tidy up/centralize code that locates and instantiates wrappers for the
various operations.
Implement opendir for plain files.
Make the PHP opendir and dir functions use the streams implementations.
Add modelines for syntax highlighting the pear scripts in vim

22 years ago* added DB::isConnection
Stig Bakken [Tue, 16 Apr 2002 21:50:48 +0000 (21:50 +0000)]
* added DB::isConnection
* phpdoc fixes

22 years agofix cli/cgi -c <path>|<file>
Marcus Boerger [Tue, 16 Apr 2002 19:08:02 +0000 (19:08 +0000)]
fix cli/cgi -c <path>|<file>
#hope this fixes it really (works for me)

22 years agoIt makes more sense to do the null-pointer check *before* trying to use it.
Aaron Bannert [Tue, 16 Apr 2002 17:41:28 +0000 (17:41 +0000)]
It makes more sense to do the null-pointer check *before* trying to use it.
(Also fix a typo that Cliff pointed out: "safe" --> "save".)

Obtained from:  Ryan Morgan <rmorgan@covalent.net>

22 years agomove xslt_error and xslt_errno down to functions, in order to
Sterling Hughes [Tue, 16 Apr 2002 15:54:59 +0000 (15:54 +0000)]
move xslt_error and xslt_errno down to functions, in order to
make logical room for the xslt_dom_* functions

# (xslt_dom_* will be a basic api, allowing no dom manipulation,
#  however, one of these days I'll write a message/extension that
#  handles xslt/dom/sax in a coherent manner -- just you watch :)

22 years agoremove old code
Wez Furlong [Tue, 16 Apr 2002 14:47:20 +0000 (14:47 +0000)]
remove old code

22 years agoAdded missing function to function_entry
Sander Roobol [Tue, 16 Apr 2002 14:19:09 +0000 (14:19 +0000)]
Added missing function to function_entry

22 years ago* started working on analyzeSourceCode and detectDependencies methods
Stig Bakken [Tue, 16 Apr 2002 13:27:42 +0000 (13:27 +0000)]
* started working on analyzeSourceCode and detectDependencies methods

22 years agoremoved ws pollution
foobar [Tue, 16 Apr 2002 12:58:23 +0000 (12:58 +0000)]
removed ws pollution

22 years agoAdded 2 new tokens: T_CLASS_C and T_FUNC_C
foobar [Tue, 16 Apr 2002 12:53:07 +0000 (12:53 +0000)]
Added 2 new tokens: T_CLASS_C and T_FUNC_C

22 years ago- MFB: Remove version number
Derick Rethans [Tue, 16 Apr 2002 10:14:08 +0000 (10:14 +0000)]
- MFB: Remove version number

22 years agoupdate these docs, phpdoc will lag a bit :)
Sterling Hughes [Tue, 16 Apr 2002 06:41:05 +0000 (06:41 +0000)]
update these docs, phpdoc will lag a bit :)

22 years agoPrefix current functions with "sax" in order to make way for dom interface
Sterling Hughes [Tue, 16 Apr 2002 06:37:19 +0000 (06:37 +0000)]
Prefix current functions with "sax" in order to make way for dom interface
backwards compatibility is maintained via function aliases
xslt_sax_set_sax_handlers is a bit wierd, i guess...

22 years agoclean up the error code a tidbit
Sterling Hughes [Tue, 16 Apr 2002 06:04:17 +0000 (06:04 +0000)]
clean up the error code a tidbit

22 years ago* build tokenizer by default
Stig Bakken [Tue, 16 Apr 2002 05:37:51 +0000 (05:37 +0000)]
* build tokenizer by default

22 years ago* chdir back to original dir in PEAR_Packager::package
Stig Bakken [Tue, 16 Apr 2002 05:01:41 +0000 (05:01 +0000)]
* chdir back to original dir in PEAR_Packager::package
* only display "cvstag" hint if CVS/Root exists

22 years agoChangeLog update
<changelog@php.net> [Tue, 16 Apr 2002 01:33:15 +0000 (01:33 +0000)]
ChangeLog update

22 years agoAdded standar header
Tomas V.V.Cox [Tue, 16 Apr 2002 00:44:03 +0000 (00:44 +0000)]
Added standar header

22 years agoAdded standar header
Tomas V.V.Cox [Tue, 16 Apr 2002 00:38:21 +0000 (00:38 +0000)]
Added standar header

22 years agoVim tags added plus some other minor text about license and author
Tomas V.V.Cox [Tue, 16 Apr 2002 00:31:16 +0000 (00:31 +0000)]
Vim tags added plus some other minor text about license and author

22 years agoBe more clear when no packages are installed
Tomas V.V.Cox [Tue, 16 Apr 2002 00:23:32 +0000 (00:23 +0000)]
Be more clear when no packages are installed

22 years agoGive the right error when wrong params given to package-info and
Tomas V.V.Cox [Tue, 16 Apr 2002 00:22:55 +0000 (00:22 +0000)]
Give the right error when wrong params given to package-info and
fix/add help some help messages

22 years agoFixing Win32 compilation of mbstring
Frank M. Kromann [Mon, 15 Apr 2002 23:03:48 +0000 (23:03 +0000)]
Fixing Win32 compilation of mbstring

22 years agoFixing Win32 compilation of exit
Frank M. Kromann [Mon, 15 Apr 2002 22:23:20 +0000 (22:23 +0000)]
Fixing Win32 compilation of exit

22 years agoAdding PHPAPI needed for exif on Win32
Frank M. Kromann [Mon, 15 Apr 2002 22:22:53 +0000 (22:22 +0000)]
Adding PHPAPI needed for exif on Win32

22 years agoChages for beta3
Mark L. Woodward [Mon, 15 Apr 2002 22:00:56 +0000 (22:00 +0000)]
Chages for beta3

22 years agoshould not be there
Wez Furlong [Mon, 15 Apr 2002 20:12:29 +0000 (20:12 +0000)]
should not be there

22 years agoSome minor tweaks and debugging for sockets.
Wez Furlong [Mon, 15 Apr 2002 20:11:12 +0000 (20:11 +0000)]
Some minor tweaks and debugging for sockets.

22 years ago- DomNode->replace_node() now returns the node that was replace and
Uwe Steinmann [Mon, 15 Apr 2002 15:39:10 +0000 (15:39 +0000)]
- DomNode->replace_node() now returns the node that was replace and
  not the new node
- fixes Bug #15949

22 years ago- added DomNode->replace_child()
Uwe Steinmann [Mon, 15 Apr 2002 14:45:38 +0000 (14:45 +0000)]
- added DomNode->replace_child()

22 years agoChangeLog update
<changelog@php.net> [Mon, 15 Apr 2002 00:42:10 +0000 (00:42 +0000)]
ChangeLog update