]>
granicus.if.org Git - php/log
Stig Bakken [Sun, 21 Apr 2002 10:16:32 +0000 (10:16 +0000)]
* PHP_PREFIX constant is not defined, use bin_dir pear config instead
Sascha Schumann [Sun, 21 Apr 2002 09:46:29 +0000 (09:46 +0000)]
My patch as posted to php-dev + warnings/errors fixed as seen in
Yasuo's reply.
Martin Jansen [Sun, 21 Apr 2002 06:17:53 +0000 (06:17 +0000)]
* Remove package directory if empty during uninstall process
* Don't baseinstalldir for documentation.
foobar [Sun, 21 Apr 2002 02:50:38 +0000 (02:50 +0000)]
Tiny typo..
Tomas V.V.Cox [Sun, 21 Apr 2002 01:34:49 +0000 (01:34 +0000)]
Bail on no HTTP.php present in the system
Let "pear download" act ala wget
Tomas V.V.Cox [Sun, 21 Apr 2002 01:32:03 +0000 (01:32 +0000)]
typo
Sascha Schumann [Sun, 21 Apr 2002 01:17:49 +0000 (01:17 +0000)]
simplify and improve speed of smart_str_print_long.
also add a variant for unsigned numbers.
Sterling Hughes [Sun, 21 Apr 2002 00:41:38 +0000 (00:41 +0000)]
expletives deleted.
Sterling Hughes [Sun, 21 Apr 2002 00:27:05 +0000 (00:27 +0000)]
some more fixes towards making it work again
<changelog@php.net> [Sun, 21 Apr 2002 00:18:33 +0000 (00:18 +0000)]
NEWS update
<changelog@php.net> [Sun, 21 Apr 2002 00:18:00 +0000 (00:18 +0000)]
ChangeLog update
Zeev Suraski [Sat, 20 Apr 2002 20:14:14 +0000 (20:14 +0000)]
MFZE1
Sascha Schumann [Sat, 20 Apr 2002 18:58:20 +0000 (18:58 +0000)]
allocate space for NUL
Derick Rethans [Sat, 20 Apr 2002 18:33:54 +0000 (18:33 +0000)]
- initialize globals properly
jim winstead [Sat, 20 Apr 2002 18:02:14 +0000 (18:02 +0000)]
include the checks for various support libraries to --with-gd=php section. the
libgd stuff needs some additional checks to handle the presence/absence of
things like libpng, but this helps when most things are included.
jim winstead [Sat, 20 Apr 2002 17:24:37 +0000 (17:24 +0000)]
s/.o/.c/
Sterling Hughes [Sat, 20 Apr 2002 16:08:30 +0000 (16:08 +0000)]
realloc buffer down
Sascha Schumann [Sat, 20 Apr 2002 15:17:57 +0000 (15:17 +0000)]
If I don't want mbstring, I also don't want this transparent encoding
thingee which caused an undefined reference in main.o.
Yasuo Ohgaki [Sat, 20 Apr 2002 14:06:47 +0000 (14:06 +0000)]
Make pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export() work with oid larger than 2^31.
@Added large OID value (2^31 to 2^32) support for pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export(). (Yasuo)
Derick Rethans [Sat, 20 Apr 2002 11:11:49 +0000 (11:11 +0000)]
- Add missing .cvsignore
Sander Roobol [Sat, 20 Apr 2002 09:32:52 +0000 (09:32 +0000)]
Another .cvsignore update
Sander Roobol [Sat, 20 Apr 2002 09:32:42 +0000 (09:32 +0000)]
Removed makefiles from most .cvsignores and some minor cleanups.
Sander Roobol [Sat, 20 Apr 2002 08:25:00 +0000 (08:25 +0000)]
Added missing .cvsignore
Yasuo Ohgaki [Sat, 20 Apr 2002 04:17:17 +0000 (04:17 +0000)]
Added comment to fix large OID value handling later.
Fixed wrong conversion specifiers.
Yasuo Ohgaki [Sat, 20 Apr 2002 03:50:21 +0000 (03:50 +0000)]
Added missing 'd'.
Yasuo Ohgaki [Sat, 20 Apr 2002 03:37:01 +0000 (03:37 +0000)]
Some cleanup.
More OID range related fixes.
# Need a little more work for OID
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.
Yasuo Ohgaki [Sat, 20 Apr 2002 02:38:30 +0000 (02:38 +0000)]
Added API version for C programs
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.
foobar [Sat, 20 Apr 2002 02:19:43 +0000 (02:19 +0000)]
We call them "extension"..and again, missing period. :-p
<changelog@php.net> [Sat, 20 Apr 2002 00:19:55 +0000 (00:19 +0000)]
NEWS update
<changelog@php.net> [Sat, 20 Apr 2002 00:19:10 +0000 (00:19 +0000)]
ChangeLog update
Sterling Hughes [Fri, 19 Apr 2002 23:46:09 +0000 (23:46 +0000)]
throw a warning if encoding support not available...
Sterling Hughes [Fri, 19 Apr 2002 22:34:45 +0000 (22:34 +0000)]
update todo a bit
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
Adam Dickmeiss [Fri, 19 Apr 2002 20:15:40 +0000 (20:15 +0000)]
Indentation;)
Adam Dickmeiss [Fri, 19 Apr 2002 20:03:47 +0000 (20:03 +0000)]
fix warning
Andrei Zmievski [Fri, 19 Apr 2002 17:23:22 +0000 (17:23 +0000)]
Revert bogus patch.
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).
Sebastian Bergmann [Fri, 19 Apr 2002 16:43:27 +0000 (16:43 +0000)]
MFZE1: Fix imbalance bug (Zeev).
Derick Rethans [Fri, 19 Apr 2002 14:57:46 +0000 (14:57 +0000)]
- Fix warnings in VC
Stig Bakken [Fri, 19 Apr 2002 14:01:51 +0000 (14:01 +0000)]
* add http_proxy config setting
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
Stig Bakken [Fri, 19 Apr 2002 14:00:14 +0000 (14:00 +0000)]
* reintroduce (un)install -r option for Registeration only
Stig Bakken [Fri, 19 Apr 2002 13:58:25 +0000 (13:58 +0000)]
* fix phpdoc
Yasuo Ohgaki [Fri, 19 Apr 2002 13:09:09 +0000 (13:09 +0000)]
Fixed pg_insert/update/select/delete overflow.
Yasuo Ohgaki [Fri, 19 Apr 2002 12:24:58 +0000 (12:24 +0000)]
Update tests
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)
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.
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.
Yasuo Ohgaki [Fri, 19 Apr 2002 07:56:41 +0000 (07:56 +0000)]
Remove compiler warnings
Yasuo Ohgaki [Fri, 19 Apr 2002 07:55:24 +0000 (07:55 +0000)]
Fixed file include error
Yasuo Ohgaki [Fri, 19 Apr 2002 07:54:52 +0000 (07:54 +0000)]
Remove warning.
Yasuo Ohgaki [Fri, 19 Apr 2002 07:51:00 +0000 (07:51 +0000)]
Fixed test title (strlen -> mb_strlen)
Yasuo Ohgaki [Fri, 19 Apr 2002 07:47:53 +0000 (07:47 +0000)]
Leave "" (null string) when converting.
Yasuo Ohgaki [Fri, 19 Apr 2002 07:33:51 +0000 (07:33 +0000)]
Remove warnings
Yasuo Ohgaki [Fri, 19 Apr 2002 07:13:55 +0000 (07:13 +0000)]
Added mbstring.func_overload directive
Yasuo Ohgaki [Fri, 19 Apr 2002 07:08:26 +0000 (07:08 +0000)]
Fixed messages
Yasuo Ohgaki [Fri, 19 Apr 2002 06:33:55 +0000 (06:33 +0000)]
Remove gargabe
Yasuo Ohgaki [Fri, 19 Apr 2002 06:32:26 +0000 (06:32 +0000)]
Enable mbstring by default.
@ mbstring module is enabled by default (Yasuo)
Yasuo Ohgaki [Fri, 19 Apr 2002 06:30:14 +0000 (06:30 +0000)]
Added description to mbstring ini entries
Yasuo Ohgaki [Fri, 19 Apr 2002 05:48:22 +0000 (05:48 +0000)]
Avoid defining/using S_ISDIR macro.
<changelog@php.net> [Fri, 19 Apr 2002 00:22:58 +0000 (00:22 +0000)]
ChangeLog update
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)
Aaron Bannert [Thu, 18 Apr 2002 22:47:13 +0000 (22:47 +0000)]
Document the new PHPINIDir directive in the apache2filter/README.
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
Martin Jansen [Thu, 18 Apr 2002 18:04:06 +0000 (18:04 +0000)]
* Add API documentation.
Sebastian Bergmann [Thu, 18 Apr 2002 17:56:53 +0000 (17:56 +0000)]
Allow for PCRE to be disabled.
Sebastian Bergmann [Thu, 18 Apr 2002 16:48:03 +0000 (16:48 +0000)]
Make use of HAVE_MYSQL. Reviewed by: Sterling.
Sebastian Bergmann [Thu, 18 Apr 2002 16:39:30 +0000 (16:39 +0000)]
Conditionally include mbstring.h.
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.
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>
Sander Roobol [Thu, 18 Apr 2002 14:05:28 +0000 (14:05 +0000)]
Removed redefinition of MIN()
Sander Roobol [Thu, 18 Apr 2002 14:04:10 +0000 (14:04 +0000)]
Removing unused variable
Derick Rethans [Thu, 18 Apr 2002 12:30:18 +0000 (12:30 +0000)]
- MFH: Make DBA compile as a shared module again
Sebastian Bergmann [Thu, 18 Apr 2002 11:58:08 +0000 (11:58 +0000)]
Some cleanup for the Win32 build configuration.
Harald Radi [Thu, 18 Apr 2002 10:05:47 +0000 (10:05 +0000)]
whitespace fixes
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.
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.
<changelog@php.net> [Thu, 18 Apr 2002 00:21:57 +0000 (00:21 +0000)]
ChangeLog update
Sebastian Bergmann [Wed, 17 Apr 2002 18:14:03 +0000 (18:14 +0000)]
Whitespace fixes.
Sebastian Bergmann [Wed, 17 Apr 2002 18:11:53 +0000 (18:11 +0000)]
Only include php_bcmath.h when WITH_BCMATH=true.
Sebastian Bergmann [Wed, 17 Apr 2002 18:10:35 +0000 (18:10 +0000)]
Give HAVE_MYSQL meaning on Win32.
Sebastian Bergmann [Wed, 17 Apr 2002 17:57:40 +0000 (17:57 +0000)]
Give HAVE_UODBC 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.
Sebastian Bergmann [Wed, 17 Apr 2002 17:38:03 +0000 (17:38 +0000)]
Give HAVE_FTP meaning on Win32.
Sebastian Bergmann [Wed, 17 Apr 2002 17:33:14 +0000 (17:33 +0000)]
Remove bogus includes.
Sebastian Bergmann [Wed, 17 Apr 2002 17:25:18 +0000 (17:25 +0000)]
Patch by Marcus Börger.
Stig Bakken [Wed, 17 Apr 2002 08:22:56 +0000 (08:22 +0000)]
* doooh!
Uwe Steinmann [Wed, 17 Apr 2002 07:33:39 +0000 (07:33 +0000)]
- fixed memory leak
Sebastian Bergmann [Wed, 17 Apr 2002 05:21:04 +0000 (05:21 +0000)]
SPACEs->TAB.
Sebastian Bergmann [Wed, 17 Apr 2002 05:19:10 +0000 (05:19 +0000)]
Beautify.
Sebastian Bergmann [Wed, 17 Apr 2002 05:16:42 +0000 (05:16 +0000)]
Forgot adding phpext_tokenizer_ptr.
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.
<changelog@php.net> [Wed, 17 Apr 2002 00:25:55 +0000 (00:25 +0000)]
ChangeLog update
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
Stig Bakken [Tue, 16 Apr 2002 21:50:48 +0000 (21:50 +0000)]
* added DB::isConnection
* phpdoc fixes
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)
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>
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 :)