]> granicus.if.org Git - php/log
php
23 years ago* accept optional tmpdir arg in mkTempDir
Stig Bakken [Thu, 28 Mar 2002 23:44:31 +0000 (23:44 +0000)]
* accept optional tmpdir arg in mkTempDir
* handle changelog releases without filelist

23 years agoCleanup.
Andrei Zmievski [Thu, 28 Mar 2002 21:08:56 +0000 (21:08 +0000)]
Cleanup.

23 years agoFixed build of php4ts Release_TSDbg under Win32
Joseph Tate [Thu, 28 Mar 2002 19:30:33 +0000 (19:30 +0000)]
Fixed build of php4ts Release_TSDbg under Win32

23 years ago-Crack extension now available for Win32 platforms. You will need to
Joseph Tate [Thu, 28 Mar 2002 18:48:12 +0000 (18:48 +0000)]
-Crack extension now available for Win32 platforms.  You will need to
 acquire the cracklib libraries from
 http://www.jtatesoftware.com/cracklib/.
@A project has been added to the crack extension to allow it to be compiled
@under Win32.  Cracklib libraries for Win32 are available from
@http://www.jtatesoftware.com/cracklib/.

#
#Will the person who does the releases for php for windows please be sure
#to add this to the list of extensions to be built.
#
#Will someone with doc karma add this extension to the list on the
#Installation on Windows Systems page:
#http://www.php.net/manual/en/install.windows.php.
#
#Will someone please add the following to php.ini-recommended and
#php.ini-dist:
#To the extensions list:
#;extension = php_crack.dll
#
#To the Module Settings section:
#[Crack]
##Modify the setting below to match the directory location of the cracklib
##dictionary files.  Include the base filename, but not the file extension.
#;crack.default_dictionary = 'C:\php4\lib\cracklib_dict'
#
#I will send a diff to the php-dev list.
#
#Thanks

23 years ago* added preferred_state config keyword
Stig Bakken [Thu, 28 Mar 2002 14:27:02 +0000 (14:27 +0000)]
* added preferred_state config keyword

23 years ago* added phpdoc
Stig Bakken [Thu, 28 Mar 2002 14:07:33 +0000 (14:07 +0000)]
* added phpdoc
* now ready to support multiple versions of the package format
* don't parse dependencies in changelog
* fix libfile parsing
* default maintainer roles to 'lead'
* added infoFromString() method
* added xmlFromInfo() method to regenerate package.xml files

23 years ago* added "platform" and "md5sum" attributes to <file>
Stig Bakken [Thu, 28 Mar 2002 12:09:59 +0000 (12:09 +0000)]
* added "platform" and "md5sum" attributes to <file>

23 years ago- Back out broken patch
Derick Rethans [Thu, 28 Mar 2002 11:21:47 +0000 (11:21 +0000)]
- Back out broken patch

23 years ago- MFB for fix build for BSD: BSD_MAKEFILE and resolver functions. (Patch by
Derick Rethans [Thu, 28 Mar 2002 07:59:42 +0000 (07:59 +0000)]
- MFB for fix build for BSD: BSD_MAKEFILE and resolver functions. (Patch by
  Melvyn Sopacua <msopacua@idg.nl>)

23 years ago- MFB
Derick Rethans [Thu, 28 Mar 2002 07:36:02 +0000 (07:36 +0000)]
- MFB

23 years agoChangeLog update
<changelog@php.net> [Thu, 28 Mar 2002 01:21:15 +0000 (01:21 +0000)]
ChangeLog update

23 years agoadd test for file_get_contents
Wez Furlong [Thu, 28 Mar 2002 01:20:28 +0000 (01:20 +0000)]
add test for file_get_contents

23 years agoAdd subject hash to parsed x509 data.
Wez Furlong [Thu, 28 Mar 2002 00:56:19 +0000 (00:56 +0000)]
Add subject hash to parsed x509 data.
Make the test use file_get_contents().

23 years agoPhase 3 of OO wrapper cleanup
Wez Furlong [Thu, 28 Mar 2002 00:49:00 +0000 (00:49 +0000)]
Phase 3 of OO wrapper cleanup
# What was phase 2?

23 years agomake quoted-printable encoding safe for use with digital signatures. Added some tests
Wez Furlong [Thu, 28 Mar 2002 00:43:44 +0000 (00:43 +0000)]
make quoted-printable encoding safe for use with digital signatures. Added some tests

23 years agoFixed bug: #16237
foobar [Wed, 27 Mar 2002 23:47:06 +0000 (23:47 +0000)]
Fixed bug: #16237

23 years agoWS fix
foobar [Wed, 27 Mar 2002 22:49:21 +0000 (22:49 +0000)]
WS fix

23 years agoFixing compile warning under Win32
Joseph Tate [Wed, 27 Mar 2002 21:45:45 +0000 (21:45 +0000)]
Fixing compile warning under Win32

23 years agorecorrect las checkin
Marcus Boerger [Wed, 27 Mar 2002 21:01:26 +0000 (21:01 +0000)]
recorrect las checkin

23 years agofix for Bug #16314
Hartmut Holzgraefe [Wed, 27 Mar 2002 20:20:57 +0000 (20:20 +0000)]
fix for Bug #16314

23 years agoautoconf 2.53 uses this directory for some temporary stuff
foobar [Wed, 27 Mar 2002 15:43:48 +0000 (15:43 +0000)]
autoconf 2.53 uses this directory for some temporary stuff

23 years agoMoved these example scripts out of tests.
foobar [Wed, 27 Mar 2002 15:39:30 +0000 (15:39 +0000)]
Moved these example scripts out of tests.

23 years ago- Fixed bug: #16203
foobar [Wed, 27 Mar 2002 15:30:52 +0000 (15:30 +0000)]
- Fixed bug: #16203
# unconditionally adding libraries which are not even neeeded is evil.

23 years agoadd test case for multiple To: lines
Wez Furlong [Wed, 27 Mar 2002 14:07:48 +0000 (14:07 +0000)]
add test case for multiple To: lines

23 years agoallow headers hash to handle multiple To: lines
Wez Furlong [Wed, 27 Mar 2002 14:05:56 +0000 (14:05 +0000)]
allow headers hash to handle multiple To: lines

23 years agonot enabled by default
Hartmut Holzgraefe [Wed, 27 Mar 2002 13:54:09 +0000 (13:54 +0000)]
not enabled by default

23 years agomoved 'static' prototypes to prevent warnings
Hartmut Holzgraefe [Wed, 27 Mar 2002 13:51:55 +0000 (13:51 +0000)]
moved 'static' prototypes to prevent warnings

23 years agopreparing for Content-Encoding detection
Hartmut Holzgraefe [Wed, 27 Mar 2002 11:56:42 +0000 (11:56 +0000)]
preparing for Content-Encoding detection

23 years agoFactorize a few library/libpath-related functions
Sascha Schumann [Wed, 27 Mar 2002 11:09:20 +0000 (11:09 +0000)]
Factorize a few library/libpath-related functions

23 years agoDefer linking against libmcal until we have built the extension,
Sascha Schumann [Wed, 27 Mar 2002 10:26:17 +0000 (10:26 +0000)]
Defer linking against libmcal until we have built the extension,
so that extension-supplied symbols are available.

Also factorize the header file checks.

Reported by: Brandon Knitter
URL: http://news.php.net/article.php?group=php.dev&article=81833

23 years agoRemove generated file
Sascha Schumann [Wed, 27 Mar 2002 10:06:24 +0000 (10:06 +0000)]
Remove generated file

23 years agoChangeLog update
<changelog@php.net> [Wed, 27 Mar 2002 01:20:49 +0000 (01:20 +0000)]
ChangeLog update

23 years agoIgnore generated files.
Jon Parise [Tue, 26 Mar 2002 21:32:34 +0000 (21:32 +0000)]
Ignore generated files.

23 years agoFix typo.
Sean Bright [Tue, 26 Mar 2002 19:59:26 +0000 (19:59 +0000)]
Fix typo.

23 years agobuild conflicts fixed
Hartmut Holzgraefe [Tue, 26 Mar 2002 19:57:32 +0000 (19:57 +0000)]
build conflicts fixed

23 years agoFixed the array-tests. Broke the test up into various smaller tests.
Sander Roobol [Tue, 26 Mar 2002 18:17:38 +0000 (18:17 +0000)]
Fixed the array-tests. Broke the test up into various smaller tests.
Reduced the test data because it was unmanageable.
# I hope everything is ok :)

23 years agoE_ALL fixes
Tomas V.V.Cox [Tue, 26 Mar 2002 16:31:13 +0000 (16:31 +0000)]
E_ALL fixes

23 years ago_lock() now returns PEAR Error or true for consistency
Tomas V.V.Cox [Tue, 26 Mar 2002 16:29:53 +0000 (16:29 +0000)]
_lock() now returns PEAR Error or true for consistency

23 years agoallow other modes to work with -- correct
Marcus Boerger [Tue, 26 Mar 2002 14:43:57 +0000 (14:43 +0000)]
allow other modes to work with -- correct
#original idea was to allow this *only* for PHP_MODE_STANDARD

23 years agofix behaviour on --
Marcus Boerger [Tue, 26 Mar 2002 11:22:20 +0000 (11:22 +0000)]
fix behaviour on --
#now php -- -i for scriptfile -i works

23 years agooutcomment default linking against pam due to no feedback
Sascha Schumann [Tue, 26 Mar 2002 11:05:18 +0000 (11:05 +0000)]
outcomment default linking against pam due to no feedback
regarding its purpose

23 years agoIf an argument (<tag val=argument..) was not quoted, leave it that way.
Sascha Schumann [Tue, 26 Mar 2002 10:23:33 +0000 (10:23 +0000)]
If an argument (<tag val=argument..) was not quoted, leave it that way.

23 years agoRemove warnings
Yasuo Ohgaki [Tue, 26 Mar 2002 08:49:36 +0000 (08:49 +0000)]
Remove warnings

23 years agoChanged error messages to be consistent with other error messages
Yasuo Ohgaki [Tue, 26 Mar 2002 08:43:57 +0000 (08:43 +0000)]
Changed error messages to be consistent with other error messages

23 years ago- MFB
Derick Rethans [Tue, 26 Mar 2002 08:29:14 +0000 (08:29 +0000)]
- MFB

23 years ago- Fix bug 11244 (patch by "Tal Peer" <hazgul99@hotmail.com>).
Markus Fischer [Tue, 26 Mar 2002 07:57:07 +0000 (07:57 +0000)]
- Fix bug 11244 (patch by "Tal Peer" <hazgul99@hotmail.com>).
# Sorry for the delay :-)

23 years agoChangeLog update
<changelog@php.net> [Tue, 26 Mar 2002 01:19:23 +0000 (01:19 +0000)]
ChangeLog update

23 years ago- Use correct header file.
foobar [Tue, 26 Mar 2002 00:14:27 +0000 (00:14 +0000)]
- Use correct header file.

23 years agoMFB. (I must have been sleep-walking..)
foobar [Tue, 26 Mar 2002 00:14:02 +0000 (00:14 +0000)]
MFB. (I must have been sleep-walking..)

23 years agoFix regular openssl_pkey_get_private($content, $phrase) syntax and
Wez Furlong [Tue, 26 Mar 2002 00:03:11 +0000 (00:03 +0000)]
Fix regular openssl_pkey_get_private($content, $phrase) syntax and
add test case.
This stuff should be merged into the 4.2 branch.

23 years agoWhy was this here??
foobar [Mon, 25 Mar 2002 23:46:22 +0000 (23:46 +0000)]
Why was this here??

23 years agoWhitespace fixes
Sterling Hughes [Mon, 25 Mar 2002 22:49:25 +0000 (22:49 +0000)]
Whitespace fixes

23 years ago- MFZE1
Derick Rethans [Mon, 25 Mar 2002 20:37:02 +0000 (20:37 +0000)]
- MFZE1

23 years agofixed prototype for mysql_ping
Georg Richter [Mon, 25 Mar 2002 12:09:38 +0000 (12:09 +0000)]
fixed prototype for mysql_ping

23 years agoNEWS update
<changelog@php.net> [Mon, 25 Mar 2002 01:22:42 +0000 (01:22 +0000)]
NEWS update

23 years agoChangeLog update
<changelog@php.net> [Mon, 25 Mar 2002 01:21:47 +0000 (01:21 +0000)]
ChangeLog update

23 years agomore zend_parse_parameters fixup
Sterling Hughes [Mon, 25 Mar 2002 01:19:59 +0000 (01:19 +0000)]
more zend_parse_parameters fixup

23 years agoFix-up the last fix a bit
Sterling Hughes [Mon, 25 Mar 2002 01:14:30 +0000 (01:14 +0000)]
Fix-up the last fix a bit
Clean up mysql_list_processes

23 years agopproto fix
Hartmut Holzgraefe [Mon, 25 Mar 2002 01:08:39 +0000 (01:08 +0000)]
pproto fix

23 years agoclean up mysql_real_escape_string() a bit
Sterling Hughes [Mon, 25 Mar 2002 01:07:23 +0000 (01:07 +0000)]
clean up mysql_real_escape_string() a bit

# I really think we should just add a database handle
# parameter to mysql_escape_string()

23 years agoinitial checkin
Hartmut Holzgraefe [Mon, 25 Mar 2002 00:42:37 +0000 (00:42 +0000)]
initial checkin

23 years agoAdded mysql_table_name() alias for mysql_tablename()
Zak Greant [Sun, 24 Mar 2002 23:33:07 +0000 (23:33 +0000)]
Added mysql_table_name() alias for mysql_tablename()
Improved logic of parameter parsing code for mysql_ping
 - made test for no arguments more explicit
 - combined to if blocks into one if/else if block

23 years ago - added basic output buffering tests
Jan Lehnardt [Sun, 24 Mar 2002 23:16:42 +0000 (23:16 +0000)]
 - added basic output buffering tests

23 years ago1st implementation of magic-file based mime_content_type(string filename)
Hartmut Holzgraefe [Sun, 24 Mar 2002 23:00:47 +0000 (23:00 +0000)]
1st implementation of magic-file based mime_content_type(string filename)

23 years agoBackslashes caused the build to fail with autoconf 2.52
Alex Waugh [Sun, 24 Mar 2002 22:57:00 +0000 (22:57 +0000)]
Backslashes caused the build to fail with autoconf 2.52

23 years agofix freebsd compile
Sterling Hughes [Sun, 24 Mar 2002 21:16:02 +0000 (21:16 +0000)]
fix freebsd compile

23 years agoFixed tiny mistake in proto (tnx to Egon for spotting it).
Sander Roobol [Sun, 24 Mar 2002 18:19:31 +0000 (18:19 +0000)]
Fixed tiny mistake in proto (tnx to Egon for spotting it).

23 years agoPhase 1 of wrapper OO cleanup.
Wez Furlong [Sun, 24 Mar 2002 18:05:49 +0000 (18:05 +0000)]
Phase 1 of wrapper OO cleanup.
# Collecting underpants

23 years agoFix typo in proto.
Sander Roobol [Sun, 24 Mar 2002 18:01:41 +0000 (18:01 +0000)]
Fix typo in proto.

23 years ago- Fix proto
Derick Rethans [Sun, 24 Mar 2002 17:59:39 +0000 (17:59 +0000)]
- Fix proto

23 years agochanged prototype for mysql_real_escape_string
Georg Richter [Sun, 24 Mar 2002 17:57:32 +0000 (17:57 +0000)]
changed prototype for mysql_real_escape_string

23 years agoAdded support for session manager ID creation, works with patch submitted earlier
Mark L. Woodward [Sun, 24 Mar 2002 17:54:19 +0000 (17:54 +0000)]
Added support for session manager ID creation, works with patch submitted earlier

23 years agoAdded mysql_ping() function.
Zak Greant [Sun, 24 Mar 2002 17:34:20 +0000 (17:34 +0000)]
Added mysql_ping() function.

23 years agoa) ws fixed
Georg Richter [Sun, 24 Mar 2002 17:19:19 +0000 (17:19 +0000)]
a) ws fixed
b) changed mysql_list_processes, mysql_stat (zend_parse_parameters)
c) New functions:
1) mysql_real_escape_string this function is similar to mysql_escape_string (deprecated).
it needs a mysql-connection to escape a string according to the
current character set

2) mysql_character_set_name returns the current character set for the connection

3) mysql_thread_id return the pid for the current connection. This function is usefull
when using mysql_list_processes

23 years agoOverride max_execution_time, setting it to unlimited.
Edin Kadribasic [Sun, 24 Mar 2002 17:14:34 +0000 (17:14 +0000)]
Override max_execution_time, setting it to unlimited.

23 years agoNews updates.
Wez Furlong [Sun, 24 Mar 2002 16:58:27 +0000 (16:58 +0000)]
News updates.
# This might have saved some discussions on php-dev if I had done it
# sooner :-)

23 years ago - initial checkin of basic testcases for pspell
Jan Lehnardt [Sun, 24 Mar 2002 16:22:50 +0000 (16:22 +0000)]
 - initial checkin of basic testcases for pspell

23 years ago(PHP mysql_list_processes) Returns a pointer to a result set containing
Zak Greant [Sun, 24 Mar 2002 10:57:40 +0000 (10:57 +0000)]
(PHP mysql_list_processes) Returns a pointer to a result set containing
                           information on the processes running in the
                           MySQL server.
(PHP mysql_stat) Returns a string containing information on the status
                 of the MySQL server.
@- Added two new functions: mysql_list_processes and mysql_stat (Georg)
@- mysql_list_processes() fetches information on the processes running on
@  the MySQL server.
@- mysql_stat() returns status information for a MySQL server.
#  Committed for Georg by Zak

23 years ago- Fix for bug #16232 (Patch by Alan Knowles <alan@akbkhome.com>)
Derick Rethans [Sun, 24 Mar 2002 10:40:21 +0000 (10:40 +0000)]
- Fix for bug #16232 (Patch by Alan Knowles <alan@akbkhome.com>)

23 years ago* move logic to _assertStateDir
Stig Bakken [Sun, 24 Mar 2002 01:52:38 +0000 (01:52 +0000)]
* move logic to _assertStateDir

23 years agoChangeLog update
<changelog@php.net> [Sun, 24 Mar 2002 01:18:49 +0000 (01:18 +0000)]
ChangeLog update

23 years agorevert out accidental code
Sterling Hughes [Sat, 23 Mar 2002 23:47:53 +0000 (23:47 +0000)]
revert out accidental code

23 years agoDocumented -r and added TODO
Edin Kadribasic [Sat, 23 Mar 2002 23:47:10 +0000 (23:47 +0000)]
Documented -r and added TODO

23 years agoremove experimental status
Sterling Hughes [Sat, 23 Mar 2002 23:46:04 +0000 (23:46 +0000)]
remove experimental status

23 years agothe point can be made both ways :)
Sterling Hughes [Sat, 23 Mar 2002 23:40:19 +0000 (23:40 +0000)]
the point can be made both ways :)

23 years agomake key identifiers case sensitive
Sterling Hughes [Sat, 23 Mar 2002 23:37:17 +0000 (23:37 +0000)]
make key identifiers case sensitive

23 years ago- Fix experimental notice
Derick Rethans [Sat, 23 Mar 2002 23:30:17 +0000 (23:30 +0000)]
- Fix experimental notice

23 years ago - fix "xml_parse_into_struct/umlauts in tags" testcase. It never really
Jan Lehnardt [Sat, 23 Mar 2002 23:24:48 +0000 (23:24 +0000)]
 - fix "xml_parse_into_struct/umlauts in tags" testcase. It never really
 - worked

23 years ago- Remove read_uploaded_file
Derick Rethans [Sat, 23 Mar 2002 23:03:04 +0000 (23:03 +0000)]
- Remove read_uploaded_file

23 years ago.cvsignore in tests dirs cleanup
Edin Kadribasic [Sat, 23 Mar 2002 22:24:32 +0000 (22:24 +0000)]
.cvsignore in tests dirs cleanup

23 years agoremove inappropriate article
jim winstead [Sat, 23 Mar 2002 18:40:24 +0000 (18:40 +0000)]
remove inappropriate article

23 years agorewrite history a bit. there is no is_enum(), it was com_isenum().
jim winstead [Sat, 23 Mar 2002 18:37:43 +0000 (18:37 +0000)]
rewrite history a bit. there is no is_enum(), it was com_isenum().

23 years agoThe System class was modified to always return true or false instead
Tomas V.V.Cox [Sat, 23 Mar 2002 18:36:52 +0000 (18:36 +0000)]
The System class was modified to always return true or false instead
of PEAR Errors. Changed then assertStateDir() to check for false.

23 years agoShow maintainers name in package-info and show more human friendly
Tomas V.V.Cox [Sat, 23 Mar 2002 17:55:51 +0000 (17:55 +0000)]
Show maintainers name in package-info and show more human friendly
column table names

23 years ago-defined php_stream_temp_new() for standard temp streams
Marcus Boerger [Sat, 23 Mar 2002 17:51:20 +0000 (17:51 +0000)]
-defined php_stream_temp_new() for standard temp streams

23 years agoYet another break; forgotten
Tomas V.V.Cox [Sat, 23 Mar 2002 17:46:51 +0000 (17:46 +0000)]
Yet another break; forgotten

23 years agoOops, forgot the break;
Tomas V.V.Cox [Sat, 23 Mar 2002 17:44:48 +0000 (17:44 +0000)]
Oops, forgot the break;

23 years ago- Show the real dir where files would be installed (using role & config)
Tomas V.V.Cox [Sat, 23 Mar 2002 17:27:39 +0000 (17:27 +0000)]
- Show the real dir where files would be installed (using role & config)
- Introduce column wrapping

23 years ago-removed -x
Marcus Boerger [Sat, 23 Mar 2002 17:22:41 +0000 (17:22 +0000)]
-removed -x
-no german in NEWS

23 years ago-removed -x
Marcus Boerger [Sat, 23 Mar 2002 17:10:31 +0000 (17:10 +0000)]
-removed -x
-error handling for illegal switch combinations
-corrected ws for one case block