]>
granicus.if.org Git - php/log
Andi Gutmans [Sun, 15 Sep 2002 07:41:23 +0000 (07:41 +0000)]
- WS
Jon Parise [Sun, 15 Sep 2002 01:39:30 +0000 (01:39 +0000)]
Line up the 'configure --help' output.
<changelog@php.net> [Sun, 15 Sep 2002 00:33:27 +0000 (00:33 +0000)]
ChangeLog update
Wez Furlong [Sun, 15 Sep 2002 00:07:01 +0000 (00:07 +0000)]
PCRE news
Wez Furlong [Sat, 14 Sep 2002 14:45:35 +0000 (14:45 +0000)]
Update bundled pcrelib to 3.9.
# Tested under Linux only
Jan Lehnardt [Sat, 14 Sep 2002 12:09:47 +0000 (12:09 +0000)]
- fix typo in comment
Andi Gutmans [Sat, 14 Sep 2002 06:38:48 +0000 (06:38 +0000)]
- Don't think we need the do { } while (0) here
<changelog@php.net> [Sat, 14 Sep 2002 00:35:56 +0000 (00:35 +0000)]
ChangeLog update
Andrei Zmievski [Fri, 13 Sep 2002 23:34:21 +0000 (23:34 +0000)]
Let's take Console_Getopt to stable release.
Ilia Alshanetsky [Fri, 13 Sep 2002 13:34:06 +0000 (13:34 +0000)]
Do not create the destination file, if opening of the source file failed
during copy().
<changelog@php.net> [Fri, 13 Sep 2002 00:35:48 +0000 (00:35 +0000)]
NEWS update
<changelog@php.net> [Fri, 13 Sep 2002 00:34:26 +0000 (00:34 +0000)]
ChangeLog update
Stefan Esser [Thu, 12 Sep 2002 21:52:09 +0000 (21:52 +0000)]
made new ssl activate function the default.
foobar [Thu, 12 Sep 2002 21:42:33 +0000 (21:42 +0000)]
ws fix
Sebastian Bergmann [Thu, 12 Sep 2002 17:11:55 +0000 (17:11 +0000)]
Meaningful Custom Build Step information.
Sebastian Bergmann [Thu, 12 Sep 2002 17:02:12 +0000 (17:02 +0000)]
Fix logic.
Marcus Boerger [Thu, 12 Sep 2002 14:25:30 +0000 (14:25 +0000)]
Update info and synch example test.
Derick Rethans [Thu, 12 Sep 2002 11:18:47 +0000 (11:18 +0000)]
- Fixed linker error when HAVE_STRFTIME was not set
Thies C. Arntzen [Thu, 12 Sep 2002 09:48:03 +0000 (09:48 +0000)]
@- OCIResult() could return garbage if called on empty result-sets. (thies)
# fix #19364
Andrey Hristov [Thu, 12 Sep 2002 08:20:37 +0000 (08:20 +0000)]
Fixing my zts fix.
#Sorry Edin
Andrey Hristov [Thu, 12 Sep 2002 08:04:42 +0000 (08:04 +0000)]
Removed magic numbers about the behavior of php_array_diff - proposed by
Andi and Jon Parise.
#It is strange that I commited ZTS code but after that Edin fixed ZTS build
#when I updated - it wasn't ZTS. hmmm. anyway fixing ZTS build.
<changelog@php.net> [Thu, 12 Sep 2002 00:34:41 +0000 (00:34 +0000)]
NEWS update
<changelog@php.net> [Thu, 12 Sep 2002 00:33:37 +0000 (00:33 +0000)]
ChangeLog update
Edin Kadribasic [Wed, 11 Sep 2002 23:10:58 +0000 (23:10 +0000)]
My compiler likes it like this.
Edin Kadribasic [Wed, 11 Sep 2002 23:09:11 +0000 (23:09 +0000)]
Fix ZTS build.
Sterling Hughes [Wed, 11 Sep 2002 22:43:58 +0000 (22:43 +0000)]
virtual filepath fix, don't know why i bother, the module isn't threadsafe
and never will be, but still...
Sterling Hughes [Wed, 11 Sep 2002 22:40:56 +0000 (22:40 +0000)]
max this use the virtual_filepath() function and feel all threadsafe and
wholesome inside
Derick Rethans [Wed, 11 Sep 2002 21:06:52 +0000 (21:06 +0000)]
- Un-deprecating mysql_escape_string
#- This will remove the annoying notices, while this function is used in
# a lot of scripts. There is not reason why we should discontinue it's use
# as it works perfect for about 99% of the time.
Marcus Boerger [Wed, 11 Sep 2002 19:42:59 +0000 (19:42 +0000)]
Unlink output files even if test is skipped.
Derick Rethans [Wed, 11 Sep 2002 18:40:56 +0000 (18:40 +0000)]
- Little whitespace changes
Andrey Hristov [Wed, 11 Sep 2002 18:16:11 +0000 (18:16 +0000)]
Regression test for array_diff() and array_diff_assoc(). The latter is newly
introduced.
Andrey Hristov [Wed, 11 Sep 2002 18:13:48 +0000 (18:13 +0000)]
New function added : array_diff_assoc() . Like array_diff() but does
additional checks on key values. Test script will be added too.
#My first patch . it feels strange :)
foobar [Wed, 11 Sep 2002 16:40:35 +0000 (16:40 +0000)]
For now, check only when not using bundled GD lib.
Sander Roobol [Wed, 11 Sep 2002 16:17:33 +0000 (16:17 +0000)]
Fix configure
foobar [Wed, 11 Sep 2002 15:34:44 +0000 (15:34 +0000)]
Added build test. Bug: #19345
Dan Kalowsky [Wed, 11 Sep 2002 15:05:06 +0000 (15:05 +0000)]
Patch for Bug #19341 submitted by list@firehawksystems.com
foobar [Wed, 11 Sep 2002 14:51:09 +0000 (14:51 +0000)]
tok tok..
Andrei Zmievski [Wed, 11 Sep 2002 14:41:25 +0000 (14:41 +0000)]
@- Added ability to use Perl-style ${n} subpattern references in the
@ replacement string for preg_replace(). Takes care of bug #18442. (Andrei)
foobar [Wed, 11 Sep 2002 14:40:52 +0000 (14:40 +0000)]
ws fix
foobar [Wed, 11 Sep 2002 14:24:27 +0000 (14:24 +0000)]
fix proto
foobar [Wed, 11 Sep 2002 14:21:39 +0000 (14:21 +0000)]
ws fix
Anantha Kesari H Y [Wed, 11 Sep 2002 10:28:22 +0000 (10:28 +0000)]
Removed unnecessary code that was added for NetWare
Anantha Kesari H Y [Wed, 11 Sep 2002 10:16:08 +0000 (10:16 +0000)]
Changed the licence to the one used by PHP Group
Anantha Kesari H Y [Wed, 11 Sep 2002 09:30:01 +0000 (09:30 +0000)]
NetWare related changes/modifications
<changelog@php.net> [Wed, 11 Sep 2002 00:34:28 +0000 (00:34 +0000)]
NEWS update
<changelog@php.net> [Wed, 11 Sep 2002 00:33:52 +0000 (00:33 +0000)]
ChangeLog update
Edin Kadribasic [Tue, 10 Sep 2002 22:36:43 +0000 (22:36 +0000)]
Fixed ZTS build.
Andrei Zmievski [Tue, 10 Sep 2002 18:34:16 +0000 (18:34 +0000)]
@- Fixed array_merge_recursive() to avoid problems with merging cyclical
@ arrays (bug #16064). (Andrei)
Andrei Zmievski [Tue, 10 Sep 2002 17:12:53 +0000 (17:12 +0000)]
*** empty log message ***
James Cox [Tue, 10 Sep 2002 13:48:13 +0000 (13:48 +0000)]
moved vpopmail to pecl.
# with original authors permission, and i am working on it a bit now.
Wez Furlong [Tue, 10 Sep 2002 13:04:08 +0000 (13:04 +0000)]
Patch for BSD-ish systems from Melvyn Sopacua <msopacua@idg.nl>,
slightly modified.
Stanislav Malyshev [Tue, 10 Sep 2002 08:37:18 +0000 (08:37 +0000)]
MFZE1
Stanislav Malyshev [Tue, 10 Sep 2002 08:35:50 +0000 (08:35 +0000)]
MFZE1
Stanislav Malyshev [Tue, 10 Sep 2002 08:18:53 +0000 (08:18 +0000)]
MFZE1
Stefan Esser [Tue, 10 Sep 2002 08:06:25 +0000 (08:06 +0000)]
php_url_parse() replaces controlchars with '_' now. This stops fopen wrapper
CR/LF injection issues.
Jason Greene [Tue, 10 Sep 2002 04:12:55 +0000 (04:12 +0000)]
Fix crash bug and memory leak in vectors
#still need to revisit how these are done, i.e. they are not binary safe
<changelog@php.net> [Tue, 10 Sep 2002 00:34:15 +0000 (00:34 +0000)]
NEWS update
<changelog@php.net> [Tue, 10 Sep 2002 00:33:44 +0000 (00:33 +0000)]
ChangeLog update
foobar [Mon, 9 Sep 2002 22:28:16 +0000 (22:28 +0000)]
consistent..
Stig Bakken [Mon, 9 Sep 2002 22:11:13 +0000 (22:11 +0000)]
* upgrade DB and Mail packages
Stig Bakken [Mon, 9 Sep 2002 21:56:54 +0000 (21:56 +0000)]
* 0.91 changelog
Stig Bakken [Mon, 9 Sep 2002 21:50:58 +0000 (21:50 +0000)]
* no longer needed
Stig Bakken [Mon, 9 Sep 2002 21:45:40 +0000 (21:45 +0000)]
* more consistent output
Stig Bakken [Mon, 9 Sep 2002 21:42:32 +0000 (21:42 +0000)]
* remove debug output
Stig Bakken [Mon, 9 Sep 2002 21:41:32 +0000 (21:41 +0000)]
* how did those DOS newlines get here?
Dan Kalowsky [Mon, 9 Sep 2002 21:01:33 +0000 (21:01 +0000)]
missed one section for #15630
Christian Stocker [Mon, 9 Sep 2002 20:32:49 +0000 (20:32 +0000)]
chregu: Can you please use the new php_error_docref in new code?
Christian Stocker [Mon, 9 Sep 2002 20:21:31 +0000 (20:21 +0000)]
Fix for bug 19266 (don't allow appending nodes from 2 different documents)
Andrei Zmievski [Mon, 9 Sep 2002 20:05:20 +0000 (20:05 +0000)]
@- Added ability to extract() variables as references via OR'able EXTR_REFS
@ flag. (Andrei)
Wez Furlong [Mon, 9 Sep 2002 19:11:35 +0000 (19:11 +0000)]
put that back...
Wez Furlong [Mon, 9 Sep 2002 19:09:23 +0000 (19:09 +0000)]
Revert Dericks accidental commit :-)
Add an Id tag so we can see at a glance who is to blame.
Dan Kalowsky [Mon, 9 Sep 2002 19:06:41 +0000 (19:06 +0000)]
Updated for OCI8 patch
Dan Kalowsky [Mon, 9 Sep 2002 19:03:51 +0000 (19:03 +0000)]
Patch for Bug #18640 (submitted by michael.mauch@gmx.de)
foobar [Mon, 9 Sep 2002 18:17:12 +0000 (18:17 +0000)]
Version check for Sablotron.
Georg Richter [Mon, 9 Sep 2002 15:53:05 +0000 (15:53 +0000)]
- renamed rollback function to _restore_connection_default
- in _restore_connection_default:
- unset the selected database (thx to Paul DuBois)
- set session variable autocommit to default (=1)
foobar [Mon, 9 Sep 2002 14:08:20 +0000 (14:08 +0000)]
Added the 4.2.3 entries.
Anantha Kesari H Y [Mon, 9 Sep 2002 12:03:36 +0000 (12:03 +0000)]
NetWare related changes/modifications
Anantha Kesari H Y [Mon, 9 Sep 2002 11:43:50 +0000 (11:43 +0000)]
NetWare related changes/modifications
Anantha Kesari H Y [Mon, 9 Sep 2002 11:31:03 +0000 (11:31 +0000)]
NetWare related changes/modifications
Anantha Kesari H Y [Mon, 9 Sep 2002 11:23:11 +0000 (11:23 +0000)]
NetWare related changes/modifications
Anantha Kesari H Y [Mon, 9 Sep 2002 11:17:40 +0000 (11:17 +0000)]
NetWare related changes/modifications
Anantha Kesari H Y [Mon, 9 Sep 2002 10:56:28 +0000 (10:56 +0000)]
NetWare related changes/modifications
Anantha Kesari H Y [Mon, 9 Sep 2002 10:12:44 +0000 (10:12 +0000)]
NetWare related changes/modifications
Derick Rethans [Mon, 9 Sep 2002 09:44:52 +0000 (09:44 +0000)]
- Consistent use of macros
Stanislav Malyshev [Mon, 9 Sep 2002 08:59:18 +0000 (08:59 +0000)]
remove comment
Derick Rethans [Mon, 9 Sep 2002 07:54:11 +0000 (07:54 +0000)]
- spaces instead of tabs
Derick Rethans [Mon, 9 Sep 2002 07:52:39 +0000 (07:52 +0000)]
- Use PHP_ instead of ZEND_
<changelog@php.net> [Mon, 9 Sep 2002 00:33:41 +0000 (00:33 +0000)]
ChangeLog update
Jon Parise [Sun, 8 Sep 2002 23:00:31 +0000 (23:00 +0000)]
Reword item 10 for greater clarity.
Yasuo Ohgaki [Sun, 8 Sep 2002 22:38:57 +0000 (22:38 +0000)]
It seems we're better to mention about missing functions.
PHP_FUNCTION -> ZEND_FUNCTION
Stefan Esser [Sun, 8 Sep 2002 22:26:11 +0000 (22:26 +0000)]
Added possibility to reuse an old SSL session id.
Ugly but needed for f.e.: debians ftpd-ssl
foobar [Sun, 8 Sep 2002 21:48:59 +0000 (21:48 +0000)]
s/send/sent/
foobar [Sun, 8 Sep 2002 21:06:22 +0000 (21:06 +0000)]
nice..nice..
Jon Parise [Sun, 8 Sep 2002 20:59:53 +0000 (20:59 +0000)]
Capitalization
Shane Caraveo [Sun, 8 Sep 2002 20:52:03 +0000 (20:52 +0000)]
someone missed code requiring ssl
Stefan Esser [Sun, 8 Sep 2002 19:35:42 +0000 (19:35 +0000)]
ftp(s) fopen() wrapper does no longer ignore the ip returned by PASV.
Stefan Esser [Sun, 8 Sep 2002 19:15:45 +0000 (19:15 +0000)]
Added ftps:// fopen() wrapper to NEWS.
Stefan Esser [Sun, 8 Sep 2002 19:11:07 +0000 (19:11 +0000)]
Control connection gets closed in ssl mode now, too.
Dan Kalowsky [Sun, 8 Sep 2002 18:13:56 +0000 (18:13 +0000)]
Fix for bug #19290
# Untested
Stefan Esser [Sun, 8 Sep 2002 16:45:32 +0000 (16:45 +0000)]
Added EXPERIMENTAL ftps fopen wrapper.
For now this leaks the control connection stream because you cannot
close the control connection in ssl mode before you read the data.