]>
granicus.if.org Git - php/log
Stig Bakken [Sun, 31 Mar 2002 03:16:02 +0000 (03:16 +0000)]
* E_ALL fix
Stig Bakken [Sun, 31 Mar 2002 01:51:08 +0000 (01:51 +0000)]
* avoid object copying
Stig Bakken [Sun, 31 Mar 2002 01:45:36 +0000 (01:45 +0000)]
* oops, config object was copied
* call parameters were not passed on to xmlrpc_encode_request()
Yasuo Ohgaki [Sun, 31 Mar 2002 01:45:22 +0000 (01:45 +0000)]
Print multibyte and SSL support is compiled in libpq or not.
<changelog@php.net> [Sun, 31 Mar 2002 01:19:42 +0000 (01:19 +0000)]
ChangeLog update
Yasuo Ohgaki [Sun, 31 Mar 2002 01:18:32 +0000 (01:18 +0000)]
Print PostgreSQL version number in phpinfo()
Stig Bakken [Sun, 31 Mar 2002 00:32:00 +0000 (00:32 +0000)]
* install PEAR/Command/Remote.php
Stig Bakken [Sat, 30 Mar 2002 23:44:50 +0000 (23:44 +0000)]
* added sys/utsname.h test
Rasmus Lerdorf [Sat, 30 Mar 2002 16:44:56 +0000 (16:44 +0000)]
Looks like mawk can't handle create_stubs - if someone is keen it would be
nice to fix that, but for now just make a note that gawk may be needed.
Sascha Schumann [Sat, 30 Mar 2002 16:29:15 +0000 (16:29 +0000)]
- Proper use of underscores (s/createsid/create_sid/)
- Bump the API date and remove extra cpp macro
- Pass TSRMLS appropiately to the create_sid function
Marcus Boerger [Sat, 30 Mar 2002 14:28:05 +0000 (14:28 +0000)]
-compiler warnings
Marko Karppinen [Sat, 30 Mar 2002 03:17:25 +0000 (03:17 +0000)]
Enable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead of
an MH_DYLIB. As all PPC code is relocatable, we don't use the libtool
based shared build but go a static route. Goodbye libtool!
# I'm committing this to enable widespear testing.
# Anyone have any ideas on how to easily backport this to 4.2.0?
foobar [Sat, 30 Mar 2002 02:58:19 +0000 (02:58 +0000)]
Fixed a bug with file_uploads=off -> normal post variables not set.
Markus Fischer [Sat, 30 Mar 2002 01:56:52 +0000 (01:56 +0000)]
- Fix #16348.
<changelog@php.net> [Sat, 30 Mar 2002 01:19:21 +0000 (01:19 +0000)]
ChangeLog update
Marko Karppinen [Fri, 29 Mar 2002 20:10:39 +0000 (20:10 +0000)]
Mac's Find By Content indexing sprinkles these annoying files around
Marko Karppinen [Fri, 29 Mar 2002 19:25:55 +0000 (19:25 +0000)]
Prepare for MH_BUNDLE build on Mac OS X / Darwin
Sander Roobol [Fri, 29 Mar 2002 17:12:11 +0000 (17:12 +0000)]
Updating tests: remove alternative syntax in tests, added a special
alternative-syntax testfile.
Sander Roobol [Fri, 29 Mar 2002 16:32:23 +0000 (16:32 +0000)]
Added crack extension to php.ini-*
Mark L. Woodward [Fri, 29 Mar 2002 16:00:27 +0000 (16:00 +0000)]
Added field to ps_module structure to hold function pointer for the creation
of the session ID string. Default PS_MOD() macro sets this to be the default
creation routine. PS_MOD_SID() macro sets this to a handlers session ID
creation routine.
Doug MacEachern [Fri, 29 Mar 2002 15:42:18 +0000 (15:42 +0000)]
adjust to recent apr bucket api changes
foobar [Fri, 29 Mar 2002 13:05:08 +0000 (13:05 +0000)]
- Added missing entry for mysql_info() and fixed some entries
foobar [Fri, 29 Mar 2002 12:56:25 +0000 (12:56 +0000)]
WS fix
Jan Lehnardt [Fri, 29 Mar 2002 12:47:02 +0000 (12:47 +0000)]
- add mysql_info function
Derick Rethans [Fri, 29 Mar 2002 12:34:25 +0000 (12:34 +0000)]
- revert patch
Yasuo Ohgaki [Fri, 29 Mar 2002 11:24:54 +0000 (11:24 +0000)]
Fix build failure with PostgreSQL 6.5.x
# I'll merge this to 4.2.0 branch later
Stig Bakken [Fri, 29 Mar 2002 10:19:23 +0000 (10:19 +0000)]
(PHP php_uname) display runtime uname rather than compile-time uname, added
an optional parameter to get single fields (like uname(1))
# Windows version is not tested, and I didn't know how to get
# `uname -n` on Windows, so it's hardcoded to "localhost" for now.
# Windows gurus feel free to fix. :-)
Yasuo Ohgaki [Fri, 29 Mar 2002 08:34:02 +0000 (08:34 +0000)]
Trying to be more clear.
Stig Bakken [Fri, 29 Mar 2002 02:41:28 +0000 (02:41 +0000)]
* implemented "pear list-upgrades", which will show you what releases
are available on the server (shows newer releases with the same state)
Stig Bakken [Fri, 29 Mar 2002 02:39:33 +0000 (02:39 +0000)]
* always require PEAR/Common.php
Stig Bakken [Fri, 29 Mar 2002 02:38:07 +0000 (02:38 +0000)]
* allow "any" as a preferred_state value
Stig Bakken [Fri, 29 Mar 2002 02:17:55 +0000 (02:17 +0000)]
* pass on xmlrpc faults as pear errors
Yasuo Ohgaki [Fri, 29 Mar 2002 02:03:27 +0000 (02:03 +0000)]
Added class method registration test. It does not test
for multiple method definitions due to test script limitation.
# Current CVS source w/o my patch should fail, though.
Yasuo Ohgaki [Fri, 29 Mar 2002 01:41:48 +0000 (01:41 +0000)]
Change title to reasonable one.
# Shall we consider this as a bug or documentation problem?
Marcus Boerger [Fri, 29 Mar 2002 01:33:30 +0000 (01:33 +0000)]
#and when the test does not result like you expect -> change test data
-fix test image
Marcus Boerger [Fri, 29 Mar 2002 01:32:26 +0000 (01:32 +0000)]
-fix possible problem on low memory
-fix problem on failure
<changelog@php.net> [Fri, 29 Mar 2002 01:21:08 +0000 (01:21 +0000)]
NEWS update
<changelog@php.net> [Fri, 29 Mar 2002 01:20:21 +0000 (01:20 +0000)]
ChangeLog update
Yasuo Ohgaki [Fri, 29 Mar 2002 01:19:02 +0000 (01:19 +0000)]
Fix ZE2 build.
Stig Bakken [Fri, 29 Mar 2002 00:05:55 +0000 (00:05 +0000)]
* fix tempfile cleanup
Stig Bakken [Thu, 28 Mar 2002 23:50:45 +0000 (23:50 +0000)]
* per-command fold marks
Stig Bakken [Thu, 28 Mar 2002 23:49:34 +0000 (23:49 +0000)]
* regenerate package.xml with file checksums
Stig Bakken [Thu, 28 Mar 2002 23:45:16 +0000 (23:45 +0000)]
* default dep rel attribute to 'has'
Stig Bakken [Thu, 28 Mar 2002 23:44:31 +0000 (23:44 +0000)]
* accept optional tmpdir arg in mkTempDir
* handle changelog releases without filelist
Andrei Zmievski [Thu, 28 Mar 2002 21:08:56 +0000 (21:08 +0000)]
Cleanup.
Joseph Tate [Thu, 28 Mar 2002 19:30:33 +0000 (19:30 +0000)]
Fixed build of php4ts Release_TSDbg under Win32
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
Stig Bakken [Thu, 28 Mar 2002 14:27:02 +0000 (14:27 +0000)]
* added preferred_state config keyword
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
Stig Bakken [Thu, 28 Mar 2002 12:09:59 +0000 (12:09 +0000)]
* added "platform" and "md5sum" attributes to <file>
Derick Rethans [Thu, 28 Mar 2002 11:21:47 +0000 (11:21 +0000)]
- Back out broken patch
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>)
Derick Rethans [Thu, 28 Mar 2002 07:36:02 +0000 (07:36 +0000)]
- MFB
<changelog@php.net> [Thu, 28 Mar 2002 01:21:15 +0000 (01:21 +0000)]
ChangeLog update
Wez Furlong [Thu, 28 Mar 2002 01:20:28 +0000 (01:20 +0000)]
add test for file_get_contents
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().
Wez Furlong [Thu, 28 Mar 2002 00:49:00 +0000 (00:49 +0000)]
Phase 3 of OO wrapper cleanup
# What was phase 2?
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
foobar [Wed, 27 Mar 2002 23:47:06 +0000 (23:47 +0000)]
Fixed bug: #16237
foobar [Wed, 27 Mar 2002 22:49:21 +0000 (22:49 +0000)]
WS fix
Joseph Tate [Wed, 27 Mar 2002 21:45:45 +0000 (21:45 +0000)]
Fixing compile warning under Win32
Marcus Boerger [Wed, 27 Mar 2002 21:01:26 +0000 (21:01 +0000)]
recorrect las checkin
Hartmut Holzgraefe [Wed, 27 Mar 2002 20:20:57 +0000 (20:20 +0000)]
fix for Bug #16314
foobar [Wed, 27 Mar 2002 15:43:48 +0000 (15:43 +0000)]
autoconf 2.53 uses this directory for some temporary stuff
foobar [Wed, 27 Mar 2002 15:39:30 +0000 (15:39 +0000)]
Moved these example scripts out of tests.
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.
Wez Furlong [Wed, 27 Mar 2002 14:07:48 +0000 (14:07 +0000)]
add test case for multiple To: lines
Wez Furlong [Wed, 27 Mar 2002 14:05:56 +0000 (14:05 +0000)]
allow headers hash to handle multiple To: lines
Hartmut Holzgraefe [Wed, 27 Mar 2002 13:54:09 +0000 (13:54 +0000)]
not enabled by default
Hartmut Holzgraefe [Wed, 27 Mar 2002 13:51:55 +0000 (13:51 +0000)]
moved 'static' prototypes to prevent warnings
Hartmut Holzgraefe [Wed, 27 Mar 2002 11:56:42 +0000 (11:56 +0000)]
preparing for Content-Encoding detection
Sascha Schumann [Wed, 27 Mar 2002 11:09:20 +0000 (11:09 +0000)]
Factorize a few library/libpath-related functions
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
Sascha Schumann [Wed, 27 Mar 2002 10:06:24 +0000 (10:06 +0000)]
Remove generated file
<changelog@php.net> [Wed, 27 Mar 2002 01:20:49 +0000 (01:20 +0000)]
ChangeLog update
Jon Parise [Tue, 26 Mar 2002 21:32:34 +0000 (21:32 +0000)]
Ignore generated files.
Sean Bright [Tue, 26 Mar 2002 19:59:26 +0000 (19:59 +0000)]
Fix typo.
Hartmut Holzgraefe [Tue, 26 Mar 2002 19:57:32 +0000 (19:57 +0000)]
build conflicts fixed
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 :)
Tomas V.V.Cox [Tue, 26 Mar 2002 16:31:13 +0000 (16:31 +0000)]
E_ALL fixes
Tomas V.V.Cox [Tue, 26 Mar 2002 16:29:53 +0000 (16:29 +0000)]
_lock() now returns PEAR Error or true for consistency
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
Marcus Boerger [Tue, 26 Mar 2002 11:22:20 +0000 (11:22 +0000)]
fix behaviour on --
#now php -- -i for scriptfile -i works
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
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.
Yasuo Ohgaki [Tue, 26 Mar 2002 08:49:36 +0000 (08:49 +0000)]
Remove warnings
Yasuo Ohgaki [Tue, 26 Mar 2002 08:43:57 +0000 (08:43 +0000)]
Changed error messages to be consistent with other error messages
Derick Rethans [Tue, 26 Mar 2002 08:29:14 +0000 (08:29 +0000)]
- MFB
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 :-)
<changelog@php.net> [Tue, 26 Mar 2002 01:19:23 +0000 (01:19 +0000)]
ChangeLog update
foobar [Tue, 26 Mar 2002 00:14:27 +0000 (00:14 +0000)]
- Use correct header file.
foobar [Tue, 26 Mar 2002 00:14:02 +0000 (00:14 +0000)]
MFB. (I must have been sleep-walking..)
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.
foobar [Mon, 25 Mar 2002 23:46:22 +0000 (23:46 +0000)]
Why was this here??
Sterling Hughes [Mon, 25 Mar 2002 22:49:25 +0000 (22:49 +0000)]
Whitespace fixes
Derick Rethans [Mon, 25 Mar 2002 20:37:02 +0000 (20:37 +0000)]
- MFZE1
Georg Richter [Mon, 25 Mar 2002 12:09:38 +0000 (12:09 +0000)]
fixed prototype for mysql_ping
<changelog@php.net> [Mon, 25 Mar 2002 01:22:42 +0000 (01:22 +0000)]
NEWS update
<changelog@php.net> [Mon, 25 Mar 2002 01:21:47 +0000 (01:21 +0000)]
ChangeLog update
Sterling Hughes [Mon, 25 Mar 2002 01:19:59 +0000 (01:19 +0000)]
more zend_parse_parameters fixup