]> granicus.if.org Git - php/log
php
21 years ago- Added new setrawcookie function (bfrance)
Brian France [Wed, 20 Aug 2003 23:28:30 +0000 (23:28 +0000)]
- Added new setrawcookie function (bfrance)

21 years agoadhere to silence
Zeev Suraski [Wed, 20 Aug 2003 23:27:04 +0000 (23:27 +0000)]
adhere to silence

21 years agoNo need for those code blocks anymore...
Zeev Suraski [Wed, 20 Aug 2003 23:00:08 +0000 (23:00 +0000)]
No need for those code blocks anymore...

21 years agoFix false warning on zero-size BLOB fetch
Ard Biesheuvel [Wed, 20 Aug 2003 22:59:33 +0000 (22:59 +0000)]
Fix false warning on zero-size BLOB fetch

21 years agoFix counting number of leaks
Marcus Boerger [Wed, 20 Aug 2003 22:15:01 +0000 (22:15 +0000)]
Fix counting number of leaks

21 years agoAdd resume_pos (resume position) context option for restarting file downloads.
Sara Golemon [Wed, 20 Aug 2003 21:59:29 +0000 (21:59 +0000)]
Add resume_pos (resume position) context option for restarting file downloads.

21 years agoAdded a parameter to php_setcookie to toggle URL encoding of the cookie data
Brian France [Wed, 20 Aug 2003 20:51:10 +0000 (20:51 +0000)]
Added a parameter to php_setcookie to toggle URL encoding of the cookie data
Added the function setrawcookie that turns off URL encoding of the cookie data
Changed setcookie to turn on the URL encoding of the cookie data

21 years agoReuse result data structure and resource id for consecutive executions
Ard Biesheuvel [Wed, 20 Aug 2003 19:47:00 +0000 (19:47 +0000)]
Reuse result data structure and resource id for consecutive executions
of a prepared query
# As previous resources are invalidated anyway because their statement
# handle is reused, we don't have to allocate a new result for every
# execution of a prepared query

21 years agoallow destructor to clean up connection data
Brad House [Wed, 20 Aug 2003 19:45:07 +0000 (19:45 +0000)]
allow destructor to clean up connection data

21 years agofix infinite loop in normalize
Rob Richards [Wed, 20 Aug 2003 18:58:03 +0000 (18:58 +0000)]
fix infinite loop in normalize

21 years agodoc must be copied when importing stylesheet
Rob Richards [Wed, 20 Aug 2003 17:58:55 +0000 (17:58 +0000)]
doc must be copied when importing stylesheet
libxslt uses the _private for processing

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