]>
granicus.if.org Git - php/log
Tomas V.V.Cox [Fri, 3 Aug 2001 14:13:52 +0000 (14:13 +0000)]
* Added the new fetch row mode: DB_FETCHMODE_OBJECT that returns the columns
of a fetched row as object properties
* Added a new class DB_row (the default type of a fetched row object)
* Updated some phpdocs
Sascha Schumann [Fri, 3 Aug 2001 11:09:13 +0000 (11:09 +0000)]
Treat trailing zeroes correctly
Sascha Schumann [Fri, 3 Aug 2001 11:00:16 +0000 (11:00 +0000)]
Do the nul'ifiying of php_var_serialize's result at the right place
Sascha Schumann [Fri, 3 Aug 2001 10:39:48 +0000 (10:39 +0000)]
Pass on nul'ified data
Sascha Schumann [Fri, 3 Aug 2001 09:50:38 +0000 (09:50 +0000)]
Don't copy the strtok parameter
Sascha Schumann [Fri, 3 Aug 2001 09:36:14 +0000 (09:36 +0000)]
Fix a possible segfault (Thanks to Sebastian for catching it)
Sascha Schumann [Fri, 3 Aug 2001 09:35:33 +0000 (09:35 +0000)]
NUL-terminate string
Sascha Schumann [Fri, 3 Aug 2001 08:51:53 +0000 (08:51 +0000)]
Add some casts
Sascha Schumann [Fri, 3 Aug 2001 08:49:19 +0000 (08:49 +0000)]
Replace our strtok implementation with a binary-safe one which code
does not cause headaches when reading it. Also happens to be a bit quicker.
Zeev Suraski [Fri, 3 Aug 2001 08:15:16 +0000 (08:15 +0000)]
Fix macro
Sascha Schumann [Fri, 3 Aug 2001 07:25:27 +0000 (07:25 +0000)]
Convert serializer to smart_str.. avoids lots of sprintf's and
copying of data.
Zeev Suraski [Fri, 3 Aug 2001 07:15:14 +0000 (07:15 +0000)]
Get rid of a couple of bogus persist_alloc()'s, and some cleanup
Zeev Suraski [Fri, 3 Aug 2001 07:12:59 +0000 (07:12 +0000)]
More TSRM stuff
Zeev Suraski [Fri, 3 Aug 2001 07:06:05 +0000 (07:06 +0000)]
Implement fast memory allocation and reduced fragmentation under Windows.
Zeev Suraski [Fri, 3 Aug 2001 07:02:46 +0000 (07:02 +0000)]
Some compat macros
foobar [Fri, 3 Aug 2001 05:17:18 +0000 (05:17 +0000)]
Changed the PHP_ADD_LIBRARY_DEFER() to work when building
standalone extensions. Also improved the checks for SSL and Kerberos in
IMAP extension configure.
foobar [Fri, 3 Aug 2001 05:07:22 +0000 (05:07 +0000)]
These are redefined in the sqltypes.h that comes with unixODBC. PR: #12519
Sebastian Bergmann [Fri, 3 Aug 2001 05:05:47 +0000 (05:05 +0000)]
Revert whitespace patch.
foobar [Fri, 3 Aug 2001 04:56:09 +0000 (04:56 +0000)]
Add missing header.
Zeev Suraski [Fri, 3 Aug 2001 04:49:43 +0000 (04:49 +0000)]
Fix non-TS build
<changelog@php.net> [Fri, 3 Aug 2001 00:20:00 +0000 (00:20 +0000)]
ChangeLog update
Rasmus Lerdorf [Thu, 2 Aug 2001 21:20:20 +0000 (21:20 +0000)]
Revert this change - if you want to do this, do it in a 'make clean'
Sterling Hughes [Thu, 2 Aug 2001 19:28:33 +0000 (19:28 +0000)]
Larger transfer buffer before realloc() this should speed things up a bit
Sterling Hughes [Thu, 2 Aug 2001 19:25:46 +0000 (19:25 +0000)]
ws fix
foobar [Thu, 2 Aug 2001 18:22:57 +0000 (18:22 +0000)]
Delete config.cache always. This makes config.nice a bit more useful.
Zeev Suraski [Thu, 2 Aug 2001 17:27:19 +0000 (17:27 +0000)]
require_once()/include_once will return true in case a file was not included
because it was already included earlier.
Changed the default return value type of the include() family from long to
boolean
Thies C. Arntzen [Thu, 2 Aug 2001 16:03:17 +0000 (16:03 +0000)]
this kills 90% of the warings in maintainer-mode
Sebastian Bergmann [Thu, 2 Aug 2001 15:16:43 +0000 (15:16 +0000)]
Whitespace fixes.
Sebastian Bergmann [Thu, 2 Aug 2001 15:14:30 +0000 (15:14 +0000)]
Fix Apache2Filter build.
Thies C. Arntzen [Thu, 2 Aug 2001 11:23:01 +0000 (11:23 +0000)]
not too sure about this:
the uw-imap lib is usually called libc-client.a - kde comes with a libimap.a
which (when used instead of libc-client.a) will break the build. so
i have reversed the detection for the imap-libs - 1st look for the variations
of libc-client and (if 'em are not found) try -limap. i hope this breaks
nobodies setup!
we should really add a AC_TRY_COMPILE for all extensions that get added thru
configure!
Thies C. Arntzen [Thu, 2 Aug 2001 11:19:19 +0000 (11:19 +0000)]
adding -lsablot later makes it appear _before_ -lexpat in config_vars - and
that fixes a link problem (atleast) for me.
sterling?
Zeev Suraski [Thu, 2 Aug 2001 07:29:39 +0000 (07:29 +0000)]
Optimize the NEWS file :)
Zeev Suraski [Thu, 2 Aug 2001 07:17:01 +0000 (07:17 +0000)]
Update NEWS
Zeev Suraski [Thu, 2 Aug 2001 07:00:43 +0000 (07:00 +0000)]
Avoid going over huge lists of functions, classes and constants.
Special thanks to the guys from the MS lab for the profiling tools :)
Zeev Suraski [Thu, 2 Aug 2001 06:16:20 +0000 (06:16 +0000)]
Some cleanup
Zeev Suraski [Thu, 2 Aug 2001 05:56:10 +0000 (05:56 +0000)]
Fix the .h file (untested)
Zeev Suraski [Thu, 2 Aug 2001 05:49:24 +0000 (05:49 +0000)]
We no longer need any FETCH's for internal functions
Rasmus Lerdorf [Thu, 2 Aug 2001 05:36:50 +0000 (05:36 +0000)]
TSRM fix for ext_skel - probably more needed
Zeev Suraski [Thu, 2 Aug 2001 05:25:29 +0000 (05:25 +0000)]
TSRMLS fixes
<changelog@php.net> [Thu, 2 Aug 2001 00:11:23 +0000 (00:11 +0000)]
ChangeLog update
Zeev Suraski [Thu, 2 Aug 2001 00:11:20 +0000 (00:11 +0000)]
Beautify
<changelog@php.net> [Thu, 2 Aug 2001 00:11:17 +0000 (00:11 +0000)]
NEWS update
Zeev Suraski [Wed, 1 Aug 2001 22:53:26 +0000 (22:53 +0000)]
Fix Apache/ZTS build
Frank M. Kromann [Wed, 1 Aug 2001 16:55:24 +0000 (16:55 +0000)]
These new math functions are not supported on Win32
Andrei Zmievski [Wed, 1 Aug 2001 13:48:14 +0000 (13:48 +0000)]
- Added a few new math functions from Jesus Castagnetto.
- Converted to Z_* macros.
@- Added a few new math functions. (Jesus)
Tomas V.V.Cox [Wed, 1 Aug 2001 13:24:55 +0000 (13:24 +0000)]
added BaseInstall dir support
foobar [Wed, 1 Aug 2001 13:15:26 +0000 (13:15 +0000)]
This should work better. Thanks to Jon Wagoner <jwagoner@wlion.com>
foobar [Wed, 1 Aug 2001 03:11:57 +0000 (03:11 +0000)]
configure leftovers..
Zeev Suraski [Wed, 1 Aug 2001 02:36:05 +0000 (02:36 +0000)]
Implement fast scanning in the multithreaded environment
foobar [Wed, 1 Aug 2001 00:31:19 +0000 (00:31 +0000)]
kill warning and make this build again.
foobar [Wed, 1 Aug 2001 00:13:02 +0000 (00:13 +0000)]
fix build.
<changelog@php.net> [Wed, 1 Aug 2001 00:10:25 +0000 (00:10 +0000)]
ChangeLog update
foobar [Tue, 31 Jul 2001 23:49:08 +0000 (23:49 +0000)]
killed some compile warnings
foobar [Tue, 31 Jul 2001 23:47:35 +0000 (23:47 +0000)]
more ZTS fixes.
Sterling Hughes [Tue, 31 Jul 2001 23:44:20 +0000 (23:44 +0000)]
remove duplicate TSRMLS_FETCH()
foobar [Tue, 31 Jul 2001 23:34:23 +0000 (23:34 +0000)]
fixed comment..
Zeev Suraski [Tue, 31 Jul 2001 23:32:24 +0000 (23:32 +0000)]
Fix some warnings
Sterling Hughes [Tue, 31 Jul 2001 23:22:19 +0000 (23:22 +0000)]
Fix ZTS build.
Christian Stocker [Tue, 31 Jul 2001 22:35:20 +0000 (22:35 +0000)]
Moved to the /pear repository
foobar [Tue, 31 Jul 2001 20:24:43 +0000 (20:24 +0000)]
Missing header.
Sterling Hughes [Tue, 31 Jul 2001 19:43:11 +0000 (19:43 +0000)]
ws fix
foobar [Tue, 31 Jul 2001 19:02:59 +0000 (19:02 +0000)]
Remove duplicate function entry.
foobar [Tue, 31 Jul 2001 14:37:40 +0000 (14:37 +0000)]
Added help texts for --with-imap-ssl|kerberos.
Tomas V.V.Cox [Tue, 31 Jul 2001 13:36:54 +0000 (13:36 +0000)]
package() now returns the full path of the generated package also improved
windows support (if php getcwd() returns also the drive letter, please test it)
Stig Bakken [Tue, 31 Jul 2001 07:57:14 +0000 (07:57 +0000)]
* DB_storage broke when DB_common::query was added, fixed
Zeev Suraski [Tue, 31 Jul 2001 07:12:15 +0000 (07:12 +0000)]
the make Sebastian happy part of the day :)
Zeev Suraski [Tue, 31 Jul 2001 07:09:49 +0000 (07:09 +0000)]
More TSRMLS_FETCH annihilation. Enough for today...
Zeev Suraski [Tue, 31 Jul 2001 06:28:05 +0000 (06:28 +0000)]
More TSRMLS_FETCH work. Got it under 400 now.
Zeev Suraski [Tue, 31 Jul 2001 06:07:25 +0000 (06:07 +0000)]
More TSRMLS_FETCH work
Zeev Suraski [Tue, 31 Jul 2001 05:56:26 +0000 (05:56 +0000)]
Some more TSRMLS_FETCH work
Zeev Suraski [Tue, 31 Jul 2001 05:44:11 +0000 (05:44 +0000)]
More TSRMLS_FETCH annihilation
Zeev Suraski [Tue, 31 Jul 2001 05:32:25 +0000 (05:32 +0000)]
More TSRMLS_FETCH annihilation
Zeev Suraski [Tue, 31 Jul 2001 04:53:54 +0000 (04:53 +0000)]
More TSRMLS_FETCH work
Zeev Suraski [Tue, 31 Jul 2001 03:00:05 +0000 (03:00 +0000)]
build fixes
Zeev Suraski [Tue, 31 Jul 2001 02:59:44 +0000 (02:59 +0000)]
Fix a crash bug in assert
<changelog@php.net> [Tue, 31 Jul 2001 00:17:07 +0000 (00:17 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 31 Jul 2001 00:16:52 +0000 (00:16 +0000)]
NEWS update
foobar [Mon, 30 Jul 2001 21:12:48 +0000 (21:12 +0000)]
Make this compile in ZTS mode.
foobar [Mon, 30 Jul 2001 21:02:27 +0000 (21:02 +0000)]
Make this extension compile in ZTS mode.
Jason Greene [Mon, 30 Jul 2001 20:51:57 +0000 (20:51 +0000)]
Removed space type-o
Fixed WS
Added $Id$ tags
Removed already completed TODO from README
foobar [Mon, 30 Jul 2001 20:50:54 +0000 (20:50 +0000)]
Use the new TSRM structure.
foobar [Mon, 30 Jul 2001 20:27:11 +0000 (20:27 +0000)]
Make this extension compile in ZTS mode. Also killed 2 compile warnings.
foobar [Mon, 30 Jul 2001 20:11:28 +0000 (20:11 +0000)]
Make this compile in ZTS mode.
Jason Greene [Mon, 30 Jul 2001 19:40:29 +0000 (19:40 +0000)]
Fully implement new thread safe model.
Fix ws.
foobar [Mon, 30 Jul 2001 19:39:26 +0000 (19:39 +0000)]
Make this compile in ZTS mode.
foobar [Mon, 30 Jul 2001 17:35:45 +0000 (17:35 +0000)]
Killed compile warning.
foobar [Mon, 30 Jul 2001 17:35:29 +0000 (17:35 +0000)]
Removed duplicate function entry.
Zeev Suraski [Mon, 30 Jul 2001 17:29:57 +0000 (17:29 +0000)]
Fix GD build, and clean it tup
Frank M. Kromann [Mon, 30 Jul 2001 17:27:08 +0000 (17:27 +0000)]
Fixing build after implementing the new TSRM structure!
Christian Stocker [Mon, 30 Jul 2001 15:54:28 +0000 (15:54 +0000)]
moved from the Experimental dir. the basic things should work...
Andrei Zmievski [Mon, 30 Jul 2001 15:41:11 +0000 (15:41 +0000)]
Updated to match TSRM changes.
Thies C. Arntzen [Mon, 30 Jul 2001 15:10:53 +0000 (15:10 +0000)]
@- Bump bundled expat to 1.95.2 (Thies)
Thies C. Arntzen [Mon, 30 Jul 2001 15:10:15 +0000 (15:10 +0000)]
name-protect new expat function
Thies C. Arntzen [Mon, 30 Jul 2001 14:52:16 +0000 (14:52 +0000)]
fix compile
Marc Boeren [Mon, 30 Jul 2001 14:47:00 +0000 (14:47 +0000)]
It's been working here for four months now... hardly experimental :) (Mc)
Thies C. Arntzen [Mon, 30 Jul 2001 14:42:00 +0000 (14:42 +0000)]
unneded
Thies C. Arntzen [Mon, 30 Jul 2001 14:25:29 +0000 (14:25 +0000)]
compile fix
foobar [Mon, 30 Jul 2001 10:09:53 +0000 (10:09 +0000)]
Make this extension compile thread safe on unixes too.
Also changed all those nice spaces to tabs
#
# Zeev, could you make those changes for this extension too?
#
# And yes, I know I shouldn't mix ws fixes to anything else but
# this was easier to do this way.
Zeev Suraski [Mon, 30 Jul 2001 09:16:46 +0000 (09:16 +0000)]
More TSRMLS_FETCH work
Zeev Suraski [Mon, 30 Jul 2001 09:05:42 +0000 (09:05 +0000)]
Compile fix