Ilia Alshanetsky
d6c29c781e
Fixed a memory leak inside heb_number_to_chars().
2002-12-05 22:46:54 +00:00
James Cox
a43d2960ec
touch2.
2002-12-05 22:35:11 +00:00
James Cox
e93f60e651
touch
2002-12-05 22:31:18 +00:00
Ilia Alshanetsky
c668055159
Remove pointless checks for array_init() return values.
2002-12-05 22:28:02 +00:00
Marcus Boerger
4ce4a1c32c
php_error -> php_error_docref
2002-12-05 21:53:25 +00:00
Marcus Boerger
8ed84254cd
-php_error -> php_error_docref
2002-12-05 21:46:08 +00:00
Sara Golemon
ad65d01cbe
Bug #20746 . Renamed aggregation_info() to aggregate_info() per naming conventions and created alias for BC.
2002-12-05 21:20:47 +00:00
Marcus Boerger
49a99a98f4
-php_error -> php_error_docref
...
-removed some cases where emalloc result was tested
2002-12-05 20:59:49 +00:00
Marcus Boerger
3cf581b1b3
correct code that is guarded by "#if 0"
2002-12-05 20:41:55 +00:00
Marcus Boerger
9a04528061
fix ZTS build
2002-12-05 20:39:43 +00:00
Marcus Boerger
dcfe988820
php_error -> php_error_docref
2002-12-05 20:13:35 +00:00
Marcus Boerger
47b0e79b1a
-fix a warning that was an error
...
-php_error -> php_error_docref
2002-12-05 20:01:31 +00:00
Ilia Alshanetsky
7364e3b771
Fixed bug #12556 , updated the test for this bug.
2002-12-05 20:01:19 +00:00
Marcus Boerger
cf5d2e79b9
fix debug only
2002-12-05 19:49:12 +00:00
Derick Rethans
83741be445
- Renamed snmpv3_* to snmp3_*
...
- Conversion to php_error_docref
- Whitespace fixes
2002-12-05 19:33:03 +00:00
Melvyn Sopacua
bd06d48e56
Test data
2002-12-05 19:30:28 +00:00
Melvyn Sopacua
76436b8820
Add a testcase for this bug
2002-12-05 19:29:45 +00:00
Marcus Boerger
19d5e535c0
Remove unnecessary code here
2002-12-05 15:52:20 +00:00
foobar
f8c050395c
ws fix (bug: #20808 )
2002-12-05 15:44:27 +00:00
Marcus Boerger
373361d9c4
Return FALSE on error as mentioned by John Coggeshall.
...
See Bug #20822
2002-12-05 12:39:00 +00:00
Rasmus Lerdorf
4c749f08c0
Fix build
2002-12-04 23:21:30 +00:00
Ilia Alshanetsky
8d4b717518
Added GD image conversion tests.
2002-12-04 21:04:07 +00:00
Ilia Alshanetsky
5779f9bb0f
Made imagecreatefromxpm() work once again.
2002-12-04 20:58:04 +00:00
Ilia Alshanetsky
f3a253a4a0
Fixed a typo.
2002-12-04 17:31:35 +00:00
Ilia Alshanetsky
30724f6291
Bug fixing news.
2002-12-04 17:29:48 +00:00
Ilia Alshanetsky
1e8ec47a99
Fixed a memory leak inside gdImageTrueColorToPalette().
2002-12-04 17:16:19 +00:00
Moriyoshi Koizumi
cf0a0f0967
Added a test for bug #12776
2002-12-04 17:01:07 +00:00
Moriyoshi Koizumi
7b56bfae46
Bug fix news
2002-12-04 16:49:59 +00:00
Moriyoshi Koizumi
7bf4090efb
Fixed segfaults of array_walk() when keys are passed to cb by reference.
...
Fixed bug #12776 .
2002-12-04 16:41:28 +00:00
Ilia Alshanetsky
143e46ae28
WS fixes.
2002-12-04 16:29:48 +00:00
Sebastian Bergmann
196b3f581f
Fix bugs #20270 , #15702 , #18600 (segfaults in ext/java). (Tony J. White)
2002-12-04 08:31:43 +00:00
Sebastian Bergmann
49f05c470a
Fix bugs #20270 , #15702 , #18600 . Patch by Tony J. White <tjw@tjw.org>.
2002-12-04 08:18:02 +00:00
Pierre Joye
00881ea504
Fix imagegd stdoutput
...
Typo 256 colors
2002-12-04 02:48:23 +00:00
Pierre Joye
e8e2420042
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) ?
2002-12-04 02:37:21 +00:00
Christian Dickmann
910a03a835
silence some possible warnings
2002-12-03 20:51:36 +00:00
Frank M. Kromann
956d63899c
Changed php_error() to php_error_docref()
2002-12-03 19:39:25 +00:00
Ilia Alshanetsky
e1b9a77725
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.
2002-12-03 19:25:17 +00:00
Frank M. Kromann
686010e050
Changed php_error() to php_error_docref()
2002-12-03 19:19:15 +00:00
Frank M. Kromann
13b6390df7
Bug #19370
...
Allow stored procedures to return multiple results.
2002-12-03 18:57:04 +00:00
Frank M. Kromann
5eaf2d10e7
Bug #17593
...
Make sure any pending data is released from the server when freeing the result
2002-12-03 18:04:35 +00:00
Harald Radi
8529f3ba95
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
2002-12-03 16:26:57 +00:00
Ilia Alshanetsky
b08f247f32
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.
2002-12-03 15:43:17 +00:00
Moriyoshi Koizumi
242ddba326
Fixed leaks in array_walk()
2002-12-03 15:02:06 +00:00
Harald Radi
bf16a54f5a
fix typos and make example more useful
2002-12-03 14:43:43 +00:00
foobar
7d744c54b4
- Need these libraries for static build
2002-12-03 11:34:12 +00:00
foobar
68eaf6391a
- Fixed the build with iPlanet LDAP SDK 5.x
2002-12-03 09:35:42 +00:00
Frank M. Kromann
679d645738
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.
2002-12-03 05:56:39 +00:00
Moriyoshi Koizumi
e7f1bbf0f2
Iconv extension is no longer experimental
2002-12-02 21:29:06 +00:00
Moriyoshi Koizumi
de79a4e9d8
Reverted the changes because the problem was elsewhere.
2002-12-02 21:10:37 +00:00
Moriyoshi Koizumi
c7a0b0d262
Reverted wrong part of the commit made in 1.24
2002-12-02 20:11:59 +00:00