]> granicus.if.org Git - php/log
php
21 years agoFixed bug #25170 (Problem with generation of random numbers on solaris)
Ilia Alshanetsky [Wed, 20 Aug 2003 16:40:22 +0000 (16:40 +0000)]
Fixed bug #25170 (Problem with generation of random numbers on solaris)

21 years agoMoved transaction defaults to header file
Ard Biesheuvel [Wed, 20 Aug 2003 16:13:51 +0000 (16:13 +0000)]
Moved transaction defaults to header file

21 years agoCleaned up _php_ibase_var_zval()
Ard Biesheuvel [Wed, 20 Aug 2003 13:02:26 +0000 (13:02 +0000)]
Cleaned up _php_ibase_var_zval()

21 years agoFix Win32 build
Ard Biesheuvel [Wed, 20 Aug 2003 12:40:59 +0000 (12:40 +0000)]
Fix Win32 build

21 years agoMoved some local vars to stack
Ard Biesheuvel [Wed, 20 Aug 2003 12:40:05 +0000 (12:40 +0000)]
Moved some local vars to stack

21 years agoNuke link handle from BLOB id
Ard Biesheuvel [Wed, 20 Aug 2003 12:22:58 +0000 (12:22 +0000)]
Nuke link handle from BLOB id
# Now BLOB ids can survive disconnect/reconnect
Added link argument to ibase_blob_{open|info|echo}()

21 years agoFix phpize build
foobar [Wed, 20 Aug 2003 08:14:24 +0000 (08:14 +0000)]
Fix phpize build

21 years ago- Fixed bug #25163 (OSX: phpize has to use glibtoolize instead)
foobar [Wed, 20 Aug 2003 08:13:41 +0000 (08:13 +0000)]
- Fixed bug #25163 (OSX: phpize has to use glibtoolize instead)

21 years agoExplicitly declare the dependencies on the generated sqlite.h file. This
Jon Parise [Wed, 20 Aug 2003 07:41:42 +0000 (07:41 +0000)]
Explicitly declare the dependencies on the generated sqlite.h file.  This
allows the libsqlite source tree (and php-src, as a whole) to be built
using 'make -j' once again.

21 years agoChangeLog update
<changelog@php.net> [Wed, 20 Aug 2003 00:31:10 +0000 (00:31 +0000)]
ChangeLog update

21 years agoAdd test for #25145
Marcus Boerger [Tue, 19 Aug 2003 22:47:30 +0000 (22:47 +0000)]
Add test for #25145

21 years agoFixed bug #25155 (Possible namespace conflict between mime-magic & mssql)
Ilia Alshanetsky [Tue, 19 Aug 2003 22:13:01 +0000 (22:13 +0000)]
Fixed bug #25155 (Possible namespace conflict between mime-magic & mssql)

21 years agoMore accurate fix for bug #25140
Moriyoshi Koizumi [Tue, 19 Aug 2003 14:48:33 +0000 (14:48 +0000)]
More accurate fix for bug #25140

21 years agoLets put this here when we really know its gonna be only in PHP 5
foobar [Tue, 19 Aug 2003 08:41:01 +0000 (08:41 +0000)]
Lets put this here when we really know its gonna be only in PHP 5

21 years ago- Fix for bug #25140 (mb_convert_encoding returns FALSE when it tries to
Derick Rethans [Tue, 19 Aug 2003 08:29:57 +0000 (08:29 +0000)]
- Fix for bug #25140 (mb_convert_encoding returns FALSE when it tries to
  convert empty string)

21 years ago- Back out Ilia's not-yet-ready patch.
Derick Rethans [Tue, 19 Aug 2003 06:34:46 +0000 (06:34 +0000)]
- Back out Ilia's not-yet-ready patch.

21 years agoUnify TSRMLS_FETCH() usage.
Wez Furlong [Tue, 19 Aug 2003 03:25:00 +0000 (03:25 +0000)]
Unify TSRMLS_FETCH() usage.
Fix release build: two instances of } were placed inside #ifdef ZEND_DEBUG

21 years agodummy commit
Sascha Schumann [Tue, 19 Aug 2003 01:47:15 +0000 (01:47 +0000)]
dummy commit

21 years agofix build
Wez Furlong [Tue, 19 Aug 2003 01:30:27 +0000 (01:30 +0000)]
fix build

21 years agodummy commit
Sascha Schumann [Tue, 19 Aug 2003 01:27:55 +0000 (01:27 +0000)]
dummy commit

21 years agodummy commit
Sascha Schumann [Tue, 19 Aug 2003 01:27:02 +0000 (01:27 +0000)]
dummy commit

21 years agodummy commit
Sascha Schumann [Tue, 19 Aug 2003 01:20:48 +0000 (01:20 +0000)]
dummy commit

21 years agofix build
Wez Furlong [Tue, 19 Aug 2003 01:15:47 +0000 (01:15 +0000)]
fix build

21 years agoChangeLog update
<changelog@php.net> [Tue, 19 Aug 2003 00:30:59 +0000 (00:30 +0000)]
ChangeLog update

21 years agoUpdate credits
Wez Furlong [Mon, 18 Aug 2003 23:31:14 +0000 (23:31 +0000)]
Update credits
# re-ordering of some of the lines is due to case-insensitive
# win32 filesystem

21 years ago5 sir
Wez Furlong [Mon, 18 Aug 2003 23:26:31 +0000 (23:26 +0000)]
5 sir

21 years agolinkage for C++
Wez Furlong [Mon, 18 Aug 2003 23:19:27 +0000 (23:19 +0000)]
linkage for C++

21 years agoGet rid of PZVAL_UNLOCK() - fix untested
Zeev Suraski [Mon, 18 Aug 2003 23:13:25 +0000 (23:13 +0000)]
Get rid of PZVAL_UNLOCK() - fix untested

21 years agoPrevent access to internal engine functionality
Zeev Suraski [Mon, 18 Aug 2003 23:11:58 +0000 (23:11 +0000)]
Prevent access to internal engine functionality

21 years agoFixed paths in various tests. In certain conditions usage of partial file
Ilia Alshanetsky [Mon, 18 Aug 2003 22:57:49 +0000 (22:57 +0000)]
Fixed paths in various tests. In certain conditions usage of partial file
paths results in test failures.

21 years agoFix a gazillion leaks in SimpleXML. One gazillion to go ;)
Zeev Suraski [Mon, 18 Aug 2003 22:33:15 +0000 (22:33 +0000)]
Fix a gazillion leaks in SimpleXML.  One gazillion to go ;)

21 years agoImprove tracking
Zeev Suraski [Mon, 18 Aug 2003 22:31:29 +0000 (22:31 +0000)]
Improve tracking

21 years ago- Improve tracking
Zeev Suraski [Mon, 18 Aug 2003 22:31:11 +0000 (22:31 +0000)]
- Improve tracking
- Fix several overloading issues

21 years agoImprove tracking
Zeev Suraski [Mon, 18 Aug 2003 21:17:26 +0000 (21:17 +0000)]
Improve tracking

21 years agoFix leak - non persistent hashes cannot be used in MINIT!
Zeev Suraski [Mon, 18 Aug 2003 20:45:00 +0000 (20:45 +0000)]
Fix leak - non persistent hashes cannot be used in MINIT!

21 years agoImprove tracking
Zeev Suraski [Mon, 18 Aug 2003 20:44:12 +0000 (20:44 +0000)]
Improve tracking

21 years agows
Zeev Suraski [Mon, 18 Aug 2003 20:43:09 +0000 (20:43 +0000)]
ws

21 years agofix #25131, OS_Guess warnings
Greg Beaver [Mon, 18 Aug 2003 16:43:46 +0000 (16:43 +0000)]
fix #25131, OS_Guess warnings

21 years agoWTF was that doing here? :)
Zeev Suraski [Mon, 18 Aug 2003 11:26:12 +0000 (11:26 +0000)]
WTF was that doing here? :)
Fix crash

21 years agoFixed typo.
Ilia Alshanetsky [Mon, 18 Aug 2003 11:18:41 +0000 (11:18 +0000)]
Fixed typo.

21 years agoemalloc -> safe_emalloc
Ilia Alshanetsky [Mon, 18 Aug 2003 04:41:48 +0000 (04:41 +0000)]
emalloc -> safe_emalloc

21 years agoChangeLog update
<changelog@php.net> [Mon, 18 Aug 2003 00:31:11 +0000 (00:31 +0000)]
ChangeLog update

21 years agoNuke bogus BLOB ids
Ard Biesheuvel [Mon, 18 Aug 2003 00:14:53 +0000 (00:14 +0000)]
Nuke bogus BLOB ids
# User-space BLOB id no longer contains transaction handle, so BLOB ids
# now remain valid throughout multiple transactions.
# Oh, and they look better too :-)

21 years agoFix warnings
Marcus Boerger [Sun, 17 Aug 2003 19:14:30 +0000 (19:14 +0000)]
Fix warnings

21 years agoFix warnings
Marcus Boerger [Sun, 17 Aug 2003 18:56:54 +0000 (18:56 +0000)]
Fix warnings

21 years agoFix interactive mode
Marcus Boerger [Sun, 17 Aug 2003 18:36:27 +0000 (18:36 +0000)]
Fix interactive mode

21 years agofixing invalid version number for Pierre :)
Greg Beaver [Sun, 17 Aug 2003 18:34:55 +0000 (18:34 +0000)]
fixing invalid version number for Pierre :)

21 years agoFix warnings
Marcus Boerger [Sun, 17 Aug 2003 18:21:35 +0000 (18:21 +0000)]
Fix warnings

21 years agoreverting accidental commit of my fix for #25008 - we'll let Tomas review the patch...
Greg Beaver [Sun, 17 Aug 2003 18:12:43 +0000 (18:12 +0000)]
reverting accidental commit of my fix for #25008 - we'll let Tomas review the patch I submitted (oops).  The other stuff was good.

21 years agofixed #25117, updated package-PEAR.xml to the current release level
Greg Beaver [Sun, 17 Aug 2003 18:01:39 +0000 (18:01 +0000)]
fixed #25117, updated package-PEAR.xml to the current release level

21 years agoNo more vectors
Sara Golemon [Sun, 17 Aug 2003 17:52:20 +0000 (17:52 +0000)]
No more vectors

21 years agoFix warning
Marcus Boerger [Sun, 17 Aug 2003 17:14:11 +0000 (17:14 +0000)]
Fix warning

21 years agoSimplify previous fix
Ard Biesheuvel [Sun, 17 Aug 2003 16:30:15 +0000 (16:30 +0000)]
Simplify previous fix

21 years agoTest immediate BLOB inserts
Ard Biesheuvel [Sun, 17 Aug 2003 16:14:29 +0000 (16:14 +0000)]
Test immediate BLOB inserts

21 years agoFixed leak in _php_ibase_bind()
Ard Biesheuvel [Sun, 17 Aug 2003 16:13:52 +0000 (16:13 +0000)]
Fixed leak in _php_ibase_bind()

21 years agoFix warnings
Marcus Boerger [Sun, 17 Aug 2003 15:43:41 +0000 (15:43 +0000)]
Fix warnings

21 years agokill some warnings
Sascha Schumann [Sun, 17 Aug 2003 15:04:57 +0000 (15:04 +0000)]
kill some warnings

21 years agoTest fetching BLOBs >64k
Ard Biesheuvel [Sun, 17 Aug 2003 14:58:33 +0000 (14:58 +0000)]
Test fetching BLOBs >64k

21 years agoUse explicit rule to create parsedate.c
Sascha Schumann [Sun, 17 Aug 2003 14:16:03 +0000 (14:16 +0000)]
Use explicit rule to create parsedate.c

21 years agoUse %p to display a pointer value
Sascha Schumann [Sun, 17 Aug 2003 14:01:17 +0000 (14:01 +0000)]
Use %p to display a pointer value

21 years agoThe first element of the array seems to store the members count
Sascha Schumann [Sun, 17 Aug 2003 13:59:59 +0000 (13:59 +0000)]
The first element of the array seems to store the members count

Add a cast to (long) to quiet the compiler

21 years agoThe integer timeout is cast to a void *, passed to this function, and
Sascha Schumann [Sun, 17 Aug 2003 13:57:53 +0000 (13:57 +0000)]
The integer timeout is cast to a void *, passed to this function, and
cast back.

Add a cast to (long) to quiet the compiler

21 years agoFix sizeof(void *) > sizeof(int) issue.
Sascha Schumann [Sun, 17 Aug 2003 13:53:57 +0000 (13:53 +0000)]
Fix sizeof(void *) > sizeof(int) issue.

n should be ptrdiff_t.

21 years agoOne bit fields need to be unsigned, otherwise there is no storage for
Sascha Schumann [Sun, 17 Aug 2003 13:49:52 +0000 (13:49 +0000)]
One bit fields need to be unsigned, otherwise there is no storage for
the sign bit

"A signed bit field has a length of 1 bit."

21 years agoexplicitly cast size_t to zend_uint to avoid warnings on 64 bit platforms.
Sascha Schumann [Sun, 17 Aug 2003 13:45:51 +0000 (13:45 +0000)]
explicitly cast size_t to zend_uint to avoid warnings on 64 bit platforms.

21 years agoFix possible leak in _php_ibase_fetch_hash()
Ard Biesheuvel [Sun, 17 Aug 2003 13:16:54 +0000 (13:16 +0000)]
Fix possible leak in _php_ibase_fetch_hash()

21 years agoRemove unnecessary if
Marcus Boerger [Sun, 17 Aug 2003 12:38:27 +0000 (12:38 +0000)]
Remove unnecessary if

21 years agoApply fix for ibase_blob_get() to ibase_fetch_*()
Ard Biesheuvel [Sun, 17 Aug 2003 12:31:55 +0000 (12:31 +0000)]
Apply fix for ibase_blob_get() to ibase_fetch_*()
Apply fix for ibase_blob_add() to ibase_query()/ibase_execute()

21 years agoPut the code where it belongs - fixes a warning and confusion
Marcus Boerger [Sun, 17 Aug 2003 12:27:33 +0000 (12:27 +0000)]
Put the code where it belongs - fixes a warning and confusion

21 years agoImplement a TBD: JMP to the end of foreach
Marcus Boerger [Sun, 17 Aug 2003 12:17:34 +0000 (12:17 +0000)]
Implement a TBD: JMP to the end of foreach

21 years agoWS
Marcus Boerger [Sun, 17 Aug 2003 12:16:10 +0000 (12:16 +0000)]
WS

21 years agoOnce is enough
Marcus Boerger [Sun, 17 Aug 2003 12:13:26 +0000 (12:13 +0000)]
Once is enough

21 years ago- Fix the comment too
Derick Rethans [Sun, 17 Aug 2003 11:49:18 +0000 (11:49 +0000)]
- Fix the comment too

21 years ago- This parser contains 17 reduce conflicts
Derick Rethans [Sun, 17 Aug 2003 11:48:29 +0000 (11:48 +0000)]
- This parser contains 17 reduce conflicts

21 years ago#typo
David Croft [Sun, 17 Aug 2003 09:57:21 +0000 (09:57 +0000)]
#typo

21 years ago- Show class names in error messages when dealing with methods
Marcus Boerger [Sun, 17 Aug 2003 00:57:35 +0000 (00:57 +0000)]
- Show class names in error messages when dealing with methods
- Mark class as abstract if it gets an abstract method

21 years agoChangeLog update
<changelog@php.net> [Sun, 17 Aug 2003 00:31:43 +0000 (00:31 +0000)]
ChangeLog update

21 years ago- Fixed bug #17988: strtotime fails to parse timestamp from postgresql
Derick Rethans [Sat, 16 Aug 2003 20:55:28 +0000 (20:55 +0000)]
- Fixed bug #17988: strtotime fails to parse timestamp from postgresql
#- This is actually a feature request

21 years agoSimplify abstract method declaration
Marcus Boerger [Sat, 16 Aug 2003 20:46:22 +0000 (20:46 +0000)]
Simplify abstract method declaration

21 years agospl_call_method returns the zval* if used
Marcus Boerger [Sat, 16 Aug 2003 20:27:29 +0000 (20:27 +0000)]
spl_call_method returns the zval* if used

21 years agoWS
Marcus Boerger [Sat, 16 Aug 2003 20:12:01 +0000 (20:12 +0000)]
WS

21 years agoFix failure on accidental fread() of 0 bytes
Ard Biesheuvel [Sat, 16 Aug 2003 20:04:41 +0000 (20:04 +0000)]
Fix failure on accidental fread() of 0 bytes

21 years agoAlways fill entire buffer in ibase_blob_get()
Ard Biesheuvel [Sat, 16 Aug 2003 19:48:32 +0000 (19:48 +0000)]
Always fill entire buffer in ibase_blob_get()

21 years agoAdd some debug help
Marcus Boerger [Sat, 16 Aug 2003 18:28:20 +0000 (18:28 +0000)]
Add some debug help

21 years agoFixed bug #18744
Ard Biesheuvel [Sat, 16 Aug 2003 16:09:24 +0000 (16:09 +0000)]
Fixed bug #18744

21 years agoSome general cleaning up
Ard Biesheuvel [Sat, 16 Aug 2003 15:31:06 +0000 (15:31 +0000)]
Some general cleaning up
Some preliminary changes for extensions to array functions

21 years agoFixed bug #24224
Ard Biesheuvel [Sat, 16 Aug 2003 15:30:22 +0000 (15:30 +0000)]
Fixed bug #24224
Some general cleaning up
Some preliminary changes for extensions to array functions

21 years agoTest for bug #24224
Ard Biesheuvel [Sat, 16 Aug 2003 15:22:36 +0000 (15:22 +0000)]
Test for bug #24224

21 years agoSimplify
Marcus Boerger [Sat, 16 Aug 2003 10:37:14 +0000 (10:37 +0000)]
Simplify

21 years agoRemove all vector based functions for the following reasons:
Jason Greene [Sat, 16 Aug 2003 06:34:36 +0000 (06:34 +0000)]
Remove all vector based functions for the following reasons:
- This solves alot of platform compatibility problems
- The possible security issue of allocating an incredibly large vector
pool is prevented
- They are of little to no benefit in a high level language
- 99% of all things done with these functions can be done using
sendto/recvfrom

21 years agoRemoved ibase_num_rows()
Ard Biesheuvel [Sat, 16 Aug 2003 01:58:29 +0000 (01:58 +0000)]
Removed ibase_num_rows()
Converted some MACRO-isms

21 years agoRemoved ibase_num_rows() (requested by Ard)
foobar [Sat, 16 Aug 2003 01:34:45 +0000 (01:34 +0000)]
Removed ibase_num_rows() (requested by Ard)

21 years agoAdded comment about ibase_num_rows()
Ard Biesheuvel [Sat, 16 Aug 2003 00:58:24 +0000 (00:58 +0000)]
Added comment about ibase_num_rows()

21 years agoChangeLog update
<changelog@php.net> [Sat, 16 Aug 2003 00:31:07 +0000 (00:31 +0000)]
ChangeLog update

21 years agoRestrict scope of inline functions to compile unit
Sascha Schumann [Fri, 15 Aug 2003 21:02:35 +0000 (21:02 +0000)]
Restrict scope of inline functions to compile unit

Submitted by: Jason Greene <jason@inetgurus.net>

21 years agoIt is maintained now by Ard
Marcus Boerger [Fri, 15 Aug 2003 19:37:03 +0000 (19:37 +0000)]
It is maintained now by Ard

21 years agoMFB
foobar [Fri, 15 Aug 2003 18:47:23 +0000 (18:47 +0000)]
MFB

21 years agogroup those ibase entries a bit + added ibase_free_event_handler() too
foobar [Fri, 15 Aug 2003 16:32:42 +0000 (16:32 +0000)]
group those ibase entries a bit + added ibase_free_event_handler() too

21 years agoAdded ibase_free_event_handler()
Ard Biesheuvel [Fri, 15 Aug 2003 16:13:51 +0000 (16:13 +0000)]
Added ibase_free_event_handler()

21 years agonew functions in ext/interbase
foobar [Fri, 15 Aug 2003 16:11:26 +0000 (16:11 +0000)]
new functions in ext/interbase