]> granicus.if.org Git - php/log
php
23 years agoEliminate TSRMLS_FETCH() call.
Sebastian Bergmann [Sat, 4 Aug 2001 05:37:11 +0000 (05:37 +0000)]
Eliminate TSRMLS_FETCH() call.

23 years agoFix Win32 (and maybe other ZTS) builds.
Sebastian Bergmann [Sat, 4 Aug 2001 05:22:55 +0000 (05:22 +0000)]
Fix Win32 (and maybe other ZTS) builds.

23 years agoFix bug: #9177
foobar [Sat, 4 Aug 2001 04:47:24 +0000 (04:47 +0000)]
Fix bug: #9177

23 years agoClean up the serializer by modularizing some of its code. That also
Sascha Schumann [Sat, 4 Aug 2001 03:30:38 +0000 (03:30 +0000)]
Clean up the serializer by modularizing some of its code.  That also
enables us to serialize hash indices without creating zvals for them.
Due to its nature, this patch also includes some whitespace changes.

23 years agofixed a memleak.
foobar [Sat, 4 Aug 2001 03:06:12 +0000 (03:06 +0000)]
fixed a memleak.

23 years agoFixed bug: #11784 (combined with fixes Rasmus committed..)
foobar [Sat, 4 Aug 2001 01:56:40 +0000 (01:56 +0000)]
Fixed bug: #11784 (combined with fixes Rasmus committed..)

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

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

23 years ago#- HTML-safe error for pow()
Jeroen van Wolffelaar [Fri, 3 Aug 2001 23:27:23 +0000 (23:27 +0000)]
#- HTML-safe error for pow()

23 years ago#- Fix silly bug that caused segfault
Jeroen van Wolffelaar [Fri, 3 Aug 2001 23:10:04 +0000 (23:10 +0000)]
#- Fix silly bug that caused segfault

23 years agoUn-revert patch
Jeroen van Wolffelaar [Fri, 3 Aug 2001 23:09:05 +0000 (23:09 +0000)]
Un-revert patch

23 years agoReverting last patch, segfaults.
Jeroen van Wolffelaar [Fri, 3 Aug 2001 22:42:02 +0000 (22:42 +0000)]
Reverting last patch, segfaults.

23 years agoChange from E_ERROR to E_WARNING in the exif extension
Rasmus Lerdorf [Fri, 3 Aug 2001 22:33:10 +0000 (22:33 +0000)]
Change from E_ERROR to E_WARNING in the exif extension
@ Change from E_ERROR to E_WARNING in the exif extension (Rasmus)

23 years ago- New pow() function. It now gives warnings on wrong input, and
Jeroen van Wolffelaar [Fri, 3 Aug 2001 22:19:11 +0000 (22:19 +0000)]
- New pow() function. It now gives warnings on wrong input, and
  returns integer result when possible
@- New pow() implementation, which returns an integer when possible,
@  and warnings on wrong input (jeroen)

23 years ago- Added new parameter to [l|r]trim, to specify _what_ to trim
Jeroen van Wolffelaar [Fri, 3 Aug 2001 22:12:46 +0000 (22:12 +0000)]
- Added new parameter to [l|r]trim, to specify _what_ to trim
@- Added optional second parameter to trim, chop and ltrim. You can
@  now specify which characters to trim (jeroen)

23 years agoDon't blindly assume -lc-client when linking 'conftest'.
Jon Parise [Fri, 3 Aug 2001 19:36:58 +0000 (19:36 +0000)]
Don't blindly assume -lc-client when linking 'conftest'.

23 years ago- Fix array_sum to switch to float on overflow. Fixes bug#12505
Jeroen van Wolffelaar [Fri, 3 Aug 2001 19:18:51 +0000 (19:18 +0000)]
- Fix array_sum to switch to float on overflow. Fixes bug#12505

23 years agoFull include paths are preferrable.
Jon Parise [Fri, 3 Aug 2001 19:11:31 +0000 (19:11 +0000)]
Full include paths are preferrable.

23 years agosmart_str use requires php_smart_str.h.
Jon Parise [Fri, 3 Aug 2001 19:05:40 +0000 (19:05 +0000)]
smart_str use requires php_smart_str.h.

23 years agoFix buglet
Zeev Suraski [Fri, 3 Aug 2001 16:08:01 +0000 (16:08 +0000)]
Fix buglet

23 years ago* Added the new fetch row mode: DB_FETCHMODE_OBJECT that returns the columns
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

23 years agoTreat trailing zeroes correctly
Sascha Schumann [Fri, 3 Aug 2001 11:09:13 +0000 (11:09 +0000)]
Treat trailing zeroes correctly

23 years agoDo the nul'ifiying of php_var_serialize's result at the right place
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

23 years agoPass on nul'ified data
Sascha Schumann [Fri, 3 Aug 2001 10:39:48 +0000 (10:39 +0000)]
Pass on nul'ified data

23 years agoDon't copy the strtok parameter
Sascha Schumann [Fri, 3 Aug 2001 09:50:38 +0000 (09:50 +0000)]
Don't copy the strtok parameter

23 years agoFix a possible segfault (Thanks to Sebastian for catching it)
Sascha Schumann [Fri, 3 Aug 2001 09:36:14 +0000 (09:36 +0000)]
Fix a possible segfault (Thanks to Sebastian for catching it)

23 years agoNUL-terminate string
Sascha Schumann [Fri, 3 Aug 2001 09:35:33 +0000 (09:35 +0000)]
NUL-terminate string

23 years agoAdd some casts
Sascha Schumann [Fri, 3 Aug 2001 08:51:53 +0000 (08:51 +0000)]
Add some casts

23 years agoReplace our strtok implementation with a binary-safe one which code
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.

23 years agoFix macro
Zeev Suraski [Fri, 3 Aug 2001 08:15:16 +0000 (08:15 +0000)]
Fix macro

23 years agoConvert serializer to smart_str.. avoids lots of sprintf's and
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.

23 years agoGet rid of a couple of bogus persist_alloc()'s, and some cleanup
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

23 years agoMore TSRM stuff
Zeev Suraski [Fri, 3 Aug 2001 07:12:59 +0000 (07:12 +0000)]
More TSRM stuff

23 years agoImplement fast memory allocation and reduced fragmentation under Windows.
Zeev Suraski [Fri, 3 Aug 2001 07:06:05 +0000 (07:06 +0000)]
Implement fast memory allocation and reduced fragmentation under Windows.

23 years agoSome compat macros
Zeev Suraski [Fri, 3 Aug 2001 07:02:46 +0000 (07:02 +0000)]
Some compat macros

23 years agoChanged the PHP_ADD_LIBRARY_DEFER() to work when building
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.

23 years agoThese are redefined in the sqltypes.h that comes with unixODBC. PR: #12519
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

23 years agoRevert whitespace patch.
Sebastian Bergmann [Fri, 3 Aug 2001 05:05:47 +0000 (05:05 +0000)]
Revert whitespace patch.

23 years agoAdd missing header.
foobar [Fri, 3 Aug 2001 04:56:09 +0000 (04:56 +0000)]
Add missing header.

23 years agoFix non-TS build
Zeev Suraski [Fri, 3 Aug 2001 04:49:43 +0000 (04:49 +0000)]
Fix non-TS build

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

23 years agoRevert this change - if you want to do this, do it in a 'make clean'
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'

23 years agoLarger transfer buffer before realloc() this should speed things up a bit
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

23 years agows fix
Sterling Hughes [Thu, 2 Aug 2001 19:25:46 +0000 (19:25 +0000)]
ws fix

23 years agoDelete config.cache always. This makes config.nice a bit more useful.
foobar [Thu, 2 Aug 2001 18:22:57 +0000 (18:22 +0000)]
Delete config.cache always. This makes config.nice a bit more useful.

23 years agorequire_once()/include_once will return true in case a file was not included
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

23 years agothis kills 90% of the warings in maintainer-mode
Thies C. Arntzen [Thu, 2 Aug 2001 16:03:17 +0000 (16:03 +0000)]
this kills 90% of the warings in maintainer-mode

23 years agoWhitespace fixes.
Sebastian Bergmann [Thu, 2 Aug 2001 15:16:43 +0000 (15:16 +0000)]
Whitespace fixes.

23 years agoFix Apache2Filter build.
Sebastian Bergmann [Thu, 2 Aug 2001 15:14:30 +0000 (15:14 +0000)]
Fix Apache2Filter build.

23 years agonot too sure about this:
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!

23 years agoadding -lsablot later makes it appear _before_ -lexpat in config_vars - and
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?

23 years agoOptimize the NEWS file :)
Zeev Suraski [Thu, 2 Aug 2001 07:29:39 +0000 (07:29 +0000)]
Optimize the NEWS file :)

23 years agoUpdate NEWS
Zeev Suraski [Thu, 2 Aug 2001 07:17:01 +0000 (07:17 +0000)]
Update NEWS

23 years agoAvoid going over huge lists of functions, classes and constants.
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 :)

23 years agoSome cleanup
Zeev Suraski [Thu, 2 Aug 2001 06:16:20 +0000 (06:16 +0000)]
Some cleanup

23 years agoFix the .h file (untested)
Zeev Suraski [Thu, 2 Aug 2001 05:56:10 +0000 (05:56 +0000)]
Fix the .h file (untested)

23 years agoWe no longer need any FETCH's for internal functions
Zeev Suraski [Thu, 2 Aug 2001 05:49:24 +0000 (05:49 +0000)]
We no longer need any FETCH's for internal functions

23 years agoTSRM fix for ext_skel - probably more needed
Rasmus Lerdorf [Thu, 2 Aug 2001 05:36:50 +0000 (05:36 +0000)]
TSRM fix for ext_skel - probably more needed

23 years agoTSRMLS fixes
Zeev Suraski [Thu, 2 Aug 2001 05:25:29 +0000 (05:25 +0000)]
TSRMLS fixes

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

23 years agoBeautify
Zeev Suraski [Thu, 2 Aug 2001 00:11:20 +0000 (00:11 +0000)]
Beautify

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

23 years agoFix Apache/ZTS build
Zeev Suraski [Wed, 1 Aug 2001 22:53:26 +0000 (22:53 +0000)]
Fix Apache/ZTS build

23 years agoThese new math functions are not supported on Win32
Frank M. Kromann [Wed, 1 Aug 2001 16:55:24 +0000 (16:55 +0000)]
These new math functions are not supported on Win32

23 years ago- Added a few new math functions from Jesus Castagnetto.
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)

23 years agoadded BaseInstall dir support
Tomas V.V.Cox [Wed, 1 Aug 2001 13:24:55 +0000 (13:24 +0000)]
added BaseInstall dir support

23 years agoThis should work better. Thanks to Jon Wagoner <jwagoner@wlion.com>
foobar [Wed, 1 Aug 2001 13:15:26 +0000 (13:15 +0000)]
This should work better. Thanks to Jon Wagoner <jwagoner@wlion.com>

23 years agoconfigure leftovers..
foobar [Wed, 1 Aug 2001 03:11:57 +0000 (03:11 +0000)]
configure leftovers..

23 years agoImplement fast scanning in the multithreaded environment
Zeev Suraski [Wed, 1 Aug 2001 02:36:05 +0000 (02:36 +0000)]
Implement fast scanning in the multithreaded environment

23 years agokill warning and make this build again.
foobar [Wed, 1 Aug 2001 00:31:19 +0000 (00:31 +0000)]
kill warning and make this build again.

23 years agofix build.
foobar [Wed, 1 Aug 2001 00:13:02 +0000 (00:13 +0000)]
fix build.

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

23 years agokilled some compile warnings
foobar [Tue, 31 Jul 2001 23:49:08 +0000 (23:49 +0000)]
killed some compile warnings

23 years agomore ZTS fixes.
foobar [Tue, 31 Jul 2001 23:47:35 +0000 (23:47 +0000)]
more ZTS fixes.

23 years agoremove duplicate TSRMLS_FETCH()
Sterling Hughes [Tue, 31 Jul 2001 23:44:20 +0000 (23:44 +0000)]
remove duplicate TSRMLS_FETCH()

23 years agofixed comment..
foobar [Tue, 31 Jul 2001 23:34:23 +0000 (23:34 +0000)]
fixed comment..

23 years agoFix some warnings
Zeev Suraski [Tue, 31 Jul 2001 23:32:24 +0000 (23:32 +0000)]
Fix some warnings

23 years agoFix ZTS build.
Sterling Hughes [Tue, 31 Jul 2001 23:22:19 +0000 (23:22 +0000)]
Fix ZTS build.

23 years agoMoved to the /pear repository
Christian Stocker [Tue, 31 Jul 2001 22:35:20 +0000 (22:35 +0000)]
Moved to the /pear repository

23 years agoMissing header.
foobar [Tue, 31 Jul 2001 20:24:43 +0000 (20:24 +0000)]
Missing header.

23 years agows fix
Sterling Hughes [Tue, 31 Jul 2001 19:43:11 +0000 (19:43 +0000)]
ws fix

23 years agoRemove duplicate function entry.
foobar [Tue, 31 Jul 2001 19:02:59 +0000 (19:02 +0000)]
Remove duplicate function entry.

23 years agoAdded help texts for --with-imap-ssl|kerberos.
foobar [Tue, 31 Jul 2001 14:37:40 +0000 (14:37 +0000)]
Added help texts for --with-imap-ssl|kerberos.

23 years agopackage() now returns the full path of the generated package also improved
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)

23 years ago* DB_storage broke when DB_common::query was added, fixed
Stig Bakken [Tue, 31 Jul 2001 07:57:14 +0000 (07:57 +0000)]
* DB_storage broke when DB_common::query was added, fixed

23 years agothe make Sebastian happy part of the day :)
Zeev Suraski [Tue, 31 Jul 2001 07:12:15 +0000 (07:12 +0000)]
the make Sebastian happy part of the day :)

23 years agoMore TSRMLS_FETCH annihilation. Enough for today...
Zeev Suraski [Tue, 31 Jul 2001 07:09:49 +0000 (07:09 +0000)]
More TSRMLS_FETCH annihilation.  Enough for today...

23 years agoMore TSRMLS_FETCH work. Got it under 400 now.
Zeev Suraski [Tue, 31 Jul 2001 06:28:05 +0000 (06:28 +0000)]
More TSRMLS_FETCH work.  Got it under 400 now.

23 years agoMore TSRMLS_FETCH work
Zeev Suraski [Tue, 31 Jul 2001 06:07:25 +0000 (06:07 +0000)]
More TSRMLS_FETCH work

23 years agoSome more TSRMLS_FETCH work
Zeev Suraski [Tue, 31 Jul 2001 05:56:26 +0000 (05:56 +0000)]
Some more TSRMLS_FETCH work

23 years agoMore TSRMLS_FETCH annihilation
Zeev Suraski [Tue, 31 Jul 2001 05:44:11 +0000 (05:44 +0000)]
More TSRMLS_FETCH annihilation

23 years agoMore TSRMLS_FETCH annihilation
Zeev Suraski [Tue, 31 Jul 2001 05:32:25 +0000 (05:32 +0000)]
More TSRMLS_FETCH annihilation

23 years agoMore TSRMLS_FETCH work
Zeev Suraski [Tue, 31 Jul 2001 04:53:54 +0000 (04:53 +0000)]
More TSRMLS_FETCH work

23 years agobuild fixes
Zeev Suraski [Tue, 31 Jul 2001 03:00:05 +0000 (03:00 +0000)]
build fixes

23 years agoFix a crash bug in assert
Zeev Suraski [Tue, 31 Jul 2001 02:59:44 +0000 (02:59 +0000)]
Fix a crash bug in assert

23 years agoChangeLog update
<changelog@php.net> [Tue, 31 Jul 2001 00:17:07 +0000 (00:17 +0000)]
ChangeLog update

23 years agoNEWS update
<changelog@php.net> [Tue, 31 Jul 2001 00:16:52 +0000 (00:16 +0000)]
NEWS update

23 years agoMake this compile in ZTS mode.
foobar [Mon, 30 Jul 2001 21:12:48 +0000 (21:12 +0000)]
Make this compile in ZTS mode.

23 years agoMake this extension compile in ZTS mode.
foobar [Mon, 30 Jul 2001 21:02:27 +0000 (21:02 +0000)]
Make this extension compile in ZTS mode.

23 years agoRemoved space type-o
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