]> granicus.if.org Git - php/log
php
23 years agoImprove OpenSSL compatibility
Zeev Suraski [Tue, 13 Nov 2001 11:47:52 +0000 (11:47 +0000)]
Improve OpenSSL compatibility

23 years agoFixed bug introduced by my last commit.
foobar [Tue, 13 Nov 2001 11:38:22 +0000 (11:38 +0000)]
Fixed bug introduced by my last commit.

23 years ago"Fix" last commit, to compile cURL with SSL support you must also use the
Sterling Hughes [Tue, 13 Nov 2001 10:59:15 +0000 (10:59 +0000)]
"Fix" last commit, to compile cURL with SSL support you must also use the
OpenSSL extension -- sorry...

The last commit caused bad things to happen if you were compiling cURL and
PHP on Win32 or if you compiled PHP --with-openssl, ie, re-initializing things
that were already initialized

23 years ago- Fix scheme/sax handlers (patch by Lenar Lõhmus <lenar@vision.ee>)
Derick Rethans [Tue, 13 Nov 2001 09:54:06 +0000 (09:54 +0000)]
- Fix scheme/sax handlers (patch by Lenar Lõhmus <lenar@vision.ee>)

23 years agoChangeLog update
<changelog@php.net> [Tue, 13 Nov 2001 01:11:02 +0000 (01:11 +0000)]
ChangeLog update

23 years ago* command name changes
Stig Bakken [Tue, 13 Nov 2001 01:07:36 +0000 (01:07 +0000)]
* command name changes

23 years ago* rename files to .reg (not .inf)
Stig Bakken [Tue, 13 Nov 2001 01:06:48 +0000 (01:06 +0000)]
* rename files to .reg (not .inf)

23 years ago* error message cleanup
Stig Bakken [Tue, 13 Nov 2001 01:05:46 +0000 (01:05 +0000)]
* error message cleanup
* store registry object as property

23 years agoImport patch from bug #14023
Zeev Suraski [Tue, 13 Nov 2001 01:01:47 +0000 (01:01 +0000)]
Import patch from bug #14023

23 years agoFixed the wrong logic in ini_get_all() function.
foobar [Tue, 13 Nov 2001 00:37:49 +0000 (00:37 +0000)]
Fixed the wrong logic in ini_get_all() function.
Now it behaves same as how phpinfo() outputs the ini entries.

If there is a local value, then the global one is the 'original one' if
there is such. Otherwise global value is same as local. :)

23 years ago* shame on me ...
Martin Jansen [Mon, 12 Nov 2001 10:52:41 +0000 (10:52 +0000)]
* shame on me ...

23 years ago* typo
Martin Jansen [Mon, 12 Nov 2001 10:51:42 +0000 (10:51 +0000)]
* typo

23 years agoProvide the full URL to pear.php.net.
Jon Parise [Mon, 12 Nov 2001 03:04:06 +0000 (03:04 +0000)]
Provide the full URL to pear.php.net.

23 years agoUnified error/warning messages.
Markus Fischer [Mon, 12 Nov 2001 01:54:55 +0000 (01:54 +0000)]
Unified error/warning messages.

23 years agoChangeLog update
<changelog@php.net> [Mon, 12 Nov 2001 01:11:05 +0000 (01:11 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Mon, 12 Nov 2001 01:11:02 +0000 (01:11 +0000)]
NEWS update

23 years agoWS
Markus Fischer [Mon, 12 Nov 2001 01:07:17 +0000 (01:07 +0000)]
WS

23 years agoFix #14020 and some minor leaks.
Markus Fischer [Mon, 12 Nov 2001 00:58:16 +0000 (00:58 +0000)]
Fix #14020 and some minor leaks.

23 years agofixed output problem with output buffering handler.
Rui Hirokawa [Sun, 11 Nov 2001 23:11:23 +0000 (23:11 +0000)]
fixed output problem with output buffering handler.

23 years agoFix all (at least, I tried to catch all) proto's in file.c
Jeroen van Wolffelaar [Sun, 11 Nov 2001 20:33:27 +0000 (20:33 +0000)]
Fix all (at least, I tried to catch all) proto's in file.c

23 years agoAdd warning when set_file_buffer() fails
Jeroen van Wolffelaar [Sun, 11 Nov 2001 19:42:31 +0000 (19:42 +0000)]
Add warning when set_file_buffer() fails

23 years ago- Renaming key_exists to array_key_exists
Derick Rethans [Sun, 11 Nov 2001 18:28:43 +0000 (18:28 +0000)]
- Renaming key_exists to array_key_exists
@- Renamed key_exists tp array_key_exists. (Derick)
#- Not sure if this belongs in NEWS, but it was already in a released
#  version. And yes, I know I'm breaking BC here, but as it was not documented
#  yet, that doesn't matter.

23 years agoFix crash bug on malformed .ini file
Stanislav Malyshev [Sun, 11 Nov 2001 12:41:14 +0000 (12:41 +0000)]
Fix crash bug on malformed .ini file

23 years agocompile fix
Thies C. Arntzen [Sun, 11 Nov 2001 11:08:31 +0000 (11:08 +0000)]
compile fix

23 years agoAdd missing loop variable $i.
Markus Fischer [Sun, 11 Nov 2001 04:09:08 +0000 (04:09 +0000)]
Add missing loop variable $i.

Suppress more warnings when using the option separator '--'.

23 years agoSuppress warning on long-options without an additional argument.
Markus Fischer [Sun, 11 Nov 2001 03:59:22 +0000 (03:59 +0000)]
Suppress warning on long-options without an additional argument.

23 years agoFix for 14012
Rasmus Lerdorf [Sun, 11 Nov 2001 02:58:11 +0000 (02:58 +0000)]
Fix for 14012

23 years agoMake the filesize 0 when upload fails. And changed the error messages to be different...
foobar [Sun, 11 Nov 2001 01:51:17 +0000 (01:51 +0000)]
Make the filesize 0 when upload fails. And changed the error messages to be different from each other.

23 years agoChangeLog update
<changelog@php.net> [Sun, 11 Nov 2001 01:12:10 +0000 (01:12 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 11 Nov 2001 01:12:07 +0000 (01:12 +0000)]
NEWS update

23 years agoFix for bug: #14008. Still needs some minor changes but should give idea about this.
foobar [Sun, 11 Nov 2001 00:45:31 +0000 (00:45 +0000)]
Fix for bug: #14008. Still needs some minor changes but should give idea about this.

23 years agoClean up.
Andrei Zmievski [Sun, 11 Nov 2001 00:06:47 +0000 (00:06 +0000)]
Clean up.

23 years agoCrash fix news.
Andrei Zmievski [Sat, 10 Nov 2001 23:58:23 +0000 (23:58 +0000)]
Crash fix news.

23 years agoFixed bug #13635.
Andrei Zmievski [Sat, 10 Nov 2001 23:45:00 +0000 (23:45 +0000)]
Fixed bug #13635.

23 years agoFixed bug #13901.
Andrei Zmievski [Sat, 10 Nov 2001 23:44:04 +0000 (23:44 +0000)]
Fixed bug #13901.

23 years agoNo need to 'include' a .re file here.
Sebastian Bergmann [Sat, 10 Nov 2001 22:31:48 +0000 (22:31 +0000)]
No need to 'include' a .re file here.

23 years agoMake the win32 fastcgi compilable with the php4ts projects.
Shane Caraveo [Sat, 10 Nov 2001 22:11:03 +0000 (22:11 +0000)]
Make the win32 fastcgi compilable with the php4ts projects.

23 years agoRewrite of unserializer which should be more maintainable and extensible.
Sascha Schumann [Sat, 10 Nov 2001 21:18:34 +0000 (21:18 +0000)]
Rewrite of unserializer which should be more maintainable and extensible.

Changes pass `make test´ and a couple of custom tests.

Enjoy.

23 years ago- Fixing this bad idea
Derick Rethans [Sat, 10 Nov 2001 18:06:28 +0000 (18:06 +0000)]
- Fixing this bad idea

23 years agoFix apache win32 dso build.
James Moore [Sat, 10 Nov 2001 17:24:02 +0000 (17:24 +0000)]
Fix apache win32 dso build.
(This is untested on linux but shouldnt break anything)

23 years ago# More low-oxygen plane hacking
Rasmus Lerdorf [Sat, 10 Nov 2001 15:06:09 +0000 (15:06 +0000)]
# More low-oxygen plane hacking
Fix ImageColorsForIndex() and ImageColorAt() to work for TrueColor images.
@- Fix ImageColorsForIndex() and ImageColorAt() to work for TrueColor
@  images. (Rasmus)

23 years ago- Correcting Goba's name, and adding me to QA team
Derick Rethans [Sat, 10 Nov 2001 14:22:36 +0000 (14:22 +0000)]
- Correcting Goba's name, and adding me to QA team

23 years ago* some minor improvements
Martin Jansen [Sat, 10 Nov 2001 10:37:24 +0000 (10:37 +0000)]
* some minor improvements

23 years agoFixed bug: #13955.Checks now for png_write_image().
foobar [Sat, 10 Nov 2001 09:51:47 +0000 (09:51 +0000)]
Fixed bug: #13955.Checks now for png_write_image().

23 years agoMake fbsql_list_fields work as documented
Frank M. Kromann [Sat, 10 Nov 2001 07:43:23 +0000 (07:43 +0000)]
Make fbsql_list_fields work as documented

23 years agoChangeLog update
<changelog@php.net> [Sat, 10 Nov 2001 01:10:52 +0000 (01:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sat, 10 Nov 2001 01:10:47 +0000 (01:10 +0000)]
NEWS update

23 years ago@ Added support for bind_textdomain_codeset(). (rudib@email.si)
Jon Parise [Fri, 9 Nov 2001 16:27:09 +0000 (16:27 +0000)]
@ Added support for bind_textdomain_codeset(). (rudib@email.si)

23 years agoNot all components populate every field in the ExceptInfo structure. Thus we sometime...
Alan Brown [Fri, 9 Nov 2001 14:20:28 +0000 (14:20 +0000)]
Not all components populate every field in the ExceptInfo structure. Thus we sometimes would try to convert NULL strings and see php_OLECHAR_to_char errors while displaying Exception information. This version is a little smarter about the member derefencing and the resulting error string.

23 years agoChangeLog update
<changelog@php.net> [Fri, 9 Nov 2001 01:10:14 +0000 (01:10 +0000)]
ChangeLog update

23 years ago- oops :)
Derick Rethans [Thu, 8 Nov 2001 23:38:38 +0000 (23:38 +0000)]
- oops :)

23 years ago- Let it also work with pdflib 3 again
Derick Rethans [Thu, 8 Nov 2001 23:37:34 +0000 (23:37 +0000)]
- Let it also work with pdflib 3 again

23 years agofixed a bug in http input processing patched by Yasuo Ohgaki.
Rui Hirokawa [Thu, 8 Nov 2001 22:23:04 +0000 (22:23 +0000)]
fixed a bug in http input processing patched by Yasuo Ohgaki.

23 years agoSome protos fixed.
Egon Schmid [Thu, 8 Nov 2001 22:11:41 +0000 (22:11 +0000)]
Some protos fixed.

23 years agoMore protos fixed.
Egon Schmid [Thu, 8 Nov 2001 22:05:56 +0000 (22:05 +0000)]
More protos fixed.

23 years agoFixed some protos and many more will follow the next hour.
Egon Schmid [Thu, 8 Nov 2001 21:48:34 +0000 (21:48 +0000)]
Fixed some protos and many more will follow the next hour.

23 years agoUse PHP_ADD_LIBRARY_DEFER and PHP_ADD_LIBPATH instead of
Adam Dickmeiss [Thu, 8 Nov 2001 21:37:49 +0000 (21:37 +0000)]
Use PHP_ADD_LIBRARY_DEFER and PHP_ADD_LIBPATH instead of
PHP_EVAL_LIBLINE to prevent configure error.

23 years agoThere are some rules.
Egon Schmid [Thu, 8 Nov 2001 21:32:48 +0000 (21:32 +0000)]
There are some rules.

23 years ago- prototypes
Derick Rethans [Thu, 8 Nov 2001 20:23:33 +0000 (20:23 +0000)]
- prototypes
#- Thanks to Zak for pointing this out during his talk

23 years ago- Prototypes
Derick Rethans [Thu, 8 Nov 2001 20:21:01 +0000 (20:21 +0000)]
- Prototypes

23 years ago- By default DB_FETCHMODE_OBJECT will do a cast to object from the row
Tomas V.V.Cox [Thu, 8 Nov 2001 13:53:44 +0000 (13:53 +0000)]
- By default DB_FETCHMODE_OBJECT will do a cast to object from the row
  array (twice fast than with DB_Row)
- API Doc updates/fixs

23 years agoAdd php_w32api.dll
Sebastian Bergmann [Thu, 8 Nov 2001 07:07:11 +0000 (07:07 +0000)]
Add php_w32api.dll

23 years agoAdd ext/w32api
Sebastian Bergmann [Thu, 8 Nov 2001 07:03:38 +0000 (07:03 +0000)]
Add ext/w32api

23 years agoChangeLog update
<changelog@php.net> [Thu, 8 Nov 2001 01:10:09 +0000 (01:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Thu, 8 Nov 2001 01:10:06 +0000 (01:10 +0000)]
NEWS update

23 years ago@ - Add generic Win 32 API extension (jmoore)
James Moore [Wed, 7 Nov 2001 14:31:03 +0000 (14:31 +0000)]
@ - Add generic Win 32 API extension (jmoore)

23 years ago@ - Fix Bug 9878 (patch by bfoddy@mediaone.net) (jmoore)
James Moore [Wed, 7 Nov 2001 14:22:15 +0000 (14:22 +0000)]
@ - Fix Bug 9878 (patch by bfoddy@mediaone.net) (jmoore)

23 years ago* store registry data in PEAR_INSTALL_DIR/.registry instead of /var/something
Stig Bakken [Wed, 7 Nov 2001 10:43:04 +0000 (10:43 +0000)]
* store registry data in PEAR_INSTALL_DIR/.registry instead of /var/something

23 years ago* fix "list" command
Stig Bakken [Wed, 7 Nov 2001 09:25:39 +0000 (09:25 +0000)]
* fix "list" command

23 years agotypo
Stig Bakken [Wed, 7 Nov 2001 09:24:55 +0000 (09:24 +0000)]
typo

23 years agoChangeLog update
<changelog@php.net> [Wed, 7 Nov 2001 01:10:11 +0000 (01:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Wed, 7 Nov 2001 01:10:08 +0000 (01:10 +0000)]
NEWS update

23 years agofix the singleton and factory methods for
Chuck Hagenbuch [Tue, 6 Nov 2001 21:46:41 +0000 (21:46 +0000)]
fix the singleton and factory methods for
a). php 4.0.6 (where include_once might return false)
b). to use references and not copy so many objects

23 years agoIt doesn't look like we use a fourth pointer.
Jon Parise [Tue, 6 Nov 2001 18:02:04 +0000 (18:02 +0000)]
It doesn't look like we use a fourth pointer.

23 years ago(PHP mysql_connect) Removed warning message regarding NONEXISTENT character
MySQL Team [Tue, 6 Nov 2001 16:59:07 +0000 (16:59 +0000)]
(PHP mysql_connect) Removed warning message regarding NONEXISTENT character
set, when the server's default character set != latin1.
@- Removed a warning message about a NONEXISTENT character set from
@  mysql_connect(), when the server's default character set != latin1.

23 years agoInclude <sys/socket.h> for 'struct sockaddr'.
Jon Parise [Tue, 6 Nov 2001 14:35:26 +0000 (14:35 +0000)]
Include <sys/socket.h> for 'struct sockaddr'.

# This fixes my FreeBSD build.

23 years ago@ Add Direct I/O extension for lowlevel access to the POSIX layer. (sterling)
Sterling Hughes [Tue, 6 Nov 2001 12:24:09 +0000 (12:24 +0000)]
@ Add Direct I/O extension for lowlevel access to the POSIX layer. (sterling)

23 years agoChangeLog update
<changelog@php.net> [Tue, 6 Nov 2001 01:10:55 +0000 (01:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 6 Nov 2001 01:10:52 +0000 (01:10 +0000)]
NEWS update

23 years agoE_ALL fixes
Tomas V.V.Cox [Tue, 6 Nov 2001 01:05:28 +0000 (01:05 +0000)]
E_ALL fixes

23 years agoE_ALL fixes
Tomas V.V.Cox [Tue, 6 Nov 2001 00:22:18 +0000 (00:22 +0000)]
E_ALL fixes

23 years ago@- Added Udm_Check_Charset function (gluke)
Sergey Kartashoff [Mon, 5 Nov 2001 19:07:25 +0000 (19:07 +0000)]
@- Added Udm_Check_Charset function (gluke)
- Added Udm_Check_Charset function (gluke)

23 years agoNew SAPI module for the WebJames server on RISC OS
Alex Waugh [Mon, 5 Nov 2001 12:07:49 +0000 (12:07 +0000)]
New SAPI module for the WebJames server on RISC OS
@- New SAPI module for the WebJames server on RISC OS (Alex Waugh)

23 years agoFixed seg fault when using ldap_add (or modify) with value array not
Stig Venaas [Mon, 5 Nov 2001 11:50:52 +0000 (11:50 +0000)]
Fixed seg fault when using ldap_add (or modify) with value array not
indexed as 0, 1, ... In some cases it didn't give seg fault, but used
previously added value. Now gives warning.
@- Made ldap_add (and modify) give warning with illegal value arrays.
@  Previously seg faulted or added wrong value (Stig Venaas)

23 years agoChangeLog update
<changelog@php.net> [Mon, 5 Nov 2001 01:10:08 +0000 (01:10 +0000)]
ChangeLog update

23 years agoadd newline at end of file to avoid warnings
Stig S. Bakken [Mon, 5 Nov 2001 00:17:28 +0000 (00:17 +0000)]
add newline at end of file to avoid warnings

23 years agonon-zts compile fix
Stig S. Bakken [Mon, 5 Nov 2001 00:16:33 +0000 (00:16 +0000)]
non-zts compile fix

23 years ago- Support instantiation of nested class. The following script now should
Andi Gutmans [Sun, 4 Nov 2001 19:30:49 +0000 (19:30 +0000)]
- Support instantiation of nested class. The following script now should
- work:
-<?php
- class foo
- {
- function bar()
- {
- print "bar() in class bar\n";
- }
-
- class barbara
- {
- function bar()
- {
- print "bar() in class foo::barbara\n";
- }
- }
- }
-
- $obj = new foo();
- $obj->bar();
-
- $obj = new foo::barbara();
- $obj->bar();
-

23 years agoConvert PATH_TRANSLATED for RISC OS
Alex Waugh [Sun, 4 Nov 2001 12:46:30 +0000 (12:46 +0000)]
Convert PATH_TRANSLATED for RISC OS

23 years agoUndefine AF_UNIX when compiled for RISC OS
Alex Waugh [Sun, 4 Nov 2001 12:40:45 +0000 (12:40 +0000)]
Undefine AF_UNIX when compiled for RISC OS

23 years agoMake sure uint et al are undefined before typedefing them
Alex Waugh [Sun, 4 Nov 2001 12:38:33 +0000 (12:38 +0000)]
Make sure uint et al are undefined before typedefing them

23 years agoIncluded header files needed by RISC OS
Alex Waugh [Sun, 4 Nov 2001 12:35:49 +0000 (12:35 +0000)]
Included header files needed by RISC OS

23 years ago* expectError() now accepts "*" as a catch-all
Stig Bakken [Sun, 4 Nov 2001 09:07:17 +0000 (09:07 +0000)]
* expectError() now accepts "*" as a catch-all
* updated tests

23 years ago# more mnoGoSearch example fixes
Sergey Kartashoff [Sun, 4 Nov 2001 09:02:25 +0000 (09:02 +0000)]
# more mnoGoSearch example fixes

23 years ago- mnoGoSearch extension example updated to support words hilighting (gluke)
Sergey Kartashoff [Sun, 4 Nov 2001 08:46:55 +0000 (08:46 +0000)]
- mnoGoSearch extension example updated to support words hilighting (gluke)

23 years agows fix
foobar [Sun, 4 Nov 2001 02:09:55 +0000 (02:09 +0000)]
ws fix

23 years agomissing cvsignore
foobar [Sun, 4 Nov 2001 01:54:26 +0000 (01:54 +0000)]
missing cvsignore

23 years agoChangeLog update
<changelog@php.net> [Sun, 4 Nov 2001 01:10:21 +0000 (01:10 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sun, 4 Nov 2001 01:10:15 +0000 (01:10 +0000)]
NEWS update

23 years ago@- mnoGoSearch module example updates for 3.2.x compatibility
Sergey Kartashoff [Sat, 3 Nov 2001 22:37:50 +0000 (22:37 +0000)]
@- mnoGoSearch module example updates for 3.2.x compatibility
- mnoGoSearch module example updates for 3.2.x compatibility