]> granicus.if.org Git - php/log
php
22 years agoYet another serialization fix - for incomplete class
Stanislav Malyshev [Mon, 29 Apr 2002 15:44:30 +0000 (15:44 +0000)]
Yet another serialization fix - for incomplete class

22 years agoMake it possible to use recode 3.5 too. (happy now Wez? :)
foobar [Mon, 29 Apr 2002 15:40:16 +0000 (15:40 +0000)]
Make it possible to use recode 3.5 too. (happy now Wez? :)

22 years agoSync with PHP_4_2_0 branch.
foobar [Mon, 29 Apr 2002 15:36:14 +0000 (15:36 +0000)]
Sync with PHP_4_2_0 branch.

22 years ago- Fix WS and CS a bit
Markus Fischer [Mon, 29 Apr 2002 15:06:48 +0000 (15:06 +0000)]
- Fix WS and CS a bit

22 years ago- Store last errno in the module global 'last_error' implicitely
Markus Fischer [Mon, 29 Apr 2002 14:52:29 +0000 (14:52 +0000)]
- Store last errno in the module global 'last_error' implicitely
- Set the global 'last_error' explicitely for functions which can't return an
  error withing a single socket context (socket_create and socket_select)
- Modified socket_last_error() to return global modules last
  error if no socket resource is given
- Added a couple of more E_WARNING messages in case something
  goes foobar so the user isn't left alone in the dark.

22 years agoSlightly alter the signature of msg_send and msg_receive so that error
Wez Furlong [Mon, 29 Apr 2002 12:52:34 +0000 (12:52 +0000)]
Slightly alter the signature of msg_send and msg_receive so that error
codes and serialized "false" messages can be distinguished.

22 years agoMFB
Yasuo Ohgaki [Mon, 29 Apr 2002 09:25:56 +0000 (09:25 +0000)]
MFB

22 years ago* version will be 0.10
Stig Bakken [Mon, 29 Apr 2002 06:41:42 +0000 (06:41 +0000)]
* version will be 0.10

22 years ago* slight cleanup
Stig Bakken [Mon, 29 Apr 2002 06:38:07 +0000 (06:38 +0000)]
* slight cleanup

22 years ago* call the right parent constructor
Stig Bakken [Mon, 29 Apr 2002 06:29:07 +0000 (06:29 +0000)]
* call the right parent constructor

22 years ago* PEAR_Installer constructor now expects only the UI object
Stig Bakken [Mon, 29 Apr 2002 06:24:37 +0000 (06:24 +0000)]
* PEAR_Installer constructor now expects only the UI object

22 years ago* PEAR_Common::downloadHttp no longer wants a config object
Stig Bakken [Mon, 29 Apr 2002 06:23:51 +0000 (06:23 +0000)]
* PEAR_Common::downloadHttp no longer wants a config object

22 years ago* always set $this->config (use PEAR_Config::singleton)
Stig Bakken [Mon, 29 Apr 2002 06:23:05 +0000 (06:23 +0000)]
* always set $this->config (use PEAR_Config::singleton)
* rename setFrontend to setFrontendObject
* add validPackageName method
* added downloadHttp callback types setup, connfailed and writefailed
* no more passing config objects around

22 years ago* use the downloadHttp method w/callback
Stig Bakken [Mon, 29 Apr 2002 06:20:42 +0000 (06:20 +0000)]
* use the downloadHttp method w/callback

22 years agoshlib suffix was not defind and rint() was not found without -lm.
Rui Hirokawa [Mon, 29 Apr 2002 02:55:55 +0000 (02:55 +0000)]
shlib suffix was not defind and rint() was not found without -lm.

22 years agoNEWS update
<changelog@php.net> [Mon, 29 Apr 2002 00:43:40 +0000 (00:43 +0000)]
NEWS update

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

22 years agoTouch generated file
Sascha Schumann [Sun, 28 Apr 2002 21:24:52 +0000 (21:24 +0000)]
Touch generated file
# is it really so hard to remember this?

22 years agoEnable bundled build of ext/ctype and ext/mbstring on Win32.
Sebastian Bergmann [Sun, 28 Apr 2002 17:50:09 +0000 (17:50 +0000)]
Enable bundled build of ext/ctype and ext/mbstring on Win32.

22 years agoFix couple of nasty serializer bugs:
Stanislav Malyshev [Sun, 28 Apr 2002 16:56:33 +0000 (16:56 +0000)]
Fix couple of nasty serializer bugs:
a) When array unserializer encounters less data than it expects (like:
a:1:{}) it crashes. I don't understand exactly why it does, but the fact
is it does. So now it should catch "}" and bail out.
b) When array/object data are serialized, the count is written by hash
count. However, it can be that in-loop check fails and less data than
expected will then be written into the array. Which, due to a), would
crash on unserialize. So now it will write empty entries in place of
entries it cannot serialize (the other choice would be make two passes on
the data, which I don't like).

22 years agotimestamp
Thies C. Arntzen [Sun, 28 Apr 2002 11:46:58 +0000 (11:46 +0000)]
timestamp

22 years agorevert session_set_userdata - diffent patch will come shortly
Thies C. Arntzen [Sun, 28 Apr 2002 11:45:45 +0000 (11:45 +0000)]
revert session_set_userdata - diffent patch will come shortly

22 years ago* forgot script element in release contents
Stig Bakken [Sun, 28 Apr 2002 07:58:41 +0000 (07:58 +0000)]
* forgot script element in release contents

22 years ago* package.dtd: version 1.0b7
Stig Bakken [Sun, 28 Apr 2002 07:52:00 +0000 (07:52 +0000)]
* package.dtd: version 1.0b7
  - added <provides> element
  - added <script> element

22 years ago* implemented "list-remote-packages" command
Stig Bakken [Sun, 28 Apr 2002 07:35:30 +0000 (07:35 +0000)]
* implemented "list-remote-packages" command

22 years ago* implemented stub for XML_RPC fallback if xmlrpc-epi is not installed
Stig Bakken [Sun, 28 Apr 2002 07:34:46 +0000 (07:34 +0000)]
* implemented stub for XML_RPC fallback if xmlrpc-epi is not installed

22 years ago@- Added optional 3rd parameter to mysql_select_db() which makes it return
foobar [Sun, 28 Apr 2002 06:38:12 +0000 (06:38 +0000)]
@- Added optional 3rd parameter to mysql_select_db() which makes it return
@  the previously selected database name. (Jani)

22 years agoRevert.
Sebastian Bergmann [Sun, 28 Apr 2002 06:24:15 +0000 (06:24 +0000)]
Revert.

22 years agokill a compile warning
foobar [Sun, 28 Apr 2002 05:36:05 +0000 (05:36 +0000)]
kill a compile warning

22 years agoFix build when openssl is enabled.
foobar [Sun, 28 Apr 2002 04:53:40 +0000 (04:53 +0000)]
Fix build when openssl is enabled.

22 years agotouch file. Please commit first the .re file and afterwards the .c source. Otherwise...
foobar [Sun, 28 Apr 2002 04:14:47 +0000 (04:14 +0000)]
touch file. Please commit first the .re file and afterwards the .c source. Otherwise, timestamps will be broken.

22 years agoMissing dependancies..
foobar [Sun, 28 Apr 2002 03:27:43 +0000 (03:27 +0000)]
Missing dependancies..

22 years ago- Cleaned out the CVS commit conflicts..
foobar [Sun, 28 Apr 2002 01:49:42 +0000 (01:49 +0000)]
- Cleaned out the CVS commit conflicts..

22 years agows fix
foobar [Sun, 28 Apr 2002 01:37:54 +0000 (01:37 +0000)]
ws fix

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

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

22 years agoAdd test case for file_exist/is_file
Yasuo Ohgaki [Sun, 28 Apr 2002 00:05:43 +0000 (00:05 +0000)]
Add test case for file_exist/is_file

22 years agos/len/xln/ was necessary here
Sascha Schumann [Sat, 27 Apr 2002 23:37:17 +0000 (23:37 +0000)]
s/len/xln/ was necessary here

Noticed by: Charles O Parks III

22 years agoUse a single macro to set cl header
Sascha Schumann [Sat, 27 Apr 2002 18:41:38 +0000 (18:41 +0000)]
Use a single macro to set cl header

22 years ago@ - If possible set Content-Length header in zlib.output_compression mode. (thies)
Thies C. Arntzen [Sat, 27 Apr 2002 17:03:32 +0000 (17:03 +0000)]
@ - If possible set Content-Length header in zlib.output_compression mode. (thies)

22 years agoupdated TODO list
Harald Radi [Sat, 27 Apr 2002 15:47:18 +0000 (15:47 +0000)]
updated TODO list

22 years agoMFZE1: If the size-operands of memset are constants, the compiler can turn them into...
Sebastian Bergmann [Sat, 27 Apr 2002 15:23:46 +0000 (15:23 +0000)]
MFZE1: If the size-operands of memset are constants, the compiler can turn them into fast inline code. So, instead of using ecalloc, we use emalloc + memset in macro form now. emalloc will not return NULL, so the chosen macro form is safe. This is not true for malloc(3). An inline function accomodates our needs here. Suggested by: http://www.mail-archive.com/dev%40httpd.apache.org/msg02492.html (Sascha)

22 years agopart 2 of last commit
Thies C. Arntzen [Sat, 27 Apr 2002 14:08:07 +0000 (14:08 +0000)]
part 2 of last commit

22 years ago@ - added session_set_userdata() which enables you to specify one variable
Thies C. Arntzen [Sat, 27 Apr 2002 14:07:52 +0000 (14:07 +0000)]
@ - added session_set_userdata() which enables you to specify one variable
@   that will be kept in the browser in addition to the session-id. This
@   only works when using trans-sid sessions (no cookie). (thies)

22 years ago# Since Jani seems to have us all on /ignore, I'm reverting
Rasmus Lerdorf [Sat, 27 Apr 2002 13:38:55 +0000 (13:38 +0000)]
# Since Jani seems to have us all on /ignore, I'm reverting

22 years agodon't set CLSCTX_REMOTE_SERVER if NULL is passed as servername
Harald Radi [Sat, 27 Apr 2002 10:17:46 +0000 (10:17 +0000)]
don't set CLSCTX_REMOTE_SERVER if NULL is passed as servername

22 years agoFix bug: #16743
foobar [Sat, 27 Apr 2002 01:02:52 +0000 (01:02 +0000)]
Fix bug: #16743

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

22 years agoFixed bug #16861.
Yasuo Ohgaki [Fri, 26 Apr 2002 23:46:51 +0000 (23:46 +0000)]
Fixed bug #16861.
touch sets wrong atime or mtime when they are not specified.
touch silently failed when HAVE_UTIME is not defined.
(This needs more consideration. Which platform does not support it?)
# Derick, after HAVE_UTIME issue is resovled, this should be merged.
# or we can just merge 1st problem for now.

22 years ago- News entry about the change in php.ini-*
foobar [Fri, 26 Apr 2002 23:28:24 +0000 (23:28 +0000)]
- News entry about the change in php.ini-*

# This should have been done long time ago..

22 years agoDefault setting for short_open_tag is better be Off.
foobar [Fri, 26 Apr 2002 23:20:06 +0000 (23:20 +0000)]
Default setting for short_open_tag is better be Off.

22 years agothree less strlen invocations
Sascha Schumann [Fri, 26 Apr 2002 21:27:38 +0000 (21:27 +0000)]
three less strlen invocations

22 years agobe a bit more verbose about what is wrong
Sascha Schumann [Fri, 26 Apr 2002 21:26:47 +0000 (21:26 +0000)]
be a bit more verbose about what is wrong

22 years agothis patch should fix a bug where intermediate comvals were not
Harald Radi [Fri, 26 Apr 2002 18:20:45 +0000 (18:20 +0000)]
this patch should fix a bug where intermediate comvals were not
released before they were freed. this caused outproc com server
to belive that they still referenced even when the php process
already terminated.

22 years agobug fix for bug #15758, a double free'ing of an ODBC connection
Dan Kalowsky [Fri, 26 Apr 2002 14:56:34 +0000 (14:56 +0000)]
bug fix for bug #15758, a double free'ing of an ODBC connection

22 years agoFix external builds
Sascha Schumann [Fri, 26 Apr 2002 10:23:16 +0000 (10:23 +0000)]
Fix external builds

22 years agoreuse known values
Sascha Schumann [Fri, 26 Apr 2002 10:17:40 +0000 (10:17 +0000)]
reuse known values

22 years agoImprove use of module_globals macros
Sascha Schumann [Fri, 26 Apr 2002 10:13:45 +0000 (10:13 +0000)]
Improve use of module_globals macros

22 years ago- Fix for bug: #16791. (more reliable test)
foobar [Fri, 26 Apr 2002 03:07:16 +0000 (03:07 +0000)]
- Fix for bug: #16791. (more reliable test)

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

22 years agoAdd sysv IPC support (wrappers for msgsnd and friends).
Wez Furlong [Thu, 25 Apr 2002 23:14:43 +0000 (23:14 +0000)]
Add sysv IPC support (wrappers for msgsnd and friends).

22 years agoupdate generated file
jim winstead [Thu, 25 Apr 2002 22:12:56 +0000 (22:12 +0000)]
update generated file

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