]>
granicus.if.org Git - php/log
Andrei Zmievski [Fri, 11 May 2001 16:14:19 +0000 (16:14 +0000)]
Start cleaning up domxml memory leaks. Still much stuff to do.
Andi Gutmans [Fri, 11 May 2001 14:29:06 +0000 (14:29 +0000)]
- Fix crash bug when opcodes array is erealloc()'ed to a different memory
area before it reaches the loop.
- Some whitespace stuff
Derick Rethans [Fri, 11 May 2001 13:34:49 +0000 (13:34 +0000)]
Tabs please...
Sebastian Bergmann [Fri, 11 May 2001 13:32:10 +0000 (13:32 +0000)]
Fix for bug #10815.
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..:)
Jason Greene [Fri, 11 May 2001 02:45:49 +0000 (02:45 +0000)]
Fix is_executable test.
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.)
<changelog@php.net> [Fri, 11 May 2001 01:09:27 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 11 May 2001 01:09:19 +0000 (01:09 +0000)]
NEWS update
foobar [Thu, 10 May 2001 23:55:56 +0000 (23:55 +0000)]
default to /usr/local
Frank M. Kromann [Thu, 10 May 2001 16:35:05 +0000 (16:35 +0000)]
Fixing some proto types
Andrei Zmievski [Thu, 10 May 2001 16:30:12 +0000 (16:30 +0000)]
Always free the callback_name when using zend_is_callable().
Zeev Suraski [Thu, 10 May 2001 14:25:48 +0000 (14:25 +0000)]
Fix buggy line split
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
Rui Hirokawa [Thu, 10 May 2001 13:12:03 +0000 (13:12 +0000)]
fixed bug of mb_substitute_character() and mb_substr() in mbstring.
Zeev Suraski [Thu, 10 May 2001 12:58:31 +0000 (12:58 +0000)]
Treat numeric strings as numbers in the increment operator
foobar [Thu, 10 May 2001 09:28:56 +0000 (09:28 +0000)]
Missing .slo ignore.
foobar [Thu, 10 May 2001 09:25:32 +0000 (09:25 +0000)]
Fixed bug: #10779
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.
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
<changelog@php.net> [Thu, 10 May 2001 01:09:23 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 10 May 2001 01:09:20 +0000 (01:09 +0000)]
NEWS update
foobar [Thu, 10 May 2001 00:59:41 +0000 (00:59 +0000)]
Cleaning up here too.
foobar [Thu, 10 May 2001 00:57:36 +0000 (00:57 +0000)]
Moved the zlib configure before other extensions.
foobar [Thu, 10 May 2001 00:55:48 +0000 (00:55 +0000)]
Cleaned up this a bit..
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?
Frank M. Kromann [Wed, 9 May 2001 21:44:44 +0000 (21:44 +0000)]
Switching to zend_register_list_destructors_ex()
Andrei Zmievski [Wed, 9 May 2001 20:37:16 +0000 (20:37 +0000)]
Nuke unused variable.
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.
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)
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.
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.
Frank M. Kromann [Wed, 9 May 2001 16:20:34 +0000 (16:20 +0000)]
Getting rid of memset.
foobar [Wed, 9 May 2001 15:38:29 +0000 (15:38 +0000)]
The PHP_EXTENSION() has to be before any other PHP_ARG_*()'s
Wenhui Zhang [Wed, 9 May 2001 15:35:31 +0000 (15:35 +0000)]
Change for Empress PHP support
Zeev Suraski [Wed, 9 May 2001 14:55:17 +0000 (14:55 +0000)]
Update .dsp
Sascha Schumann [Wed, 9 May 2001 13:58:31 +0000 (13:58 +0000)]
Also remove -L/usr/lib/? from LDFLAGS.
Sascha Schumann [Wed, 9 May 2001 13:57:56 +0000 (13:57 +0000)]
Remove -L/usr/lib/? from PHP_LDFLAGS.
Rui Hirokawa [Wed, 9 May 2001 11:18:11 +0000 (11:18 +0000)]
remaked mb_gpc_handler as mb_parse_str() in mbstring.
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)...
foobar [Wed, 9 May 2001 01:41:53 +0000 (01:41 +0000)]
Fixed a typo.
<changelog@php.net> [Wed, 9 May 2001 01:09:21 +0000 (01:09 +0000)]
ChangeLog update
Harald Radi [Wed, 9 May 2001 00:00:01 +0000 (00:00 +0000)]
E_ERROR instead of E_WARNING on nullpointer exceptions
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
foobar [Tue, 8 May 2001 22:18:00 +0000 (22:18 +0000)]
No need to show these if they are not used.
foobar [Tue, 8 May 2001 20:11:46 +0000 (20:11 +0000)]
Fixed: http://www.php.net/bugs.php?id=10733&edit=1
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.
Andi Gutmans [Tue, 8 May 2001 19:42:14 +0000 (19:42 +0000)]
- Fix line numbers when some lines end with \r
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.
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.
Andrei Zmievski [Tue, 8 May 2001 17:15:59 +0000 (17:15 +0000)]
Remove wrong line.
Andrei Zmievski [Tue, 8 May 2001 16:15:56 +0000 (16:15 +0000)]
Reformatting.
Zeev Suraski [Tue, 8 May 2001 16:08:57 +0000 (16:08 +0000)]
Update NEWS
Andi Gutmans [Tue, 8 May 2001 15:56:26 +0000 (15:56 +0000)]
- Fix crash bug reported by DBG author Dmitri Dmitrienko.
Rui Hirokawa [Tue, 8 May 2001 14:33:20 +0000 (14:33 +0000)]
added mb_language to ext/mbstring.
foobar [Tue, 8 May 2001 11:08:08 +0000 (11:08 +0000)]
Fix the build.
# I promise not to commit if I'm tired.. :(
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:
<changelog@php.net> [Tue, 8 May 2001 01:09:25 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 8 May 2001 01:09:22 +0000 (01:09 +0000)]
NEWS update
Zeev Suraski [Tue, 8 May 2001 00:51:11 +0000 (00:51 +0000)]
$argc was off by one in -f (fix bug #9289)
James Moore [Tue, 8 May 2001 00:23:59 +0000 (00:23 +0000)]
Give correct warnings if certain libaries/verisons are not avalible
Zeev Suraski [Mon, 7 May 2001 22:02:44 +0000 (22:02 +0000)]
whitespace
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
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 :)
Rui Hirokawa [Mon, 7 May 2001 13:58:00 +0000 (13:58 +0000)]
update address of licence term in mbstring.
Zeev Suraski [Mon, 7 May 2001 11:09:48 +0000 (11:09 +0000)]
Update NEWS
Zeev Suraski [Mon, 7 May 2001 11:08:18 +0000 (11:08 +0000)]
Make zend_execute_scripts() reentrant
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.
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)
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.
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.
<changelog@php.net> [Mon, 7 May 2001 01:09:17 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Mon, 7 May 2001 01:09:14 +0000 (01:09 +0000)]
NEWS update
Stig Bakken [Sun, 6 May 2001 23:44:06 +0000 (23:44 +0000)]
updated the .emacs example
Stig Bakken [Sun, 6 May 2001 23:16:33 +0000 (23:16 +0000)]
use $PHP_LAYOUT, not $libdir, to determine the extension install layout
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.
Egon Schmid [Sun, 6 May 2001 22:25:14 +0000 (22:25 +0000)]
Fixed some protos.
Sterling Hughes [Sun, 6 May 2001 22:24:25 +0000 (22:24 +0000)]
fix crash bug
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.
Sterling Hughes [Sun, 6 May 2001 21:38:58 +0000 (21:38 +0000)]
fix compile bug.
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.
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
James Moore [Sun, 6 May 2001 19:20:25 +0000 (19:20 +0000)]
Fix win32 build
Derick Rethans [Sun, 6 May 2001 18:53:45 +0000 (18:53 +0000)]
- Nuke warning
Sascha Schumann [Sun, 6 May 2001 18:51:21 +0000 (18:51 +0000)]
Up prerequisites to libtool 1.4
Sascha Schumann [Sun, 6 May 2001 18:49:09 +0000 (18:49 +0000)]
Upgrade to libtool 1.4.
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
Andi Gutmans [Sun, 6 May 2001 18:30:51 +0000 (18:30 +0000)]
- .cc files were renamed. Update .cvsignore.
foobar [Sun, 6 May 2001 17:55:10 +0000 (17:55 +0000)]
Moved ts_alloca_id() into MINIT like Andi requested.
foobar [Sun, 6 May 2001 16:54:27 +0000 (16:54 +0000)]
Fix bug: #8834. Now there should be more random salts..
Zeev Suraski [Sun, 6 May 2001 16:24:36 +0000 (16:24 +0000)]
Yikes, that would have been a very bad bug :)
Zeev Suraski [Sun, 6 May 2001 15:39:27 +0000 (15:39 +0000)]
Floating point keys didn't work in array() (fix bug #6662)
foobar [Sun, 6 May 2001 15:22:22 +0000 (15:22 +0000)]
Fixed bug: #7227. Now the correct strings (if set) are shown.
foobar [Sun, 6 May 2001 15:20:56 +0000 (15:20 +0000)]
Fix bug: #10323. Every value outputted is now escaped.
Zeev Suraski [Sun, 6 May 2001 15:01:17 +0000 (15:01 +0000)]
Update NEWS
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
Zeev Suraski [Sun, 6 May 2001 14:36:25 +0000 (14:36 +0000)]
Support interactive mode in thread-safe builds
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 :)
Zeev Suraski [Sun, 6 May 2001 12:28:17 +0000 (12:28 +0000)]
Retain single spaces as spaces to condense HTML
Sascha Schumann [Sun, 6 May 2001 10:33:21 +0000 (10:33 +0000)]
Fix broken build