]> granicus.if.org Git - php/log
php
22 years agofixes a warning when compiling under win32
Harald Radi [Mon, 22 Apr 2002 18:02:01 +0000 (18:02 +0000)]
fixes a warning when compiling under win32

22 years agoRefine the OS X support a bit
Marko Karppinen [Mon, 22 Apr 2002 15:37:54 +0000 (15:37 +0000)]
Refine the OS X support a bit

22 years agoMerged the Mac OS X compile changes from the Apache 1.3 SAPI.
Marko Karppinen [Mon, 22 Apr 2002 15:25:17 +0000 (15:25 +0000)]
Merged the Mac OS X compile changes from the Apache 1.3 SAPI.
--with-apxs2 should now work on Mac OS X / Darwin.
# Not tested, though. So shoot me! :)

22 years agoPrettify the NEWS entries
Marko Karppinen [Mon, 22 Apr 2002 14:55:51 +0000 (14:55 +0000)]
Prettify the NEWS entries
# So that Jani doesn't have to do it every time!

22 years agoLet's pretend this is up-to-date now
Marko Karppinen [Mon, 22 Apr 2002 14:45:13 +0000 (14:45 +0000)]
Let's pretend this is up-to-date now

22 years agochanges related to the latest commit of the zend engine
Harald Radi [Mon, 22 Apr 2002 14:25:46 +0000 (14:25 +0000)]
changes related to the latest commit of the zend engine

22 years agoadded get_class_entry callback handler to the
Harald Radi [Mon, 22 Apr 2002 14:22:27 +0000 (14:22 +0000)]
added get_class_entry callback handler to the
object handlers structure

22 years agoReverting my previous patch.
Edin Kadribasic [Mon, 22 Apr 2002 12:00:53 +0000 (12:00 +0000)]
Reverting my previous patch.

22 years agoMFZE1: Change default value of inline-opt to yes (Sascha).
Sebastian Bergmann [Mon, 22 Apr 2002 11:06:22 +0000 (11:06 +0000)]
MFZE1: Change default value of inline-opt to yes (Sascha).

22 years agofixed linkage warning under win32
Harald Radi [Mon, 22 Apr 2002 09:33:25 +0000 (09:33 +0000)]
fixed linkage warning under win32

22 years ago* Due to the recent changes in the installer stuff, the webinstaller
Martin Jansen [Mon, 22 Apr 2002 09:11:06 +0000 (09:11 +0000)]
* Due to the recent changes in the installer stuff, the webinstaller
  is not supported at the moment.

22 years agohash keys lengths include the NUL-byte, so we need to copy one byte less.
Sascha Schumann [Mon, 22 Apr 2002 08:18:19 +0000 (08:18 +0000)]
hash keys lengths include the NUL-byte, so we need to copy one byte less.

also add missing commas in the INSERT clause.

Noticed by: Yasuo Ohgaki

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

22 years agomissing .cvsignore
foobar [Sun, 21 Apr 2002 22:28:37 +0000 (22:28 +0000)]
missing .cvsignore

22 years agofixed problem when multibyte character is included in file path on Windows. If _MBCS...
Rui Hirokawa [Sun, 21 Apr 2002 22:20:14 +0000 (22:20 +0000)]
fixed problem when multibyte character is included in file path on Windows. If _MBCS is defined, _tcstok is defined as _mbstrtok which is multibyte enabled strtok. If _MBCS is not defined, _tcstok is defined as strtok.

22 years agosmall performance improvement when pass is selected as input encoding.
Rui Hirokawa [Sun, 21 Apr 2002 22:06:55 +0000 (22:06 +0000)]
small performance improvement when pass is selected as input encoding.

22 years agoAdded ..\..\..\php_build\lib\apache2 to libpath and
Edin Kadribasic [Sun, 21 Apr 2002 20:36:08 +0000 (20:36 +0000)]
Added ..\..\..\php_build\lib\apache2 to libpath and
..\..\..\php_build\include\apache2 to includepath

22 years agoApply that patch I wrote ages ago that fixes some problems with true-color
Wez Furlong [Sun, 21 Apr 2002 13:48:22 +0000 (13:48 +0000)]
Apply that patch I wrote ages ago that fixes some problems with true-color
vs palette based handling.
Also implements the gdImageStringFTEx function.

22 years ago* more uniform "level 2 debug messages"
Stig Bakken [Sun, 21 Apr 2002 11:46:41 +0000 (11:46 +0000)]
* more uniform "level 2 debug messages"
* don't add dirname(file) to install path if install-as attribute is set

22 years agorefactoring in pgsql_do_connect and some "leaner" code in pgsql_add_quotes
Sascha Schumann [Sun, 21 Apr 2002 11:29:17 +0000 (11:29 +0000)]
refactoring in pgsql_do_connect and some "leaner" code in pgsql_add_quotes

22 years agoAvoid allocating resources, if we know that the input array is empty.
Sascha Schumann [Sun, 21 Apr 2002 10:44:31 +0000 (10:44 +0000)]
Avoid allocating resources, if we know that the input array is empty.

Also pass tsrmls to do_exec.

22 years agospeling fix and s/FAILURE/HASH_KEY_NON_EXISTANT/
Sascha Schumann [Sun, 21 Apr 2002 10:37:40 +0000 (10:37 +0000)]
speling fix and s/FAILURE/HASH_KEY_NON_EXISTANT/

22 years agoThe default has been changed to assume failure, because there were 5-10
Sascha Schumann [Sun, 21 Apr 2002 10:28:01 +0000 (10:28 +0000)]
The default has been changed to assume failure, because there were 5-10
cases of failure and one success.

22 years agoAdd PGSQL_RETURN_OID which encapsulates the LONG_MAX check etc.
Sascha Schumann [Sun, 21 Apr 2002 10:22:31 +0000 (10:22 +0000)]
Add PGSQL_RETURN_OID which encapsulates the LONG_MAX check etc.

Add a few missing smart_str_0's.

Remove a "(" in a probably less-tested #ifdef.. branch

22 years agoAlso support --disable-shared installations of pgsql
Sascha Schumann [Sun, 21 Apr 2002 10:18:34 +0000 (10:18 +0000)]
Also support --disable-shared installations of pgsql

22 years ago* set version to 0.9.1-dev
Stig Bakken [Sun, 21 Apr 2002 10:17:13 +0000 (10:17 +0000)]
* set version to 0.9.1-dev

22 years ago* PHP_PREFIX constant is not defined, use bin_dir pear config instead
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

22 years agoMy patch as posted to php-dev + warnings/errors fixed as seen in
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.

22 years ago* Remove package directory if empty during uninstall process
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.

22 years agoTiny typo..
foobar [Sun, 21 Apr 2002 02:50:38 +0000 (02:50 +0000)]
Tiny typo..

22 years agoBail on no HTTP.php present in the system
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

22 years agotypo
Tomas V.V.Cox [Sun, 21 Apr 2002 01:32:03 +0000 (01:32 +0000)]
typo

22 years agosimplify and improve speed of smart_str_print_long.
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.

22 years agoexpletives deleted.
Sterling Hughes [Sun, 21 Apr 2002 00:41:38 +0000 (00:41 +0000)]
expletives deleted.

22 years agosome more fixes towards making it work again
Sterling Hughes [Sun, 21 Apr 2002 00:27:05 +0000 (00:27 +0000)]
some more fixes towards making it work again

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

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

22 years agoMFZE1
Zeev Suraski [Sat, 20 Apr 2002 20:14:14 +0000 (20:14 +0000)]
MFZE1

22 years agoallocate space for NUL
Sascha Schumann [Sat, 20 Apr 2002 18:58:20 +0000 (18:58 +0000)]
allocate space for NUL

22 years ago- initialize globals properly
Derick Rethans [Sat, 20 Apr 2002 18:33:54 +0000 (18:33 +0000)]
- initialize globals properly

22 years agoinclude the checks for various support libraries to --with-gd=php section. the
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.

22 years agos/.o/.c/
jim winstead [Sat, 20 Apr 2002 17:24:37 +0000 (17:24 +0000)]
s/.o/.c/

22 years agorealloc buffer down
Sterling Hughes [Sat, 20 Apr 2002 16:08:30 +0000 (16:08 +0000)]
realloc buffer down

22 years agoIf I don't want mbstring, I also don't want this transparent encoding
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.

22 years agoMake pg_lo_import()/pg_lo_unlink()/pg_lo_open()/pg_lo_export() work with oid larger...
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)

22 years ago- Add missing .cvsignore
Derick Rethans [Sat, 20 Apr 2002 11:11:49 +0000 (11:11 +0000)]
- Add missing .cvsignore

22 years agoAnother .cvsignore update
Sander Roobol [Sat, 20 Apr 2002 09:32:52 +0000 (09:32 +0000)]
Another .cvsignore update

22 years agoRemoved makefiles from most .cvsignores and some minor cleanups.
Sander Roobol [Sat, 20 Apr 2002 09:32:42 +0000 (09:32 +0000)]
Removed makefiles from most .cvsignores and some minor cleanups.

22 years agoAdded missing .cvsignore
Sander Roobol [Sat, 20 Apr 2002 08:25:00 +0000 (08:25 +0000)]
Added missing .cvsignore

22 years agoAdded comment to fix large OID value handling later.
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.

22 years agoAdded missing 'd'.
Yasuo Ohgaki [Sat, 20 Apr 2002 03:50:21 +0000 (03:50 +0000)]
Added missing 'd'.

22 years agoSome cleanup.
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

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