]> granicus.if.org Git - php/log
php
23 years agoTabs please...
Derick Rethans [Fri, 11 May 2001 13:34:49 +0000 (13:34 +0000)]
Tabs please...

23 years agoFix for bug #10815.
Sebastian Bergmann [Fri, 11 May 2001 13:32:10 +0000 (13:32 +0000)]
Fix for bug #10815.

23 years agoFixed problems which were caused by the previous patches.
foobar [Fri, 11 May 2001 10:04:06 +0000 (10:04 +0000)]
Fixed problems which were caused by the previous patches.
#And the usage of PHP_ADD_LIBRARY_DEFER is clear to me now..:)

23 years agoFix is_executable test.
Jason Greene [Fri, 11 May 2001 02:45:49 +0000 (02:45 +0000)]
Fix is_executable test.

23 years ago@fstat() and stat() now return identical output by returning a numerical and
Jason Greene [Fri, 11 May 2001 01:47:46 +0000 (01:47 +0000)]
@fstat() and stat() now return identical output by returning a numerical and
@string indexed array (Jason)

(Andrei's suggestion to still allow backwords compatibility.)

23 years agoChangeLog update
<changelog@php.net> [Fri, 11 May 2001 01:09:27 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 11 May 2001 01:09:19 +0000 (01:09 +0000)]
NEWS update

23 years agodefault to /usr/local
foobar [Thu, 10 May 2001 23:55:56 +0000 (23:55 +0000)]
default to /usr/local

23 years agoFixing some proto types
Frank M. Kromann [Thu, 10 May 2001 16:35:05 +0000 (16:35 +0000)]
Fixing some proto types

23 years agoAlways free the callback_name when using zend_is_callable().
Andrei Zmievski [Thu, 10 May 2001 16:30:12 +0000 (16:30 +0000)]
Always free the callback_name when using zend_is_callable().

23 years agoFix buggy line split
Zeev Suraski [Thu, 10 May 2001 14:25:48 +0000 (14:25 +0000)]
Fix buggy line split

23 years ago@- Fixed a possible crash in the PHP CGI when no input file is
Zeev Suraski [Thu, 10 May 2001 14:13:18 +0000 (14:13 +0000)]
@- Fixed a possible crash in the PHP CGI when no input file is
@  specified (Zeev)
Fixed bug 7822

23 years agofixed bug of mb_substitute_character() and mb_substr() in mbstring.
Rui Hirokawa [Thu, 10 May 2001 13:12:03 +0000 (13:12 +0000)]
fixed bug of mb_substitute_character() and mb_substr() in mbstring.

23 years agoTreat numeric strings as numbers in the increment operator
Zeev Suraski [Thu, 10 May 2001 12:58:31 +0000 (12:58 +0000)]
Treat numeric strings as numbers in the increment operator

23 years agoMissing .slo ignore.
foobar [Thu, 10 May 2001 09:28:56 +0000 (09:28 +0000)]
Missing .slo ignore.

23 years agoFixed bug: #10779
foobar [Thu, 10 May 2001 09:25:32 +0000 (09:25 +0000)]
Fixed bug: #10779

23 years agoCleaning this a bit too. Now I'm also able to configure and compile
foobar [Thu, 10 May 2001 06:58:25 +0000 (06:58 +0000)]
Cleaning this a bit too. Now I'm also able to configure and compile
with the test for imap-ssl.

23 years agoFix naming issue
Sterling Hughes [Thu, 10 May 2001 05:42:54 +0000 (05:42 +0000)]
Fix naming issue

# UNTESTED, but it should do the trick
# everyone on a winblows box please try out the change

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

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

23 years agoCleaning up here too.
foobar [Thu, 10 May 2001 00:59:41 +0000 (00:59 +0000)]
Cleaning up here too.

23 years agoMoved the zlib configure before other extensions.
foobar [Thu, 10 May 2001 00:57:36 +0000 (00:57 +0000)]
Moved the zlib configure before other extensions.

23 years agoCleaned up this a bit..
foobar [Thu, 10 May 2001 00:55:48 +0000 (00:55 +0000)]
Cleaned up this a bit..

23 years agoReverse my earlier patch for mysql_db_query() & emit an E_NOTICE of it's
Wez Furlong [Wed, 9 May 2001 22:28:16 +0000 (22:28 +0000)]
Reverse my earlier patch for mysql_db_query() & emit an E_NOTICE of it's
deprecated status.
# Should it be a warning or a notice?

23 years agoSwitching to zend_register_list_destructors_ex()
Frank M. Kromann [Wed, 9 May 2001 21:44:44 +0000 (21:44 +0000)]
Switching to zend_register_list_destructors_ex()

23 years agoNuke unused variable.
Andrei Zmievski [Wed, 9 May 2001 20:37:16 +0000 (20:37 +0000)]
Nuke unused variable.

23 years agoFix a few bugs in zend_is_callable() and make it stricter.
Andrei Zmievski [Wed, 9 May 2001 20:07:49 +0000 (20:07 +0000)]
Fix a few bugs in zend_is_callable() and make it stricter.

23 years ago@- Added is_callable() function that can be used to find out whether
Andrei Zmievski [Wed, 9 May 2001 20:06:39 +0000 (20:06 +0000)]
@- Added is_callable() function that can be used to find out whether
@  its argument is a valid callable construct. (Andrei)

23 years agoMinor change to the way string lengths are calculated and space alocated.
Frank M. Kromann [Wed, 9 May 2001 19:18:04 +0000 (19:18 +0000)]
Minor change to the way string lengths are calculated and space alocated.

23 years agoDocument overwriting behaviour of PHP_ARG_WITH/ENABLE with regard
Sascha Schumann [Wed, 9 May 2001 18:12:12 +0000 (18:12 +0000)]
Document overwriting behaviour of PHP_ARG_WITH/ENABLE with regard
to ext_shared.

23 years agoGetting rid of memset.
Frank M. Kromann [Wed, 9 May 2001 16:20:34 +0000 (16:20 +0000)]
Getting rid of memset.

23 years agoThe PHP_EXTENSION() has to be before any other PHP_ARG_*()'s
foobar [Wed, 9 May 2001 15:38:29 +0000 (15:38 +0000)]
The PHP_EXTENSION() has to be before any other PHP_ARG_*()'s

23 years agoChange for Empress PHP support
Wenhui Zhang [Wed, 9 May 2001 15:35:31 +0000 (15:35 +0000)]
Change for Empress PHP support

23 years agoUpdate .dsp
Zeev Suraski [Wed, 9 May 2001 14:55:17 +0000 (14:55 +0000)]
Update .dsp

23 years agoAlso remove -L/usr/lib/? from LDFLAGS.
Sascha Schumann [Wed, 9 May 2001 13:58:31 +0000 (13:58 +0000)]
Also remove -L/usr/lib/? from LDFLAGS.

23 years agoRemove -L/usr/lib/? from PHP_LDFLAGS.
Sascha Schumann [Wed, 9 May 2001 13:57:56 +0000 (13:57 +0000)]
Remove -L/usr/lib/? from PHP_LDFLAGS.

23 years agoremaked mb_gpc_handler as mb_parse_str() in mbstring.
Rui Hirokawa [Wed, 9 May 2001 11:18:11 +0000 (11:18 +0000)]
remaked mb_gpc_handler as mb_parse_str() in mbstring.

23 years agofix crash bug (unlikely, but this is the only place where the reported bug
Sterling Hughes [Wed, 9 May 2001 04:54:46 +0000 (04:54 +0000)]
fix crash bug (unlikely, but this is the only place where the reported bug
would make sense, and it can't hurt)...

23 years agoFixed a typo.
foobar [Wed, 9 May 2001 01:41:53 +0000 (01:41 +0000)]
Fixed a typo.

23 years agoChangeLog update
<changelog@php.net> [Wed, 9 May 2001 01:09:21 +0000 (01:09 +0000)]
ChangeLog update

23 years agoE_ERROR instead of E_WARNING on nullpointer exceptions
Harald Radi [Wed, 9 May 2001 00:00:01 +0000 (00:00 +0000)]
E_ERROR instead of E_WARNING on nullpointer exceptions

23 years agoUse RETURN_ macros to define function returns.
Frank M. Kromann [Tue, 8 May 2001 22:58:32 +0000 (22:58 +0000)]
Use RETURN_ macros to define function returns.
Fix fetch functions to return values from array data structure

23 years agoNo need to show these if they are not used.
foobar [Tue, 8 May 2001 22:18:00 +0000 (22:18 +0000)]
No need to show these if they are not used.

23 years agoFixed: http://www.php.net/bugs.php?id=10733&edit=1
foobar [Tue, 8 May 2001 20:11:46 +0000 (20:11 +0000)]
Fixed: http://www.php.net/bugs.php?id=10733&edit=1

23 years agothis is a fix for bug 10250. it basically provides the unixODBC driver with
Dan Kalowsky [Tue, 8 May 2001 19:47:20 +0000 (19:47 +0000)]
this is a fix for bug 10250.  it basically provides the unixODBC driver with
access to the SQLDriver functions.  patch originally submitted by
dzoll@nyscul.org, and is going to be tested by some of the unixODBC people.

23 years ago- Fix line numbers when some lines end with \r
Andi Gutmans [Tue, 8 May 2001 19:42:14 +0000 (19:42 +0000)]
- Fix line numbers when some lines end with \r

23 years agoFixing the use of compatibility mode. When the flag is off the system should return...
Frank M. Kromann [Tue, 8 May 2001 19:24:14 +0000 (19:24 +0000)]
Fixing the use of compatibility mode. When the flag is off the system should return correct PHP types (default) when the flag is on strings will be returned for all data types.

23 years agoFixing the use of compatibility_mode setting in php.ini.
Frank M. Kromann [Tue, 8 May 2001 18:10:25 +0000 (18:10 +0000)]
Fixing the use of compatibility_mode setting in php.ini.
Nuking trailing spaces when returning a string.

23 years agoRemove wrong line.
Andrei Zmievski [Tue, 8 May 2001 17:15:59 +0000 (17:15 +0000)]
Remove wrong line.

23 years agoReformatting.
Andrei Zmievski [Tue, 8 May 2001 16:15:56 +0000 (16:15 +0000)]
Reformatting.

23 years agoUpdate NEWS
Zeev Suraski [Tue, 8 May 2001 16:08:57 +0000 (16:08 +0000)]
Update NEWS

23 years ago- Fix crash bug reported by DBG author Dmitri Dmitrienko.
Andi Gutmans [Tue, 8 May 2001 15:56:26 +0000 (15:56 +0000)]
- Fix crash bug reported by DBG author Dmitri Dmitrienko.

23 years agoadded mb_language to ext/mbstring.
Rui Hirokawa [Tue, 8 May 2001 14:33:20 +0000 (14:33 +0000)]
added mb_language to ext/mbstring.

23 years agoFix the build.
foobar [Tue, 8 May 2001 11:08:08 +0000 (11:08 +0000)]
Fix the build.
# I promise not to commit if I'm tired.. :(

23 years agoreminder to remove the --with-openlink configure option
Dan Kalowsky [Tue, 8 May 2001 03:19:48 +0000 (03:19 +0000)]
reminder to remove the --with-openlink configure option
PR:
Submitted by:
Reviewed by:
Obtained from:

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

23 years agoNEWS update
<changelog@php.net> [Tue, 8 May 2001 01:09:22 +0000 (01:09 +0000)]
NEWS update

23 years ago$argc was off by one in -f (fix bug #9289)
Zeev Suraski [Tue, 8 May 2001 00:51:11 +0000 (00:51 +0000)]
$argc was off by one in -f (fix bug #9289)

23 years agoGive correct warnings if certain libaries/verisons are not avalible
James Moore [Tue, 8 May 2001 00:23:59 +0000 (00:23 +0000)]
Give correct warnings if certain libaries/verisons are not avalible

23 years agowhitespace
Zeev Suraski [Mon, 7 May 2001 22:02:44 +0000 (22:02 +0000)]
whitespace

23 years agoAvoid crashing if somehow, output is sent in a new thread tha had no requests
Zeev Suraski [Mon, 7 May 2001 22:00:13 +0000 (22:00 +0000)]
Avoid crashing if somehow, output is sent in a new thread tha had no requests

23 years agoPassed db_handle to dbx_error_function instead of NULL (Mc)
Marc Boeren [Mon, 7 May 2001 14:49:05 +0000 (14:49 +0000)]
Passed db_handle to dbx_error_function instead of NULL (Mc)
# I don't know why it worked on my machine, but now it works
# because the code is right, not through magic :)

23 years agoupdate address of licence term in mbstring.
Rui Hirokawa [Mon, 7 May 2001 13:58:00 +0000 (13:58 +0000)]
update address of licence term in mbstring.

23 years agoUpdate NEWS
Zeev Suraski [Mon, 7 May 2001 11:09:48 +0000 (11:09 +0000)]
Update NEWS

23 years agoMake zend_execute_scripts() reentrant
Zeev Suraski [Mon, 7 May 2001 11:08:18 +0000 (11:08 +0000)]
Make zend_execute_scripts() reentrant

23 years agoAllow virtual() of PHP files. We may have to improve the detection code a
Zeev Suraski [Mon, 7 May 2001 11:07:22 +0000 (11:07 +0000)]
Allow virtual() of PHP files.  We may have to improve the detection code a
bit, but it worked well on everything I tried.

23 years agoEnabled optional result_mode param in mysql_db_query() to make it behave
Wez Furlong [Mon, 7 May 2001 11:02:31 +0000 (11:02 +0000)]
Enabled optional result_mode param in mysql_db_query() to make it behave
as mysql_unbuffered_query (can be either MYSQL_USE_RESULT or
MYSQL_STORE_RESULT)

23 years agoAs the WDDX extension can now be built as shared extension
Sascha Schumann [Mon, 7 May 2001 08:22:34 +0000 (08:22 +0000)]
As the WDDX extension can now be built as shared extension
without functional loss with regard to the session serializer, it
is safe to default to disable.  We enable XML automatically only,
if the user is building WDDX as a static extension.

23 years agoPatch from Jan Legenhausen to add vars to the HTTP_SERVER_VARS array.
David Hedbor [Mon, 7 May 2001 06:43:37 +0000 (06:43 +0000)]
Patch from Jan Legenhausen to add vars to the HTTP_SERVER_VARS array.

23 years agoChangeLog update
<changelog@php.net> [Mon, 7 May 2001 01:09:17 +0000 (01:09 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Mon, 7 May 2001 01:09:14 +0000 (01:09 +0000)]
NEWS update

23 years agoupdated the .emacs example
Stig Bakken [Sun, 6 May 2001 23:44:06 +0000 (23:44 +0000)]
updated the .emacs example

23 years agouse $PHP_LAYOUT, not $libdir, to determine the extension install layout
Stig Bakken [Sun, 6 May 2001 23:16:33 +0000 (23:16 +0000)]
use $PHP_LAYOUT, not $libdir, to determine the extension install layout

23 years ago@Added --with-layout configure option (Stig)
Stig Bakken [Sun, 6 May 2001 23:11:58 +0000 (23:11 +0000)]
@Added --with-layout configure option (Stig)
Changed the default php.ini path back to /usr/local/lib.  Use
"--with-layout=GNU" for now to get the new behaviour.

23 years agoFixed some protos.
Egon Schmid [Sun, 6 May 2001 22:25:14 +0000 (22:25 +0000)]
Fixed some protos.

23 years agofix crash bug
Sterling Hughes [Sun, 6 May 2001 22:24:25 +0000 (22:24 +0000)]
fix crash bug

23 years agofixed divided by zero exception and lack of multidimentional array support in mbstring.
Rui Hirokawa [Sun, 6 May 2001 22:06:10 +0000 (22:06 +0000)]
fixed divided by zero exception and lack of multidimentional array support in mbstring.

23 years agofix compile bug.
Sterling Hughes [Sun, 6 May 2001 21:38:58 +0000 (21:38 +0000)]
fix compile bug.

23 years agoAttempt to fix the build when a c-client lib with kerberos, pam and ssl
foobar [Sun, 6 May 2001 20:16:49 +0000 (20:16 +0000)]
Attempt to fix the build when a c-client lib with kerberos, pam and ssl
is used.

23 years agoRecover from a parse error in include files (before, it could result in a crash under...
Zeev Suraski [Sun, 6 May 2001 19:30:31 +0000 (19:30 +0000)]
Recover from a parse error in include files (before, it could result in a crash under certain circumstances).  Fix bug #8663

23 years agoFix win32 build
James Moore [Sun, 6 May 2001 19:20:25 +0000 (19:20 +0000)]
Fix win32 build

23 years ago- Nuke warning
Derick Rethans [Sun, 6 May 2001 18:53:45 +0000 (18:53 +0000)]
- Nuke warning

23 years agoUp prerequisites to libtool 1.4
Sascha Schumann [Sun, 6 May 2001 18:51:21 +0000 (18:51 +0000)]
Up prerequisites to libtool 1.4

23 years agoUpgrade to libtool 1.4.
Sascha Schumann [Sun, 6 May 2001 18:49:09 +0000 (18:49 +0000)]
Upgrade to libtool 1.4.

23 years ago- Partial fix for bug #9050, support for "Jan 19 2000" date format
Derick Rethans [Sun, 6 May 2001 18:33:49 +0000 (18:33 +0000)]
- Partial fix for bug #9050, support for "Jan 19  2000" date format

23 years ago- .cc files were renamed. Update .cvsignore.
Andi Gutmans [Sun, 6 May 2001 18:30:51 +0000 (18:30 +0000)]
- .cc files were renamed. Update .cvsignore.

23 years agoMoved ts_alloca_id() into MINIT like Andi requested.
foobar [Sun, 6 May 2001 17:55:10 +0000 (17:55 +0000)]
Moved ts_alloca_id() into MINIT like Andi requested.

23 years agoFix bug: #8834. Now there should be more random salts..
foobar [Sun, 6 May 2001 16:54:27 +0000 (16:54 +0000)]
Fix bug: #8834. Now there should be more random salts..

23 years agoYikes, that would have been a very bad bug :)
Zeev Suraski [Sun, 6 May 2001 16:24:36 +0000 (16:24 +0000)]
Yikes, that would have been a very bad bug :)

23 years agoFloating point keys didn't work in array() (fix bug #6662)
Zeev Suraski [Sun, 6 May 2001 15:39:27 +0000 (15:39 +0000)]
Floating point keys didn't work in array() (fix bug #6662)

23 years agoFixed bug: #7227. Now the correct strings (if set) are shown.
foobar [Sun, 6 May 2001 15:22:22 +0000 (15:22 +0000)]
Fixed bug: #7227. Now the correct strings (if set) are shown.

23 years agoFix bug: #10323. Every value outputted is now escaped.
foobar [Sun, 6 May 2001 15:20:56 +0000 (15:20 +0000)]
Fix bug: #10323. Every value outputted is now escaped.

23 years agoUpdate NEWS
Zeev Suraski [Sun, 6 May 2001 15:01:17 +0000 (15:01 +0000)]
Update NEWS

23 years agoHear hear, interactive mode is finally showing some progress:
Zeev Suraski [Sun, 6 May 2001 15:00:58 +0000 (15:00 +0000)]
Hear hear, interactive mode is finally showing some progress:
- Support function calls
- Fix crash bug

23 years agoSupport interactive mode in thread-safe builds
Zeev Suraski [Sun, 6 May 2001 14:36:25 +0000 (14:36 +0000)]
Support interactive mode in thread-safe builds

23 years agoFix autoconversion of hexadecimal strings
Zeev Suraski [Sun, 6 May 2001 12:48:17 +0000 (12:48 +0000)]
Fix autoconversion of hexadecimal strings
It's time to close bug #5404 :)

23 years agoRetain single spaces as spaces to condense HTML
Zeev Suraski [Sun, 6 May 2001 12:28:17 +0000 (12:28 +0000)]
Retain single spaces as spaces to condense HTML

23 years agoFix broken build
Sascha Schumann [Sun, 6 May 2001 10:33:21 +0000 (10:33 +0000)]
Fix broken build

23 years agoFixed win32 build problem.
Wez Furlong [Sun, 6 May 2001 09:39:11 +0000 (09:39 +0000)]
Fixed win32 build problem.

23 years agoCorrected one proto.
Egon Schmid [Sun, 6 May 2001 06:33:48 +0000 (06:33 +0000)]
Corrected one proto.