]>
granicus.if.org Git - php/log
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
foobar [Mon, 30 Jul 2001 08:47:21 +0000 (08:47 +0000)]
Added missing file
Zeev Suraski [Mon, 30 Jul 2001 08:24:42 +0000 (08:24 +0000)]
Zend compatibility patch
Zeev Suraski [Mon, 30 Jul 2001 07:43:02 +0000 (07:43 +0000)]
More TSRMLS_FETCH work
Zeev Suraski [Mon, 30 Jul 2001 06:18:13 +0000 (06:18 +0000)]
More TSRMLS_FETCH work, and a bit of cleanup
Zeev Suraski [Mon, 30 Jul 2001 06:12:15 +0000 (06:12 +0000)]
More TSRMLS_FETCH work
Andi Gutmans [Mon, 30 Jul 2001 05:46:31 +0000 (05:46 +0000)]
- Also cache TSRM lookups in thread local storage on Windows.
Zeev Suraski [Mon, 30 Jul 2001 05:36:18 +0000 (05:36 +0000)]
Zend compatibility patch
Zeev Suraski [Mon, 30 Jul 2001 05:34:21 +0000 (05:34 +0000)]
More TSRMLS_FETCH work, and get rid of redundant ParametersPassedByRef
Andrei Zmievski [Mon, 30 Jul 2001 05:05:26 +0000 (05:05 +0000)]
Let's be consisten and keep TSRMLS_DC declaration after num_args.
Zeev Suraski [Mon, 30 Jul 2001 04:58:07 +0000 (04:58 +0000)]
More TSRMLS_FETCH annihilation (Zend compatibility patch)
Zeev Suraski [Mon, 30 Jul 2001 04:54:16 +0000 (04:54 +0000)]
More TSRMLS_FETCH annihilation
Zeev Suraski [Mon, 30 Jul 2001 02:07:52 +0000 (02:07 +0000)]
Get rid of more TSRMLS_FETCH's
Zeev Suraski [Mon, 30 Jul 2001 01:56:43 +0000 (01:56 +0000)]
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
Zeev Suraski [Mon, 30 Jul 2001 01:48:22 +0000 (01:48 +0000)]
Avoid TSRMLS_FETCH()'s (still lots of work left)
Zeev Suraski [Mon, 30 Jul 2001 01:46:35 +0000 (01:46 +0000)]
Save TSRMLS_FETCH()'s
<changelog@php.net> [Mon, 30 Jul 2001 00:10:02 +0000 (00:10 +0000)]
ChangeLog update
Rui Hirokawa [Sun, 29 Jul 2001 22:15:41 +0000 (22:15 +0000)]
changed for input encoding conversion in win32.
Thies C. Arntzen [Sun, 29 Jul 2001 20:16:45 +0000 (20:16 +0000)]
buffer was too small
Andi Gutmans [Sun, 29 Jul 2001 08:40:41 +0000 (08:40 +0000)]
*** empty log message ***
Andi Gutmans [Sun, 29 Jul 2001 08:35:41 +0000 (08:35 +0000)]
- Yet another one...
Andi Gutmans [Sun, 29 Jul 2001 08:24:38 +0000 (08:24 +0000)]
- More object junk
Andi Gutmans [Sun, 29 Jul 2001 08:22:57 +0000 (08:22 +0000)]
- Object macros...
Andi Gutmans [Sun, 29 Jul 2001 08:20:30 +0000 (08:20 +0000)]
- And more...
Andi Gutmans [Sun, 29 Jul 2001 08:14:29 +0000 (08:14 +0000)]
- More object macros
Tomas V.V.Cox [Sun, 29 Jul 2001 04:25:33 +0000 (04:25 +0000)]
raiseError() now can accepts a PEAR error object in its first argument. With
this, users can "re-throw" a previously created PEAR error object (very
useful after the use of (push|pop)ErrorHandling)
Tomas V.V.Cox [Sun, 29 Jul 2001 03:46:55 +0000 (03:46 +0000)]
Added the methods pushErrorHandler and popErrorHandler. With this it's
posible to override the actual error handler with a new one for the time
you need and restore it back when finish.
Jon Parise [Sun, 29 Jul 2001 01:46:37 +0000 (01:46 +0000)]
Fix typo.
<changelog@php.net> [Sun, 29 Jul 2001 00:12:08 +0000 (00:12 +0000)]
ChangeLog update
Andi Gutmans [Sat, 28 Jul 2001 20:28:29 +0000 (20:28 +0000)]
- Fix build
Andi Gutmans [Sat, 28 Jul 2001 20:27:32 +0000 (20:27 +0000)]
- More object macros.
Andi Gutmans [Sat, 28 Jul 2001 19:29:16 +0000 (19:29 +0000)]
- Object macros...
Andi Gutmans [Sat, 28 Jul 2001 19:23:21 +0000 (19:23 +0000)]
- More object macros
Andi Gutmans [Sat, 28 Jul 2001 19:11:05 +0000 (19:11 +0000)]
- More object macros
Andi Gutmans [Sat, 28 Jul 2001 19:02:53 +0000 (19:02 +0000)]
- More object macro work
Andi Gutmans [Sat, 28 Jul 2001 18:55:49 +0000 (18:55 +0000)]
- More Object macro work. I couldn't test this one so let me know if it
breaks the Windows build.
Andi Gutmans [Sat, 28 Jul 2001 18:40:18 +0000 (18:40 +0000)]
- Use object macros
Andi Gutmans [Sat, 28 Jul 2001 18:35:22 +0000 (18:35 +0000)]
- Use the Z_OBJ* macros for accessing objects
Andi Gutmans [Sat, 28 Jul 2001 18:33:06 +0000 (18:33 +0000)]
- Small patch to allow fixing the PHP tree to be compatible w/ the initial
- Zend 2 objects patch. Hopefully I can commit that this week.
Rasmus Lerdorf [Sat, 28 Jul 2001 14:01:24 +0000 (14:01 +0000)]
Fix typo
Zeev Suraski [Sat, 28 Jul 2001 12:16:43 +0000 (12:16 +0000)]
Make Sebastian happy...
Zeev Suraski [Sat, 28 Jul 2001 12:07:25 +0000 (12:07 +0000)]
another build fix, a simple UNIX build now compiles clean
Zeev Suraski [Sat, 28 Jul 2001 12:05:15 +0000 (12:05 +0000)]
Build fix
Zeev Suraski [Sat, 28 Jul 2001 12:02:42 +0000 (12:02 +0000)]
Some more fixes
Zeev Suraski [Sat, 28 Jul 2001 11:36:37 +0000 (11:36 +0000)]
Redesigned thread safety mechanism - nua nua
Zeev Suraski [Sat, 28 Jul 2001 10:51:54 +0000 (10:51 +0000)]
Redesigned thread safety mechanism - nua nua
Zeev Suraski [Sat, 28 Jul 2001 10:46:11 +0000 (10:46 +0000)]
Redesigned thread safety mechanism - nua nua
Alexander Feldman [Sat, 28 Jul 2001 07:09:42 +0000 (07:09 +0000)]
Fixed the config.m4 script to allow the cracklib extension to be properly built
as a shared module.
foobar [Sat, 28 Jul 2001 03:57:16 +0000 (03:57 +0000)]
Fix build. This was done by bringing this to the 'PHP 4 era' :)
Joey Smith [Sat, 28 Jul 2001 01:31:52 +0000 (01:31 +0000)]
nesting_level is now ob_nesting_level in main/php_output.h
Sascha Schumann [Sat, 28 Jul 2001 00:49:56 +0000 (00:49 +0000)]
Fix build and add a mips-related preprocessor directive.
Sascha Schumann [Sat, 28 Jul 2001 00:46:42 +0000 (00:46 +0000)]
Fix build
Sascha Schumann [Sat, 28 Jul 2001 00:44:19 +0000 (00:44 +0000)]
Remove superfluous returns
<changelog@php.net> [Sat, 28 Jul 2001 00:10:27 +0000 (00:10 +0000)]
ChangeLog update
foobar [Fri, 27 Jul 2001 14:26:39 +0000 (14:26 +0000)]
Simplified a bit and made more readable.
foobar [Fri, 27 Jul 2001 14:02:44 +0000 (14:02 +0000)]
Simplified this a bit and made more consistent.
Alexander Merz [Fri, 27 Jul 2001 11:53:35 +0000 (11:53 +0000)]
Bugfix by Johannes Erdfelt
Zeev Suraski [Fri, 27 Jul 2001 11:03:32 +0000 (11:03 +0000)]
Fix release runtime :)
Zeev Suraski [Fri, 27 Jul 2001 10:53:25 +0000 (10:53 +0000)]
Fix release build
Zeev Suraski [Fri, 27 Jul 2001 10:16:41 +0000 (10:16 +0000)]
- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...
Zeev Suraski [Fri, 27 Jul 2001 10:10:39 +0000 (10:10 +0000)]
Get rid of ELS_*(), and use TSRMLS_*() instead.
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...
Zeev Suraski [Fri, 27 Jul 2001 10:08:26 +0000 (10:08 +0000)]
- Prepare for optimization - use a single fetch for multiple resources
- Clean a bit
Zeev Suraski [Fri, 27 Jul 2001 07:37:16 +0000 (07:37 +0000)]
Fix a corrupted memory access
<changelog@php.net> [Fri, 27 Jul 2001 00:11:47 +0000 (00:11 +0000)]
ChangeLog update
Thies C. Arntzen [Thu, 26 Jul 2001 23:07:45 +0000 (23:07 +0000)]
detect oracle9i
Sascha Schumann [Thu, 26 Jul 2001 18:10:38 +0000 (18:10 +0000)]
Remove unneeded variables
Nikos Mavroyanopoulos [Thu, 26 Jul 2001 10:11:35 +0000 (10:11 +0000)]
Fixes for the module to be reentrant
<changelog@php.net> [Thu, 26 Jul 2001 00:10:16 +0000 (00:10 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 26 Jul 2001 00:10:13 +0000 (00:10 +0000)]
NEWS update
Tomas V.V.Cox [Thu, 26 Jul 2001 00:01:27 +0000 (00:01 +0000)]
DB::assertExtension-> trigger a useful error message if backend extension couldn't be loaded
Thies C. Arntzen [Wed, 25 Jul 2001 22:34:25 +0000 (22:34 +0000)]
@- Improved the stability of OCIPlogon() after a database restart. (Thies)
Daniel Beulshausen [Wed, 25 Jul 2001 22:03:55 +0000 (22:03 +0000)]
fix recently discovered api flaws
- nuke first parameter to socket_select (detemine it ourself)
- swap parameters for socket_fd_set, socket_fd_clear & socket_fd_isset
- allow to pass an array of sockets to socket_fd_set + socket_fd_clear
Stig Bakken [Wed, 25 Jul 2001 21:20:31 +0000 (21:20 +0000)]
* added emacs footer
Sascha Schumann [Wed, 25 Jul 2001 21:06:01 +0000 (21:06 +0000)]
Get rid of memchr in SEARCHCR().
Sascha Schumann [Wed, 25 Jul 2001 19:02:13 +0000 (19:02 +0000)]
Get rid of memchr
Nikos Mavroyanopoulos [Wed, 25 Jul 2001 13:30:36 +0000 (13:30 +0000)]
updated ovrimos driver
<changelog@php.net> [Wed, 25 Jul 2001 00:10:17 +0000 (00:10 +0000)]
ChangeLog update
Andrei Zmievski [Tue, 24 Jul 2001 23:50:43 +0000 (23:50 +0000)]
Remove references to global startup functions.