]>
granicus.if.org Git - php/log
Danny Heijl [Mon, 3 Jul 2000 19:27:28 +0000 (19:27 +0000)]
- Informix driver : Changes for new "main" directory (win32 build)
Andi Gutmans [Mon, 3 Jul 2000 19:17:57 +0000 (19:17 +0000)]
- Fix bug #4120
Sam Ruby [Mon, 3 Jul 2000 17:34:41 +0000 (17:34 +0000)]
Fix typo. Thanks to Adam Trachtenberg for noticing it!
Stanislav Malyshev [Mon, 3 Jul 2000 16:53:39 +0000 (16:53 +0000)]
Unblock SIGPROF signal when starting timer.
On Linux, this signal is blocked by default after first signal is run
Thies C. Arntzen [Mon, 3 Jul 2000 15:05:46 +0000 (15:05 +0000)]
@- Fixed crash on OCI?Logon() failure. (thies)
Sam Ruby [Mon, 3 Jul 2000 09:00:54 +0000 (09:00 +0000)]
Add suggestions for dealing with difficult installations, based on feedback
from multiple people. The .bashrc suggestion was from Rael Dornfest.
Sascha Schumann [Mon, 3 Jul 2000 06:45:07 +0000 (06:45 +0000)]
Identifiers which begin with an underscore are reserved. Changed
_PHP_SOCKETS_H to PHP_SOCKETS_H.
Rasmus Lerdorf [Mon, 3 Jul 2000 05:25:00 +0000 (05:25 +0000)]
Use AC_CHECK_HEADERS(unistd.h) instead
Chris Vandomelen [Mon, 3 Jul 2000 04:45:21 +0000 (04:45 +0000)]
* ext/sockets/.cvsignore
- Forgot to import into repository.
Chris Vandomelen [Mon, 3 Jul 2000 04:35:57 +0000 (04:35 +0000)]
* Makefile.in
config.m4
php_sockets.h
sockets.c
sockets.php:
- Added files needed for Unix-style sockets support in PHP.
<changelog@php.net> [Mon, 3 Jul 2000 01:09:05 +0000 (01:09 +0000)]
ChangeLog update
Sascha Schumann [Mon, 3 Jul 2000 00:55:36 +0000 (00:55 +0000)]
Replace macros which begin with an underscore through an appropiately
named macro.
Sascha Schumann [Mon, 3 Jul 2000 00:45:21 +0000 (00:45 +0000)]
Rename macros which begin with underscore to valid macros.
Sascha Schumann [Mon, 3 Jul 2000 00:41:19 +0000 (00:41 +0000)]
Rename macros which begin with underscore to appropiate macros. The general
rule is:
macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
Sascha Schumann [Sun, 2 Jul 2000 23:54:19 +0000 (23:54 +0000)]
Change header protection macros to conform to standard.
Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"
All identifiers that begin with an underscore and either an uppercase
letter or another underscore are always reserved for any use by the
implementation.
Sascha Schumann [Sun, 2 Jul 2000 23:46:51 +0000 (23:46 +0000)]
Change header protection macros to conform to standard.
Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"
All identifiers that begin with an underscore and either an uppercase
letter or another underscore are always reserved for any use by the
implementation.
Sascha Schumann [Sun, 2 Jul 2000 23:16:54 +0000 (23:16 +0000)]
Identifiers that begin with underscore are reserved for the implementation.
Chuck Hagenbuch [Sun, 2 Jul 2000 19:04:36 +0000 (19:04 +0000)]
i don't think there's a reason to nuke the db handle here (when freeing
results).
Shane Caraveo [Sun, 2 Jul 2000 17:20:38 +0000 (17:20 +0000)]
fix php4dllts dsp file
Shane Caraveo [Sun, 2 Jul 2000 17:20:03 +0000 (17:20 +0000)]
fix apache dsp file
Shane Caraveo [Sun, 2 Jul 2000 17:19:49 +0000 (17:19 +0000)]
fix nsapi dsp file
Stanislav Malyshev [Sun, 2 Jul 2000 16:36:31 +0000 (16:36 +0000)]
react only on CORE_ERROR
Stanislav Malyshev [Sun, 2 Jul 2000 16:27:39 +0000 (16:27 +0000)]
Fix couple of crashes on error conditions
Make session_module_name really work
Stanislav Malyshev [Sun, 2 Jul 2000 16:23:43 +0000 (16:23 +0000)]
Be strict on errors in modules startup
Andi Gutmans [Sun, 2 Jul 2000 16:06:45 +0000 (16:06 +0000)]
- Take #2 with tab size 4
Andi Gutmans [Sun, 2 Jul 2000 16:00:00 +0000 (16:00 +0000)]
- Beautify parser a bit. It still could do with some more at some point
Andi Gutmans [Sun, 2 Jul 2000 15:39:54 +0000 (15:39 +0000)]
- Forgot ZEND_API
Andi Gutmans [Sun, 2 Jul 2000 15:12:34 +0000 (15:12 +0000)]
- Make PHP compile again under Windows.
- Please be careful when you make such changes.
Kristian Köhntopp [Sun, 2 Jul 2000 13:41:26 +0000 (13:41 +0000)]
unlink() is not a function related to HAVE_SYMLINK. It is being
used to delete files (actually, in Unix, names of files, as in
Unix nobody has deleted a file, ever).
Rui Hirokawa [Sun, 2 Jul 2000 08:59:44 +0000 (08:59 +0000)]
added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.
<changelog@php.net> [Sun, 2 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 2 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update
Sterling Hughes [Sat, 1 Jul 2000 22:39:27 +0000 (22:39 +0000)]
revert + note.
Sterling Hughes [Sat, 1 Jul 2000 21:34:45 +0000 (21:34 +0000)]
- strdup -> estrdup
- check whether return_value array is initialized.
Rasmus Lerdorf [Sat, 1 Jul 2000 18:06:11 +0000 (18:06 +0000)]
This is documented to not be case sensitive and it is not case sensitive
in PHP 3, so let's not make it case sensitive.
@Make the special Header("http/...") response be case insensitive like 3.0 (Rasmus)
Andi Gutmans [Sat, 1 Jul 2000 12:23:09 +0000 (12:23 +0000)]
- Commit tiny patch to remove redundant code by Amit Schreiber.
Sterling Hughes [Sat, 1 Jul 2000 01:43:37 +0000 (01:43 +0000)]
stylistic modifications.
Sterling Hughes [Sat, 1 Jul 2000 01:42:51 +0000 (01:42 +0000)]
definition.
Sterling Hughes [Sat, 1 Jul 2000 01:37:11 +0000 (01:37 +0000)]
@- Allow cybercash to compile as a DL module. (Sterling)
-Allow cybercash to compile as a DL module.
-Stylistic changes.
-Add RETURN_STRINGL + Z_*_PP macros
<changelog@php.net> [Sat, 1 Jul 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 1 Jul 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update
Sterling Hughes [Fri, 30 Jun 2000 22:44:20 +0000 (22:44 +0000)]
Fix bug 4813. Fixed by greg@darkphoton.com
Sterling Hughes [Fri, 30 Jun 2000 21:21:17 +0000 (21:21 +0000)]
@- Fixed the dbase_create function. (Sterling)
Fixed the dbase_create function.
Andrei Zmievski [Fri, 30 Jun 2000 19:40:42 +0000 (19:40 +0000)]
Typo.
Dan Kalowsky [Fri, 30 Jun 2000 19:22:52 +0000 (19:22 +0000)]
updates for the SolidEE to work for 3.5 with PHP4.0.1. Still causes warning of "integer from pointer used without typecast" but does not seem to effect the final build any. have not found a correction yet. has not shown the SQLParamData bug either, but unknown if it is closed as i was unable to reproduce it.
basically fixed the config.m4 file, and added a #define of HAVE_SOLID_35, due to the solidee 3.5 vs all other solidee systems being drastically different. and solidtech providing no means for testing what version you are using.
does not include fixes for the linux users of glibc2 (automatically assumes libc5). temporary work around, link your /usr/local/solid/lib files from a scll2x23 or scll2x30 to a scllux30 or scllux23 name... suggestions to automate this are welcome.
Chuck Hagenbuch [Fri, 30 Jun 2000 19:20:03 +0000 (19:20 +0000)]
DB::parseDSN() now checks the value it is passed, and if it is already an
array, returns it. This lets you pass arrays to the connect functions and
they'll work transparently.
Rasmus Lerdorf [Fri, 30 Jun 2000 17:39:21 +0000 (17:39 +0000)]
Some user-agents send 'basic' instead of 'Basic' in their Authorization
header. ApacheBench is an example. PHP's HTTP Auth would not work with
these.
Some user-agents send 'basic' instead of 'Basic' in their Authorization
header. ApacheBench is an example. PHP's HTTP Auth would not work with
these. (Rasmus)
Zeev Suraski [Fri, 30 Jun 2000 16:24:17 +0000 (16:24 +0000)]
First Sybase-DB fix patch
Sam Ruby [Fri, 30 Jun 2000 14:33:46 +0000 (14:33 +0000)]
remove unnecessary dependency
Zeev Suraski [Fri, 30 Jun 2000 13:23:08 +0000 (13:23 +0000)]
- Revert bogus time.h commit
- Fixed a problem under some versions of Windows that could cause PHP to hang
on startup if errors occured, e.g. in the php.ini file
Zeev Suraski [Fri, 30 Jun 2000 12:55:00 +0000 (12:55 +0000)]
Add a messagebox style that's safe to use from an ISAPI filter
Thies C. Arntzen [Fri, 30 Jun 2000 12:31:24 +0000 (12:31 +0000)]
hmm, this file is not really auto-generated.
Zeev Suraski [Fri, 30 Jun 2000 12:16:58 +0000 (12:16 +0000)]
Set version number on DLLs
Zeev Suraski [Fri, 30 Jun 2000 11:48:14 +0000 (11:48 +0000)]
PHP modules should only be in the php_modules.dsw workspace...
Zeev Suraski [Fri, 30 Jun 2000 11:45:32 +0000 (11:45 +0000)]
error_reporting fix
Uwe Steinmann [Fri, 30 Jun 2000 09:46:39 +0000 (09:46 +0000)]
- using more of the zend API
Sam Ruby [Fri, 30 Jun 2000 04:48:46 +0000 (04:48 +0000)]
Fix garbage in warning strings, and IllegalArgumentException on
assignments which require data type conversions.
<changelog@php.net> [Fri, 30 Jun 2000 01:09:04 +0000 (01:09 +0000)]
ChangeLog update
Sascha Schumann [Fri, 30 Jun 2000 00:40:07 +0000 (00:40 +0000)]
.
Zeev Suraski [Thu, 29 Jun 2000 21:51:40 +0000 (21:51 +0000)]
Fixed opendir() thoroughly
Thies C. Arntzen [Thu, 29 Jun 2000 17:37:58 +0000 (17:37 +0000)]
welcome 4.0.2-dev
Andi Gutmans [Thu, 29 Jun 2000 16:08:02 +0000 (16:08 +0000)]
- Get rid of absolute path
Andi Gutmans [Thu, 29 Jun 2000 16:00:30 +0000 (16:00 +0000)]
- Make pgsql compile on Windows.
Zeev Suraski [Thu, 29 Jun 2000 15:07:59 +0000 (15:07 +0000)]
Add $context argument to error handler
Stanislav Malyshev [Thu, 29 Jun 2000 14:50:23 +0000 (14:50 +0000)]
Lowercase class name before checking for it
# I didn't really check it - have no WDDX
Stanislav Malyshev [Thu, 29 Jun 2000 14:49:23 +0000 (14:49 +0000)]
Lowercase class name before looking for it
Kristian Köhntopp [Thu, 29 Jun 2000 14:07:10 +0000 (14:07 +0000)]
ezmlm_hash() function also available for php4.
Andi Gutmans [Thu, 29 Jun 2000 13:34:58 +0000 (13:34 +0000)]
- Extra newline crept in somehow
Stanislav Malyshev [Thu, 29 Jun 2000 13:34:55 +0000 (13:34 +0000)]
Make fgets not use maximal buffer length always, but shrink buffer
if it's too big.
Andi Gutmans [Thu, 29 Jun 2000 13:31:52 +0000 (13:31 +0000)]
- Fix problem with DICARD_PATH being defined in windows
Andrei Zmievski [Thu, 29 Jun 2000 13:16:46 +0000 (13:16 +0000)]
Starting 4.0.2 changes.
Stanislav Malyshev [Thu, 29 Jun 2000 13:09:27 +0000 (13:09 +0000)]
Try to fix #5271 - crash when $HTTP_SESSION_VARS is already defined
via "global"
# I'm not sure it's fastest fix possible, but at least it should remove the
# crash
<changelog@php.net> [Thu, 29 Jun 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 29 Jun 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update
Zeev Suraski [Wed, 28 Jun 2000 22:08:47 +0000 (22:08 +0000)]
Improve error handling code
Zeev Suraski [Wed, 28 Jun 2000 21:31:50 +0000 (21:31 +0000)]
Be HTML friendly
Andrei Zmievski [Wed, 28 Jun 2000 21:24:23 +0000 (21:24 +0000)]
Would be a useful thing to have.
Andrei Zmievski [Wed, 28 Jun 2000 20:09:04 +0000 (20:09 +0000)]
Oops, didn't mean to commit that.
Andrei Zmievski [Wed, 28 Jun 2000 20:07:26 +0000 (20:07 +0000)]
@- Added an optional parameter to preg_replace() that can be used to
@ specify how many replacements to make. (Andrei)
Andi Gutmans [Wed, 28 Jun 2000 18:32:13 +0000 (18:32 +0000)]
version update
Zeev Suraski [Wed, 28 Jun 2000 18:27:13 +0000 (18:27 +0000)]
I'm not sure whether this is necessary or not. Is it guarenteed that get_module_conf()
will always return a value? Even if there were no relevant directives at all?
Andi Gutmans [Wed, 28 Jun 2000 17:30:30 +0000 (17:30 +0000)]
- Fix problem with VIRTUAL_DIR and relative paths containing ..
Joey Smith [Wed, 28 Jun 2000 11:44:32 +0000 (11:44 +0000)]
Added note about creating PDF documents in memory.
This is not quite complete, due to a bug in pdflib 3.0.
<changelog@php.net> [Wed, 28 Jun 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 28 Jun 2000 01:09:04 +0000 (01:09 +0000)]
NEWS update
Sascha Schumann [Tue, 27 Jun 2000 23:09:49 +0000 (23:09 +0000)]
Cosmetic name change
Jouni Ahto [Tue, 27 Jun 2000 22:25:51 +0000 (22:25 +0000)]
# Forgot this...
Jouni Ahto [Tue, 27 Jun 2000 22:25:27 +0000 (22:25 +0000)]
# Reverting as requested.
Zeev Suraski [Tue, 27 Jun 2000 21:39:41 +0000 (21:39 +0000)]
- Limit lines to 80 chars
- Let people know they don't have to use the ISAPI filter if they don't need
HTTP authenatication
Jouni Ahto [Tue, 27 Jun 2000 21:36:26 +0000 (21:36 +0000)]
- dba_[p]open accepts now a new parameter, which kind of database to create
(DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and
mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists.
# Asked on the list 4 1/2 hours ago if anyone's got to say something to this,
# no response, so I'm assuming it's ok. And yes, I did test this.
Zeev Suraski [Tue, 27 Jun 2000 18:44:30 +0000 (18:44 +0000)]
Fixed a bug in opendir(), which prevented readdir() from working properly if
the $dir argument wasn't explicitly specified
Zeev Suraski [Tue, 27 Jun 2000 18:41:44 +0000 (18:41 +0000)]
Revert the sendmail.c patch - it uses 4 different variables that aren't defined, and breaks
the Win32 build
Andi Gutmans [Tue, 27 Jun 2000 18:18:18 +0000 (18:18 +0000)]
- Fix bug with VIRTUAL_DIR, .., and symlinks.
Sascha Schumann [Tue, 27 Jun 2000 16:22:26 +0000 (16:22 +0000)]
Use [\]n to refer to the two characters '\' and 'n'. This is the correct way
according to SUS II.
PR: #5212
Hartmut Holzgraefe [Tue, 27 Jun 2000 16:15:16 +0000 (16:15 +0000)]
should now get multiple To: and Cc: recievers right
(code taken from php3 version)
Jouni Ahto [Tue, 27 Jun 2000 13:26:04 +0000 (13:26 +0000)]
(pg_loreadall) Was using zval ** but forgot to convert to use
zend_get_parameters_ex(). Fixes #5244.
Sam Ruby [Tue, 27 Jun 2000 10:39:45 +0000 (10:39 +0000)]
add Java as a valid package
Sam Ruby [Tue, 27 Jun 2000 10:37:40 +0000 (10:37 +0000)]
defer loading of the native code
Thies C. Arntzen [Tue, 27 Jun 2000 09:55:52 +0000 (09:55 +0000)]
(fgetcsv) fixed leak
Thies C. Arntzen [Tue, 27 Jun 2000 09:28:05 +0000 (09:28 +0000)]
@- Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)