]>
granicus.if.org Git - php/log
foobar [Mon, 9 Dec 2002 11:50:15 +0000 (11:50 +0000)]
T_AAAA is not always available.
Sebastian Bergmann [Mon, 9 Dec 2002 11:45:46 +0000 (11:45 +0000)]
Fix build.
Wez Furlong [Mon, 9 Dec 2002 10:54:20 +0000 (10:54 +0000)]
MFB zlib related fixes
(sorry I didn't get around to doing this sooner)
Wez Furlong [Mon, 9 Dec 2002 10:38:35 +0000 (10:38 +0000)]
MFB: #20831 fix
Andi Gutmans [Mon, 9 Dec 2002 08:36:36 +0000 (08:36 +0000)]
- Fix a bug which I just introduced.
Andi Gutmans [Mon, 9 Dec 2002 08:31:44 +0000 (08:31 +0000)]
- Fix typo
Andi Gutmans [Mon, 9 Dec 2002 08:27:23 +0000 (08:27 +0000)]
- Improvements
Christian Stocker [Mon, 9 Dec 2002 08:14:15 +0000 (08:14 +0000)]
PHP_FALIAS for doc_get_elements_by_tagname got lost
Andi Gutmans [Mon, 9 Dec 2002 08:14:00 +0000 (08:14 +0000)]
- First attempt to improve memory manager during realloc()'s
Ilia Alshanetsky [Sun, 8 Dec 2002 21:07:13 +0000 (21:07 +0000)]
Fixed a color mixup in gdImageCopyResampled() when dealing with true-color
images & brought the code up to PHP coding standards.
Harald Radi [Sun, 8 Dec 2002 19:05:43 +0000 (19:05 +0000)]
update todo
Harald Radi [Sun, 8 Dec 2002 19:05:02 +0000 (19:05 +0000)]
initial checkin
Zeev Suraski [Sun, 8 Dec 2002 14:10:58 +0000 (14:10 +0000)]
Remove comment
Zeev Suraski [Sun, 8 Dec 2002 14:09:43 +0000 (14:09 +0000)]
Treat the absence of an access type just as if 'public' was supplied
Moriyoshi Koizumi [Sun, 8 Dec 2002 10:23:50 +0000 (10:23 +0000)]
Fixed stream leaks
Moriyoshi Koizumi [Sun, 8 Dec 2002 09:54:30 +0000 (09:54 +0000)]
Prevented return_value from being freed() twice
Sara Golemon [Sun, 8 Dec 2002 08:14:43 +0000 (08:14 +0000)]
Bug #17174 Added IPv6 (AAAA record) support to dns_check_record() also added support to dns_get_record
Marcus Boerger [Sat, 7 Dec 2002 23:33:41 +0000 (23:33 +0000)]
Updated error message
Marcus Boerger [Sat, 7 Dec 2002 23:21:50 +0000 (23:21 +0000)]
Updated error message
Zeev Suraski [Sat, 7 Dec 2002 21:46:12 +0000 (21:46 +0000)]
Simplify/fix inheritance checks
Zeev Suraski [Sat, 7 Dec 2002 21:37:09 +0000 (21:37 +0000)]
Support private/protected constructors
Timm Friebe [Sat, 7 Dec 2002 19:49:31 +0000 (19:49 +0000)]
- Fixed three memory leaks
- Fixed segfault with sybase_unbuffered_query() and unfetched resultsets
Sebastian Bergmann [Sat, 7 Dec 2002 16:47:44 +0000 (16:47 +0000)]
Update.
Ilia Alshanetsky [Sat, 7 Dec 2002 16:15:46 +0000 (16:15 +0000)]
Bug fixing news.
Ilia Alshanetsky [Sat, 7 Dec 2002 16:05:27 +0000 (16:05 +0000)]
Fixed bug #20796. $_GET/$_POST/$_COOKIE data can get overwritten when
register_globals are on and input contains arrays.
Zeev Suraski [Sat, 7 Dec 2002 15:53:37 +0000 (15:53 +0000)]
Fix error messages
Zeev Suraski [Sat, 7 Dec 2002 15:52:08 +0000 (15:52 +0000)]
Remove unintentional code
Andi Gutmans [Sat, 7 Dec 2002 15:51:25 +0000 (15:51 +0000)]
- Dissallow using parent, self and main as class names
Marcus Boerger [Sat, 7 Dec 2002 14:27:29 +0000 (14:27 +0000)]
Adding a test for abstract class instanciation
foobar [Sat, 7 Dec 2002 12:14:42 +0000 (12:14 +0000)]
sync
Sander Roobol [Sat, 7 Dec 2002 11:27:59 +0000 (11:27 +0000)]
sync with branch
Sander Roobol [Sat, 7 Dec 2002 11:21:44 +0000 (11:21 +0000)]
Forgot to add this entry...
Frank M. Kromann [Sat, 7 Dec 2002 06:05:06 +0000 (06:05 +0000)]
fixing code style
Ilia Alshanetsky [Sat, 7 Dec 2002 00:48:13 +0000 (00:48 +0000)]
Fixed bugs #20725 & #20860. Post form variables get lost if the uploaded
files cannot be written to disk.
Frank M. Kromann [Fri, 6 Dec 2002 22:56:57 +0000 (22:56 +0000)]
Removing unused code and making sure headers are send when called from imap_mail()
Frank M. Kromann [Fri, 6 Dec 2002 22:52:31 +0000 (22:52 +0000)]
Fixing a possible strcat on a NULL pointer
Moriyoshi Koizumi [Fri, 6 Dec 2002 18:25:39 +0000 (18:25 +0000)]
Fixed build with autoconf-2.54
Ilia Alshanetsky [Fri, 6 Dec 2002 17:46:26 +0000 (17:46 +0000)]
Added test case for bug #20865.
Ilia Alshanetsky [Fri, 6 Dec 2002 17:35:52 +0000 (17:35 +0000)]
Fixed bug #20865, array_key_exists() could not locate NULL keys.
Zeev Suraski [Fri, 6 Dec 2002 17:09:44 +0000 (17:09 +0000)]
- Implement public/protected/private methods.
- Prevent instantiation of classes with abstract methods.
Based in part on Marcus's patch.
Marcus Boerger [Fri, 6 Dec 2002 16:33:57 +0000 (16:33 +0000)]
cpdf + bundled gd
#maybe someone finds a better solution (perhaps in config) and comitts it
Abdul-Kareem Abo-Namous [Fri, 6 Dec 2002 13:44:35 +0000 (13:44 +0000)]
added support for multiple character sets.
OCILogon now has a forth optional parameter, which is the character set requested by the string (i.e. we8iso8859p1). when left blank, NLS_LANG or default is used.
config.m4 was changed to identify Oracle 9+ which is needed for this feature. all other oracle versions (lesser) fall back to the old behaviour.
Sebastian Bergmann [Fri, 6 Dec 2002 06:44:29 +0000 (06:44 +0000)]
A bit of an update for the sapi/servlet installation guide.
Sebastian Bergmann [Fri, 6 Dec 2002 06:08:17 +0000 (06:08 +0000)]
Deprecate sapi/fastcgi.
Ilia Alshanetsky [Fri, 6 Dec 2002 06:07:40 +0000 (06:07 +0000)]
Fixed bug #20812, ftp_get returned NULL on success instead of TRUE.
Pierre Joye [Fri, 6 Dec 2002 02:16:06 +0000 (02:16 +0000)]
Add imageistruecolor
Stig Bakken [Fri, 6 Dec 2002 00:10:10 +0000 (00:10 +0000)]
* fix upgrade-all output
Marcus Boerger [Thu, 5 Dec 2002 23:18:28 +0000 (23:18 +0000)]
php_error -> php_error_docref
James Cox [Thu, 5 Dec 2002 23:17:59 +0000 (23:17 +0000)]
more rain
James Cox [Thu, 5 Dec 2002 23:06:40 +0000 (23:06 +0000)]
rainy and cold here.
James Cox [Thu, 5 Dec 2002 22:55:25 +0000 (22:55 +0000)]
touch again.
Ilia Alshanetsky [Thu, 5 Dec 2002 22:46:54 +0000 (22:46 +0000)]
Fixed a memory leak inside heb_number_to_chars().
James Cox [Thu, 5 Dec 2002 22:35:11 +0000 (22:35 +0000)]
touch2.
James Cox [Thu, 5 Dec 2002 22:31:18 +0000 (22:31 +0000)]
touch
Ilia Alshanetsky [Thu, 5 Dec 2002 22:28:02 +0000 (22:28 +0000)]
Remove pointless checks for array_init() return values.
Marcus Boerger [Thu, 5 Dec 2002 21:53:25 +0000 (21:53 +0000)]
php_error -> php_error_docref
Marcus Boerger [Thu, 5 Dec 2002 21:46:08 +0000 (21:46 +0000)]
-php_error -> php_error_docref
Sara Golemon [Thu, 5 Dec 2002 21:20:47 +0000 (21:20 +0000)]
Bug #20746. Renamed aggregation_info() to aggregate_info() per naming conventions and created alias for BC.
Marcus Boerger [Thu, 5 Dec 2002 20:59:49 +0000 (20:59 +0000)]
-php_error -> php_error_docref
-removed some cases where emalloc result was tested
Marcus Boerger [Thu, 5 Dec 2002 20:41:55 +0000 (20:41 +0000)]
correct code that is guarded by "#if 0"
Marcus Boerger [Thu, 5 Dec 2002 20:39:43 +0000 (20:39 +0000)]
fix ZTS build
Marcus Boerger [Thu, 5 Dec 2002 20:13:35 +0000 (20:13 +0000)]
php_error -> php_error_docref
Marcus Boerger [Thu, 5 Dec 2002 20:01:31 +0000 (20:01 +0000)]
-fix a warning that was an error
-php_error -> php_error_docref
Ilia Alshanetsky [Thu, 5 Dec 2002 20:01:19 +0000 (20:01 +0000)]
Fixed bug #12556, updated the test for this bug.
Marcus Boerger [Thu, 5 Dec 2002 19:49:12 +0000 (19:49 +0000)]
fix debug only
Derick Rethans [Thu, 5 Dec 2002 19:33:03 +0000 (19:33 +0000)]
- Renamed snmpv3_* to snmp3_*
- Conversion to php_error_docref
- Whitespace fixes
Melvyn Sopacua [Thu, 5 Dec 2002 19:30:28 +0000 (19:30 +0000)]
Test data
Melvyn Sopacua [Thu, 5 Dec 2002 19:29:45 +0000 (19:29 +0000)]
Add a testcase for this bug
Marcus Boerger [Thu, 5 Dec 2002 15:52:20 +0000 (15:52 +0000)]
Remove unnecessary code here
foobar [Thu, 5 Dec 2002 15:44:27 +0000 (15:44 +0000)]
ws fix (bug: #20808)
Marcus Boerger [Thu, 5 Dec 2002 12:39:00 +0000 (12:39 +0000)]
Return FALSE on error as mentioned by John Coggeshall.
See Bug #20822
Rasmus Lerdorf [Wed, 4 Dec 2002 23:21:30 +0000 (23:21 +0000)]
Fix build
Ilia Alshanetsky [Wed, 4 Dec 2002 21:04:07 +0000 (21:04 +0000)]
Added GD image conversion tests.
Ilia Alshanetsky [Wed, 4 Dec 2002 20:58:04 +0000 (20:58 +0000)]
Made imagecreatefromxpm() work once again.
Ilia Alshanetsky [Wed, 4 Dec 2002 17:31:35 +0000 (17:31 +0000)]
Fixed a typo.
Ilia Alshanetsky [Wed, 4 Dec 2002 17:29:48 +0000 (17:29 +0000)]
Bug fixing news.
Ilia Alshanetsky [Wed, 4 Dec 2002 17:16:19 +0000 (17:16 +0000)]
Fixed a memory leak inside gdImageTrueColorToPalette().
Moriyoshi Koizumi [Wed, 4 Dec 2002 17:01:07 +0000 (17:01 +0000)]
Added a test for bug #12776
Moriyoshi Koizumi [Wed, 4 Dec 2002 16:49:59 +0000 (16:49 +0000)]
Bug fix news
Moriyoshi Koizumi [Wed, 4 Dec 2002 16:41:28 +0000 (16:41 +0000)]
Fixed segfaults of array_walk() when keys are passed to cb by reference.
Fixed bug #12776.
Ilia Alshanetsky [Wed, 4 Dec 2002 16:29:48 +0000 (16:29 +0000)]
WS fixes.
Sebastian Bergmann [Wed, 4 Dec 2002 08:31:43 +0000 (08:31 +0000)]
Fix bugs #20270, #15702, #18600 (segfaults in ext/java). (Tony J. White)
Sebastian Bergmann [Wed, 4 Dec 2002 08:18:02 +0000 (08:18 +0000)]
Fix bugs #20270, #15702, #18600. Patch by Tony J. White <tjw@tjw.org>.
Pierre Joye [Wed, 4 Dec 2002 02:48:23 +0000 (02:48 +0000)]
Fix imagegd stdoutput
Typo 256 colors
Pierre Joye [Wed, 4 Dec 2002 02:37:21 +0000 (02:37 +0000)]
Fix imagegd crashes when used with truecolor image (from jpeg,png, or imagecreatetruecolor)
may we add parameters to imagegd to let user specify the palette size and dither (set to 256 and true) ?
Christian Dickmann [Tue, 3 Dec 2002 20:51:36 +0000 (20:51 +0000)]
silence some possible warnings
Frank M. Kromann [Tue, 3 Dec 2002 19:39:25 +0000 (19:39 +0000)]
Changed php_error() to php_error_docref()
Ilia Alshanetsky [Tue, 3 Dec 2002 19:25:17 +0000 (19:25 +0000)]
Fixed a bug that caused a crash in pdf_open_memory_image(), when a truecolor
image was loaded, it now checks if the image is truecolor and performs the
appropriate calculations (fixed bug #20785).
Changed E_WARNING back to E_ERROR.
Frank M. Kromann [Tue, 3 Dec 2002 19:19:15 +0000 (19:19 +0000)]
Changed php_error() to php_error_docref()
Frank M. Kromann [Tue, 3 Dec 2002 18:57:04 +0000 (18:57 +0000)]
Bug #19370
Allow stored procedures to return multiple results.
Frank M. Kromann [Tue, 3 Dec 2002 18:04:35 +0000 (18:04 +0000)]
Bug #17593
Make sure any pending data is released from the server when freeing the result
Harald Radi [Tue, 3 Dec 2002 16:26:57 +0000 (16:26 +0000)]
damn milter api:
"Furthermore, since there is not a one-to-one correspondence between
threads and connections (N connections mapped onto M threads,
M <= N), connection-specific data must be accessed through the handles
provided by the Milter library."
which in other words means php_request_startup() and the corresponding
php_request_shutdown() will never be called for the same thread
Ilia Alshanetsky [Tue, 3 Dec 2002 15:43:17 +0000 (15:43 +0000)]
Fixed a crash that occurs during the last step of png/jpeg -> gd2 -> png/jpeg
conversion. The same crash still occures with png/jpeg -> gd -> png/jpeg, because
apparently gd format cannot handle truecolor images.
Turned off debug messages inside gd_gd2.c.
Moriyoshi Koizumi [Tue, 3 Dec 2002 15:02:06 +0000 (15:02 +0000)]
Fixed leaks in array_walk()
Harald Radi [Tue, 3 Dec 2002 14:43:43 +0000 (14:43 +0000)]
fix typos and make example more useful
foobar [Tue, 3 Dec 2002 11:34:12 +0000 (11:34 +0000)]
- Need these libraries for static build
foobar [Tue, 3 Dec 2002 09:35:42 +0000 (09:35 +0000)]
- Fixed the build with iPlanet LDAP SDK 5.x
Frank M. Kromann [Tue, 3 Dec 2002 05:56:39 +0000 (05:56 +0000)]
Allocating enough memory to hold values.
Fix crash when certan stored procedures was called. This caused the free_result function to free memory not yet allocated.
Moriyoshi Koizumi [Mon, 2 Dec 2002 21:29:06 +0000 (21:29 +0000)]
Iconv extension is no longer experimental
Moriyoshi Koizumi [Mon, 2 Dec 2002 21:10:37 +0000 (21:10 +0000)]
Reverted the changes because the problem was elsewhere.