Zak Greant
2f6ffb545e
Converted getenv to use zend_parse_parameters
2001-12-30 09:36:24 +00:00
Rui Hirokawa
427019cc76
added libfdftk for link path to make shared module.
2001-12-30 09:00:43 +00:00
Egon Schmid
adee5f9451
Fixed a proto.
2001-12-30 08:21:58 +00:00
Egon Schmid
9f69163453
Fixed some protos.
2001-12-30 08:12:29 +00:00
Egon Schmid
f347f25987
Fixed some protos.
2001-12-30 07:29:11 +00:00
Egon Schmid
a3e6298de3
Fixed some protos.
2001-12-30 06:46:53 +00:00
Yasuo Ohgaki
47e4a02a64
Get rid of error message
...
# These lines should be enabled when save handlers can be initialized
# before session module initialization.
2001-12-30 01:37:23 +00:00
Derick Rethans
57f3c395b8
- Removed is_array_multidimensional
2001-12-29 22:59:40 +00:00
Derick Rethans
ae07e93028
- Added test for recursive counting
2001-12-29 21:05:03 +00:00
Derick Rethans
cef0a461f9
- Added extra parameter to count() that recursively counts elements in an
...
array and added is_array_multidimensional(). (patch by Vlad Bosinceanu
<glipy@fx.ro >)
2001-12-29 20:59:59 +00:00
Andi Gutmans
211d712c59
@ Fix bug in krsort() where an extra character was being compared (Andi)
...
- Fix bug in krsort() where an extra character was being compared (Andi)
2001-12-29 20:47:25 +00:00
Andi Gutmans
66d88ba07b
- Fix bug in XML extension which exists due to a not perfect work around
...
- with ZE1. In ZE2 the correct code seems to work well.
2001-12-29 18:10:01 +00:00
Sebastian Bergmann
9063a96dfa
PHP 4.0 -> PHP 4. Patch by Martin Jansen <mail@martin-jansen.de>.
2001-12-29 14:23:58 +00:00
Georg Richter
df9dc889e0
1) fixed bugs in soft label key functions
...
2) insert new slk-functions
3) defined new key-constants
2001-12-29 11:48:30 +00:00
Vlad Krupin
2f307b2a53
fixed bug preventing pspell from building when pspell header files are
...
located in an unusual (e.g. /usr/local/include/pspell) location.
@fixed bug that made pspell include pspell.h from a wrong location. (Vlad)
2001-12-29 01:50:10 +00:00
Georg Richter
87932e1e59
mouse support for ncurses added:
...
ncurses_getmouse, ncurses_ungetmouse, ncurses_mouse_trafo, ncurses_wmouse_trafo
2001-12-28 10:35:53 +00:00
Dan Kalowsky
b76eb3ae40
Making PHP compile again on MacOSX 10.1
...
# 10.1 does not have inet_pton support yet it seems so disabling it.
2001-12-27 15:42:05 +00:00
Georg Richter
9c133dd23e
Added new functions: ncurses_waddstr, ncurses_wnoutrefresh, ncurses_wclear,
...
ncurses_wcolorset, ncurses_wgetch, ncurses_keypad, ncurses_wmove
minor changes in protos.
Special Thanx to Mathieu Kooiman for submitting his patches!
2001-12-27 08:49:12 +00:00
Stig Venaas
403350e41d
unbreak parallel search
2001-12-26 18:40:57 +00:00
Rui Hirokawa
e72d606c36
added code to remove overloaded function in RSHUTDOWN.
2001-12-26 15:21:13 +00:00
Derick Rethans
08c69a5aac
- Fix for bug 14690
2001-12-26 10:01:50 +00:00
Yasuo Ohgaki
fe81186629
Fix crash with external session save handlers
...
# This fixes only a little issue with sub modules
# More fixes are needed to make sub modules work correctly.
# 4.1.x also has the same problem....
2001-12-26 01:55:54 +00:00
Mark L. Woodward
05fd3d04f3
Moved "ifdef HAVE_PHP_SESSION" oops!
2001-12-26 00:50:09 +00:00
Georg Richter
1ca88c9276
activated ncurses_instr
...
New functions: ncurses_longname, ncurses_termname, ncurses_mousemask
2001-12-25 23:30:55 +00:00
Stig Venaas
a05e74cd29
Added check for ldap_parse_reference() (needed for broken Solaris 2.8), and
...
report more detailed library version info in the info function.
2001-12-25 14:36:06 +00:00
Georg Richter
ae090a31a5
functions ncurses_erasechar, ncurses_inch, mcurses_killchar:
...
changed return values from bool to string (char)
2001-12-25 13:34:06 +00:00
Sterling Hughes
85fa03aab3
Avoid a segfault when 0 bytes are returned from a website, and RETURNTRANSFER is enabled.
2001-12-24 13:58:03 +00:00
Mark L. Woodward
04999445d7
Major cleanup
2001-12-23 19:58:22 +00:00
Mark L. Woodward
5514a3e582
A php script which shows how to use msession with PHP sessions
2001-12-23 19:58:00 +00:00
Mark L. Woodward
84d3bfc0ea
Added php.ini entry info.
2001-12-23 19:57:33 +00:00
Stig Venaas
ed942af693
Made ldap_set_option work with NULL as link, added option
...
LDAP_OPT_DEBUG_LEVEL for those that support it, and made sure the rebind
code is currently included for OpenLDAP only.
2001-12-23 16:32:06 +00:00
Markus Fischer
7cf14fb1e1
- Fix tiny leak.
2001-12-23 15:56:41 +00:00
Rui Hirokawa
8488a5a475
@added function overload in mbstring to add multibyte support for string and mail functions.
2001-12-23 15:32:08 +00:00
Alex Waugh
57d2cec170
Check for ushort
2001-12-23 14:37:24 +00:00
Mark L. Woodward
c20deee43d
Renamed msession_getdata and msession_setdata to
...
msession_get_data and msession_set_data respectively.
2001-12-23 02:22:09 +00:00
Derick Rethans
b498ec567c
- Fix for bug 14554 - segfault upon zip_entry_open. (patch by
...
phpbug@robin.pfft.net )
2001-12-23 01:59:10 +00:00
Alex Waugh
e320de1e2e
Undefine AF_UNIX under RISC OS
2001-12-23 00:46:13 +00:00
Alex Waugh
3b09117535
Cache results of check for int8
2001-12-23 00:41:27 +00:00
Hartmut Holzgraefe
ebe7376243
re-added prototype folding hooks
2001-12-22 18:54:40 +00:00
Hartmut Holzgraefe
0d69607ebd
*now* it is backwards compatible ...
2001-12-22 18:47:59 +00:00
Mark L. Woodward
dc474647e9
Toned down a comment that was written in the heat of the moment.
2001-12-22 13:33:19 +00:00
Derick Rethans
e8f3e3ffa0
- Let ceil also return a float in every case
2001-12-22 11:53:29 +00:00
Derick Rethans
6729156450
- Add test for floor and ceil
2001-12-22 11:52:56 +00:00
Zak Greant
2c9f5d8a91
Modified array_walk, arsort, asort, krsort, ksort, rsort, shuffle, sort,
...
uasort, uksort and usort.
Corrected prototype comments for all.
Converted to use zend_parse_parameters, except for the u.?sort functions.
Changed return values for failure from implicit NULL to explicit FALSE in
asort(), krsort(), and ksort().
Changed pval to zval in the u.?sort functions.
Added test to help ensure that fixes to code do not change function
behavior. Tests are quite large (~237k) but compress down to ~16k.
Please let me know if this is a problem!
2001-12-22 11:49:56 +00:00
Zeev Suraski
431c793e0c
Fix a warning
2001-12-22 03:04:32 +00:00
Zeev Suraski
2f8284ca0a
Fix a warning and remove a printf() that slipped in...
2001-12-22 03:04:14 +00:00
Mark L. Woodward
f6c98834ea
Added msession_call
2001-12-22 02:10:43 +00:00
Mark L. Woodward
1c057aaf67
reverted chages
...
Restored zend_get_parameters_ex
Put back ansi brackets
Added author note.
Added msession_call
2001-12-22 02:10:19 +00:00
Derick Rethans
ca1bcd9ac3
- Fix for bug #14646 , floor() always returns a float now.
2001-12-21 16:38:49 +00:00
Markus Fischer
ba1d89b386
- Typo.
2001-12-21 12:57:17 +00:00