]> granicus.if.org Git - php/log
php
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

22 years agosupport for WinXP tags (thanks to Rui Carmo)
Marcus Boerger [Sun, 14 Apr 2002 20:47:21 +0000 (20:47 +0000)]
support for WinXP tags (thanks to Rui Carmo)

22 years agofix crash bug introduced by last commit
Thies C. Arntzen [Sun, 14 Apr 2002 18:27:27 +0000 (18:27 +0000)]
fix crash bug introduced by last commit

22 years ago- Do not try to draw a table if there are not elements.
Markus Fischer [Sun, 14 Apr 2002 13:34:52 +0000 (13:34 +0000)]
- Do not try to draw a table if there are not elements.

# If no packages are installed, until now the output was:
#
# INSTALLED PACKAGES:
# ===================
# +
# +
#
# Now it is:
#
# INSTALLED PACKAGES:
# ===================
#
# Which is nicer IMHO. It think keeping the caption is ok.

22 years agoFixed some entries..
foobar [Sun, 14 Apr 2002 12:58:28 +0000 (12:58 +0000)]
Fixed some entries..

22 years agows fixes
foobar [Sun, 14 Apr 2002 12:38:33 +0000 (12:38 +0000)]
ws fixes

22 years ago- Fix null-termination problem
Derick Rethans [Sun, 14 Apr 2002 08:49:57 +0000 (08:49 +0000)]
- Fix null-termination problem

22 years agofixed error output handler when 'pass' is choosed as output encoding.
Rui Hirokawa [Sun, 14 Apr 2002 08:18:55 +0000 (08:18 +0000)]
fixed error output handler when 'pass' is choosed as output encoding.

22 years agoMake it possible to actually disable the CLI..
foobar [Sun, 14 Apr 2002 03:57:59 +0000 (03:57 +0000)]
Make it possible to actually disable the CLI..

22 years ago/usr/lib is the default install dir on Mandrake
Frank M. Kromann [Sun, 14 Apr 2002 02:28:09 +0000 (02:28 +0000)]
/usr/lib is the default install dir on Mandrake

22 years ago- Use the correct javac/jar binaries.
foobar [Sun, 14 Apr 2002 00:40:36 +0000 (00:40 +0000)]
- Use the correct javac/jar binaries.

22 years agoNEWS update
<changelog@php.net> [Sun, 14 Apr 2002 00:23:02 +0000 (00:23 +0000)]
NEWS update

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

22 years agoocibind: avoid warning in debug mode if an outbound variable is NULL
Thies C. Arntzen [Sat, 13 Apr 2002 18:58:18 +0000 (18:58 +0000)]
ocibind: avoid warning in debug mode if an outbound variable is NULL

22 years agoFix cli/cgi -c option
Yasuo Ohgaki [Sat, 13 Apr 2002 14:12:17 +0000 (14:12 +0000)]
Fix cli/cgi -c option
# I must be sleeping

22 years ago@- Mixing OCIPlogon and OCINLogon no longer leak Oracle-Sessions. (thies)
Thies C. Arntzen [Sat, 13 Apr 2002 12:10:03 +0000 (12:10 +0000)]
@- Mixing OCIPlogon and OCINLogon no longer leak Oracle-Sessions. (thies)

22 years ago@- old $node->append_child() is now $node->append_sibling(), since
Christian Stocker [Sat, 13 Apr 2002 10:23:46 +0000 (10:23 +0000)]
@- old $node->append_child() is now $node->append_sibling(), since
@  new append_child() now behaves like excepted (= W3C standard) (chregu, uwe)

22 years agos/==/=/
Sascha Schumann [Sat, 13 Apr 2002 09:26:29 +0000 (09:26 +0000)]
s/==/=/

22 years ago- Also raise a different error message if we don't specify any package at all.
Markus Fischer [Sat, 13 Apr 2002 06:00:36 +0000 (06:00 +0000)]
- Also raise a different error message if we don't specify any package at all.

# We might consider giving the 'pear help uninstall' output to the user?

22 years ago- Prevent users from trying to make a static build with Apache2 using
foobar [Sat, 13 Apr 2002 05:58:29 +0000 (05:58 +0000)]
- Prevent users from trying to make a static build with Apache2 using
  --with-apache

# I have working --with-apache2 stuff also..need to test it a bit more
# before committing it..

22 years ago- Return a different error message if no package file was given at all.
Markus Fischer [Sat, 13 Apr 2002 05:52:54 +0000 (05:52 +0000)]
- Return a different error message if no package file was given at all.

22 years agooops
Rasmus Lerdorf [Sat, 13 Apr 2002 05:43:14 +0000 (05:43 +0000)]
oops

22 years ago- Properly format error message.
Markus Fischer [Sat, 13 Apr 2002 05:33:35 +0000 (05:33 +0000)]
- Properly format error message.

# Shouldn't this 'throw' an PEAR Error object ?

22 years ago- Fix a possible memory leak in xml_set_handler().
Markus Fischer [Sat, 13 Apr 2002 05:06:33 +0000 (05:06 +0000)]
- Fix a possible memory leak in xml_set_handler().

  I stumbled over this while trying out 'pear package' which, while doing
  xml parsing, re-assigns the variaous callback handlers depending
  on the version during xml processing.

  If this check causes problems, let me know.

22 years agoInitial commit of the built-in libgd based on GD-2.0.1
Rasmus Lerdorf [Sat, 13 Apr 2002 02:03:09 +0000 (02:03 +0000)]
Initial commit of the built-in libgd based on GD-2.0.1
This initial checkin has no changes to any of the libgd code so it can
be used as a basis for diffs.  It also will not build currently because
of this.  The PHP gd checks need to be incorporated along with a bit of
other config magic.  It also shouldn't break the build and will only
take effect if you use --with-gd=php right now.

22 years agoDo NOT use c++ comments in c code!!!!!
foobar [Sat, 13 Apr 2002 00:31:55 +0000 (00:31 +0000)]
Do NOT use c++ comments in c code!!!!!

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

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

22 years ago* cvstag command: tag slide option is -f, not -F
Stig Bakken [Sat, 13 Apr 2002 00:23:19 +0000 (00:23 +0000)]
* cvstag command: tag slide option is -f, not -F

22 years ago* missing file role message could be mistaken for missing maintainer role
Stig Bakken [Sat, 13 Apr 2002 00:20:40 +0000 (00:20 +0000)]
* missing file role message could be mistaken for missing maintainer role

22 years ago* add cookie authentication to PEAR_Remote (temporarily in addition to http auth)
Stig Bakken [Sat, 13 Apr 2002 00:13:37 +0000 (00:13 +0000)]
* add cookie authentication to PEAR_Remote (temporarily in addition to http auth)

22 years ago- Added checks to prevent building the DSO with wrong configure option.
foobar [Fri, 12 Apr 2002 22:59:07 +0000 (22:59 +0000)]
- Added checks to prevent building the DSO with wrong configure option.

22 years agoFix a typo and a build error detected by the lovely HPUX11 ANSI C compiler.
Aaron Bannert [Fri, 12 Apr 2002 22:25:29 +0000 (22:25 +0000)]
Fix a typo and a build error detected by the lovely HPUX11 ANSI C compiler.

22 years agoFix the build.
foobar [Fri, 12 Apr 2002 22:02:28 +0000 (22:02 +0000)]
Fix the build.
# Marcus, do you TEST build at all before you commit?!

22 years agoDo NOT use C++ comments in C code.
foobar [Fri, 12 Apr 2002 21:19:59 +0000 (21:19 +0000)]
Do NOT use C++ comments in C code.

22 years agoremove this, since it doesn't describe the current process, and is
jim winstead [Fri, 12 Apr 2002 20:20:20 +0000 (20:20 +0000)]
remove this, since it doesn't describe the current process, and is
under a silly license.

22 years agofix build with ZE2
Wez Furlong [Fri, 12 Apr 2002 19:26:08 +0000 (19:26 +0000)]
fix build with ZE2

22 years agofix segfault
Wez Furlong [Fri, 12 Apr 2002 18:17:19 +0000 (18:17 +0000)]
fix segfault

22 years agoGone they are.. files related to the old build-system
Sascha Schumann [Fri, 12 Apr 2002 17:28:41 +0000 (17:28 +0000)]
Gone they are.. files related to the old build-system

22 years ago - MFB (4_2_0)
Jan Lehnardt [Fri, 12 Apr 2002 16:54:01 +0000 (16:54 +0000)]
 - MFB (4_2_0)

22 years agoIni settings for internal encoding and decoding of Unicode and JIS formatted user...
Marcus Boerger [Fri, 12 Apr 2002 16:35:56 +0000 (16:35 +0000)]
Ini settings for internal encoding and decoding of Unicode and JIS formatted user comments.
@- Ini settings for encoding/decoding Unicode/JIS user comments (Marcus)

22 years agoRemoving a unused local variable.
Frank M. Kromann [Fri, 12 Apr 2002 16:25:31 +0000 (16:25 +0000)]
Removing a unused local variable.
Setting the size before returning the value in readgzfile

22 years ago-new function php_mb_check_encoding_list
Marcus Boerger [Fri, 12 Apr 2002 16:17:16 +0000 (16:17 +0000)]
-new function php_mb_check_encoding_list
-mark module globals as const (thread safety)

22 years agoThis test should be skipped if(!cgi)
Sander Roobol [Fri, 12 Apr 2002 15:25:54 +0000 (15:25 +0000)]
This test should be skipped if(!cgi)

22 years ago-fix mb_detect_order
Marcus Boerger [Fri, 12 Apr 2002 14:24:54 +0000 (14:24 +0000)]
-fix mb_detect_order
-php_mbstring_parse_encoding_list/array return 0 on any illegal input

22 years ago- added method DomNode->remove_child()
Uwe Steinmann [Fri, 12 Apr 2002 13:23:07 +0000 (13:23 +0000)]
- added method DomNode->remove_child()

22 years ago- fixed stupid compile error
Uwe Steinmann [Fri, 12 Apr 2002 11:47:48 +0000 (11:47 +0000)]
- fixed stupid compile error

22 years ago- insert_before(): copy node before doing the insert
Uwe Steinmann [Fri, 12 Apr 2002 11:32:23 +0000 (11:32 +0000)]
- insert_before(): copy node before doing the insert
- append_child(): actually do an append child and not and add sibling
- what is called xmlDtd in libxml is actually the class DocumentType
  in DOM. The domxml extension used a class DomDtd which is not defined
in the DOM standard. Instead of using DomDtd DomDocumentType is now
used. DomDtd has been renamed to Dtd but has not meaning anymore.
- added more functions

22 years agoSync with php4dllts.
Sebastian Bergmann [Fri, 12 Apr 2002 05:35:50 +0000 (05:35 +0000)]
Sync with php4dllts.

22 years agoEnable CGI binary for testing. CGI binary should be used when it's
Yasuo Ohgaki [Fri, 12 Apr 2002 01:34:06 +0000 (01:34 +0000)]
Enable CGI binary for testing. CGI binary should be used when it's
available, since some tests cannot be performed by CLI. (And
many of them are just failing now)
Fixed SAPI and VERSION output.

22 years agoBe nice to php.ini-recommended users.
Yasuo Ohgaki [Fri, 12 Apr 2002 01:13:01 +0000 (01:13 +0000)]
Be nice to php.ini-recommended users.
php.ini-recommended uses output buffer resulting delayed output during
"make test". User php.ini file is used anyway, since run-tests.php
invoke php for each test from there.

22 years agoThis exif test was failing because the \0's in the expected output had
Rasmus Lerdorf [Fri, 12 Apr 2002 01:07:46 +0000 (01:07 +0000)]
This exif test was failing because the \0's in the expected output had
disappeared.  It may be CVS doing this.  I have put the nulls back, but we
may have to mark this as a binary file in th cvswrappers, or rewrite the
test to not output nulls.

22 years agoUpdate Sablotron version supported.
Yasuo Ohgaki [Fri, 12 Apr 2002 00:44:59 +0000 (00:44 +0000)]
Update Sablotron version supported.

22 years agoNEWS update
<changelog@php.net> [Fri, 12 Apr 2002 00:26:32 +0000 (00:26 +0000)]
NEWS update

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