]> granicus.if.org Git - php/log
php
22 years ago - remove ext/cybercash
Jan Lehnardt [Wed, 9 Oct 2002 20:20:18 +0000 (20:20 +0000)]
 - remove ext/cybercash
 - http://www.verisign.com/support/cyberCash/dnsChangeNotification.html

 - The migration of CyberCash merchants to the VeriSign Payflow service is
 - scheduled for completion in mid-February. At that time we will begin the
 - shutdown of the CyberCash payment gateway and all related systems. This
 - final shutdown process requires us to change DNS for the VeriSign Payflow
 - service. The DNS change is scheduled at approximately 6PM ET on February 28,
 -  2002.
@- removed ext/cybercash (jan)

22 years agoRenamed the test case files in order to avoid confusion
Moriyoshi Koizumi [Wed, 9 Oct 2002 20:19:13 +0000 (20:19 +0000)]
Renamed the test case files in order to avoid confusion

22 years ago - let's talk about leftovers.....
Jan Lehnardt [Wed, 9 Oct 2002 19:36:54 +0000 (19:36 +0000)]
 - let's talk about leftovers.....

22 years ago - fix alignment
Jan Lehnardt [Wed, 9 Oct 2002 19:27:16 +0000 (19:27 +0000)]
 - fix alignment

22 years ago - note aspell
Jan Lehnardt [Wed, 9 Oct 2002 19:25:17 +0000 (19:25 +0000)]
 - note aspell

22 years ago - R.I.P. ext/ccvs.
Jan Lehnardt [Wed, 9 Oct 2002 19:15:31 +0000 (19:15 +0000)]
 - R.I.P. ext/ccvs.
@- removed ext/ccvs (jan)

22 years ago - R.I.P. ext aspell
Jan Lehnardt [Wed, 9 Oct 2002 19:12:32 +0000 (19:12 +0000)]
 - R.I.P. ext aspell
@- removed ext/aspell (jan)
#configure note follows

22 years ago - fix build on FreeBSD, verified by thies.
Jan Lehnardt [Wed, 9 Oct 2002 18:59:15 +0000 (18:59 +0000)]
 - fix build on FreeBSD, verified by thies.

22 years agoclean these functions up using zend_parse_parameters and nuke the use of
Sterling Hughes [Wed, 9 Oct 2002 18:29:45 +0000 (18:29 +0000)]
clean these functions up using zend_parse_parameters and nuke the use of
HASH_OF() which is inappropriate in these cases...

22 years agosmall cleanups...
Sterling Hughes [Wed, 9 Oct 2002 17:15:56 +0000 (17:15 +0000)]
small cleanups...

22 years agoFix object write handler behaviour:
Stanislav Malyshev [Wed, 9 Oct 2002 17:14:25 +0000 (17:14 +0000)]
Fix object write handler behaviour:
* If this value is already set to given value, don't try to set it again.
* If we have reference, we should not move it.
* If we are assigning referenced variable, we should separate it.
# Hope this covers all... Sigh...

22 years agono charsets, only basic entity escaping
Colin Viebrock [Wed, 9 Oct 2002 14:39:39 +0000 (14:39 +0000)]
no charsets, only basic entity escaping

22 years agoMFZE1 zend_str_tolower issue.
Ilia Alshanetsky [Wed, 9 Oct 2002 14:21:40 +0000 (14:21 +0000)]
MFZE1 zend_str_tolower issue.

22 years ago- Skip when GD is not available
Derick Rethans [Wed, 9 Oct 2002 13:54:21 +0000 (13:54 +0000)]
- Skip when GD is not available

22 years agows fixes.
Andrey Hristov [Wed, 9 Oct 2002 13:50:06 +0000 (13:50 +0000)]
ws fixes.

22 years ago- Added test case for bug #19266
Derick Rethans [Wed, 9 Oct 2002 13:48:28 +0000 (13:48 +0000)]
- Added test case for bug #19266

22 years agoRemoved spurious code. Thanks Derick
Zak Greant [Wed, 9 Oct 2002 13:46:18 +0000 (13:46 +0000)]
Removed spurious code. Thanks Derick

22 years agoOptimizations to various php string functions substr_count(), strrev(),
Ilia Alshanetsky [Wed, 9 Oct 2002 13:37:02 +0000 (13:37 +0000)]
Optimizations to various php string functions substr_count(), strrev(),
nl2br(), php_addslashes() and php_memnstr().

22 years agoFixed memory leaks.
Ilia Alshanetsky [Wed, 9 Oct 2002 13:29:10 +0000 (13:29 +0000)]
Fixed memory leaks.

22 years agoMinor tweak - using memcpy(), instead of strcpy() for static strings. Gives better...
Zak Greant [Wed, 9 Oct 2002 13:05:42 +0000 (13:05 +0000)]
Minor tweak - using memcpy(), instead of strcpy() for static strings. Gives better performance. Thanks Zeev.

22 years agoadded @ to suppress a notice.
Rui Hirokawa [Wed, 9 Oct 2002 12:54:52 +0000 (12:54 +0000)]
added @ to suppress a notice.

22 years agoPossible fix for bug #19529 (thanks Rasmus, Arjen and Monty)
Zak Greant [Wed, 9 Oct 2002 12:33:40 +0000 (12:33 +0000)]
Possible fix for bug #19529 (thanks Rasmus, Arjen and Monty)

Major changes to _restore_connection_defaults
 - added code block to finds and releases the active mysql result (if any)
 - this should prevent the 'Commands out of sync' error that would be
   raised when a query is made when unfreed results exist

Minor changes to _restore_connection_defaults
 - replaced calls to mysql_real_query with mysql_query
   - we probably should not be using mysql_real_query without checking to
     see if we have a version that supports the function.
   - given that we control the query strings here and do not need to
     worry about binary safety, I am using mysql_query instead
   - see the bug report for further discussion

22 years agoAdd cache_ttl, cache_dir to expect output
Pierre Joye [Wed, 9 Oct 2002 11:50:12 +0000 (11:50 +0000)]
Add cache_ttl, cache_dir to expect output
Update text for username, password
Tests pass now

22 years agoTest case for str_shuffle().
Andrey Hristov [Wed, 9 Oct 2002 10:53:27 +0000 (10:53 +0000)]
Test case for str_shuffle().

22 years agoReturning to the old behavior of str_shuffle() a bit. Now the passed string is
Andrey Hristov [Wed, 9 Oct 2002 10:33:22 +0000 (10:33 +0000)]
Returning to the old behavior of str_shuffle() a bit. Now the passed string is
left unmodified and the shuffled string is returned.

22 years ago- Fix protos (resource instead of int for stream_id, fix some return protos,
Markus Fischer [Wed, 9 Oct 2002 09:20:46 +0000 (09:20 +0000)]
- Fix protos (resource instead of int for stream_id, fix some return protos,
  consistent usage of options instead of flags).
- Make imap_ping,imap_setquota and imap_setacl  return a real (bool) now.

22 years agoEmphasize a couple of points
Sascha Schumann [Wed, 9 Oct 2002 09:03:04 +0000 (09:03 +0000)]
Emphasize a couple of points

22 years ago- Update
Markus Fischer [Wed, 9 Oct 2002 07:45:17 +0000 (07:45 +0000)]
- Update

22 years agoSet default value for mysql.connect_timeout to -1. This setting matches the setting...
Zak Greant [Wed, 9 Oct 2002 07:34:48 +0000 (07:34 +0000)]
Set default value for mysql.connect_timeout to -1. This setting matches the setting in php.ini-dist and ensures that the default behavior is to leave connect_timeout alone.

22 years agoChangeLog update
<changelog@php.net> [Wed, 9 Oct 2002 00:34:42 +0000 (00:34 +0000)]
ChangeLog update

22 years agoAdded nl2br() test
Ilia Alshanetsky [Tue, 8 Oct 2002 23:46:02 +0000 (23:46 +0000)]
Added nl2br() test

22 years agoAdded test for strrev() function.
Ilia Alshanetsky [Tue, 8 Oct 2002 21:51:59 +0000 (21:51 +0000)]
Added test for strrev() function.

22 years agoTokenizer has been stable for some time now.
Andrei Zmievski [Tue, 8 Oct 2002 20:12:55 +0000 (20:12 +0000)]
Tokenizer has been stable for some time now.

22 years agoFixed bug #19280
Ilia Alshanetsky [Tue, 8 Oct 2002 20:07:52 +0000 (20:07 +0000)]
Fixed bug #19280

22 years agorevert version here too..
foobar [Tue, 8 Oct 2002 19:44:04 +0000 (19:44 +0000)]
revert version here too..

22 years agodon't define fonts ... use the browser defaults
Colin Viebrock [Tue, 8 Oct 2002 19:42:23 +0000 (19:42 +0000)]
don't define fonts ... use the browser defaults

22 years ago- hardcode default rewriting tags
Derick Rethans [Tue, 8 Oct 2002 18:30:38 +0000 (18:30 +0000)]
- hardcode default rewriting tags

22 years ago- Fix .exp output
Derick Rethans [Tue, 8 Oct 2002 17:51:57 +0000 (17:51 +0000)]
- Fix .exp output

22 years agoRevert to 4.3.0.
Andrei Zmievski [Tue, 8 Oct 2002 17:41:18 +0000 (17:41 +0000)]
Revert to 4.3.0.

22 years agoZTS fixes
Moriyoshi Koizumi [Tue, 8 Oct 2002 17:20:10 +0000 (17:20 +0000)]
ZTS fixes

22 years agoFix config bug reported by Jan Lehnart.
Melvyn Sopacua [Tue, 8 Oct 2002 16:20:20 +0000 (16:20 +0000)]
Fix config bug reported by Jan Lehnart.
Keep it simple, and the size of a pointer is always known, duh.

22 years agoRemoved table generating code. The return values of isalnum() may vary by the locale...
Moriyoshi Koizumi [Tue, 8 Oct 2002 15:15:50 +0000 (15:15 +0000)]
Removed table generating code. The return values of isalnum() may vary by the locale setting.

22 years agoFixed memory leak.
Ilia Alshanetsky [Tue, 8 Oct 2002 14:57:06 +0000 (14:57 +0000)]
Fixed memory leak.

22 years agoEnhanced test to also check charsets CP1255 and ISO-8859-8
Tal Peer [Tue, 8 Oct 2002 14:08:17 +0000 (14:08 +0000)]
Enhanced test to also check charsets CP1255 and ISO-8859-8

22 years agoApache 2 news
Ilia Alshanetsky [Tue, 8 Oct 2002 13:43:02 +0000 (13:43 +0000)]
Apache 2 news

22 years agoSorry Derick, generated the wrong patch
Pierre Joye [Tue, 8 Oct 2002 13:17:01 +0000 (13:17 +0000)]
Sorry Derick, generated the wrong patch
and we don't need to recreate an array ;)

22 years ago- Fix for deprecated function
Derick Rethans [Tue, 8 Oct 2002 13:02:31 +0000 (13:02 +0000)]
- Fix for deprecated function

22 years ago- Add the source file too
Derick Rethans [Tue, 8 Oct 2002 10:01:34 +0000 (10:01 +0000)]
- Add the source file too

22 years ago- Add blowfish compatibility test
Derick Rethans [Tue, 8 Oct 2002 10:00:52 +0000 (10:00 +0000)]
- Add blowfish compatibility test

22 years agoNow str_shuffle() has the randomization characteristics of shuffle().
Andrey Hristov [Tue, 8 Oct 2002 09:52:59 +0000 (09:52 +0000)]
Now str_shuffle() has the randomization characteristics of shuffle().
str_shuffle() won't return anymore the randomized string and thus will be
consistent with shuffle(). Since this function is new to 4.3.0 no BC
problems.
#Thanks to Adam Trachtenberg for providing good example to check the
#permuations distribution.

22 years ago- Skip if the function is not available (in case pcre was not compiled in).
Derick Rethans [Tue, 8 Oct 2002 09:46:31 +0000 (09:46 +0000)]
- Skip if the function is not available (in case pcre was not compiled in).

22 years ago- Show easier parseable and greppable output
Derick Rethans [Tue, 8 Oct 2002 08:53:51 +0000 (08:53 +0000)]
- Show easier parseable and greppable output

22 years ago- Use getenv, as $_ENV is not available when variables_order= in php.ini
Derick Rethans [Tue, 8 Oct 2002 08:39:10 +0000 (08:39 +0000)]
- Use getenv, as $_ENV is not available when variables_order= in php.ini
  does not include "E".

22 years agoAdded test to check if charsets constants are defined
Tal Peer [Tue, 8 Oct 2002 08:17:03 +0000 (08:17 +0000)]
Added test to check if charsets constants are defined

22 years ago- Please do not use notices for debug information
Derick Rethans [Tue, 8 Oct 2002 08:01:06 +0000 (08:01 +0000)]
- Please do not use notices for debug information

22 years ago- Drop dependency on fixed php.ini
Derick Rethans [Tue, 8 Oct 2002 07:57:29 +0000 (07:57 +0000)]
- Drop dependency on fixed php.ini

22 years ago- Use error_reporting E_ALL
Derick Rethans [Tue, 8 Oct 2002 07:55:02 +0000 (07:55 +0000)]
- Use error_reporting E_ALL

22 years ago- Drop requirement for php.ini-dist
Derick Rethans [Tue, 8 Oct 2002 07:49:36 +0000 (07:49 +0000)]
- Drop requirement for php.ini-dist
- Adjust test script to hard code ini settings

22 years ago- Document correct default
Derick Rethans [Tue, 8 Oct 2002 07:47:45 +0000 (07:47 +0000)]
- Document correct default

22 years ago- Do not change those from the default in Zend/zend_highlight.h
Derick Rethans [Tue, 8 Oct 2002 07:43:14 +0000 (07:43 +0000)]
- Do not change those from the default in Zend/zend_highlight.h

22 years agoFix ZTS build.
Sebastian Bergmann [Tue, 8 Oct 2002 05:08:39 +0000 (05:08 +0000)]
Fix ZTS build.

22 years agoAdd php.* to be ignored.
foobar [Tue, 8 Oct 2002 03:01:18 +0000 (03:01 +0000)]
Add php.* to be ignored.

22 years agows fixes
foobar [Tue, 8 Oct 2002 03:00:06 +0000 (03:00 +0000)]
ws fixes

22 years agoadd support for adding /usr/lib to the linkline by default
Sascha Schumann [Tue, 8 Oct 2002 02:27:53 +0000 (02:27 +0000)]
add support for adding /usr/lib to the linkline by default

22 years agostyle polizei
foobar [Tue, 8 Oct 2002 01:34:41 +0000 (01:34 +0000)]
style polizei

22 years ago* make these variables configurable from environment on Windows:
Stig Bakken [Tue, 8 Oct 2002 01:04:52 +0000 (01:04 +0000)]
* make these variables configurable from environment on Windows:
  PEAR_INSTALLDIR           PHP_BINDIR      PHP_CONFIG_FILE_PATH
  PHP_CONFIG_FILE_SCAN_DIR  PHP_DATADIR     PHP_EXTENSION_DIR
  PHP_INCLUDE_PATH          PHP_LIBDIR      PHP_LOCALSTATEDIR
  PHP_PREFIX                PHP_SYSCONFDIR

22 years agoNEWS update
<changelog@php.net> [Tue, 8 Oct 2002 00:36:09 +0000 (00:36 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 8 Oct 2002 00:35:21 +0000 (00:35 +0000)]
ChangeLog update

22 years agoGet rid of redundant loop
Rasmus Lerdorf [Tue, 8 Oct 2002 00:16:55 +0000 (00:16 +0000)]
Get rid of redundant loop

22 years agoFreeBSD ming port sticks ming.h in /usr/local/include/ming/ming.h and
Rasmus Lerdorf [Tue, 8 Oct 2002 00:15:10 +0000 (00:15 +0000)]
FreeBSD ming port sticks ming.h in /usr/local/include/ming/ming.h and
we weren't finding it there.

22 years agozlib.h being included before ssl.h needs to be handled here too
Rasmus Lerdorf [Tue, 8 Oct 2002 00:13:56 +0000 (00:13 +0000)]
zlib.h being included before ssl.h needs to be handled here too

22 years agoMake zlib-dir actually mean something during the check
Rasmus Lerdorf [Mon, 7 Oct 2002 22:27:50 +0000 (22:27 +0000)]
Make zlib-dir actually mean something during the check

22 years ago- Fix test
Andi Gutmans [Mon, 7 Oct 2002 21:58:59 +0000 (21:58 +0000)]
- Fix test

22 years agoFix for bug #19798 (submitted by mclap@simpage.mv.ru)
Dan Kalowsky [Mon, 7 Oct 2002 21:58:56 +0000 (21:58 +0000)]
Fix for bug #19798 (submitted by mclap@simpage.mv.ru)

22 years agoAdd xslt milestones
Melvyn Sopacua [Mon, 7 Oct 2002 21:48:25 +0000 (21:48 +0000)]
Add xslt milestones

22 years ago- Require $this-> when calling a methods. This whole automatic lookup
Andi Gutmans [Mon, 7 Oct 2002 21:46:44 +0000 (21:46 +0000)]
- Require $this-> when calling a methods. This whole automatic lookup
- first in the class and then in the global scope is confusing, slow and
- not quite BC compatible.

22 years ago- Allow access to private/protected variables of $clone inside the __clone()
Andi Gutmans [Mon, 7 Oct 2002 21:20:23 +0000 (21:20 +0000)]
- Allow access to private/protected variables of $clone inside the __clone()
- method

22 years agoArgh! Revert. I'm on drugs. Was linking in a newer libz when I checked
Rasmus Lerdorf [Mon, 7 Oct 2002 21:13:46 +0000 (21:13 +0000)]
Argh!  Revert.  I'm on drugs.  Was linking in a newer libz when I checked
this.

22 years agoAdded tests for strstr(), strpos() and substr_count() functions.
Ilia Alshanetsky [Mon, 7 Oct 2002 21:07:42 +0000 (21:07 +0000)]
Added tests for strstr(), strpos() and substr_count() functions.

22 years agoOops, should still define that. Didn't think I needed it as nothing in
Rasmus Lerdorf [Mon, 7 Oct 2002 20:59:59 +0000 (20:59 +0000)]
Oops, should still define that.  Didn't think I needed it as nothing in
ext/zlib checks it, but it is checked elsewhere.

22 years agoThis restriction is no longer true after the streams changes.
Rasmus Lerdorf [Mon, 7 Oct 2002 20:55:41 +0000 (20:55 +0000)]
This restriction is no longer true after the streams changes.

22 years agoFixed typo.
Moriyoshi Koizumi [Mon, 7 Oct 2002 20:12:48 +0000 (20:12 +0000)]
Fixed typo.

22 years ago- Update
Markus Fischer [Mon, 7 Oct 2002 19:51:32 +0000 (19:51 +0000)]
- Update

22 years agoInitial commit of fribidi_log2vis test
Tal Peer [Mon, 7 Oct 2002 19:35:30 +0000 (19:35 +0000)]
Initial commit of fribidi_log2vis test

22 years agoAdded test cases for mbregex
Moriyoshi Koizumi [Mon, 7 Oct 2002 18:02:05 +0000 (18:02 +0000)]
Added test cases for mbregex

22 years agoLots of clean-up for upcoming mbstring merging event.
Moriyoshi Koizumi [Mon, 7 Oct 2002 17:59:49 +0000 (17:59 +0000)]
Lots of clean-up for upcoming mbstring merging event.
Added mb_regex_set_options().
The Options parameters of various mbregex functions are now deprecated.
@- Added mb_regex_set_options(). The Options parameters of
@  various mbregex functions are now deprecated. (Moriyoshi).

22 years agoDocument session.save_path option in php.ini
Colin Viebrock [Mon, 7 Oct 2002 17:58:27 +0000 (17:58 +0000)]
Document session.save_path option in php.ini

22 years agoUse a copy of locale instead of the original. Fixes bug #19482.
Andrei Zmievski [Mon, 7 Oct 2002 17:16:23 +0000 (17:16 +0000)]
Use a copy of locale instead of the original. Fixes bug #19482.

22 years ago2. :)
Derick Rethans [Mon, 7 Oct 2002 17:13:59 +0000 (17:13 +0000)]
2. :)

22 years ago.
Rasmus Lerdorf [Mon, 7 Oct 2002 17:11:34 +0000 (17:11 +0000)]
.

22 years agoadding test of xslt_set_object
David Viner [Mon, 7 Oct 2002 16:59:08 +0000 (16:59 +0000)]
adding test of xslt_set_object
--dviner

22 years agofixed mb_split (the value of third parameter treated wrongly)
Moriyoshi Koizumi [Mon, 7 Oct 2002 16:46:42 +0000 (16:46 +0000)]
fixed mb_split (the value of third parameter treated wrongly)

22 years agoreaddir() was returning NULL instead of FALSE when used on an invalid
Rasmus Lerdorf [Mon, 7 Oct 2002 16:46:38 +0000 (16:46 +0000)]
readdir() was returning NULL instead of FALSE when used on an invalid
directory handle.  If someone forgot to check (as someone here did) that
the opendir() succeeded, and then followed the documented usage by checking
readdir()!==FALSE things would go awry.  The ZEND_FETCH_RESOURCE macro
explicitly does a RETURN_NULL on failure which is not what we want in this
case, so work around it.  No need to change it for the OO case since the
object is not created if the opendir fails.

22 years agoMFH
Moriyoshi Koizumi [Mon, 7 Oct 2002 16:15:36 +0000 (16:15 +0000)]
MFH

22 years agonever smash the stack...
Stefan Esser [Mon, 7 Oct 2002 16:11:30 +0000 (16:11 +0000)]
never smash the stack...

22 years agofixing possible off by one in error case
Stefan Esser [Mon, 7 Oct 2002 16:05:28 +0000 (16:05 +0000)]
fixing possible off by one in error case

22 years agoTemporary (?) workaround (?) for is_executable() on Windows.
Sander Roobol [Mon, 7 Oct 2002 15:16:47 +0000 (15:16 +0000)]
Temporary (?) workaround (?) for is_executable() on Windows.

22 years agoClosing protected variables hole
Stefan Esser [Mon, 7 Oct 2002 11:23:24 +0000 (11:23 +0000)]
Closing protected variables hole

22 years agoWhitespace
Zeev Suraski [Mon, 7 Oct 2002 11:21:06 +0000 (11:21 +0000)]
Whitespace

22 years agoFix obvious error..
foobar [Mon, 7 Oct 2002 11:08:11 +0000 (11:08 +0000)]
Fix obvious error..