]> granicus.if.org Git - php/log
php
22 years agoDo not add redundant id attribute. It doesn't make the output any
jim winstead [Thu, 25 Apr 2002 22:12:38 +0000 (22:12 +0000)]
Do not add redundant id attribute. It doesn't make the output any
more standards compliant.

22 years agoSome systems have mysql socket in /var/run/mysql
Edin Kadribasic [Thu, 25 Apr 2002 21:07:36 +0000 (21:07 +0000)]
Some systems have mysql socket in /var/run/mysql

22 years agoMFB
Edin Kadribasic [Thu, 25 Apr 2002 17:20:14 +0000 (17:20 +0000)]
MFB

22 years agofixed directory access problem when direcory name is encoded in japanese Shift_JIS...
Rui Hirokawa [Thu, 25 Apr 2002 14:43:40 +0000 (14:43 +0000)]
fixed directory access problem when direcory name is encoded in japanese Shift_JIS encoding.

22 years ago* fix warning
Stig Bakken [Thu, 25 Apr 2002 09:13:55 +0000 (09:13 +0000)]
* fix warning

22 years agoTouch generated file to increase timestamp
Sascha Schumann [Thu, 25 Apr 2002 09:02:01 +0000 (09:02 +0000)]
Touch generated file to increase timestamp

22 years agoalready defined in zend_config.win32.h
Harald Radi [Thu, 25 Apr 2002 09:01:35 +0000 (09:01 +0000)]
already defined in zend_config.win32.h

22 years agounbreak the win32 build
Harald Radi [Thu, 25 Apr 2002 08:59:36 +0000 (08:59 +0000)]
unbreak the win32 build

22 years agoAdded test for pg_fetch_*() functions
Yasuo Ohgaki [Thu, 25 Apr 2002 07:52:01 +0000 (07:52 +0000)]
Added test for pg_fetch_*() functions

22 years agoRevert last 2 commits.
Yasuo Ohgaki [Thu, 25 Apr 2002 07:09:45 +0000 (07:09 +0000)]
Revert last 2 commits.
# Most PostgreSQL users should enable multibyte support ;)

22 years ago- Fix for bug #16811
Derick Rethans [Thu, 25 Apr 2002 06:43:11 +0000 (06:43 +0000)]
- Fix for bug #16811

22 years ago- Fix for bug #14353
Derick Rethans [Thu, 25 Apr 2002 06:37:22 +0000 (06:37 +0000)]
- Fix for bug #14353

22 years ago- Fix for bug 16810 (XHTML compliance)
Derick Rethans [Thu, 25 Apr 2002 06:30:09 +0000 (06:30 +0000)]
- Fix for bug 16810 (XHTML compliance)

22 years agoFix version in message
Yasuo Ohgaki [Thu, 25 Apr 2002 02:40:58 +0000 (02:40 +0000)]
Fix version in message

22 years agofine-tuning
foobar [Thu, 25 Apr 2002 02:11:37 +0000 (02:11 +0000)]
fine-tuning

22 years agoOnly support the new libexpat.
foobar [Thu, 25 Apr 2002 01:47:35 +0000 (01:47 +0000)]
Only support the new libexpat.

22 years agopg_client_encoding/pg_set_client_encoding should be compiled always.
Yasuo Ohgaki [Thu, 25 Apr 2002 01:42:23 +0000 (01:42 +0000)]
pg_client_encoding/pg_set_client_encoding should be compiled always.
Recent libpq has PQclientEncoding/PQsetClientEncoding regarless of
multibyte support enabled or not.

Reported by c@cornelia-boenigk.de

# This should be merged, but need a little more testing.

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

22 years agoRemove result_type from pg_fetch_object() proto.
Yasuo Ohgaki [Wed, 24 Apr 2002 23:03:48 +0000 (23:03 +0000)]
Remove result_type from pg_fetch_object() proto.
It still accepts 3rd argument, but passing 3rd argument
does not make sense for pg_fetch_object().

22 years agoIt does not make any sense to have a PGSQL_BOTH as a default for pg_fetch_object()
Yasuo Ohgaki [Wed, 24 Apr 2002 22:57:21 +0000 (22:57 +0000)]
It does not make any sense to have a PGSQL_BOTH as a default for pg_fetch_object()
Noticed by c@cornelia-boenigk.de

22 years agoclearing up some code to remove any possible confusion in variable counts
Dan Kalowsky [Wed, 24 Apr 2002 22:07:29 +0000 (22:07 +0000)]
clearing up some code to remove any possible confusion in variable counts

22 years ago- Fixed a typo..
foobar [Wed, 24 Apr 2002 18:00:39 +0000 (18:00 +0000)]
- Fixed a typo..
# not related to the localhost.localdomain thing..

22 years agoInit output_start_* to avoid "output started at ZZZZZ" messages
Stanislav Malyshev [Wed, 24 Apr 2002 16:53:07 +0000 (16:53 +0000)]
Init output_start_* to avoid "output started at ZZZZZ" messages
(which may result when output started while zend is neither compiling nor
executing - e.g., when file upload fails).

22 years agoMFZE1 saschas 'Avoid exceeding buffer limits' patch
Harald Radi [Wed, 24 Apr 2002 15:46:40 +0000 (15:46 +0000)]
MFZE1 saschas 'Avoid exceeding buffer limits' patch

22 years ago*** empty log message ***
Andrei Zmievski [Wed, 24 Apr 2002 15:30:59 +0000 (15:30 +0000)]
*** empty log message ***

22 years ago- Do the ssl_onceonlyinit() as last. This is how c-client creates
foobar [Wed, 24 Apr 2002 15:29:52 +0000 (15:29 +0000)]
- Do the ssl_onceonlyinit() as last. This is how c-client creates
  the linkage.c (used by Pine).

22 years ago- Missing .libs line..
foobar [Wed, 24 Apr 2002 15:28:50 +0000 (15:28 +0000)]
- Missing .libs line..
# whoever removed all the .libs lines from these files,
# please put them back.

22 years agoFix Bug #14795.
Andrei Zmievski [Wed, 24 Apr 2002 15:23:43 +0000 (15:23 +0000)]
Fix Bug #14795.

22 years agoFix unwanted type conversion in array_merge_recursive (Bug #14990).
Andrei Zmievski [Wed, 24 Apr 2002 15:01:53 +0000 (15:01 +0000)]
Fix unwanted type conversion in array_merge_recursive (Bug #14990).

22 years agoOne big mess is a bit less mess now.
foobar [Wed, 24 Apr 2002 12:45:55 +0000 (12:45 +0000)]
One big mess is a bit less mess now.

22 years ago- Put news item about changes of domxml in
Uwe Steinmann [Wed, 24 Apr 2002 08:04:36 +0000 (08:04 +0000)]
- Put news item about changes of domxml in

22 years agoMerge fixes
Derick Rethans [Wed, 24 Apr 2002 06:40:36 +0000 (06:40 +0000)]
Merge fixes

22 years agoFix ZTS build.
foobar [Wed, 24 Apr 2002 05:49:57 +0000 (05:49 +0000)]
Fix ZTS build.

22 years agoAdded the 4.2.1 entries here too.
foobar [Wed, 24 Apr 2002 02:06:33 +0000 (02:06 +0000)]
Added the 4.2.1 entries here too.

22 years agofixed the comment..
foobar [Wed, 24 Apr 2002 01:51:12 +0000 (01:51 +0000)]
fixed the comment..

22 years agoApache does a full load, unload, load cycle for each DSO module.
Aaron Bannert [Wed, 24 Apr 2002 00:55:38 +0000 (00:55 +0000)]
Apache does a full load, unload, load cycle for each DSO module.
This patch makes sure that any startup actions that are performed
for PHP don't happen until the second load (the second call to
the post_config hook), and it also prevents subsequent calls
to the initialization routines.

Suggested By:   Cliff Woolley

PR: 16475, 16754

22 years ago* add "_lastmodified" timestamp to registry files (don't trust filemtime)
Stig Bakken [Wed, 24 Apr 2002 00:48:06 +0000 (00:48 +0000)]
* add "_lastmodified" timestamp to registry files (don't trust filemtime)

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

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

22 years ago0.9.1 release notes ++
Stig Bakken [Tue, 23 Apr 2002 23:37:07 +0000 (23:37 +0000)]
0.9.1 release notes ++

22 years ago* make validator work again
Stig Bakken [Tue, 23 Apr 2002 23:36:54 +0000 (23:36 +0000)]
* make validator work again

22 years agoFixed the extension name.
foobar [Tue, 23 Apr 2002 23:30:20 +0000 (23:30 +0000)]
Fixed the extension name.

22 years ago* roll out 1.2 release
Stig Bakken [Tue, 23 Apr 2002 23:29:16 +0000 (23:29 +0000)]
* roll out 1.2 release

22 years agoWrong variable used here..
foobar [Tue, 23 Apr 2002 23:17:41 +0000 (23:17 +0000)]
Wrong variable used here..

22 years agows fix
foobar [Tue, 23 Apr 2002 22:45:51 +0000 (22:45 +0000)]
ws fix

22 years ago- Fix proto.
Markus Fischer [Tue, 23 Apr 2002 22:22:17 +0000 (22:22 +0000)]
- Fix proto.

22 years ago- Fix pcntl_waitpid() [Fixes #16766].
Markus Fischer [Tue, 23 Apr 2002 21:21:41 +0000 (21:21 +0000)]
- Fix pcntl_waitpid() [Fixes #16766].

22 years agoAdd #ifdef.. around F_SETFD.
Sascha Schumann [Tue, 23 Apr 2002 19:58:31 +0000 (19:58 +0000)]
Add #ifdef.. around F_SETFD.

22 years agoFix TSRMLS_CC thingies.
Derick Rethans [Tue, 23 Apr 2002 19:01:31 +0000 (19:01 +0000)]
Fix TSRMLS_CC thingies.

22 years agosome type cleanup work
Harald Radi [Tue, 23 Apr 2002 18:06:54 +0000 (18:06 +0000)]
some type cleanup work

22 years ago- replace_child() will not add a child twice
Uwe Steinmann [Tue, 23 Apr 2002 13:24:25 +0000 (13:24 +0000)]
- replace_child() will not add a child twice
- domxml_open_mem() drops old optional parameter to switch between reading
  from a string or a file.
- new optional parameter for domxml_open_mem() which set the mode how the
  document shall be parsed

22 years agoapache_child_terminate() returns status as bool
Hartmut Holzgraefe [Tue, 23 Apr 2002 11:40:19 +0000 (11:40 +0000)]
apache_child_terminate() returns status as bool
proto fixes

22 years agoRemove unneeded 'return'.
Yasuo Ohgaki [Tue, 23 Apr 2002 08:10:45 +0000 (08:10 +0000)]
Remove unneeded 'return'.

22 years agoFix possible wide char prolem.
Yasuo Ohgaki [Tue, 23 Apr 2002 08:07:19 +0000 (08:07 +0000)]
Fix possible wide char prolem.
Fix empty output when no conversion is performed.
# Derick, this needs to be merged.

22 years ago* use PEAR_Common::downloadHttp()
Stig Bakken [Tue, 23 Apr 2002 07:01:45 +0000 (07:01 +0000)]
* use PEAR_Common::downloadHttp()

22 years ago* downloadHttp: pass the total number of bytes downloaded as parameter
Stig Bakken [Tue, 23 Apr 2002 06:49:10 +0000 (06:49 +0000)]
* downloadHttp: pass the total number of bytes downloaded as parameter
  to the 'done' callback

22 years ago* moved these "class variables" to global variables and added static methods for...
Stig Bakken [Tue, 23 Apr 2002 06:28:44 +0000 (06:28 +0000)]
* moved these "class variables" to global variables and added static methods for getting
  them: maintainer_roles, release_states, dependency_types, dependency_relations,
  file_roles, replacement_types
* added downloadHttp method with status callback support (can be used by installers
  to show download progress)

22 years ago- added new function DomDocument->ids (subject to change)
Uwe Steinmann [Tue, 23 Apr 2002 06:26:46 +0000 (06:26 +0000)]
- added new function DomDocument->ids (subject to change)

22 years ago- get_element_by_id() doesn't use xpath anymore but searches in
Uwe Steinmann [Tue, 23 Apr 2002 06:05:38 +0000 (06:05 +0000)]
- get_element_by_id() doesn't use xpath anymore but searches in
  xmlDoc->ids as provided by libxml.
- New function DomDocument->ids() returns a list of ids (subject to change)
- replace_node() doesn't make a copy of the new node if it has no parents

22 years agoNo need for an ifelse here (which was lacking a char anyway :-)
Sascha Schumann [Tue, 23 Apr 2002 05:06:51 +0000 (05:06 +0000)]
No need for an ifelse here (which was lacking a char anyway :-)

22 years agoMake pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible.
Yasuo Ohgaki [Tue, 23 Apr 2002 03:42:26 +0000 (03:42 +0000)]
Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible.
pg_convert() may ignore, NOT NULL and/or DEFAULT.
pg_insert/pg_update/pg_select/pg_update may return query string.

22 years agoThis was not supposed to be uncommented..yet.
foobar [Tue, 23 Apr 2002 03:02:20 +0000 (03:02 +0000)]
This was not supposed to be uncommented..yet.

22 years agoPart 4 of apache sapi build fixes:
foobar [Tue, 23 Apr 2002 03:01:30 +0000 (03:01 +0000)]
Part 4 of apache sapi build fixes:
- Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset
  redefinition warning is gone now.

22 years agoPart 3 of static apache build fixes:
foobar [Tue, 23 Apr 2002 02:58:54 +0000 (02:58 +0000)]
Part 3 of static apache build fixes:
- Use the PHP_CFLAGS when compiling the php4 module in apache tree.
- Use the apache include dir only when compiling sapi/apache
  o Fixes the fnmatch.h issue Wez complained about :)

22 years agoPart 2 of static apache build fixes:
foobar [Tue, 23 Apr 2002 02:51:17 +0000 (02:51 +0000)]
Part 2 of static apache build fixes:
- Added 2 variables to be used in libphp4.module
  o Apparently autoconf 2.53 screws abs_srcdir
- Made INCLUDES and EXTRA_INCLUDES available to be used with AC_OUTPUT()
  o Not related to the static apache build issues

22 years agoPart 1 of commits to fix some issues with static apache (1.3.x) compile:
foobar [Tue, 23 Apr 2002 02:47:34 +0000 (02:47 +0000)]
Part 1 of commits to fix some issues with static apache (1.3.x) compile:
- Made the OPENSSL_INCDIR available to be added in the PHP_CFLAGS
  in libphp4.module
- Make it possible to set SAPI specific include dirs

22 years agoMissing date for 4.2.0
foobar [Tue, 23 Apr 2002 01:44:46 +0000 (01:44 +0000)]
Missing date for 4.2.0

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

22 years agoChanged the error for 'no upload' to E_NOTICE so that it doesn't
foobar [Tue, 23 Apr 2002 00:14:08 +0000 (00:14 +0000)]
Changed the error for 'no upload' to E_NOTICE so that it doesn't
pollute the logs too much.

@- Fixed possible crash bug in HTTP uploads. (Patch: Lucas Schroeder)

22 years agofixed access problem when japanese Shift_JIS character is used as directory name...
Rui Hirokawa [Mon, 22 Apr 2002 22:14:39 +0000 (22:14 +0000)]
fixed access problem when japanese Shift_JIS character is used as directory name. Some characters in Shift_JIS are including 0x5c (slash) as second byte.

22 years agoremove unnecessary casts
Sascha Schumann [Mon, 22 Apr 2002 20:42:01 +0000 (20:42 +0000)]
remove unnecessary casts
# if you mind the bogus warnings, you can either switch the compiler
# or decrease the warning level

22 years agoSet the close-on-exec flag for fds. Child processes should not inherit
Sascha Schumann [Mon, 22 Apr 2002 20:39:24 +0000 (20:39 +0000)]
Set the close-on-exec flag for fds.  Child processes should not inherit
the fd.

Also rip out the broken O_EXCL use.  Our file names are not unique and
this left a small window open where creating a session file would fail
(a, b notice that the file does not exist; a creates the file successfully;
 b tries to create, but fails due to O_EXCL).

22 years agoTypo in error string
Jim Jagielski [Mon, 22 Apr 2002 20:00:41 +0000 (20:00 +0000)]
Typo in error string

22 years agoset up a proxy object when requesting a reference to a variable
Harald Radi [Mon, 22 Apr 2002 19:40:01 +0000 (19:40 +0000)]
set up a proxy object when requesting a reference to a variable

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