]> granicus.if.org Git - php/log
php
23 years agorevert bad commit.
foobar [Wed, 5 Sep 2001 19:47:55 +0000 (19:47 +0000)]
revert bad commit.

23 years agoPatch to stop the crashing behavior exhibited by PHP/ODBC in SOLID/DB2
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?

23 years agoInterbase changes should get a NEWS entry
Rasmus Lerdorf [Wed, 5 Sep 2001 15:41:08 +0000 (15:41 +0000)]
Interbase changes should get a NEWS entry

23 years agoPrevent incorrect warning message from occuring on an EOF of socket_read.
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.

23 years agoFix.
Andrei Zmievski [Wed, 5 Sep 2001 14:43:49 +0000 (14:43 +0000)]
Fix.

23 years agoFixes commit / link problems with certain compilers.
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.

23 years agoMFZE1
Stanislav Malyshev [Wed, 5 Sep 2001 09:29:28 +0000 (09:29 +0000)]
MFZE1

23 years agoAPI Update
Sterling Hughes [Wed, 5 Sep 2001 06:55:37 +0000 (06:55 +0000)]
API Update

23 years agoRemoved unused lines.
foobar [Wed, 5 Sep 2001 01:03:50 +0000 (01:03 +0000)]
Removed unused lines.

23 years agoChangeLog update
<changelog@php.net> [Wed, 5 Sep 2001 00:11:04 +0000 (00:11 +0000)]
ChangeLog update

23 years agoChangeLog update
<changelog@php.net> [Wed, 5 Sep 2001 00:11:03 +0000 (00:11 +0000)]
ChangeLog update

23 years agoMuch better fix for non forte compilers on Solaris.
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.

23 years agoAdding function to set transaction locking and isolation.
Frank M. Kromann [Tue, 4 Sep 2001 21:51:11 +0000 (21:51 +0000)]
Adding function to set transaction locking and isolation.

23 years agook, hand-patched this one in
Rasmus Lerdorf [Tue, 4 Sep 2001 21:50:27 +0000 (21:50 +0000)]
ok, hand-patched this one in

23 years agoInterbase extension fixes by Jeremy Bettis
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)

23 years agoFixed some protos.
Egon Schmid [Tue, 4 Sep 2001 21:46:27 +0000 (21:46 +0000)]
Fixed some protos.

23 years agoFixed some protos.
Egon Schmid [Tue, 4 Sep 2001 21:07:17 +0000 (21:07 +0000)]
Fixed some protos.

23 years agoFixed some protos.
Egon Schmid [Tue, 4 Sep 2001 10:44:28 +0000 (10:44 +0000)]
Fixed some protos.

23 years agoThanks sebastian
Sterling Hughes [Tue, 4 Sep 2001 10:13:55 +0000 (10:13 +0000)]
Thanks sebastian

# I really like this whole qa team thingy

23 years agoupdate php_trim as well...
Sterling Hughes [Tue, 4 Sep 2001 09:35:53 +0000 (09:35 +0000)]
update php_trim as well...

23 years agofix crash bug
Sterling Hughes [Tue, 4 Sep 2001 09:33:30 +0000 (09:33 +0000)]
fix crash bug

23 years ago- Fix namespace collisions.
Andi Gutmans [Tue, 4 Sep 2001 07:41:20 +0000 (07:41 +0000)]
- Fix namespace collisions.

23 years agofix proto
Sterling Hughes [Tue, 4 Sep 2001 06:21:48 +0000 (06:21 +0000)]
fix proto

23 years agotabs -> spaces
Sterling Hughes [Tue, 4 Sep 2001 06:20:23 +0000 (06:20 +0000)]
tabs -> spaces

23 years agoBegin cleanup, api wise...
Sterling Hughes [Tue, 4 Sep 2001 06:18:11 +0000 (06:18 +0000)]
Begin cleanup, api wise...

23 years agopval -> zval
Sterling Hughes [Tue, 4 Sep 2001 06:08:42 +0000 (06:08 +0000)]
pval -> zval

23 years ago* hopefully the only changes required for the initials->user rename
Stig Bakken [Tue, 4 Sep 2001 03:34:59 +0000 (03:34 +0000)]
* hopefully the only changes required for the initials->user rename

23 years ago* rename "initials" to "user" for clarity
Stig Bakken [Tue, 4 Sep 2001 03:23:56 +0000 (03:23 +0000)]
* rename "initials" to "user" for clarity

23 years agoupdate workspaces
Daniel Beulshausen [Tue, 4 Sep 2001 02:20:49 +0000 (02:20 +0000)]
update workspaces

23 years agofix zts+win32 build
Daniel Beulshausen [Tue, 4 Sep 2001 02:19:30 +0000 (02:19 +0000)]
fix zts+win32 build

23 years agoChangeLog update
<changelog@php.net> [Tue, 4 Sep 2001 00:10:39 +0000 (00:10 +0000)]
ChangeLog update

23 years ago- update to php4 api
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 :)

23 years agofix compile on sun forte cc
Sterling Hughes [Mon, 3 Sep 2001 21:54:27 +0000 (21:54 +0000)]
fix compile on sun forte cc

23 years ago- Fix thread safe mode.
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.

23 years agoThis is a list of char *'s, not zvals (caught by Nick - see bug #13107)
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)

23 years ago- Fix broken build
Derick Rethans [Mon, 3 Sep 2001 17:38:10 +0000 (17:38 +0000)]
- Fix broken build
#- Please test before commit!

23 years ago- CLS_CC -> TSRMLS_CC
Andi Gutmans [Mon, 3 Sep 2001 16:57:49 +0000 (16:57 +0000)]
- CLS_CC -> TSRMLS_CC

23 years agoAdd _php_math_zvaltobase and _php_math_basetozval
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.

23 years agoRemoved outdated comment until I've got a better one
Jeroen van Wolffelaar [Mon, 3 Sep 2001 12:01:50 +0000 (12:01 +0000)]
Removed outdated comment until I've got a better one

23 years agoKill some warnings/errors (reported by Sebastian, more to come, but
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)

23 years agoshould be this
Sterling Hughes [Mon, 3 Sep 2001 08:47:45 +0000 (08:47 +0000)]
should be this

23 years ago- Update to the PHP4 API (newer macros)
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

23 years agostray tabs
Sterling Hughes [Mon, 3 Sep 2001 06:10:45 +0000 (06:10 +0000)]
stray tabs

23 years agocleanup sscanf() just a tiny bit, just so it looks like the rest of the code
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.

23 years agoFirst step for chunkifying the HTTP uploads.
foobar [Mon, 3 Sep 2001 02:31:56 +0000 (02:31 +0000)]
First step for chunkifying the HTTP uploads.

23 years agoFix array_rand and array_suffle to use php_rand correctly
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

23 years agoFix prototype
Jeroen van Wolffelaar [Mon, 3 Sep 2001 01:46:03 +0000 (01:46 +0000)]
Fix prototype

23 years agoAdded RAND_REDESIGN change to NEWS (could be more elaborate, but IMHO
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?)

23 years agoFix SIGSEGV because HAS_SRAND didn't check wether the entry existed at
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

23 years agoAdd forgotten files to MAIN
Jeroen van Wolffelaar [Mon, 3 Sep 2001 01:10:29 +0000 (01:10 +0000)]
Add forgotten files to MAIN

23 years agoUpdate credits
Jeroen van Wolffelaar [Mon, 3 Sep 2001 01:09:35 +0000 (01:09 +0000)]
Update credits

23 years agoMerge RAND_REDESIGN into MAIN
Jeroen van Wolffelaar [Mon, 3 Sep 2001 01:06:23 +0000 (01:06 +0000)]
Merge RAND_REDESIGN into MAIN

23 years agoChangeLog update
<changelog@php.net> [Mon, 3 Sep 2001 00:10:58 +0000 (00:10 +0000)]
ChangeLog update

23 years agos/fileList/filelist/
Jesus M. Castagnetto [Sun, 2 Sep 2001 00:11:44 +0000 (00:11 +0000)]
s/fileList/filelist/

23 years agoChangeLog update
<changelog@php.net> [Sun, 2 Sep 2001 00:10:26 +0000 (00:10 +0000)]
ChangeLog update

23 years agoChanged element and attribute names to lowercase to match the changes
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

23 years ago.
Sascha Schumann [Sat, 1 Sep 2001 17:23:17 +0000 (17:23 +0000)]
.

23 years agoUpdate API number
Zeev Suraski [Sat, 1 Sep 2001 14:55:29 +0000 (14:55 +0000)]
Update API number

23 years agoChangeLog update
<changelog@php.net> [Sat, 1 Sep 2001 00:12:54 +0000 (00:12 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Sat, 1 Sep 2001 00:12:51 +0000 (00:12 +0000)]
NEWS update

23 years agoWS
foobar [Fri, 31 Aug 2001 22:03:24 +0000 (22:03 +0000)]
WS

23 years agospaces->tabs
Sterling Hughes [Fri, 31 Aug 2001 21:55:43 +0000 (21:55 +0000)]
spaces->tabs

23 years agoMFZE1
Sterling Hughes [Fri, 31 Aug 2001 21:52:44 +0000 (21:52 +0000)]
MFZE1

23 years agoMFZE1
Sterling Hughes [Fri, 31 Aug 2001 21:47:26 +0000 (21:47 +0000)]
MFZE1

23 years agoRestore session_adapt_url()
Zeev Suraski [Fri, 31 Aug 2001 20:03:09 +0000 (20:03 +0000)]
Restore session_adapt_url()

23 years agofixed NEWS entry
foobar [Fri, 31 Aug 2001 19:55:54 +0000 (19:55 +0000)]
fixed NEWS entry

23 years agoCleanup and clarify
Zeev Suraski [Fri, 31 Aug 2001 19:26:12 +0000 (19:26 +0000)]
Cleanup and clarify

23 years agodefine_sid updates
Zeev Suraski [Fri, 31 Aug 2001 19:22:08 +0000 (19:22 +0000)]
define_sid updates

23 years agorenumber error lines
Tomas V.V.Cox [Fri, 31 Aug 2001 19:21:02 +0000 (19:21 +0000)]
renumber error lines

23 years agofix for DB/tests/db_error2.phpt
Tomas V.V.Cox [Fri, 31 Aug 2001 19:13:24 +0000 (19:13 +0000)]
fix for DB/tests/db_error2.phpt

23 years agofix problem when mixing different error modes under certain circumstances
Tomas V.V.Cox [Fri, 31 Aug 2001 17:56:44 +0000 (17:56 +0000)]
fix problem when mixing different error modes under certain circumstances
(pear/test/pear_error3.phpt)

23 years agomake some tests to work. Still left the Notice of the deprecated use of
Tomas V.V.Cox [Fri, 31 Aug 2001 16:43:08 +0000 (16:43 +0000)]
make some tests to work. Still left the Notice of the deprecated use of
call_user_method, no way to shut it down.

23 years agoUse _default_error_options as the options for PEAR_ERROR_CALLBACK.
Tomas V.V.Cox [Fri, 31 Aug 2001 16:12:33 +0000 (16:12 +0000)]
Use _default_error_options as the options for PEAR_ERROR_CALLBACK.
Depreciate the use of _default_error_callback

23 years agoSupport multiple chunked output buffering layers
Zeev Suraski [Fri, 31 Aug 2001 15:56:48 +0000 (15:56 +0000)]
Support multiple chunked output buffering layers

23 years agoFix trans_sid handler registration logic
Zeev Suraski [Fri, 31 Aug 2001 15:22:10 +0000 (15:22 +0000)]
Fix trans_sid handler registration logic

23 years agoFix double freeing
Zeev Suraski [Fri, 31 Aug 2001 15:16:15 +0000 (15:16 +0000)]
Fix double freeing

23 years agoAPI update
Zeev Suraski [Fri, 31 Aug 2001 14:34:40 +0000 (14:34 +0000)]
API update

23 years agofix userinfo msg in Pear_Error::toString() when callback mode is selected
Tomas V.V.Cox [Fri, 31 Aug 2001 13:27:46 +0000 (13:27 +0000)]
fix userinfo msg in Pear_Error::toString() when callback mode is selected
and style

23 years agoMFZE1
Zeev Suraski [Fri, 31 Aug 2001 13:11:52 +0000 (13:11 +0000)]
MFZE1

23 years ago@- Made in_array() and search_array() allow the needle to be an array in
Andrei Zmievski [Fri, 31 Aug 2001 04:52:10 +0000 (04:52 +0000)]
@- Made in_array() and search_array() allow the needle to be an array in
@  itself. (Andrei)

23 years agoChangeLog update
<changelog@php.net> [Fri, 31 Aug 2001 00:11:32 +0000 (00:11 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Fri, 31 Aug 2001 00:11:29 +0000 (00:11 +0000)]
NEWS update

23 years agokilled obscure bug in pushErrorHandling
Tomas V.V.Cox [Thu, 30 Aug 2001 19:55:57 +0000 (19:55 +0000)]
killed obscure bug in pushErrorHandling

23 years agoTry to fix TSRM.dsp
Zeev Suraski [Thu, 30 Aug 2001 18:06:30 +0000 (18:06 +0000)]
Try to fix TSRM.dsp

23 years ago@- Added ini_get_all() function which returns all registered ini entries
foobar [Thu, 30 Aug 2001 17:47:04 +0000 (17:47 +0000)]
@- Added ini_get_all() function which returns all registered ini entries
   or the entries for the specified extension. (Jani)

23 years ago- Make it compile in thread-safe mode.
Andi Gutmans [Thu, 30 Aug 2001 17:27:43 +0000 (17:27 +0000)]
- Make it compile in thread-safe mode.

23 years agoKISS. And the search order must be reversed always. Last one counts.
foobar [Thu, 30 Aug 2001 16:29:36 +0000 (16:29 +0000)]
KISS. And the search order must be reversed always. Last one counts.

23 years agoHEAD has been 4.0.8-dev for some time now, so name it accordingly.
Sebastian Bergmann [Thu, 30 Aug 2001 15:33:43 +0000 (15:33 +0000)]
HEAD has been 4.0.8-dev for some time now, so name it accordingly.

23 years ago- Get rid of warning and C++ comments
Andi Gutmans [Thu, 30 Aug 2001 15:31:35 +0000 (15:31 +0000)]
- Get rid of warning and C++ comments

23 years agoThe "actual" mode must be taken, not the error object mode
Tomas V.V.Cox [Thu, 30 Aug 2001 15:27:55 +0000 (15:27 +0000)]
The "actual" mode must be taken, not the error object mode

23 years ago- Initial support for exceptions.
Andi Gutmans [Thu, 30 Aug 2001 15:26:30 +0000 (15:26 +0000)]
- Initial support for exceptions.

23 years agoFix unclean shutdown value
Zeev Suraski [Thu, 30 Aug 2001 13:38:33 +0000 (13:38 +0000)]
Fix unclean shutdown value

23 years agoMFZE1
Zeev Suraski [Thu, 30 Aug 2001 12:08:23 +0000 (12:08 +0000)]
MFZE1

23 years agoChangeLog update
<changelog@php.net> [Thu, 30 Aug 2001 00:10:37 +0000 (00:10 +0000)]
ChangeLog update

23 years agoAccording to Zeev this code is just for showing how to create overloaded classes.
foobar [Wed, 29 Aug 2001 23:53:22 +0000 (23:53 +0000)]
According to Zeev this code is just for showing how to create overloaded classes.

23 years agoFix bug #13025.
Joey Smith [Wed, 29 Aug 2001 22:26:04 +0000 (22:26 +0000)]
Fix bug #13025.

23 years agoWS fixes and indenting.
foobar [Wed, 29 Aug 2001 16:00:30 +0000 (16:00 +0000)]
WS fixes and indenting.

23 years agoFix changelog.
Andrei Zmievski [Wed, 29 Aug 2001 13:38:08 +0000 (13:38 +0000)]
Fix changelog.

23 years agofix build
Wez Furlong [Wed, 29 Aug 2001 13:13:24 +0000 (13:13 +0000)]
fix build

23 years agofix bug# 13017 - patch from tsukada@fminn.nagano.nagano.jp
Wez Furlong [Wed, 29 Aug 2001 11:29:52 +0000 (11:29 +0000)]
fix bug# 13017 - patch from tsukada@fminn.nagano.nagano.jp