Marcus Boerger
b526220462
Complete implementation
2004-04-26 22:01:12 +00:00
Marcus Boerger
5ffeb236f4
Update
2004-04-26 21:34:45 +00:00
Ilia Alshanetsky
e7d225fda8
Removed pointless check.
2004-04-26 20:14:11 +00:00
Marcus Boerger
54e5ad6b6e
Fix prototype
2004-04-26 18:54:18 +00:00
Antony Dovgal
af96ad84b5
hmm. this comma is supposed to be a semicolon.
2004-04-26 14:49:41 +00:00
Derick Rethans
c452e275e7
- MFB: Fixed bug #28147 (Crash with drawing anti-alised lines)
2004-04-25 19:45:02 +00:00
Ilia Alshanetsky
be901ebeaf
Fixed test.
2004-04-25 16:50:47 +00:00
Marcus Boerger
e058626c66
Add new iterator example AppendIterator and use it in findfile.php example.
...
# The initial idea came from a request by Sebastian
2004-04-25 13:06:15 +00:00
Marcus Boerger
9238d1bbbc
With the new inheritance rules we need an explicit append method.
2004-04-25 13:04:36 +00:00
Marcus Boerger
286f75c891
Show number of classes
2004-04-25 11:22:56 +00:00
Marcus Boerger
5b755c40ea
Fix several issues
...
- bugfix #27063
- bugfix #27929
- bugfix #28099
- bugfix #28125
# The amount of code is needed to solve the return by reference problem.
# dual_it and derived also need their own iterator handlers to be able
# to return by reference.
2004-04-25 11:14:11 +00:00
Rasmus Lerdorf
191a661f8c
MFB: Fix for bug #27810
2004-04-23 18:08:58 +00:00
Rob Richards
838d30a5cd
move libxml error handler ro rinit/rshutdown to keep it local to php
2004-04-23 17:31:44 +00:00
Ilia Alshanetsky
7a11fe48b6
Fixed bug #28087 (Do not force mysql.trace_mode to 0 on every request).
2004-04-23 17:03:52 +00:00
Derick Rethans
9ee23d7066
- Fixed buffer overflow in phpinfo() for Zend Extension Api NO.
2004-04-23 13:28:25 +00:00
Dmitry Stogov
eba2aa9bd0
Support for <![CDATA[ ]]> for string/hexbinary/base64binary data
2004-04-23 12:22:41 +00:00
Sara Golemon
d5e0742e8d
In-HEAD bugfix# 28115
2004-04-23 03:37:20 +00:00
Marcus Boerger
af17964ef4
Avoid warning to interfere test result
2004-04-22 22:55:18 +00:00
Ilia Alshanetsky
9da8328bae
Empty query checks, bug #28112 .
2004-04-22 22:34:29 +00:00
Marcus Boerger
920e4235a4
Add test for bug #28112
2004-04-22 22:29:41 +00:00
Marcus Boerger
ddfb337577
bugfix #28112
2004-04-22 22:26:02 +00:00
Wez Furlong
696663bc3d
Add test
2004-04-22 14:29:33 +00:00
Wez Furlong
91dc1a516a
A working fix for the safearray mapping bug.
2004-04-22 14:27:11 +00:00
Wez Furlong
73f49c16f4
The fix for the vc7 libc putenv bug is also needed here to avoid a crash.
2004-04-22 14:26:03 +00:00
Hartmut Holzgraefe
9833b429d6
Depercating mime_magic in favor of PECL::fileinfo
2004-04-22 01:24:12 +00:00
Wez Furlong
c50726fa4b
(probable) fix for Bug #27974 : PHP Arrays are not mapped to VARIANTs.
2004-04-22 00:50:49 +00:00
Ilia Alshanetsky
8694cd135d
Fixed possible crash inside pg_copy_(to|from) function if delimiter is more
...
then 1 character long.
2004-04-22 00:31:55 +00:00
Ilia Alshanetsky
d641ba3eae
More C++ comments.
2004-04-21 23:16:34 +00:00
Ilia Alshanetsky
1b80b33b87
C++ comments are ungood ;).
2004-04-21 23:06:26 +00:00
Wez Furlong
e9920ede1f
Fix bug #28096 - stream_socket_accept() on an SSL server socket doesn't
...
enable SSL on the accepted socket.
- Add cipher list context option
- Add helpful hint about why SSL server socket fails with mysterious
error (eg: you need an SSL certificate for most ciphers).
2004-04-21 23:02:06 +00:00
Hartmut Holzgraefe
375b5df63d
libmagic will only consume up to HOWMANY (hardcoded to 65536) bytes
...
from a file, so lets save bandwith and memory by limiting us to this
2004-04-21 22:49:35 +00:00
Dmitry Stogov
c94f0276b0
Support for multiref data
2004-04-21 16:57:18 +00:00
Wez Furlong
8090684c5a
Moved ext/yaz to PECL.
2004-04-21 08:56:34 +00:00
Ilia Alshanetsky
8a23a020e9
Fixed possible memory leaks.
...
Prevent shm_attach() from destroying non-shm resources.
2004-04-21 00:11:28 +00:00
Frank M. Kromann
9909a36992
Fix #28007 . Compile fails when the SHORT type is undefined (older versions of FreeTDS)
2004-04-20 23:37:08 +00:00
Frank M. Kromann
c5f8871734
Fix problem getting return value from stored procedure when it returns multiple results
2004-04-20 23:30:51 +00:00
John Coggeshall
8e1391ce49
No need for exception function, and renamed the 'error_buf' prop to
...
errorBuffer to conform with the rest of the ext.
2004-04-20 18:28:09 +00:00
Christian Stocker
65bc57a81f
- make static methods calls work from within xslt
...
- extended tests
2004-04-20 09:24:24 +00:00
Ilia Alshanetsky
39f820b8b8
Fixed compiler warnings.
2004-04-20 00:26:48 +00:00
Rob Richards
5094e4e67c
initial revision
...
requires PHP 5
2004-04-19 18:55:02 +00:00
Marcus Boerger
be85c9049b
show ini entries and classes for extensions.
2004-04-19 18:02:49 +00:00
Wez Furlong
daa90c915c
Fix #27865 ; don't dup STDIN, STDOUT or STDERR when running under CLI.
2004-04-19 17:41:39 +00:00
Wez Furlong
398b4a2fbb
Add pty support to proc_open() for systems with Unix98 ptys.
...
# With permission from Andi
2004-04-19 15:07:30 +00:00
Edin Kadribasic
9bf6b05b87
No need to export anything. Fixes win32 build
2004-04-19 14:13:41 +00:00
Ilia Alshanetsky
60292114a0
Simplify code via the use of macros.
2004-04-18 21:49:10 +00:00
Derick Rethans
abff9671fb
- Whitespace
2004-04-18 14:04:48 +00:00
John Coggeshall
544cdffd90
Fixing a tidy_getopt() bug, and converting all exceptions to E_WARNING
2004-04-18 07:58:19 +00:00
Derick Rethans
c8c5e8bbe6
- MFH: Fix for bug #28042 (greek letters in html to entitity mapping not
...
correct)
2004-04-17 23:08:02 +00:00
John Coggeshall
ba43e31e24
Fixed construct bug and Windows build.
2004-04-16 21:51:59 +00:00
Derick Rethans
2ed9c955b8
- Fix initializations
2004-04-16 18:55:19 +00:00