]>
granicus.if.org Git - php/log
Sterling Hughes [Fri, 7 Sep 2001 10:29:06 +0000 (10:29 +0000)]
get rid of global mess
Sterling Hughes [Fri, 7 Sep 2001 10:25:26 +0000 (10:25 +0000)]
register a list destructor
Derick Rethans [Fri, 7 Sep 2001 07:31:39 +0000 (07:31 +0000)]
- Fix for bug #13052
Andi Gutmans [Fri, 7 Sep 2001 06:40:03 +0000 (06:40 +0000)]
- Fix warning (was fixed in ZE1 and not merged at some point). Please make
sure you merge patches!
foobar [Fri, 7 Sep 2001 00:58:23 +0000 (00:58 +0000)]
Cleanup.
foobar [Fri, 7 Sep 2001 00:25:11 +0000 (00:25 +0000)]
Almost missed this one..
foobar [Fri, 7 Sep 2001 00:24:06 +0000 (00:24 +0000)]
if test -f /usr/local/lib/libexample.s?; then <-- no workie
if test -f /usr/local/lib/libexample.so; then <-- workie
#
# You can all point at me and laugh now.. :(
#
<changelog@php.net> [Fri, 7 Sep 2001 00:10:54 +0000 (00:10 +0000)]
ChangeLog update
Rasmus Lerdorf [Thu, 6 Sep 2001 23:35:39 +0000 (23:35 +0000)]
Damn, went to head instead of the branch - revert
Rasmus Lerdorf [Thu, 6 Sep 2001 23:32:59 +0000 (23:32 +0000)]
Oops, forgot to add sapi_apache.c to the apache_hooks branch
foobar [Thu, 6 Sep 2001 23:10:37 +0000 (23:10 +0000)]
Fixed bug: #13172
Sterling Hughes [Thu, 6 Sep 2001 22:51:47 +0000 (22:51 +0000)]
no need to cast a 'HashTable *' to 'HashTable *'
foobar [Thu, 6 Sep 2001 21:05:57 +0000 (21:05 +0000)]
Introduce the good practise of using [] around output messages.
foobar [Thu, 6 Sep 2001 20:55:24 +0000 (20:55 +0000)]
Always quote the messages.
foobar [Thu, 6 Sep 2001 18:13:49 +0000 (18:13 +0000)]
Hope this reduces the amount of bogus bug reports when people use wrong paths..
Frank M. Kromann [Thu, 6 Sep 2001 16:49:17 +0000 (16:49 +0000)]
Fixing spelling
Andrei Zmievski [Thu, 6 Sep 2001 14:03:59 +0000 (14:03 +0000)]
Clean-up NEWS.
Dan Libby [Thu, 6 Sep 2001 09:36:58 +0000 (09:36 +0000)]
fix various build errors. default to no xmlrpc
Sterling Hughes [Thu, 6 Sep 2001 08:56:24 +0000 (08:56 +0000)]
I should really learn how to spell
Sterling Hughes [Thu, 6 Sep 2001 08:54:54 +0000 (08:54 +0000)]
avoid lowercasing the string
Sterling Hughes [Thu, 6 Sep 2001 07:33:45 +0000 (07:33 +0000)]
add missing )
Sebastian Bergmann [Thu, 6 Sep 2001 07:00:39 +0000 (07:00 +0000)]
Fix Win32 build.
Sterling Hughes [Thu, 6 Sep 2001 06:41:16 +0000 (06:41 +0000)]
fix ms compile warnings
Dan Libby [Thu, 6 Sep 2001 04:13:30 +0000 (04:13 +0000)]
adding xmlrpc extension, per Stig's request
Sterling Hughes [Thu, 6 Sep 2001 00:40:02 +0000 (00:40 +0000)]
spaces -> tabs work cont.
Sterling Hughes [Thu, 6 Sep 2001 00:18:13 +0000 (00:18 +0000)]
ws fix
<changelog@php.net> [Thu, 6 Sep 2001 00:10:56 +0000 (00:10 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 6 Sep 2001 00:10:53 +0000 (00:10 +0000)]
NEWS update
Sterling Hughes [Wed, 5 Sep 2001 21:46:44 +0000 (21:46 +0000)]
Fix ts build
# I've gotta start compiling --enable-experimental-zts... anyway we can make
# this the default when compiling from cvs? It'll help a large portion of
# compile issues with patches
Sterling Hughes [Wed, 5 Sep 2001 21:38:49 +0000 (21:38 +0000)]
Straight out da bronx, I be using zend_parse_parameters()
# Word out to my peeps on Connor st.
Sterling Hughes [Wed, 5 Sep 2001 21:04:30 +0000 (21:04 +0000)]
stray tabs and spaces
Sterling Hughes [Wed, 5 Sep 2001 20:59:24 +0000 (20:59 +0000)]
change range macro semantics
# Kinda torn between the two, thoughts?
Sterling Hughes [Wed, 5 Sep 2001 20:56:15 +0000 (20:56 +0000)]
remove inline
Sterling Hughes [Wed, 5 Sep 2001 20:52:45 +0000 (20:52 +0000)]
a bit of api cleanup... move range stuff into a macro (properly :)
foobar [Wed, 5 Sep 2001 19:48:28 +0000 (19:48 +0000)]
revert bad commit
foobar [Wed, 5 Sep 2001 19:47:55 +0000 (19:47 +0000)]
revert bad commit.
Dan Kalowsky [Wed, 5 Sep 2001 16:19:48 +0000 (16:19 +0000)]
Patch to stop the crashing behavior exhibited by PHP/ODBC in SOLID/DB2
submitted by Walter Franzini (walter@sys-net.it)
@Fix for LONG_VARCHAR type crashing submitted by Walter Franzini (walter@sys-net.it)
#Should this also be put into the 4.0.7 RC cycle?
Rasmus Lerdorf [Wed, 5 Sep 2001 15:41:08 +0000 (15:41 +0000)]
Interbase changes should get a NEWS entry
Jason Greene [Wed, 5 Sep 2001 15:30:34 +0000 (15:30 +0000)]
Prevent incorrect warning message from occuring on an EOF of socket_read.
Andrei Zmievski [Wed, 5 Sep 2001 14:43:49 +0000 (14:43 +0000)]
Fix.
foobar [Wed, 5 Sep 2001 13:18:09 +0000 (13:18 +0000)]
Fixes commit / link problems with certain compilers.
# Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB
# if you need to pass extra libs/libpaths to the test.
Stanislav Malyshev [Wed, 5 Sep 2001 09:29:28 +0000 (09:29 +0000)]
MFZE1
Sterling Hughes [Wed, 5 Sep 2001 06:55:37 +0000 (06:55 +0000)]
API Update
foobar [Wed, 5 Sep 2001 01:03:50 +0000 (01:03 +0000)]
Removed unused lines.
<changelog@php.net> [Wed, 5 Sep 2001 00:11:04 +0000 (00:11 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 5 Sep 2001 00:11:03 +0000 (00:11 +0000)]
ChangeLog update
Jason Greene [Tue, 4 Sep 2001 22:27:30 +0000 (22:27 +0000)]
Much better fix for non forte compilers on Solaris.
Removed pragma hack.
Renamed socket struct to bsd_socket.
Frank M. Kromann [Tue, 4 Sep 2001 21:51:11 +0000 (21:51 +0000)]
Adding function to set transaction locking and isolation.
Rasmus Lerdorf [Tue, 4 Sep 2001 21:50:27 +0000 (21:50 +0000)]
ok, hand-patched this one in
Rasmus Lerdorf [Tue, 4 Sep 2001 21:47:05 +0000 (21:47 +0000)]
Interbase extension fixes by Jeremy Bettis
(.dsp patch looked funky, but these ones look ok)
Egon Schmid [Tue, 4 Sep 2001 21:46:27 +0000 (21:46 +0000)]
Fixed some protos.
Egon Schmid [Tue, 4 Sep 2001 21:07:17 +0000 (21:07 +0000)]
Fixed some protos.
Egon Schmid [Tue, 4 Sep 2001 10:44:28 +0000 (10:44 +0000)]
Fixed some protos.
Sterling Hughes [Tue, 4 Sep 2001 10:13:55 +0000 (10:13 +0000)]
Thanks sebastian
# I really like this whole qa team thingy
Sterling Hughes [Tue, 4 Sep 2001 09:35:53 +0000 (09:35 +0000)]
update php_trim as well...
Sterling Hughes [Tue, 4 Sep 2001 09:33:30 +0000 (09:33 +0000)]
fix crash bug
Andi Gutmans [Tue, 4 Sep 2001 07:41:20 +0000 (07:41 +0000)]
- Fix namespace collisions.
Sterling Hughes [Tue, 4 Sep 2001 06:21:48 +0000 (06:21 +0000)]
fix proto
Sterling Hughes [Tue, 4 Sep 2001 06:20:23 +0000 (06:20 +0000)]
tabs -> spaces
Sterling Hughes [Tue, 4 Sep 2001 06:18:11 +0000 (06:18 +0000)]
Begin cleanup, api wise...
Sterling Hughes [Tue, 4 Sep 2001 06:08:42 +0000 (06:08 +0000)]
pval -> zval
Stig Bakken [Tue, 4 Sep 2001 03:34:59 +0000 (03:34 +0000)]
* hopefully the only changes required for the initials->user rename
Stig Bakken [Tue, 4 Sep 2001 03:23:56 +0000 (03:23 +0000)]
* rename "initials" to "user" for clarity
Daniel Beulshausen [Tue, 4 Sep 2001 02:20:49 +0000 (02:20 +0000)]
update workspaces
Daniel Beulshausen [Tue, 4 Sep 2001 02:19:30 +0000 (02:19 +0000)]
fix zts+win32 build
<changelog@php.net> [Tue, 4 Sep 2001 00:10:39 +0000 (00:10 +0000)]
ChangeLog update
Sterling Hughes [Mon, 3 Sep 2001 23:30:33 +0000 (23:30 +0000)]
- update to php4 api
- expand case statements, ie:
case 1: case 2: case 3:
to
case 1:
case 2:
case 3:
- Remove un-necessary brackets and parentheses (only when it takes away from
readability, I know this is quite arbitrary, but I did my best :)
Sterling Hughes [Mon, 3 Sep 2001 21:54:27 +0000 (21:54 +0000)]
fix compile on sun forte cc
Andi Gutmans [Mon, 3 Sep 2001 20:21:00 +0000 (20:21 +0000)]
- Fix thread safe mode.
- Please don't use Java style function braces.
Rasmus Lerdorf [Mon, 3 Sep 2001 18:58:00 +0000 (18:58 +0000)]
This is a list of char *'s, not zvals (caught by Nick - see bug #13107)
Derick Rethans [Mon, 3 Sep 2001 17:38:10 +0000 (17:38 +0000)]
- Fix broken build
#- Please test before commit!
Andi Gutmans [Mon, 3 Sep 2001 16:57:49 +0000 (16:57 +0000)]
- CLS_CC -> TSRMLS_CC
Stanislav Malyshev [Mon, 3 Sep 2001 16:26:31 +0000 (16:26 +0000)]
Add _php_math_zvaltobase and _php_math_basetozval
This allows to use bindec, etc. functions to convert numbers longer
than fits in long, using floats instead.
Note: the functions like decbin still don't use the zval-ed functions,
so they work only on longs yet.
Jeroen van Wolffelaar [Mon, 3 Sep 2001 12:01:50 +0000 (12:01 +0000)]
Removed outdated comment until I've got a better one
Jeroen van Wolffelaar [Mon, 3 Sep 2001 11:57:15 +0000 (11:57 +0000)]
Kill some warnings/errors (reported by Sebastian, more to come, but
could take some time. Update of ZTS-builderrors is welcome)
Sterling Hughes [Mon, 3 Sep 2001 08:47:45 +0000 (08:47 +0000)]
should be this
Sterling Hughes [Mon, 3 Sep 2001 08:44:02 +0000 (08:44 +0000)]
- Update to the PHP4 API (newer macros)
- Improve error reporting from split()
- Some minor speed improvements
Sterling Hughes [Mon, 3 Sep 2001 06:10:45 +0000 (06:10 +0000)]
stray tabs
Sterling Hughes [Mon, 3 Sep 2001 04:49:36 +0000 (04:49 +0000)]
cleanup sscanf() just a tiny bit, just so it looks like the rest of the code
in the string.c file.
foobar [Mon, 3 Sep 2001 02:31:56 +0000 (02:31 +0000)]
First step for chunkifying the HTTP uploads.
Jeroen van Wolffelaar [Mon, 3 Sep 2001 01:54:04 +0000 (01:54 +0000)]
Fix array_rand and array_suffle to use php_rand correctly
Jeroen van Wolffelaar [Mon, 3 Sep 2001 01:46:03 +0000 (01:46 +0000)]
Fix prototype
Jeroen van Wolffelaar [Mon, 3 Sep 2001 01:40:06 +0000 (01:40 +0000)]
Added RAND_REDESIGN change to NEWS (could be more elaborate, but IMHO
that should be in the manual?)
Jeroen van Wolffelaar [Mon, 3 Sep 2001 01:25:24 +0000 (01:25 +0000)]
Fix SIGSEGV because HAS_SRAND didn't check wether the entry existed at
all
Jeroen van Wolffelaar [Mon, 3 Sep 2001 01:10:29 +0000 (01:10 +0000)]
Add forgotten files to MAIN
Jeroen van Wolffelaar [Mon, 3 Sep 2001 01:09:35 +0000 (01:09 +0000)]
Update credits
Jeroen van Wolffelaar [Mon, 3 Sep 2001 01:06:23 +0000 (01:06 +0000)]
Merge RAND_REDESIGN into MAIN
<changelog@php.net> [Mon, 3 Sep 2001 00:10:58 +0000 (00:10 +0000)]
ChangeLog update
Jesus M. Castagnetto [Sun, 2 Sep 2001 00:11:44 +0000 (00:11 +0000)]
s/fileList/filelist/
<changelog@php.net> [Sun, 2 Sep 2001 00:10:26 +0000 (00:10 +0000)]
ChangeLog update
Jesus M. Castagnetto [Sun, 2 Sep 2001 00:09:52 +0000 (00:09 +0000)]
Changed element and attribute names to lowercase to match the changes
in the package.xml files
Sascha Schumann [Sat, 1 Sep 2001 17:23:17 +0000 (17:23 +0000)]
.
Zeev Suraski [Sat, 1 Sep 2001 14:55:29 +0000 (14:55 +0000)]
Update API number
<changelog@php.net> [Sat, 1 Sep 2001 00:12:54 +0000 (00:12 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 1 Sep 2001 00:12:51 +0000 (00:12 +0000)]
NEWS update
foobar [Fri, 31 Aug 2001 22:03:24 +0000 (22:03 +0000)]
WS
Sterling Hughes [Fri, 31 Aug 2001 21:55:43 +0000 (21:55 +0000)]
spaces->tabs
Sterling Hughes [Fri, 31 Aug 2001 21:52:44 +0000 (21:52 +0000)]
MFZE1
Sterling Hughes [Fri, 31 Aug 2001 21:47:26 +0000 (21:47 +0000)]
MFZE1
Zeev Suraski [Fri, 31 Aug 2001 20:03:09 +0000 (20:03 +0000)]
Restore session_adapt_url()