]> granicus.if.org Git - php/log
php
22 years agofix bug #15150, thanks to daniel at haxx.se for the fix
Sterling Hughes [Wed, 3 Apr 2002 23:59:36 +0000 (23:59 +0000)]
fix bug #15150, thanks to daniel at haxx.se for the fix

22 years ago- Fix as suggested my Marcus
Derick Rethans [Wed, 3 Apr 2002 19:50:02 +0000 (19:50 +0000)]
- Fix as suggested my Marcus

22 years agoAdded ini_set()/ini_get()/ini_restore() test
Yasuo Ohgaki [Wed, 3 Apr 2002 14:34:45 +0000 (14:34 +0000)]
Added ini_set()/ini_get()/ini_restore() test

22 years agofix TS build
Wez Furlong [Wed, 3 Apr 2002 13:47:21 +0000 (13:47 +0000)]
fix TS build

22 years agoTidy up win32 implementation of proc_open.
Wez Furlong [Wed, 3 Apr 2002 13:39:35 +0000 (13:39 +0000)]
Tidy up win32 implementation of proc_open.
Respect safe_mode_exec_dir.
Implement proc_close and return process return code under win32.

22 years agoadd test for mailparse_extract_part_file
Wez Furlong [Wed, 3 Apr 2002 13:38:43 +0000 (13:38 +0000)]
add test for mailparse_extract_part_file

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

22 years agomain/streams.c
Wez Furlong [Tue, 2 Apr 2002 16:46:33 +0000 (16:46 +0000)]
main/streams.c

22 years agofix quoting
Wez Furlong [Tue, 2 Apr 2002 16:45:10 +0000 (16:45 +0000)]
fix quoting

22 years ago- Fix layout
Derick Rethans [Tue, 2 Apr 2002 12:54:21 +0000 (12:54 +0000)]
- Fix layout

22 years ago* Added "-s" (soft update) option to install/upgrade. Will make installs
Stig Bakken [Tue, 2 Apr 2002 09:21:48 +0000 (09:21 +0000)]
* Added "-s" (soft update) option to install/upgrade.  Will make installs
  fail silently.

22 years ago* add Frontend support to PEAR_Common::log()
Stig Bakken [Tue, 2 Apr 2002 09:21:08 +0000 (09:21 +0000)]
* add Frontend support to PEAR_Common::log()

22 years ago* Implemented "shell-test" command for writing shell scripts that check
Stig Bakken [Tue, 2 Apr 2002 09:20:28 +0000 (09:20 +0000)]
* Implemented "shell-test" command for writing shell scripts that check
  whether a package is installed.  Example of use:

    if ! pear shell-test Net_Socket; then
        echo "You don't have the Net_Socket package installed!" >&2
        exit 1
    fi

22 years ago* just renaming some comments
Stig Bakken [Tue, 2 Apr 2002 09:18:07 +0000 (09:18 +0000)]
* just renaming some comments

22 years ago* add type property telling what type of frontend this class implements
Stig Bakken [Tue, 2 Apr 2002 09:15:51 +0000 (09:15 +0000)]
* add type property telling what type of frontend this class implements

22 years ago* remove "exit" at the end, it causes a "false" exit code always
Stig Bakken [Tue, 2 Apr 2002 09:10:23 +0000 (09:10 +0000)]
* remove "exit" at the end, it causes a "false" exit code always

22 years ago* comment out the php files that are not necessary for the installer
Stig Bakken [Tue, 2 Apr 2002 09:09:41 +0000 (09:09 +0000)]
* comment out the php files that are not necessary for the installer
# the rest will show up as packages in /pear shortly

22 years ago- Whitespace
Derick Rethans [Tue, 2 Apr 2002 06:41:23 +0000 (06:41 +0000)]
- Whitespace

22 years agojust did...
James Cox [Tue, 2 Apr 2002 01:35:45 +0000 (01:35 +0000)]
just did...

22 years agoupdated the alert sent to the browser. removed the verbosity, and linked to more...
James Cox [Tue, 2 Apr 2002 01:34:15 +0000 (01:34 +0000)]
updated the alert sent to the browser. removed the verbosity, and linked to more info.

22 years agoNEWS update
<changelog@php.net> [Tue, 2 Apr 2002 01:19:24 +0000 (01:19 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Tue, 2 Apr 2002 01:18:51 +0000 (01:18 +0000)]
ChangeLog update

22 years agoBe a bit more verbose about what was not found.
foobar [Tue, 2 Apr 2002 00:04:53 +0000 (00:04 +0000)]
Be a bit more verbose about what was not found.

22 years agoFix for bug: #5499 (no need to MFH this one)
foobar [Mon, 1 Apr 2002 23:25:48 +0000 (23:25 +0000)]
Fix for bug: #5499 (no need to MFH this one)

22 years agoPrevent crashing with some bogus POSTs.
foobar [Mon, 1 Apr 2002 23:02:16 +0000 (23:02 +0000)]
Prevent crashing with some bogus POSTs.

22 years agotypo
Tomas V.V.Cox [Mon, 1 Apr 2002 19:17:59 +0000 (19:17 +0000)]
typo

22 years agoAdded layer checks and reorganize a little the code
Tomas V.V.Cox [Mon, 1 Apr 2002 19:16:01 +0000 (19:16 +0000)]
Added layer checks and reorganize a little the code

22 years ago- Define the PEAR constants when they are not set (be nice
Tomas V.V.Cox [Mon, 1 Apr 2002 19:13:37 +0000 (19:13 +0000)]
- Define the PEAR constants when they are not set (be nice
  with the "--wihout-pear" people who finally regrets)
- Added method getLayers()

22 years ago- Make "config-set" actually store the values
Tomas V.V.Cox [Mon, 1 Apr 2002 18:19:45 +0000 (18:19 +0000)]
- Make "config-set" actually store the values
- Help and error messages enhance

22 years ago- Added "nodeps" option to install/upgrade/uninstall
Tomas V.V.Cox [Mon, 1 Apr 2002 17:25:42 +0000 (17:25 +0000)]
- Added "nodeps" option to install/upgrade/uninstall
  (pear install -n package.tgz)
- Finish to document the install commands

22 years ago(PHP quoted_printable_decode) Fixed CR/LF processing for Windows/OS2
Kirill Maximov [Mon, 1 Apr 2002 17:03:01 +0000 (17:03 +0000)]
(PHP quoted_printable_decode) Fixed CR/LF processing for Windows/OS2
@ Fixed CR/LF processing for Windows/OS2 in quoted_printable_decode (kir)

22 years ago- Set some php.ini values needed by the installer
Tomas V.V.Cox [Mon, 1 Apr 2002 16:49:19 +0000 (16:49 +0000)]
- Set some php.ini values needed by the installer
- Removed unused present_array() and heading() functions

22 years agoPeople reported problems with flock(LOCK_SH) and fopen('w')
Tomas V.V.Cox [Mon, 1 Apr 2002 16:10:39 +0000 (16:10 +0000)]
People reported problems with flock(LOCK_SH) and fopen('w')

22 years agoadded help
Tomas V.V.Cox [Mon, 1 Apr 2002 15:23:46 +0000 (15:23 +0000)]
added help

22 years agoAdaptation for the new help system
Tomas V.V.Cox [Mon, 1 Apr 2002 14:35:08 +0000 (14:35 +0000)]
Adaptation for the new help system

22 years agoGo with the help system
Tomas V.V.Cox [Mon, 1 Apr 2002 14:32:40 +0000 (14:32 +0000)]
Go with the help system

22 years ago* typo
Stig Bakken [Mon, 1 Apr 2002 14:15:30 +0000 (14:15 +0000)]
* typo

22 years ago- Fix for bug #14966
Derick Rethans [Mon, 1 Apr 2002 09:19:57 +0000 (09:19 +0000)]
- Fix for bug #14966

22 years ago- Nuke *FETCH macros.
Markus Fischer [Mon, 1 Apr 2002 08:05:17 +0000 (08:05 +0000)]
- Nuke *FETCH macros.

22 years ago#cleanup source
Marcus Boerger [Mon, 1 Apr 2002 03:15:57 +0000 (03:15 +0000)]
#cleanup source

22 years agoPHP_SESSION_API not always defined.
Mark L. Woodward [Mon, 1 Apr 2002 01:38:53 +0000 (01:38 +0000)]
PHP_SESSION_API not always defined.

22 years agoChangeLog update
<changelog@php.net> [Mon, 1 Apr 2002 01:18:47 +0000 (01:18 +0000)]
ChangeLog update

22 years ago- Fix compilation.
Markus Fischer [Sun, 31 Mar 2002 23:00:31 +0000 (23:00 +0000)]
- Fix compilation.
  # Marcus, could you please fix the whitespace in this file?

22 years agoE_ALL fix
Tomas V.V.Cox [Sun, 31 Mar 2002 19:04:53 +0000 (19:04 +0000)]
E_ALL fix

22 years agoif (!function_exists('md5_file')) { ...
Tomas V.V.Cox [Sun, 31 Mar 2002 19:04:26 +0000 (19:04 +0000)]
if (!function_exists('md5_file')) { ...

22 years agoFixed the build issues reported by Stas.
foobar [Sun, 31 Mar 2002 15:41:24 +0000 (15:41 +0000)]
Fixed the build issues reported by Stas.

22 years agomissing .cvsignore
foobar [Sun, 31 Mar 2002 15:39:33 +0000 (15:39 +0000)]
missing .cvsignore

22 years agoFix ZE2 builds
Stanislav Malyshev [Sun, 31 Mar 2002 13:02:36 +0000 (13:02 +0000)]
Fix ZE2 builds

22 years agoFixed conditional compilation based on macros changed in
Mark L. Woodward [Sun, 31 Mar 2002 05:38:10 +0000 (05:38 +0000)]
Fixed conditional compilation based on macros changed in
ext/session/php_session.h which changed.

22 years ago* E_ALL fix
Stig Bakken [Sun, 31 Mar 2002 03:16:02 +0000 (03:16 +0000)]
* E_ALL fix

22 years ago* avoid object copying
Stig Bakken [Sun, 31 Mar 2002 01:51:08 +0000 (01:51 +0000)]
* avoid object copying

22 years ago* oops, config object was copied
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()

22 years agoPrint multibyte and SSL support is compiled in libpq or not.
Yasuo Ohgaki [Sun, 31 Mar 2002 01:45:22 +0000 (01:45 +0000)]
Print multibyte and SSL support is compiled in libpq or not.

22 years agoChangeLog update
<changelog@php.net> [Sun, 31 Mar 2002 01:19:42 +0000 (01:19 +0000)]
ChangeLog update

22 years agoPrint PostgreSQL version number in phpinfo()
Yasuo Ohgaki [Sun, 31 Mar 2002 01:18:32 +0000 (01:18 +0000)]
Print PostgreSQL version number in phpinfo()

22 years ago* install PEAR/Command/Remote.php
Stig Bakken [Sun, 31 Mar 2002 00:32:00 +0000 (00:32 +0000)]
* install PEAR/Command/Remote.php

22 years ago* added sys/utsname.h test
Stig Bakken [Sat, 30 Mar 2002 23:44:50 +0000 (23:44 +0000)]
* added sys/utsname.h test

22 years agoLooks like mawk can't handle create_stubs - if someone is keen it would be
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.

22 years ago- Proper use of underscores (s/createsid/create_sid/)
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

22 years ago-compiler warnings
Marcus Boerger [Sat, 30 Mar 2002 14:28:05 +0000 (14:28 +0000)]
-compiler warnings

22 years agoEnable --with-apxs build on Mac OS X. We build an MH_BUNDLE instead of
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?

22 years agoFixed a bug with file_uploads=off -> normal post variables not set.
foobar [Sat, 30 Mar 2002 02:58:19 +0000 (02:58 +0000)]
Fixed a bug with file_uploads=off -> normal post variables not set.

22 years ago- Fix #16348.
Markus Fischer [Sat, 30 Mar 2002 01:56:52 +0000 (01:56 +0000)]
- Fix #16348.

22 years agoChangeLog update
<changelog@php.net> [Sat, 30 Mar 2002 01:19:21 +0000 (01:19 +0000)]
ChangeLog update

22 years agoMac's Find By Content indexing sprinkles these annoying files around
Marko Karppinen [Fri, 29 Mar 2002 20:10:39 +0000 (20:10 +0000)]
Mac's Find By Content indexing sprinkles these annoying files around

22 years agoPrepare for MH_BUNDLE build on Mac OS X / Darwin
Marko Karppinen [Fri, 29 Mar 2002 19:25:55 +0000 (19:25 +0000)]
Prepare for MH_BUNDLE build on Mac OS X / Darwin

22 years agoUpdating tests: remove alternative syntax in tests, added a special
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.

22 years agoAdded crack extension to php.ini-*
Sander Roobol [Fri, 29 Mar 2002 16:32:23 +0000 (16:32 +0000)]
Added crack extension to php.ini-*

22 years agoAdded field to ps_module structure to hold function pointer for the creation
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.

22 years agoadjust to recent apr bucket api changes
Doug MacEachern [Fri, 29 Mar 2002 15:42:18 +0000 (15:42 +0000)]
adjust to recent apr bucket api changes

22 years ago- Added missing entry for mysql_info() and fixed some entries
foobar [Fri, 29 Mar 2002 13:05:08 +0000 (13:05 +0000)]
- Added missing entry for mysql_info() and fixed some entries

22 years agoWS fix
foobar [Fri, 29 Mar 2002 12:56:25 +0000 (12:56 +0000)]
WS fix

22 years ago - add mysql_info function
Jan Lehnardt [Fri, 29 Mar 2002 12:47:02 +0000 (12:47 +0000)]
 - add mysql_info function

22 years ago- revert patch
Derick Rethans [Fri, 29 Mar 2002 12:34:25 +0000 (12:34 +0000)]
- revert patch

22 years agoFix build failure with PostgreSQL 6.5.x
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

22 years ago(PHP php_uname) display runtime uname rather than compile-time uname, added
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. :-)

22 years agoTrying to be more clear.
Yasuo Ohgaki [Fri, 29 Mar 2002 08:34:02 +0000 (08:34 +0000)]
Trying to be more clear.

22 years ago* implemented "pear list-upgrades", which will show you what releases
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)

22 years ago* always require PEAR/Common.php
Stig Bakken [Fri, 29 Mar 2002 02:39:33 +0000 (02:39 +0000)]
* always require PEAR/Common.php

22 years ago* allow "any" as a preferred_state value
Stig Bakken [Fri, 29 Mar 2002 02:38:07 +0000 (02:38 +0000)]
* allow "any" as a preferred_state value

22 years ago* pass on xmlrpc faults as pear errors
Stig Bakken [Fri, 29 Mar 2002 02:17:55 +0000 (02:17 +0000)]
* pass on xmlrpc faults as pear errors

22 years agoAdded class method registration test. It does not test
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.

22 years agoChange title to reasonable one.
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?

22 years ago#and when the test does not result like you expect -> change test data
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

22 years ago-fix possible problem on low memory
Marcus Boerger [Fri, 29 Mar 2002 01:32:26 +0000 (01:32 +0000)]
-fix possible problem on low memory
-fix problem on failure

22 years agoNEWS update
<changelog@php.net> [Fri, 29 Mar 2002 01:21:08 +0000 (01:21 +0000)]
NEWS update

22 years agoChangeLog update
<changelog@php.net> [Fri, 29 Mar 2002 01:20:21 +0000 (01:20 +0000)]
ChangeLog update

22 years agoFix ZE2 build.
Yasuo Ohgaki [Fri, 29 Mar 2002 01:19:02 +0000 (01:19 +0000)]
Fix ZE2 build.

22 years ago* fix tempfile cleanup
Stig Bakken [Fri, 29 Mar 2002 00:05:55 +0000 (00:05 +0000)]
* fix tempfile cleanup

22 years ago* per-command fold marks
Stig Bakken [Thu, 28 Mar 2002 23:50:45 +0000 (23:50 +0000)]
* per-command fold marks

22 years ago* regenerate package.xml with file checksums
Stig Bakken [Thu, 28 Mar 2002 23:49:34 +0000 (23:49 +0000)]
* regenerate package.xml with file checksums

22 years ago* default dep rel attribute to 'has'
Stig Bakken [Thu, 28 Mar 2002 23:45:16 +0000 (23:45 +0000)]
* default dep rel attribute to 'has'

22 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

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

22 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

22 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

22 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

22 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

22 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>

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