foobar
f48c0fbc95
@- Made ldap_get_entries() return an array even if there are no entries
...
in search result. (Jani)
# This was actually the original behaviour and the correct one.
# I messed it up when I fixed another bug in it a while ago..
# Fixes bug #8054
2000-12-04 17:07:27 +00:00
Uwe Steinmann
81def6d9d5
- new function hw_new_document_from_file()
2000-12-04 16:34:06 +00:00
Dan Kalowsky
bfe4e5bf37
added name for credits on work for Solid interface..
2000-12-04 15:47:30 +00:00
Stanislav Malyshev
f0744d73de
GD shared build fixes - should fix problem with gd.so not being linked
...
with right libraries
2000-12-04 15:10:58 +00:00
Sterling Hughes
2d322a13a2
close the filehandle if it is a tempfile.
2000-12-04 15:05:23 +00:00
Sascha Schumann
911abe100a
Move code from macros to inline functions to ease debugging
2000-12-04 12:26:53 +00:00
Sascha Schumann
e052f9f575
Handle the case of no-handlers properly and make handlers a proper C "string".
2000-12-04 10:22:46 +00:00
Sterling Hughes
a75b19e0f6
- Fix the handling of resource entries
...
- Fix the fd_dealloc() function
2000-12-03 19:17:09 +00:00
Sterling Hughes
aa2d9117d9
Another attempt at fixing 8036
2000-12-03 19:13:41 +00:00
Sterling Hughes
56094458b7
Windows ist ser schlecht
2000-12-03 15:30:14 +00:00
Stanislav Malyshev
5b47d1ef7a
Fix #8079 - filetype now knows about sockets
2000-12-03 13:42:54 +00:00
Zeev Suraski
d36c316ac6
Fix DB build (hopefully, untested)
2000-12-03 00:07:29 +00:00
Zeev Suraski
cbb2379b5b
- Get the MySQL module a bit uptodate.
...
- Fix a bug in mysql_do_connect() - it would corrupt the host argument, if it contained a port
(or could corrupt the INI value, so that the port argument would work only the first time
around)
2000-12-02 17:27:11 +00:00
Sascha Schumann
1e0a87d62b
Include <ext/standard/info.h> for php_info-related functions.
2000-12-02 13:43:50 +00:00
Alexander Feldman
a777149199
@- Added extension for the cracklib library. (Alexander Feldman)
2000-12-02 11:59:20 +00:00
Sterling Hughes
e1d314afa2
First attempt at fixing 8036
2000-12-02 10:28:55 +00:00
Egon Schmid
10c685112a
Fixed some protos.
2000-12-01 15:25:22 +00:00
Egon Schmid
91436356b8
Fixed some protos.
2000-12-01 15:03:25 +00:00
Sascha Schumann
8e3abe8946
Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source files
...
were unconditionally compiled. It is not necessary in PHP 4.
2000-12-01 14:56:30 +00:00
Egon Schmid
b3b277f32a
Fixed some protos.
2000-12-01 14:32:14 +00:00
Sascha Schumann
8476f5b29e
Please avoid potential buffer overflows in new code. If you deal
...
with strings, consider storing the string length along with the string
data. That will make your life easier.
2000-12-01 12:29:29 +00:00
Sascha Schumann
a1510f90b0
Remove *.o
2000-12-01 12:14:30 +00:00
Andi Gutmans
ae7c036e41
- Fix swf build issues from bug #7612
...
- Not tested! Someone please compile it.
2000-12-01 09:50:01 +00:00
Frank M. Kromann
f9e226fe4a
Fixing bug 8061. Position counter starts a 0 but was compared with length.
...
oops. the fix should be made twice.
2000-12-01 01:55:31 +00:00
Frank M. Kromann
518ab3c62f
Fixing bug 8061. Position counter starts a 0 but was compared with length.
2000-12-01 01:26:42 +00:00
foobar
744f1a34ef
Beautifying of phpinfo().
2000-12-01 01:25:36 +00:00
Frank M. Kromann
6cdc90bae3
Changed presentation of default values for textsize and textlimit in phpinfo().
...
the value -1 means "Server default"
2000-11-30 22:24:00 +00:00
David Eriksson
c2f1139738
updated documentation and configuration
2000-11-30 22:03:18 +00:00
David Eriksson
1888009e26
changed variable names to *_class_functions
2000-11-30 22:01:58 +00:00
Sterling Hughes
4daab7c982
fix configure --help option name...
2000-11-30 15:20:40 +00:00
Frank M. Kromann
20490db03f
Removed old version 6.5 code. Clinet Libraries for SQL Server 7.0 can be used with version 6,5.
...
Minor changes to use som Zend macros to define globals.
2000-11-29 22:06:47 +00:00
Frank M. Kromann
5cb6b6c667
Fixing wring resource handle returned from mssql_query().
...
The error was introduced when adding mssql_fetch_batch().
2000-11-29 17:08:22 +00:00
Stanislav Malyshev
ebffa649c3
Add more GMP functions, fix a couple of bugs
2000-11-29 15:49:18 +00:00
Sterling Hughes
2cc8e2f8c7
@ Added the is_null() function that will return true if a variable is of
...
@ type null. (Sterling)
2000-11-29 15:37:38 +00:00
Daniel Beulshausen
93b2587876
made gd working correct under win32
...
# fixes the issues when running php threadsafe
2000-11-29 15:25:42 +00:00
foobar
3a930785ec
Fixed typo. bug #8001
2000-11-28 09:39:01 +00:00
foobar
5c16c9fa1a
AC_CHECK_LIB prints out yes/no itself.
2000-11-28 08:06:30 +00:00
Daniel Beulshausen
aa11144649
fix path operations, under win32
2000-11-27 18:21:48 +00:00
Sascha Schumann
949b0893dc
The result of conv_z_macros and some manual conversion of
...
"return_value.*=.*IS_STRING" constructs to RETVAL_STRINGL.
2000-11-27 13:31:21 +00:00
Sascha Schumann
1626ba7ee9
Oh man, gcc's logic is really flawed
2000-11-27 13:28:26 +00:00
Sascha Schumann
aa6a62d96d
Kill a warning (code is correct)
2000-11-27 13:13:25 +00:00
Stanislav Malyshev
dca467faf3
GNU GMP - arbitrary precision nubers library
2000-11-26 18:36:16 +00:00
Zeev Suraski
d4fc424554
Fix windows build
2000-11-26 14:25:31 +00:00
Zeev Suraski
8a03f3062f
- Add bcmath to the standard UNIX build
...
- Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s
2000-11-26 09:34:01 +00:00
Sterling Hughes
0d1bcd480c
@ Added the call_user_func_array() function which gives you the ability to
...
@ call a user function by passing an array of parameters as the second
@ argument.
@ Added the constant() function which returns the value of a constant given
@ the constant's name.
2000-11-24 21:05:25 +00:00
Sterling Hughes
917cfd14e9
Declaring variables is generally a good thing
2000-11-24 16:26:35 +00:00
Andre Langhorst
96b95bd286
fixed bug 7961
2000-11-24 16:17:58 +00:00
Sterling Hughes
fe25ebdd11
Fix segfault when non-array in params or arguments is given to
...
xslt_transform() or xslt_run().
Update xslt_output_begintransform() to new output buffering syntax (torben@php.net )
2000-11-24 15:07:01 +00:00
Andrei Zmievski
def5059f44
Fix the arg array size.
2000-11-24 00:12:19 +00:00
Stig Venaas
db0d2c9bd6
Added README on usage, and added myself to CREDITS
2000-11-23 19:30:47 +00:00