]> granicus.if.org Git - php/log
php
21 years agostarting b3 (hope this could be 1.3 final)
Tomas V.V.Cox [Thu, 2 Oct 2003 11:58:29 +0000 (11:58 +0000)]
starting b3 (hope this could be 1.3 final)

21 years agoGo with 1.3b2
Tomas V.V.Cox [Thu, 2 Oct 2003 11:54:00 +0000 (11:54 +0000)]
Go with 1.3b2

21 years agoRemove leftovers
Moriyoshi Koizumi [Thu, 2 Oct 2003 11:02:54 +0000 (11:02 +0000)]
Remove leftovers

21 years agoAlignment fix
Moriyoshi Koizumi [Thu, 2 Oct 2003 10:47:12 +0000 (10:47 +0000)]
Alignment fix

21 years agoFix php_regex_encoding() so it can handle two additional encoding names
Moriyoshi Koizumi [Thu, 2 Oct 2003 07:49:14 +0000 (07:49 +0000)]
Fix php_regex_encoding() so it can handle two additional encoding names
mbfilter supports by default.

21 years agoFixed bug #25707 (html_entity_decode over-decodes <)
Moriyoshi Koizumi [Thu, 2 Oct 2003 06:57:21 +0000 (06:57 +0000)]
Fixed bug #25707 (html_entity_decode over-decodes <)

21 years agoFixed bug #25701 (On flush() set headers_sent in apache2handler)
Ilia Alshanetsky [Thu, 2 Oct 2003 03:24:36 +0000 (03:24 +0000)]
Fixed bug #25701 (On flush() set headers_sent in apache2handler)

21 years agoShould fix bug #25719
foobar [Thu, 2 Oct 2003 00:35:09 +0000 (00:35 +0000)]
Should fix bug #25719

21 years agoChangeLog update
<changelog@php.net> [Thu, 2 Oct 2003 00:32:43 +0000 (00:32 +0000)]
ChangeLog update

21 years agoMade the $argc and $argv always available as globals in CLI, and not as
Andrei Zmievski [Wed, 1 Oct 2003 23:11:59 +0000 (23:11 +0000)]
Made the $argc and $argv always available as globals in CLI, and not as
$_SERVER vars which depended on variables_order anyway. No more
silliness.

21 years ago- Always look into /usr/local before /usr
foobar [Wed, 1 Oct 2003 02:53:23 +0000 (02:53 +0000)]
- Always look into /usr/local before /usr
- Added breaks to make sure the preferred value is used.

21 years agoChangeLog update
<changelog@php.net> [Wed, 1 Oct 2003 00:32:39 +0000 (00:32 +0000)]
ChangeLog update

21 years agoAlways prefer user specified paths over the default /usr /usr/local.
Ilia Alshanetsky [Tue, 30 Sep 2003 22:36:43 +0000 (22:36 +0000)]
Always prefer user specified paths over the default /usr /usr/local.
This may fix compilation problems with on systems with multiple copies of
the same library.

21 years agoFixed bug #25703 (openssl checks failed)
foobar [Tue, 30 Sep 2003 18:08:12 +0000 (18:08 +0000)]
Fixed bug #25703 (openssl checks failed)

21 years agoGive more info about release states in list-upgrades
Tomas V.V.Cox [Tue, 30 Sep 2003 15:22:42 +0000 (15:22 +0000)]
Give more info about release states in list-upgrades

21 years agoMove the test to new file.
Andrey Hristov [Tue, 30 Sep 2003 15:22:33 +0000 (15:22 +0000)]
Move the test to new file.

21 years agofix
Andrey Hristov [Tue, 30 Sep 2003 15:06:05 +0000 (15:06 +0000)]
fix

21 years agosmash a segmentation fault
Andrey Hristov [Tue, 30 Sep 2003 15:00:36 +0000 (15:00 +0000)]
smash a segmentation fault

21 years agoMemory leak fixed (no need of MFH since this is code specific to PHP5)
Andrey Hristov [Tue, 30 Sep 2003 12:43:58 +0000 (12:43 +0000)]
Memory leak fixed (no need of MFH since this is code specific to PHP5)

21 years agoMF4: allow realpath() for win32 non-ZTS
Stanislav Malyshev [Tue, 30 Sep 2003 09:52:11 +0000 (09:52 +0000)]
MF4: allow realpath() for win32 non-ZTS

21 years agoMF4: Have realpath now
Stanislav Malyshev [Tue, 30 Sep 2003 09:49:40 +0000 (09:49 +0000)]
MF4: Have realpath now

21 years agoMF4: add realpath function for win32
Stanislav Malyshev [Tue, 30 Sep 2003 09:48:53 +0000 (09:48 +0000)]
MF4: add realpath function for win32

21 years agobetter fix for #45.
Greg Beaver [Tue, 30 Sep 2003 02:56:42 +0000 (02:56 +0000)]
better fix for #45.
Now, it will install the newest version that is preferred_state or stabler.
to request a specific state, append -state like pear install Net_NNTP-beta

21 years agoAdd regression test for bug #25666
Moriyoshi Koizumi [Tue, 30 Sep 2003 01:31:06 +0000 (01:31 +0000)]
Add regression test for bug #25666

21 years agoChangeLog update
<changelog@php.net> [Tue, 30 Sep 2003 00:34:01 +0000 (00:34 +0000)]
ChangeLog update

21 years agoRemove redundant '\n'
Moriyoshi Koizumi [Tue, 30 Sep 2003 00:32:41 +0000 (00:32 +0000)]
Remove redundant '\n'

21 years agoFixed bug #25669 (eregi() with non-ascii characters)
Moriyoshi Koizumi [Tue, 30 Sep 2003 00:26:03 +0000 (00:26 +0000)]
Fixed bug #25669 (eregi() with non-ascii characters)

21 years agoMore NaN & INF handling fixes.
Ilia Alshanetsky [Mon, 29 Sep 2003 23:44:07 +0000 (23:44 +0000)]
More NaN & INF handling fixes.

21 years agopreparing 1.3b2
Tomas V.V.Cox [Mon, 29 Sep 2003 19:39:18 +0000 (19:39 +0000)]
preparing 1.3b2

21 years ago" => &quot;, take 2
Greg Beaver [Mon, 29 Sep 2003 17:44:20 +0000 (17:44 +0000)]
" => &quot;, take 2

21 years agonoted fixed #45, also " => &quot;
Greg Beaver [Mon, 29 Sep 2003 17:42:16 +0000 (17:42 +0000)]
noted fixed #45, also " => &quot;

21 years agoBug #45 preferred_state works incorrectly
Greg Beaver [Mon, 29 Sep 2003 17:36:00 +0000 (17:36 +0000)]
Bug #45 preferred_state works incorrectly

21 years agoReady for 1.3b1
Tomas V.V.Cox [Mon, 29 Sep 2003 13:18:48 +0000 (13:18 +0000)]
Ready for 1.3b1
Removed Changelog

21 years agoadd property_get_ptr handler
Rob Richards [Mon, 29 Sep 2003 11:43:26 +0000 (11:43 +0000)]
add property_get_ptr handler
fix possible segfault in xpath
add wide character support for characterdata

21 years agofix for bug #25666 (XML namespaces broken in PHP5)
Rob Richards [Mon, 29 Sep 2003 11:35:39 +0000 (11:35 +0000)]
fix for bug #25666 (XML namespaces broken in PHP5)

21 years agoSimplification.
Moriyoshi Koizumi [Mon, 29 Sep 2003 02:23:40 +0000 (02:23 +0000)]
Simplification.

21 years agoFixed Bug #25665 (var_dump() hangs on Nan and INF).
Ilia Alshanetsky [Mon, 29 Sep 2003 01:07:55 +0000 (01:07 +0000)]
Fixed Bug #25665 (var_dump() hangs on Nan and INF).

21 years agoChangeLog update
<changelog@php.net> [Mon, 29 Sep 2003 00:32:24 +0000 (00:32 +0000)]
ChangeLog update

21 years agoFix buildconf for systems using coreutils-5.0
Tal Peer [Sun, 28 Sep 2003 10:32:13 +0000 (10:32 +0000)]
Fix buildconf for systems using coreutils-5.0

21 years agofixed #39 commands that need LOCK_SH fail as non-root
Greg Beaver [Sun, 28 Sep 2003 05:07:27 +0000 (05:07 +0000)]
fixed #39 commands that need LOCK_SH fail as non-root

21 years agoChangeLog update
<changelog@php.net> [Sun, 28 Sep 2003 00:32:47 +0000 (00:32 +0000)]
ChangeLog update

21 years agoBundled GD has this function
foobar [Sat, 27 Sep 2003 20:53:50 +0000 (20:53 +0000)]
Bundled GD has this function

21 years agoTest for Bug 25671
Sara Golemon [Sat, 27 Sep 2003 18:48:48 +0000 (18:48 +0000)]
Test for Bug 25671

21 years agoChangeLog update
<changelog@php.net> [Sat, 27 Sep 2003 00:33:03 +0000 (00:33 +0000)]
ChangeLog update

21 years agoBug Fix#25671 Corruption in subarrays in subject when using str_replace
Sara Golemon [Fri, 26 Sep 2003 17:57:13 +0000 (17:57 +0000)]
Bug Fix#25671  Corruption in subarrays in subject when using str_replace

21 years agoAdd test cases for the regex probles
Moriyoshi Koizumi [Fri, 26 Sep 2003 17:44:06 +0000 (17:44 +0000)]
Add test cases for the regex probles

21 years agoRepatch fixes for the problem that was reported at php-dev@php.gr.jp (#884)
Moriyoshi Koizumi [Fri, 26 Sep 2003 17:43:39 +0000 (17:43 +0000)]
Repatch fixes for the problem that was reported at php-dev@php.gr.jp (#884)

21 years agoForgot to commit this one.
Moriyoshi Koizumi [Fri, 26 Sep 2003 17:41:52 +0000 (17:41 +0000)]
Forgot to commit this one.

21 years agoExplicitly specify mbstring.language.
Moriyoshi Koizumi [Fri, 26 Sep 2003 14:42:37 +0000 (14:42 +0000)]
Explicitly specify mbstring.language.

21 years agoFix some incompatibilities with the pre-libmbfl behaviour regarding encoding detection.
Moriyoshi Koizumi [Fri, 26 Sep 2003 14:42:14 +0000 (14:42 +0000)]
Fix some incompatibilities with the pre-libmbfl behaviour regarding encoding detection.

21 years agoSpecify full path to cat for mb_send_mail() tests
Moriyoshi Koizumi [Fri, 26 Sep 2003 11:08:54 +0000 (11:08 +0000)]
Specify full path to cat for mb_send_mail() tests

21 years agoLet client library pick its own transaction param defaults
Ard Biesheuvel [Fri, 26 Sep 2003 10:06:22 +0000 (10:06 +0000)]
Let client library pick its own transaction param defaults

21 years agostupid typo fix
Hartmut Holzgraefe [Fri, 26 Sep 2003 10:02:06 +0000 (10:02 +0000)]
stupid typo fix

21 years agotypo
foobar [Fri, 26 Sep 2003 09:56:24 +0000 (09:56 +0000)]
typo

21 years agoTest case for bug #25665
foobar [Fri, 26 Sep 2003 09:55:56 +0000 (09:55 +0000)]
Test case for bug #25665

21 years agosigned/unsigned compiler warning fixes
Hartmut Holzgraefe [Fri, 26 Sep 2003 08:09:56 +0000 (08:09 +0000)]
signed/unsigned compiler warning fixes

21 years agosilenced a compiler warning
Hartmut Holzgraefe [Fri, 26 Sep 2003 07:51:52 +0000 (07:51 +0000)]
silenced a compiler warning

21 years agoerror message was missing an argument
Hartmut Holzgraefe [Fri, 26 Sep 2003 07:50:02 +0000 (07:50 +0000)]
error message was missing an argument

21 years agocompiler warning fixes, one of them a potential crash bug
Hartmut Holzgraefe [Fri, 26 Sep 2003 07:47:01 +0000 (07:47 +0000)]
compiler warning fixes, one of them a potential crash bug

21 years agoFixed typo.
Ilia Alshanetsky [Fri, 26 Sep 2003 00:40:32 +0000 (00:40 +0000)]
Fixed typo.

21 years agoChangeLog update
<changelog@php.net> [Fri, 26 Sep 2003 00:32:52 +0000 (00:32 +0000)]
ChangeLog update

21 years agofixed compiler warning
Georg Richter [Thu, 25 Sep 2003 15:54:17 +0000 (15:54 +0000)]
fixed compiler warning
removed dead code

21 years agochanged ulong to long to avoid compiler warnings (comparison between signed and unsigned)
Georg Richter [Thu, 25 Sep 2003 15:38:35 +0000 (15:38 +0000)]
changed ulong to long to avoid compiler warnings (comparison between signed and unsigned)

21 years agoThis is only needed for Windows.
foobar [Thu, 25 Sep 2003 14:53:41 +0000 (14:53 +0000)]
This is only needed for Windows.

21 years agomysqli_prepare_result -> mysqli_get_metadata
Georg Richter [Thu, 25 Sep 2003 11:19:58 +0000 (11:19 +0000)]
mysqli_prepare_result -> mysqli_get_metadata

21 years agomysql_prepare_result -> mysqli_get_metadata
Georg Richter [Thu, 25 Sep 2003 11:19:25 +0000 (11:19 +0000)]
mysql_prepare_result -> mysqli_get_metadata
This function was renamed in libmysql (changeset 1.607 by monty)

21 years agoFixed a --enable-maintainer-zts glitch where TSRMLS_DC was being used
John Coggeshall [Thu, 25 Sep 2003 09:32:55 +0000 (09:32 +0000)]
Fixed a --enable-maintainer-zts glitch where TSRMLS_DC was being used
unnecessarily.

21 years agoChangeLog update
<changelog@php.net> [Thu, 25 Sep 2003 00:32:19 +0000 (00:32 +0000)]
ChangeLog update

21 years agoFixed bug #25070 (Don't forget to unlock session files on win32 before
Ilia Alshanetsky [Wed, 24 Sep 2003 23:39:14 +0000 (23:39 +0000)]
Fixed bug #25070 (Don't forget to unlock session files on win32 before
closing them).

Regions should be locked only briefly and should be unlocked before
closing a file or exiting the program. On Win32 locked files that are
closed without being explicitly unlocked will be unlocked only when "system
resources become avaliable".

21 years agoFixed bug #25293 (Output correct EOL to error_log)
Ilia Alshanetsky [Wed, 24 Sep 2003 23:20:48 +0000 (23:20 +0000)]
Fixed bug #25293 (Output correct EOL to error_log)

21 years agows
foobar [Wed, 24 Sep 2003 14:24:18 +0000 (14:24 +0000)]
ws

21 years ago- Fixed some compile failures with e.g. RH9 + openssl by
foobar [Wed, 24 Sep 2003 14:22:57 +0000 (14:22 +0000)]
- Fixed some compile failures with e.g. RH9 + openssl by
  making use of pkg-config

21 years agoremove dependency on PHP 5 - it works just fine in PHP 4.3
Greg Beaver [Wed, 24 Sep 2003 13:11:52 +0000 (13:11 +0000)]
remove dependency on PHP 5 - it works just fine in PHP 4.3

21 years agofix preserveWhiteSpace on document load
Rob Richards [Wed, 24 Sep 2003 12:56:37 +0000 (12:56 +0000)]
fix preserveWhiteSpace on document load

21 years agoFix
Wez Furlong [Wed, 24 Sep 2003 10:35:20 +0000 (10:35 +0000)]
Fix

21 years agoSpecify full path for cat utility used by the test.
Ilia Alshanetsky [Wed, 24 Sep 2003 02:27:43 +0000 (02:27 +0000)]
Specify full path for cat utility used by the test.

21 years ago- Fixed bug #24402 (Compile failure with gettext 0.12.x)
foobar [Wed, 24 Sep 2003 02:07:04 +0000 (02:07 +0000)]
- Fixed bug #24402 (Compile failure with gettext 0.12.x)

21 years agoChangeLog update
<changelog@php.net> [Wed, 24 Sep 2003 00:32:10 +0000 (00:32 +0000)]
ChangeLog update

21 years agoAlways return long from ibase_gen_id() on IB < 6
Ard Biesheuvel [Tue, 23 Sep 2003 23:08:59 +0000 (23:08 +0000)]
Always return long from ibase_gen_id() on IB < 6

21 years agows fix
foobar [Tue, 23 Sep 2003 22:17:40 +0000 (22:17 +0000)]
ws fix

21 years agoAdded ibase_gen_id()
Ard Biesheuvel [Tue, 23 Sep 2003 21:17:16 +0000 (21:17 +0000)]
Added ibase_gen_id()

21 years agoAdded ibase_gen_id()
Ard Biesheuvel [Tue, 23 Sep 2003 20:58:14 +0000 (20:58 +0000)]
Added ibase_gen_id()
# Lightweight shortcut to SELECT GEN_ID() ... function

21 years agoRemove useless mutex code due to the switch to oniguruma.
Moriyoshi Koizumi [Tue, 23 Sep 2003 20:11:05 +0000 (20:11 +0000)]
Remove useless mutex code due to the switch to oniguruma.

21 years agoFixed typo.
foobar [Tue, 23 Sep 2003 19:29:34 +0000 (19:29 +0000)]
Fixed typo.

21 years agoFixed bug #25636 (SNMP Session not closed on success).
Ilia Alshanetsky [Tue, 23 Sep 2003 18:26:02 +0000 (18:26 +0000)]
Fixed bug #25636 (SNMP Session not closed on success).
Patch by: nesslage[at]mwsc[dot]edu

21 years agoNew test cases for the new 4 functions :
Andrey Hristov [Tue, 23 Sep 2003 17:40:34 +0000 (17:40 +0000)]
New test cases for the new 4 functions :
- array_udiff()
- array_udiff_assoc()
- array_diff_uassoc()
- array_udiff_uassoc()

21 years ago4 new functions :
Andrey Hristov [Tue, 23 Sep 2003 17:37:29 +0000 (17:37 +0000)]
4 new functions :
array_udiff()
array_udiff_assoc()
array_diff_uassoc()
array_udiff_uassoc()
They work like array_diff() or array_diff_assoc() but callback function(s)
can be used to perform the comparisons. For example array_udiff_uassoc()
expects 2 callbacks are last 2 parameters one is used to compare the values
of the entries in the arrays the second to compare the keys.
Class methods are also valid callbacks. Even when the data that should be
used in the comparison is private or protected then a static method of a
class should be used (this behaviour can be seen in the regression test -
007.phpt).

21 years agoMFB 25614 "fix"
Wez Furlong [Tue, 23 Sep 2003 16:05:52 +0000 (16:05 +0000)]
MFB 25614 "fix"

21 years agoRemoved unnecessary ssl.h include
foobar [Tue, 23 Sep 2003 16:04:03 +0000 (16:04 +0000)]
Removed unnecessary ssl.h include

21 years agoOops
Moriyoshi Koizumi [Tue, 23 Sep 2003 13:23:30 +0000 (13:23 +0000)]
Oops

21 years agoRemove unused variable
Moriyoshi Koizumi [Tue, 23 Sep 2003 13:21:01 +0000 (13:21 +0000)]
Remove unused variable

21 years agoadd as binary..
foobar [Tue, 23 Sep 2003 10:06:19 +0000 (10:06 +0000)]
add as binary..

21 years agoremove corrupt file
foobar [Tue, 23 Sep 2003 10:05:48 +0000 (10:05 +0000)]
remove corrupt file

21 years agoAdded simple test for gettext
foobar [Tue, 23 Sep 2003 10:00:23 +0000 (10:00 +0000)]
Added simple test for gettext

21 years ago- Fixed bug #25604 (HAVE_SNMP_PARSE_OID undefined with phpize build)
foobar [Tue, 23 Sep 2003 08:15:49 +0000 (08:15 +0000)]
- Fixed bug #25604 (HAVE_SNMP_PARSE_OID undefined with phpize build)

21 years agofixed wrong string length in mbregex.
Rui Hirokawa [Tue, 23 Sep 2003 02:47:06 +0000 (02:47 +0000)]
fixed wrong string length in mbregex.

21 years agorevert a patch.
Rui Hirokawa [Tue, 23 Sep 2003 02:43:49 +0000 (02:43 +0000)]
revert a patch.

21 years agofixed win32-build and update e-mail address in mbstring.
Rui Hirokawa [Tue, 23 Sep 2003 02:43:04 +0000 (02:43 +0000)]
fixed win32-build and update e-mail address in mbstring.

21 years agoChangeLog update
<changelog@php.net> [Tue, 23 Sep 2003 00:32:08 +0000 (00:32 +0000)]
ChangeLog update

21 years agoString format stuff.
Ilia Alshanetsky [Mon, 22 Sep 2003 23:27:51 +0000 (23:27 +0000)]
String format stuff.