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
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
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
Frank M. Kromann
b2a648f5b5
Fixing the Win32 compilation of mbstring with mbregex enabled.
2002-12-02 19:18:23 +00:00
Frank M. Kromann
a7f3ad42a4
Fixing build on WIn32
...
MBREGEX is disabled for now. 5 mbre_* functions are undefined on WIn32
2002-12-02 18:19:17 +00:00
Ilia Alshanetsky
057e87e6e5
Repositioned CoInitialize and CoUninitialize that apparetly makes it more
...
correct according to MS docs. Patch (+5) by Michael Sisolak
<msisolak@yahoo.com>.
2002-12-02 06:43:54 +00:00
Ilia Alshanetsky
a6e02dc45d
Fixed a crash bug that can occur due to PDF_delete() being called more then
...
once and E_ERROR occurring during the shutdown sequence.
2002-12-02 06:35:29 +00:00
Jason Greene
5e1741fd48
Revert patch that should have been reverted a long time ago.
...
There was a memory leak in the error handling system on win32, that this patch
circumvented (by preventing the errors (EAGAIN mesages) from being generated).
# I must have forgotten to remove this when I fixed the leak
2002-12-02 05:45:13 +00:00
Sterling Hughes
065104b8fe
TODO: Cleanup elements that have happened, or most likely won't happen. There
...
is probably more that should be gone, but its still a move in the right
direction.
Other stuff is ws/formatting changes
2002-12-01 22:15:39 +00:00
Stefan Roehrich
e50dc16b21
Comment about maximal length now matches code.
2002-12-01 18:48:51 +00:00
foobar
cef45338c9
fix build..
2002-12-01 17:24:00 +00:00
Derick Rethans
7fbcf76973
-fix typo
2002-12-01 13:43:17 +00:00
Marcus Boerger
fa38a6af6f
No more (f)printf for errors and warnings instead use php_error_docref.
2002-12-01 11:43:54 +00:00
Moriyoshi Koizumi
aeb6a6c458
Fixed possible buffer overflow in php_base64_decode();
...
# This bug doesn't appear to be harmful for now,
# so I won't merge it into branches...
2002-12-01 02:44:50 +00:00
Marcus Boerger
38f5812191
Skip overload for ZE2
...
Bug #20156
2002-12-01 00:38:30 +00:00
Frank M. Kromann
7afd92792b
Fix the use of "personal" information in To and Cc headers
2002-11-30 21:49:20 +00:00
Ilia Alshanetsky
cc13af6a07
Fixed bug #20716 .
2002-11-30 19:12:48 +00:00
Marcus Boerger
0d7957bc15
Bug #20433
2002-11-30 18:36:17 +00:00
Christian Stocker
3429e3313b
fixed big bad memory leak in xpath objects.
2002-11-30 10:38:17 +00:00
Jason Greene
5d554c20d2
Sockets is no longer experimental
2002-11-29 23:44:06 +00:00
Moriyoshi Koizumi
b9687bea65
Prevented the result from being affected by function overloading
2002-11-29 18:32:50 +00:00
Sander Roobol
348b429b5b
Remove all traces of _bc_Free_list - it's not used anymore
2002-11-29 17:59:30 +00:00
Yasuo Ohgaki
e4be6b3ac2
Fixed problem with PostgreSQL 7.3
2002-11-29 17:18:01 +00:00
Christian Stocker
71235e4140
removed unused variable
2002-11-29 16:31:41 +00:00
Christian Stocker
55ee8af808
fix for bug #20389 (no trailing slash in configure option)
2002-11-29 13:30:29 +00:00
Christian Stocker
a2ccb29a97
@- Added xpath_register_ns_auto([contextnode]) for automatically registering
...
@ namespace definitions (chregu)
changed my mind. Automatic namesapce registration is not done within
xpath_eval() anymore, but in a seperate function.
2002-11-29 11:22:06 +00:00
Christian Stocker
eed5b11b5f
do some kind of automatic namespace registration in xpath_eval(). This
...
works only for namespaces defined in the context node (eg docroot if
no second argument is given. If one wants to use namespaces defined
elsewhere or with different prefixes, you still have to use
xpath_ns_register()
2002-11-29 10:24:44 +00:00
Christian Stocker
b1dab29214
relative xpath queries are already possible
...
(use $ctx->xpath_eval($xpath,$contextnode) )
2002-11-29 08:28:53 +00:00
Christian Stocker
cac5d670b3
get_element_by_id does not need LIBXML_XPATH support
2002-11-29 07:50:37 +00:00
Marcus Boerger
65eb0d8125
Conversion fixes
2002-11-29 01:44:19 +00:00
Marcus Boerger
0a7487e32d
Conversion fixes
2002-11-28 22:48:20 +00:00
Ilia Alshanetsky
398ff4fe82
Fixed mhash tests, apparently the TIGER algorithm was updated (fixed?) in
...
later mhash releases and consequently returns a different hash. I've updated
the hash to the one generated by latter releases.
Removed useless \r from ext/mhash/tests/003.phpt.
2002-11-28 14:13:44 +00:00
Martin Kraemer
966f75d4fb
Portability: avoid <malloc.h> warnings on FreeBSD
2002-11-28 09:19:16 +00:00
Martin Kraemer
f3845c3ae0
Portability: The header contains the declaration; while the source ext/bcmath/libbcmath/src/init.c has the definition
...
(otherwise some compilers complain about 'duplicate symbols')
2002-11-28 08:26:14 +00:00
Martin Kraemer
c5a7a522a1
Portability: Use 0 if the platform does not define EX_OK
2002-11-28 08:23:36 +00:00
Sterling Hughes
52a451ccd2
no more need for this either
2002-11-27 20:06:01 +00:00
Sterling Hughes
5c96f91123
don't use stupid constants, be smart, just read the line
2002-11-27 20:05:20 +00:00
Frank M. Kromann
7abdf90a0e
free alocated mem.
...
minor changes in the layout
2002-11-27 18:52:31 +00:00
Tal Peer
1d768548cd
jdtojewish() test
2002-11-27 15:54:32 +00:00
Tal Peer
8aac1ce2ee
Added an additional (optional) argument to jdtojewish() to keep BC
...
with 4.3 (and let users getdates in Hebrew without further formatting)
2002-11-27 15:52:25 +00:00
Ilia Alshanetsky
e195b10ede
Fixed bug #20664 .
2002-11-27 06:20:19 +00:00
Marcus Boerger
28c10e29d0
-Code completley rewritten
2002-11-27 02:42:41 +00:00