]>
granicus.if.org Git - php/log
Ilia Alshanetsky [Tue, 16 Dec 2003 01:00:34 +0000 (01:00 +0000)]
Fixed Bug #26625 (pg_convert sets NULL incorrectly for character data
types).
Marcus Boerger [Mon, 15 Dec 2003 22:47:37 +0000 (22:47 +0000)]
Check validity of seeks.
WS/CS
Ilia Alshanetsky [Mon, 15 Dec 2003 21:56:55 +0000 (21:56 +0000)]
Always set panic call handler, allows us to address critical libtidy errors
from inside PHP.
When memory_limit is enabled use e* memory allocation macros to control
memory usage.
Ilia Alshanetsky [Mon, 15 Dec 2003 20:34:48 +0000 (20:34 +0000)]
Fixed bug #26635 (fixed look up for fonts in the current directory w/ZTS)
Marcus Boerger [Mon, 15 Dec 2003 16:59:21 +0000 (16:59 +0000)]
Reenable __tostring() magic for print,echo,concatenation,function naming...
but not for other internal things.
# As discussed with Andi
Antony Dovgal [Mon, 15 Dec 2003 13:53:01 +0000 (13:53 +0000)]
add new functions:
ocitelllob(); [ OCI_Lob->tell(); ] - ftell(); analogue for Lobs
ociwritelob(); [ OCI_Lob->write(); ] - fwrite(); analogue for Lobs
ocitruncatelob(); [ OCI_Lob->truncate(); ] - ftruncate(); analogue for Lobs
ocieraselob(); [ OCI_Lob->erase(); ] - erases specified part of a Lob (for BLOBs it means zero-filling, for CLOBs - space-filling)
ociflushlob(); [ OCI_Lob->flush(); ] - flushes Lob buffer (if buffering was enabled before)
ocisetbufferinglob(); [ OCI_Lob->setBuffering(); ] - turns on/off buffering for the current Lob
ocigetbufferinglob(); [ OCI_Lob->getBuffering(); ] - gets buffering' current state
ocirewindlob(); [ OCI_Lob->rewind(); ] - rewind(); analogue for Lobs
ocireadlob(); [ OCI_Lob->read(); ] - fread(); analogue for Lobs
ocieoflob(); [ OCI_Lob->eof(); ] - feof(); analogue for Lobs
ociseeklob(); [ OCI_Lob->seek(); ] - fseek(); analogue for Lobs
ocilobgetlength(); [ OCI_Lob->getLength(); ] - filesize(); analogue for Lobs
ociappendlob(); - appends data from a Lob to another Lob
ocicopylob(); - copies data from a Lob to another Lob
ociisequallob(); - compares 2 Lobs and checks if they are equal
TODO cleanup
and other minor fixes
foobar [Mon, 15 Dec 2003 13:20:53 +0000 (13:20 +0000)]
ws + cs (no c++ comments in c code)
Dmitry Stogov [Mon, 15 Dec 2003 07:22:09 +0000 (07:22 +0000)]
Bug #24773 was fixed (Zend/tests/bug24773.phpt)
Assign_op operators (+=) were fixed for elements of overloaded objects
Memory leaks during accessing ptoperies/elements of overloaded objects were fixed
Dmitry Stogov [Mon, 15 Dec 2003 07:17:27 +0000 (07:17 +0000)]
Memory corruptions were fixed in zend_str_tolower_copy()
Sara Golemon [Mon, 15 Dec 2003 06:54:31 +0000 (06:54 +0000)]
Scan for : in host:port pair from right instead of left.
This will allow handling of http://[fe80::1]:443/foo.html
IPv6 Numeric addressing with port number to parse correctly.
Ilia Alshanetsky [Mon, 15 Dec 2003 03:15:50 +0000 (03:15 +0000)]
Removed unused variable.
John Coggeshall [Mon, 15 Dec 2003 01:43:45 +0000 (01:43 +0000)]
Applying some minor fixes / CS changes by ilia
<changelog@php.net> [Mon, 15 Dec 2003 01:31:56 +0000 (01:31 +0000)]
ChangeLog update
foobar [Mon, 15 Dec 2003 00:43:28 +0000 (00:43 +0000)]
lalalaa..
Ilia Alshanetsky [Sun, 14 Dec 2003 23:27:32 +0000 (23:27 +0000)]
Update test to reflect new functionality.
Ilia Alshanetsky [Sun, 14 Dec 2003 23:24:50 +0000 (23:24 +0000)]
Fixed bug #24693 (Allow session.use_trans_sid to be enabled/disabled from
inside the script).
Marcus Boerger [Sun, 14 Dec 2003 22:09:28 +0000 (22:09 +0000)]
Change to more complicated 'c' more
Marcus Boerger [Sun, 14 Dec 2003 22:08:18 +0000 (22:08 +0000)]
- Fix Bug #26304 Unexpected data loss when opening dba file
- Correct handling for flatfile handler
Marcus Boerger [Sun, 14 Dec 2003 22:07:29 +0000 (22:07 +0000)]
Not needed
Moriyoshi Koizumi [Sun, 14 Dec 2003 20:00:15 +0000 (20:00 +0000)]
Reorganization.
Moriyoshi Koizumi [Sun, 14 Dec 2003 19:02:14 +0000 (19:02 +0000)]
Note about Apache2 SAPI change.
Ilia Alshanetsky [Sun, 14 Dec 2003 18:45:37 +0000 (18:45 +0000)]
Do not mangle column names.
Ilia Alshanetsky [Sun, 14 Dec 2003 18:25:13 +0000 (18:25 +0000)]
Fixed test.
Ilia Alshanetsky [Sun, 14 Dec 2003 18:23:15 +0000 (18:23 +0000)]
Fixed compiler warnings.
Marcus Boerger [Sun, 14 Dec 2003 17:42:57 +0000 (17:42 +0000)]
Fix test
Zeev Suraski [Sun, 14 Dec 2003 16:09:07 +0000 (16:09 +0000)]
Fix behavior of return-by-reference functions. Remove erroneous warnings,
add E_STRICT warnings in case you return something by reference that you're
not supposed to (anything that's not a variable, or a return-value of a
function that returned by reference).
Marcus Boerger [Sun, 14 Dec 2003 15:41:50 +0000 (15:41 +0000)]
Removed doubled loop from wrongly applied patch
Zeev Suraski [Sun, 14 Dec 2003 12:32:35 +0000 (12:32 +0000)]
Cleanup
Zeev Suraski [Sun, 14 Dec 2003 12:32:02 +0000 (12:32 +0000)]
Some cleanup
Zeev Suraski [Sun, 14 Dec 2003 09:36:23 +0000 (09:36 +0000)]
Fix from Michael Sisolak (destructors weren't always properly called)
John Coggeshall [Sun, 14 Dec 2003 06:04:51 +0000 (06:04 +0000)]
Modified package.xml to reflect 2.0's beta status
John Coggeshall [Sun, 14 Dec 2003 06:02:33 +0000 (06:02 +0000)]
Tons of changes for Tidy 2.0 -- output buffering, multiple documents,
dual nature ($a->parse_file() and $a = tidy_parse_file()), etc.
<changelog@php.net> [Sun, 14 Dec 2003 01:31:56 +0000 (01:31 +0000)]
ChangeLog update
Sara Golemon [Sat, 13 Dec 2003 23:13:51 +0000 (23:13 +0000)]
Export STREAM_MKDIR_RECURSIVE constant
Moriyoshi Koizumi [Sat, 13 Dec 2003 19:28:30 +0000 (19:28 +0000)]
Fixes for POSIX compliancy.
Derick Rethans [Sat, 13 Dec 2003 18:55:53 +0000 (18:55 +0000)]
- Fixed bug #26615 (patch by runekl at opoint dot com)
Sebastian Bergmann [Sat, 13 Dec 2003 18:50:38 +0000 (18:50 +0000)]
Add shortcut for 'nmake /I clean'.
Sara Golemon [Sat, 13 Dec 2003 18:48:39 +0000 (18:48 +0000)]
Fix Win32 Build. mkdir/rmdir are macros
Georg Richter [Sat, 13 Dec 2003 16:08:13 +0000 (16:08 +0000)]
minor fixes for embedded
Hartmut Holzgraefe [Sat, 13 Dec 2003 15:42:39 +0000 (15:42 +0000)]
test case for BC bug 26614
Marcus Boerger [Sat, 13 Dec 2003 15:00:04 +0000 (15:00 +0000)]
Revert: need a PHP4.3 solution.
# This solution cannot be backported to PHP 4.3 -- damn!
Marcus Boerger [Sat, 13 Dec 2003 14:50:06 +0000 (14:50 +0000)]
- Fixed bug #26304 (Unexpected data loss when opening dba file).
Marcus Boerger [Sat, 13 Dec 2003 14:40:56 +0000 (14:40 +0000)]
Add standard file info functions to DirectoryIterator
Marcus Boerger [Sat, 13 Dec 2003 14:40:06 +0000 (14:40 +0000)]
Show classname
Marcus Boerger [Sat, 13 Dec 2003 13:44:56 +0000 (13:44 +0000)]
ZTS fixes
Andrey Hristov [Sat, 13 Dec 2003 12:33:14 +0000 (12:33 +0000)]
add an example for illegal string offset. the example is stolen from Marcus
and Markus should be now satisfied :). Currently this code segfaults with
PHP_4_3.
Georg Richter [Sat, 13 Dec 2003 10:15:45 +0000 (10:15 +0000)]
removed old profiler stuff for embedded server
<changelog@php.net> [Sat, 13 Dec 2003 04:08:11 +0000 (04:08 +0000)]
ChangeLog update
Sara Golemon [Sat, 13 Dec 2003 04:07:18 +0000 (04:07 +0000)]
Route mkdir()/rmdir() via wrapper ops.
Move current rmdir()/rmdir() code to plain_wrappers.c
Implement mkdir()/rmdir() in ftp:// wrapper
Georg Richter [Sat, 13 Dec 2003 00:46:48 +0000 (00:46 +0000)]
removed profiler stuff
Georg Richter [Sat, 13 Dec 2003 00:28:21 +0000 (00:28 +0000)]
removed profiler
added mysqli_report
- better support for errors
- support for no_index_used and bad_index_used
typos and prototype fixes
Sara Golemon [Fri, 12 Dec 2003 23:06:42 +0000 (23:06 +0000)]
Route rename() via wrapper ops.
Move current rename() code to main/streams/plain_wrapper.c
Implement ftp/rename()
Implement userstreams/rename()
Andrey Hristov [Fri, 12 Dec 2003 20:50:12 +0000 (20:50 +0000)]
added entry about mysqli_fetch functions
Ilia Alshanetsky [Fri, 12 Dec 2003 17:19:11 +0000 (17:19 +0000)]
Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia)
Uwe Schindler [Fri, 12 Dec 2003 16:21:28 +0000 (16:21 +0000)]
remove revision tag from module version entry
Rob Richards [Fri, 12 Dec 2003 13:54:52 +0000 (13:54 +0000)]
use error handling from libxml ext
Rob Richards [Fri, 12 Dec 2003 13:54:06 +0000 (13:54 +0000)]
consolidate error handling
Marcus Boerger [Fri, 12 Dec 2003 11:14:44 +0000 (11:14 +0000)]
Free is needed in non ZTS too
Marcus Boerger [Fri, 12 Dec 2003 10:50:23 +0000 (10:50 +0000)]
Fix memleaks in ZTS mode
Marcus Boerger [Fri, 12 Dec 2003 08:45:51 +0000 (08:45 +0000)]
Actually register the class
Marcus Boerger [Fri, 12 Dec 2003 08:25:58 +0000 (08:25 +0000)]
Fix memleaks
Marcus Boerger [Fri, 12 Dec 2003 08:25:22 +0000 (08:25 +0000)]
Do not use before they are initialized.
Marcus Boerger [Fri, 12 Dec 2003 07:59:46 +0000 (07:59 +0000)]
Add some comments here
Marcus Boerger [Fri, 12 Dec 2003 06:34:06 +0000 (06:34 +0000)]
BFN
foobar [Fri, 12 Dec 2003 05:19:30 +0000 (05:19 +0000)]
Fixed bug #26461 (-lssl missing from LIBS)
<changelog@php.net> [Fri, 12 Dec 2003 01:31:49 +0000 (01:31 +0000)]
ChangeLog update
Ilia Alshanetsky [Fri, 12 Dec 2003 00:23:15 +0000 (00:23 +0000)]
Fixed extra byte allocation in constant creation code.
Ilia Alshanetsky [Fri, 12 Dec 2003 00:16:58 +0000 (00:16 +0000)]
Do not copy extra byte.
Greg Beaver [Fri, 12 Dec 2003 00:02:32 +0000 (00:02 +0000)]
update notes
Greg Beaver [Thu, 11 Dec 2003 23:57:15 +0000 (23:57 +0000)]
MFB
Ilia Alshanetsky [Thu, 11 Dec 2003 23:51:24 +0000 (23:51 +0000)]
Fixed extra byte allocation for STD* constants and replace magic numbers
with sizeof().
Ilia Alshanetsky [Thu, 11 Dec 2003 23:50:13 +0000 (23:50 +0000)]
Fixed extra byte allocation for TRUE/FALSE/ZEND_THREAD_SAFE/NULL constants.
Greg Beaver [Thu, 11 Dec 2003 23:30:52 +0000 (23:30 +0000)]
add missing not relation
Andrei Zmievski [Thu, 11 Dec 2003 19:37:03 +0000 (19:37 +0000)]
MFB
Marcus Boerger [Thu, 11 Dec 2003 18:18:52 +0000 (18:18 +0000)]
Bugfix: #26591 [NEW]: "__autoload threw an exception" during an uncaught
Exception
Greg Beaver [Thu, 11 Dec 2003 16:07:01 +0000 (16:07 +0000)]
fix #391, PHP 5 reference fix
Greg Beaver [Thu, 11 Dec 2003 15:59:08 +0000 (15:59 +0000)]
add failure test for non-existing file
Greg Beaver [Thu, 11 Dec 2003 15:56:08 +0000 (15:56 +0000)]
new unit test for PEAR_Packager
Dmitry Stogov [Thu, 11 Dec 2003 13:36:42 +0000 (13:36 +0000)]
Dir seaparator "\" was removed.
Edin Kadribasic [Thu, 11 Dec 2003 11:19:15 +0000 (11:19 +0000)]
MFB: Use standard header locations
Andi Gutmans [Thu, 11 Dec 2003 10:21:16 +0000 (10:21 +0000)]
- Refix bug #24773
Marcus Boerger [Thu, 11 Dec 2003 09:56:06 +0000 (09:56 +0000)]
Handle getter failure and allow to bypass thrown exceptions.
Marcus Boerger [Thu, 11 Dec 2003 09:52:33 +0000 (09:52 +0000)]
read_dimension() handler might return 0, handle this.
Greg Beaver [Thu, 11 Dec 2003 05:54:35 +0000 (05:54 +0000)]
since nobody has taken any action, fix Console_Getopt to be BC, and update the PEAR core to take advantage of the new way. Use 1.2 to avoid any problems with versioning.
The core passes all unit tests with these changes, so they should work.
Andrei: feel free to change anything you don't like, this is just a make it work fix.
Greg Beaver [Thu, 11 Dec 2003 05:49:37 +0000 (05:49 +0000)]
update test cases for new error messages
Greg Beaver [Thu, 11 Dec 2003 05:30:57 +0000 (05:30 +0000)]
new test case for directory tree deletion on uninstall
<changelog@php.net> [Thu, 11 Dec 2003 01:36:11 +0000 (01:36 +0000)]
ChangeLog update
Christian Stocker [Wed, 10 Dec 2003 22:32:36 +0000 (22:32 +0000)]
fix crashes when you call php:functionString() with a
non-string handler (by adam)
Ilia Alshanetsky [Wed, 10 Dec 2003 21:23:35 +0000 (21:23 +0000)]
Fixed ZTS build.
Derick Rethans [Wed, 10 Dec 2003 21:02:33 +0000 (21:02 +0000)]
- Test before commit - test before commit
Moriyoshi Koizumi [Wed, 10 Dec 2003 19:02:34 +0000 (19:02 +0000)]
oops.
Moriyoshi Koizumi [Wed, 10 Dec 2003 19:01:52 +0000 (19:01 +0000)]
NFN
Ilia Alshanetsky [Wed, 10 Dec 2003 18:56:05 +0000 (18:56 +0000)]
The changes() method should be that of the database object not that of
a result.
Added a test case for this bug.
Derick Rethans [Wed, 10 Dec 2003 18:17:23 +0000 (18:17 +0000)]
- Added support for MacRoman encoding to htmlentities(). (Marcus Bointon)
Moriyoshi Koizumi [Wed, 10 Dec 2003 17:38:45 +0000 (17:38 +0000)]
Eliminate compiler warnings.
Moriyoshi Koizumi [Wed, 10 Dec 2003 17:09:14 +0000 (17:09 +0000)]
Remove leftover
foobar [Wed, 10 Dec 2003 14:08:06 +0000 (14:08 +0000)]
Fixed bug #26565 (strtotime("this month") resolving to the wrong month)
Marcus Boerger [Wed, 10 Dec 2003 10:24:35 +0000 (10:24 +0000)]
Do not double copy the string
Marcus Boerger [Wed, 10 Dec 2003 10:21:24 +0000 (10:21 +0000)]
Make these inline
Marcus Boerger [Wed, 10 Dec 2003 10:19:43 +0000 (10:19 +0000)]
Fix a (single) leak
# -> iterators cannot keep current data as zval**, only zval * is possible.