]>
granicus.if.org Git - php/log
Derick Rethans [Sat, 6 Apr 2002 17:28:58 +0000 (17:28 +0000)]
- Fix zzip_entry_read
Richard Heyes [Sat, 6 Apr 2002 17:01:14 +0000 (17:01 +0000)]
* Added registerShutdownFunc() method
Sebastian Bergmann [Sat, 6 Apr 2002 15:45:00 +0000 (15:45 +0000)]
Fix output directory.
Sebastian Bergmann [Sat, 6 Apr 2002 15:37:08 +0000 (15:37 +0000)]
Fix output directory.
Tomas V.V.Cox [Sat, 6 Apr 2002 15:12:04 +0000 (15:12 +0000)]
Fix bug in pushErrorHandling() (fail under very specific circumstances)
Sascha Schumann [Sat, 6 Apr 2002 13:42:40 +0000 (13:42 +0000)]
Improve the life of external extension maintainers by
not plaguing them with "./" in absolute paths.
Requested by: Andrei, Wez
foobar [Sat, 6 Apr 2002 13:29:05 +0000 (13:29 +0000)]
minor fix..
Sebastian Bergmann [Sat, 6 Apr 2002 08:57:06 +0000 (08:57 +0000)]
Fix Debug_TS build.
Yasuo Ohgaki [Sat, 6 Apr 2002 06:42:02 +0000 (06:42 +0000)]
Chages for new pg_last_notice()
Yasuo Ohgaki [Sat, 6 Apr 2002 05:52:52 +0000 (05:52 +0000)]
Make pg_last_notice() work as it is designed. It returns last notice message for connection resource specified.
Added "pgsql.ignore_notice" ini entry.
Added "pgsql.log_notice" ini entry.
@ Make pg_last_notice() work as it is designed. It returns notice message PostgreSQL connection resource specified.
@ Added "pgsql.ignore_notice" ini entry.
@ Added "pgsql.log_notice" ini entry.
Andrei Zmievski [Sat, 6 Apr 2002 03:50:28 +0000 (03:50 +0000)]
- Fixed a leak in xml_decode().
- Fixed it so it's possible to compile as a shared extension.
<changelog@php.net> [Sat, 6 Apr 2002 01:20:17 +0000 (01:20 +0000)]
NEWS update
<changelog@php.net> [Sat, 6 Apr 2002 01:19:25 +0000 (01:19 +0000)]
ChangeLog update
Yasuo Ohgaki [Sat, 6 Apr 2002 01:01:41 +0000 (01:01 +0000)]
Use get_active_function_name() for error messages.
Stig Bakken [Sat, 6 Apr 2002 00:58:22 +0000 (00:58 +0000)]
* forgot htmlspecialchars in release notes
Joseph Tate [Fri, 5 Apr 2002 20:55:37 +0000 (20:55 +0000)]
Added test suite for domxml extension.
#eventually I'll separate all the tests into separate files, but until
#then, I'll commit it so that everyone can use it.
Joseph Tate [Fri, 5 Apr 2002 18:18:23 +0000 (18:18 +0000)]
Added unlink_node alias for consistency
Marcus Boerger [Fri, 5 Apr 2002 18:05:48 +0000 (18:05 +0000)]
-testing unicode user-comment
Marcus Boerger [Fri, 5 Apr 2002 17:59:29 +0000 (17:59 +0000)]
-correct length for ASCII
-global encoding variables
#will become ini settings explanation on what to set follows then
Marcus Boerger [Fri, 5 Apr 2002 16:25:05 +0000 (16:25 +0000)]
include comma separated encoding lists in test
Marcus Boerger [Fri, 5 Apr 2002 16:24:08 +0000 (16:24 +0000)]
no space for comma separated encoding lists
Marcus Boerger [Fri, 5 Apr 2002 16:02:54 +0000 (16:02 +0000)]
aligning #
#mentioned by derick
Christian Stocker [Fri, 5 Apr 2002 15:47:08 +0000 (15:47 +0000)]
oops. that was an error not detected in shared library mode ...
Christian Stocker [Fri, 5 Apr 2002 15:27:52 +0000 (15:27 +0000)]
added domxml_parser(), domxml_parser_add_chunk() and domxml_parser_end().
It provides access to the PushParser interface of libxml2.
Stig Bakken [Fri, 5 Apr 2002 13:07:43 +0000 (13:07 +0000)]
@Add zlib.output_compression_level option (Stig)
foobar [Fri, 5 Apr 2002 11:59:58 +0000 (11:59 +0000)]
Fixed some entries..
Zeev Suraski [Fri, 5 Apr 2002 11:51:43 +0000 (11:51 +0000)]
Fix gzip/bz2 builds for Windows
Yasuo Ohgaki [Fri, 5 Apr 2002 07:57:33 +0000 (07:57 +0000)]
Add error message from _notice_handler()
# Currently, it always logs whennever notice message is
# recieved. I'll change error log optional later.
Yasuo Ohgaki [Fri, 5 Apr 2002 07:17:30 +0000 (07:17 +0000)]
FMB. Fixed bug info.
Yasuo Ohgaki [Fri, 5 Apr 2002 06:37:26 +0000 (06:37 +0000)]
Fix pg_last_notice() double free.
# This should be merged
Yasuo Ohgaki [Fri, 5 Apr 2002 06:30:18 +0000 (06:30 +0000)]
Add notice message test
# Need to figure out why estrduped string is not null terminated
Yasuo Ohgaki [Fri, 5 Apr 2002 06:07:46 +0000 (06:07 +0000)]
Update message
Yasuo Ohgaki [Fri, 5 Apr 2002 06:06:21 +0000 (06:06 +0000)]
Add bytea field to test table.
Use table name variable.
Yasuo Ohgaki [Fri, 5 Apr 2002 06:05:28 +0000 (06:05 +0000)]
Add real pg_escape_bytea() test.
Yasuo Ohgaki [Fri, 5 Apr 2002 02:13:32 +0000 (02:13 +0000)]
Fixed way of exporing functions. (Need PHPAPI for Win)
Fixed if statement format. ("if () stmt;" should be "if () \n {stmt;}")
Fixed error message so that appropriate function names are
displayed.
Marcus Boerger [Fri, 5 Apr 2002 01:25:53 +0000 (01:25 +0000)]
Unicode is now based on php_mb_convert_encoding if available
#currently only ISO-8859-15 is supported as result
#maybe this will become an ini setting
Marcus Boerger [Fri, 5 Apr 2002 01:23:22 +0000 (01:23 +0000)]
new function php_mb_convert_encoding
<changelog@php.net> [Fri, 5 Apr 2002 01:21:31 +0000 (01:21 +0000)]
NEWS update
<changelog@php.net> [Fri, 5 Apr 2002 01:20:46 +0000 (01:20 +0000)]
ChangeLog update
Wez Furlong [Fri, 5 Apr 2002 00:16:09 +0000 (00:16 +0000)]
add mbstring headers to those for pear/pecl extensions
Marcus Boerger [Thu, 4 Apr 2002 20:45:53 +0000 (20:45 +0000)]
removed calls to wctomb, wcstombs
#leave UNICODE to user
Sterling Hughes [Thu, 4 Apr 2002 20:22:03 +0000 (20:22 +0000)]
i of course am the brilliant author of these files
Sterling Hughes [Thu, 4 Apr 2002 20:14:47 +0000 (20:14 +0000)]
replace with non-gpl implementation
Sterling Hughes [Thu, 4 Apr 2002 20:11:11 +0000 (20:11 +0000)]
non gpl implementation
Sterling Hughes [Thu, 4 Apr 2002 20:10:20 +0000 (20:10 +0000)]
replace grp.h with a new implementation (non-GPL)
jim winstead [Thu, 4 Apr 2002 18:43:59 +0000 (18:43 +0000)]
mailparse moved to pear/PECL.
Sander Roobol [Thu, 4 Apr 2002 18:15:52 +0000 (18:15 +0000)]
Fixed build with multiple concurrent jobs (make -j)
Sander Roobol [Thu, 4 Apr 2002 18:15:04 +0000 (18:15 +0000)]
Fixed typo
Yasuo Ohgaki [Thu, 4 Apr 2002 15:25:46 +0000 (15:25 +0000)]
Fix tests
foobar [Thu, 4 Apr 2002 14:33:05 +0000 (14:33 +0000)]
Revert the bogus patch.
Yasuo Ohgaki [Thu, 4 Apr 2002 13:59:44 +0000 (13:59 +0000)]
Added pg_escape_*() test
Yasuo Ohgaki [Thu, 4 Apr 2002 13:54:51 +0000 (13:54 +0000)]
Clean up pg_escape_*()
Christian Stocker [Thu, 4 Apr 2002 12:16:48 +0000 (12:16 +0000)]
- fixed a lot of memory leaks (by Lukas Schroeder)
- get_attribute() returns False instead of empty string, if attribute not found
Yasuo Ohgaki [Thu, 4 Apr 2002 10:25:12 +0000 (10:25 +0000)]
Fixed crash with pg_escape_*()
# I'll MFH later.
Sascha Schumann [Thu, 4 Apr 2002 10:03:29 +0000 (10:03 +0000)]
Add deferred libs to DLIBS instead of LIBS.
Noticed by: Jani Taskinen <sniper@iki.fi>
Daniela Mariaschi [Thu, 4 Apr 2002 02:15:47 +0000 (02:15 +0000)]
Fixed sigfault in ibase_close(). Bug #15419 #15992
@- Fixed sigfault in ibase_close() if user doesn't free resultset
@ (Bug #15419, #15992) (daniela)
<changelog@php.net> [Thu, 4 Apr 2002 01:18:47 +0000 (01:18 +0000)]
ChangeLog update
foobar [Thu, 4 Apr 2002 01:01:26 +0000 (01:01 +0000)]
minor fixes
Marko Karppinen [Thu, 4 Apr 2002 00:44:47 +0000 (00:44 +0000)]
Added news on the Mac OS X changes and removed a duplicate line
foobar [Thu, 4 Apr 2002 00:24:34 +0000 (00:24 +0000)]
- OS X support for dynamically loaded extensions. (patch by Marko)
# NEWS entry coming up..
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
Derick Rethans [Wed, 3 Apr 2002 19:50:02 +0000 (19:50 +0000)]
- Fix as suggested my Marcus
Yasuo Ohgaki [Wed, 3 Apr 2002 14:34:45 +0000 (14:34 +0000)]
Added ini_set()/ini_get()/ini_restore() test
Wez Furlong [Wed, 3 Apr 2002 13:47:21 +0000 (13:47 +0000)]
fix TS build
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.
Wez Furlong [Wed, 3 Apr 2002 13:38:43 +0000 (13:38 +0000)]
add test for mailparse_extract_part_file
<changelog@php.net> [Wed, 3 Apr 2002 01:23:27 +0000 (01:23 +0000)]
ChangeLog update
Wez Furlong [Tue, 2 Apr 2002 16:46:33 +0000 (16:46 +0000)]
main/streams.c
Wez Furlong [Tue, 2 Apr 2002 16:45:10 +0000 (16:45 +0000)]
fix quoting
Derick Rethans [Tue, 2 Apr 2002 12:54:21 +0000 (12:54 +0000)]
- Fix layout
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.
Stig Bakken [Tue, 2 Apr 2002 09:21:08 +0000 (09:21 +0000)]
* add Frontend support to PEAR_Common::log()
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
Stig Bakken [Tue, 2 Apr 2002 09:18:07 +0000 (09:18 +0000)]
* just renaming some comments
Stig Bakken [Tue, 2 Apr 2002 09:15:51 +0000 (09:15 +0000)]
* add type property telling what type of frontend this class implements
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
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
Derick Rethans [Tue, 2 Apr 2002 06:41:23 +0000 (06:41 +0000)]
- Whitespace
James Cox [Tue, 2 Apr 2002 01:35:45 +0000 (01:35 +0000)]
just did...
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.
<changelog@php.net> [Tue, 2 Apr 2002 01:19:24 +0000 (01:19 +0000)]
NEWS update
<changelog@php.net> [Tue, 2 Apr 2002 01:18:51 +0000 (01:18 +0000)]
ChangeLog update
foobar [Tue, 2 Apr 2002 00:04:53 +0000 (00:04 +0000)]
Be a bit more verbose about what was not found.
foobar [Mon, 1 Apr 2002 23:25:48 +0000 (23:25 +0000)]
Fix for bug: #5499 (no need to MFH this one)
foobar [Mon, 1 Apr 2002 23:02:16 +0000 (23:02 +0000)]
Prevent crashing with some bogus POSTs.
Tomas V.V.Cox [Mon, 1 Apr 2002 19:17:59 +0000 (19:17 +0000)]
typo
Tomas V.V.Cox [Mon, 1 Apr 2002 19:16:01 +0000 (19:16 +0000)]
Added layer checks and reorganize a little the code
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()
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
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
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)
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
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')
Tomas V.V.Cox [Mon, 1 Apr 2002 15:23:46 +0000 (15:23 +0000)]
added help
Tomas V.V.Cox [Mon, 1 Apr 2002 14:35:08 +0000 (14:35 +0000)]
Adaptation for the new help system
Tomas V.V.Cox [Mon, 1 Apr 2002 14:32:40 +0000 (14:32 +0000)]
Go with the help system
Stig Bakken [Mon, 1 Apr 2002 14:15:30 +0000 (14:15 +0000)]
* typo
Derick Rethans [Mon, 1 Apr 2002 09:19:57 +0000 (09:19 +0000)]
- Fix for bug #14966
Markus Fischer [Mon, 1 Apr 2002 08:05:17 +0000 (08:05 +0000)]
- Nuke *FETCH macros.
Marcus Boerger [Mon, 1 Apr 2002 03:15:57 +0000 (03:15 +0000)]
#cleanup source