Yasuo Ohgaki
d9692f7896
Add sapi postfix for mm save path.
...
cli/cgi would not complain about mm save handler with this.
# I'm really annoyed by mm save path problem...
2002-01-25 04:36:26 +00:00
Yasuo Ohgaki
1ea87faeb1
Added "auto_reset_presistent" ini entry.
2002-01-25 00:43:50 +00:00
Marko Karppinen
449b53e34a
Ignore ordinal suffixes on numbers (bug #15210 )
2002-01-24 22:24:58 +00:00
Andrei Zmievski
c330a4f9ce
Revert back to using <char> element for newlines.
2002-01-24 16:18:50 +00:00
Yasuo Ohgaki
c815a20aee
Revert last 2 commit. Instead, make php_pgsql_do_connect() to catch
...
broken connection always.
# I think this is better than check&reset connection when query
# functions are called.
2002-01-24 09:27:43 +00:00
Yasuo Ohgaki
448dbd72cd
Add a little more fault tolerance for pg_host, pg_tty and more.
2002-01-24 06:40:10 +00:00
Yasuo Ohgaki
ddee00da0e
No more httpd restart is required when PostgreSQL is rebooted.
...
# Works for pg_query()/pg_send_query()
2002-01-24 06:20:33 +00:00
Frank M. Kromann
2a02754b52
Fixing spelling error in FrontBase section
...
Changed som int to unsigned int to remove compiler warnings
2002-01-23 17:48:31 +00:00
Jaroslaw Kolakowski
4674123cca
Simplified domxml_substitute_entities_default() function
2002-01-22 18:47:06 +00:00
Sterling Hughes
1a36eb5574
just init CURL_GLOBAL_SSL
2002-01-22 17:06:16 +00:00
Christian Stocker
deb652deed
Getting rid of some compile warnings (thanks to markus for pointing me in the right direction :) )
2002-01-22 09:52:56 +00:00
Sean Bright
a38bfb424e
Fix for bug #15130 . Way too much effort for this bug, but cleaned up code
...
a bit, use zend_parse_parameters(), etc, etc. We only look for extensions
in the basename, not the full path.
2002-01-22 03:35:23 +00:00
Jaroslaw Kolakowski
b7f0e6bd1c
Added domxml_substitute_entities_default() function
2002-01-21 23:21:32 +00:00
Chris Jarecki
5f153ca929
- fixed bug caused by libxml2 in xpath_register_ns()
...
- registered namespaces are now persistent
2002-01-21 19:12:00 +00:00
Dan Kalowsky
31cd8e0b75
this closes off a number of ODBC bugs.
...
# this is a bit hack-ish in it's functionality. The proper answer (allowing
# users to set their cursor type) has bugs with some tests cases at this time.
# But this is being done to just get ODBC back into working order.
2002-01-21 14:11:17 +00:00
Yasuo Ohgaki
ae64c5cec3
Fixed typo and proto
2002-01-21 00:36:22 +00:00
Markus Fischer
fe6e7058ee
- Fix crash with invalid localtime on Win32 systems.
2002-01-20 20:16:54 +00:00
Hartmut Holzgraefe
ce8c6a04b6
cut&paste errors in protos fixed
2002-01-20 14:45:30 +00:00
Hartmut Holzgraefe
b0bffb022a
proto fix
2002-01-20 14:40:59 +00:00
Sean Bright
16344cc34e
Forgot to remove the return from a void function
2002-01-20 05:02:52 +00:00
Sean Bright
cbedeea53c
These PHP3_* macros aren't defined in the code, so these haven't been doing
...
anything for some time now (at least since 4.0 was released). So let's go
ahead and remove those.
# If I missed something obvious, let me know and I will revert the patch.
2002-01-20 04:55:40 +00:00
Edin Kadribasic
f5790b0a7c
Modified the build system to make certain extensions (pcntl, ncurses,
...
pcntl) only with cgi/cli sapi's. This was done by adding 3rd optional
parameter to PHP_EXTENSION macro which should be set to "cli" if
the extension only makes sense for that class of api's.
2002-01-20 02:30:18 +00:00
Jaroslaw Kolakowski
833de5e0d2
- Fixed passing parameters to domxml_xslt_process(). Now they can be either strings or XPath expressions.
...
- Several minor fixes in domxml_xslt_process().
2002-01-19 21:12:05 +00:00
Wez Furlong
bf7662a241
Make the decoder less strict to allow for brain-dead mailers that mark
...
messages as 7bit but then include 8bit chars in the body.
Thanks to Dan Fitzpatrick for bringing this to my attention.
2002-01-19 14:06:52 +00:00
Markus Fischer
b7285dde4e
- More WS fixes
2002-01-18 15:54:50 +00:00
Christian Stocker
6c08b99aac
shite :) too much WS fixes. leave the licence as it was...
...
# (why uses pear spaces and php tabs anyway... but i don't want to start another CS flame war ...)
2002-01-18 15:45:44 +00:00
Christian Stocker
33ffb64091
- WS fixes (replaced " " by \t)
2002-01-18 15:40:26 +00:00
Christian Stocker
98e5d33bb8
- added optional parameters format and level for domxml_dump_node()
2002-01-18 15:03:13 +00:00
Christian Stocker
8e70e61bfa
- added macro DOMXML_PARAM_ONE
...
@- added function domxml_dump_node($doc,$node). Dumps a node plus all
@ children into a string. (chregu)
2002-01-18 12:40:12 +00:00
Christian Stocker
afb8248e91
@- Added function domxml_node_get_content() (chregu)
2002-01-18 11:04:10 +00:00
Christian Stocker
793bc648bf
# sorry for the mixing of different things in this commit
...
- added DOMXML_PARAM_THREE macro
- renamed domxml_dumpmem to domxml_dump_mem, added alias for
domxml_dumpmem
- domxml_has_attributes was missing in in zend_function_entry
@- added function domxml_dump_file($filename,[$compression]). Dumps XML to
@ a file and uses compression, if specified (chregu)
@- added exslt integration (see http://exslt.org for details). To be
@ configured with --with-dom-exslt[=DIR] (and --with-dom-xslt) (chregu, jaroslaw)
2002-01-18 07:58:47 +00:00
Adam Dickmeiss
b2e578256e
New function yaz_es_result: Z395.0 Extended Services Result.
...
----------------------------------------------------------------------
2002-01-17 23:21:28 +00:00
Ilia Alshanetsky
5b20d4c067
Fixed shmop_read to append \0 to returned string in shmop_read to eliminate Zend warnings
2002-01-17 19:58:53 +00:00
Thies C. Arntzen
53f8b2d28b
@ - Don't touch any globals in session_unset() if register_globals is set
...
@ to off. (Thies)
guys, shoot me if i'm wrong, but when we have set register_globals to off we
should _not_ touch any global variables at any time, right? so all session
register/unregister should only work on $HTTP_SESSION_VARS and $_SESSION. this
patch fixes at least one spot where we were touching globals even with
register_globals set to off.
2002-01-17 18:56:11 +00:00
Thies C. Arntzen
dadf411b8d
@ - Added 3 new optional parameters to OCIFetchStatement(). They control
...
@ the number of rows to skip at the beginning of the cursor, the
@ maximun numer of rows that should be fetched and the format of the
@ returned array. (Thies)
# sorry, no time to write the docs for this right now...
2002-01-17 18:40:59 +00:00
Sterling Hughes
ce6c5801b3
Update for Sablotron .8
2002-01-17 17:21:38 +00:00
Yasuo Ohgaki
6c41675b0f
Use libxml2 header if there are older version. Reported by <jwagoner@wlion.com>
2002-01-17 01:18:25 +00:00
Jaroslaw Kolakowski
bde9576660
Added XsltStylesheet class with methods:
...
- domxml_xslt_stylesheet(string),
- domxml_xslt_stylesheet_doc(DomDocument),
- domxml_xslt_stylesheet_file(filename),
- process(DomDocument,parameters array) - previously domxml_xslt_process().
2002-01-17 01:13:39 +00:00
Yasuo Ohgaki
7dfff1a835
Export php_session_register_module/serializer
2002-01-16 23:24:37 +00:00
Rasmus Lerdorf
8f1eb93e0a
Fix typo
2002-01-16 22:32:40 +00:00
Marc Boeren
4ce7a79870
mysql_db_query is deprecated, fixed by using mysql_select_db and
...
mysql_query (Mc).
2002-01-16 16:28:50 +00:00
Yasuo Ohgaki
847fd9d595
Export php_session_register_module/serializer.
2002-01-16 04:56:35 +00:00
Andrei Zmievski
d0ed5b984c
- Fixed a bug with matching string containing null bytes.
2002-01-15 15:40:31 +00:00
Chris Jarecki
300b5c0955
- using macro in xpath_register_ns()
...
- fixed protos in xpath functions
2002-01-14 21:43:18 +00:00
Rui Hirokawa
0544cdca3a
fixed an error in mbstring caused by confliction with regex.
2002-01-14 03:08:40 +00:00
Rui Hirokawa
26a12ba990
fixed some link error of gd's configure.
2002-01-13 06:25:18 +00:00
Chris Jarecki
6536287267
- Added xpath_register_ns() function.
...
@ - Added xpath_register_ns() function.
@ It makes possible to issue XPath queries with namespaces
@ like for example: "//namespace:sampletag" (Chris Jarecki)
2002-01-13 01:17:34 +00:00
Gavin Sherry
0a8722a0ac
My bad. Left some stray debugging code in previous commit.
2002-01-12 07:38:35 +00:00
Gavin Sherry
e8baeb304a
See the update to dba_db3.c
2002-01-12 07:23:35 +00:00
Gavin Sherry
8f30e5f619
This fixes the notorious "mode 'c' fails" bug (see bugs - 10380, 10798, 11732). The bug originates from the fact that mode "c" for db3 sets 'type' to DB_UNKNOWN and mode DB_CREATE when the database already exists. The underlying library raises an error at this logical discrepancy: obviously one cannot create a database of unknown type.
2002-01-12 07:22:27 +00:00
Vlad Krupin
8df03e2814
Fixed segfault in imap_bodystruct() when called with an invalid message
...
number. Now it fails with a warning instead.
2002-01-12 05:39:07 +00:00
Jaroslaw Kolakowski
ca7c5978d9
Added domxml_node_replace_node() function.
2002-01-11 21:15:46 +00:00
Rui Hirokawa
c79f749ff8
@Added multi-byte enabled regex functions. (Rui)
2002-01-11 13:21:09 +00:00
Markus Fischer
1e2b854bba
- mkdir(): made second (mode) parameter optional, default to 0777
...
switched to zend_parse_parameters().
# Added vim 'noet' setting
2002-01-11 10:44:24 +00:00
Frank M. Kromann
d454f8bb3a
Adding functions to get BLOB/CLOB size from a lob_handle.
...
Added descriptions on most protos
2002-01-10 21:56:18 +00:00
Andrei Zmievski
ddc039d0f5
Fix the recursive counting, it was broken for associative or non-sequential
...
arrays. Also update NEWS file.
2002-01-10 21:31:06 +00:00
Yasuo Ohgaki
43c3d4495a
Fix startup crash
...
# Sascha, thanks for fixing poor patch :)
# mm save handler does not work regardlress of
# save path patch or not for some reason.
2002-01-10 12:08:39 +00:00
Markus Fischer
daecaa729c
- Unified error messages.
...
- Improved argument handling in dio_fcntl().
2002-01-10 09:09:19 +00:00
Sascha Schumann
770c39fed6
Improved code for handling PS(save_path)
...
Don't MFH before further testing
2002-01-10 07:37:10 +00:00
Sascha Schumann
bbda8d9678
Ws fix
2002-01-10 07:28:27 +00:00
Sascha Schumann
a1dbb4ab16
(PHP touch) Operate on a stack buffer.. no need for allocating newtime
...
on the heap.
2002-01-10 07:25:00 +00:00
Sascha Schumann
edfd6d0988
Add three-parameter touch() which enables users to set
...
mtime/atime to different values.
2002-01-10 07:21:57 +00:00
Yasuo Ohgaki
7d819fc0cf
Fix bug in test script
2002-01-10 06:44:02 +00:00
Yasuo Ohgaki
5c0dfdbdbe
Make use of save_path for mm file.
...
Patch by Henning Schmiedehausen <hps@intermeta.de>
Closes bug 14808
2002-01-10 06:14:40 +00:00
Sascha Schumann
3a86163f19
Make these tests succeed with non-standard settings
2002-01-10 05:11:19 +00:00
Markus Fischer
904e3e4a41
- Fix compilation. (Christian Stocker)
2002-01-10 01:53:22 +00:00
jim winstead
831473d76e
Rename finite/isinf/isnan to more standard is_*() names.
2002-01-09 23:59:05 +00:00
jim winstead
e68095972e
Move type-handling functions into ext/standard/type.c (which had
...
a few otherwise unused functions in it).
2002-01-09 23:47:46 +00:00
Markus Fischer
98220d2a82
- Correct some protos.
2002-01-09 16:51:53 +00:00
Derick Rethans
aee570302f
- Fix bug introduced in earlier patch
2002-01-09 16:03:36 +00:00
Uwe Steinmann
990c27a23a
- fixed typo in deprecated functionname
2002-01-09 08:09:16 +00:00
Yasuo Ohgaki
5e3ab6f514
- shmop_open has a new flag for read/write access, 'w'
...
- eliminated a segfault when trying to write to a SHM_RDONLY segment
- eliminated a segfault when an invalid flag which starts with 'a' or 'c' is passed
- updated creators' email addresses
- changed error messages to say shmop_* instead of shm* to correspond with new shmop_* function names
Patch by Ilia Alshanetsky (ilia@prohost.org )
# Please test :)
2002-01-09 08:02:21 +00:00
foobar
6d14a5c60b
- Fixed compile with older libxml.
...
# I had libxml 2.4.2 installed.
2002-01-09 03:42:30 +00:00
foobar
f50277f003
whitespace
2002-01-09 02:06:32 +00:00
Jaroslaw Kolakowski
b178addf5c
A
...
Changed names of functions:
- htmldoc() to html_doc(),
- htmldocfile() to html_doc_file(),
- domxml_htmldumpmem() to domxml_html_dump_mem(),
- htmldumpmem() to html_dump_mem().
2002-01-08 19:13:42 +00:00
foobar
a41ee123df
Some whitespace fixes (naugthy me :) and make use of PHP_CHECK_LIBRARY
...
macro instead of AC_CHECK_LIB.
# Better not touch LIBS anywhere. It might cause unexpected build problems
# if someone forgets to set it back in some config.m4..
2002-01-08 17:51:08 +00:00
Sterling Hughes
4afe145a10
Changed proto via Georg Richter's request.
2002-01-08 06:06:58 +00:00
Jaroslaw Kolakowski
415d5cbb75
- Added functions: htmldoc(), htmldocfile(), domxml_htmldumpmem().
...
- Added error handling for the libxml library.
- Added preliminary DOM XSLT support:
-- uses the libxslt library,
-- operates on DOM objects, not strings,
-- functions: domxml_xslt_process(), domxml_xslt_version().
2002-01-08 00:31:26 +00:00
Egon Schmid
ab32202968
Fixed some protos.
2002-01-07 06:58:01 +00:00
Rui Hirokawa
32c1b0fd2e
@added mb_get_info() to get internal settings of mbstring.
2002-01-07 02:40:54 +00:00
Markus Fischer
d4fa619d49
- Fix domxml_node_unlink_node() proto and return value.
2002-01-07 00:54:20 +00:00
Stig Venaas
9a307e4550
Added IPv6 support
...
@- Added IPv6 support in FTP extension. (Stig Venaas)
2002-01-06 23:10:54 +00:00
Stig Venaas
6e1878b0fc
Added some consts for arguments in network.c declarations. Moved
...
php_sockaddr_storage to php_network.h and added check for struct
sockaddr_storage
2002-01-06 11:54:19 +00:00
Markus Fischer
734b77d130
- Refuse attribute nodes on add_child() and add list destructor for PI
...
nodes. (Christian Stocker)
- Fix append_child() according to add_child().
- Fix some protos, minor code and warning message cosmetics.
2002-01-05 23:50:59 +00:00
jim winstead
4fb4c6d4b3
More tweaking of wordwrap() with the cut parameter set. It was being a
...
little too aggressive and cutting words without breaking at spaces
first. (A couple of tests were incorrect.)
2002-01-05 23:49:58 +00:00
jim winstead
ca15b22212
New memcpy()-based wordwrap() implementation. The simple case
...
(single-character break, no forced break) appears to be about 60%
faster, and there's simply no comparison for non-simple cases with
non-trivial amounts of text. The old algorithm was O(n^2) (with an
unfortunately large constant factor) because of the use of strncat(),
the new one is O(n). Added some more tests, too.
@ - Made wordwrap() significantly faster. (Jim)
# test case: $t = join('',file('ChangeLog')); $w = wordwrap($t,10,"\n",1);
# new code completes in less than a second. i'm still waiting for the
# old code to finish.
2002-01-05 20:46:43 +00:00
jim winstead
62395159a9
Fix the Win32 compile.
2002-01-05 08:29:53 +00:00
Egon Schmid
87ad1fdb3b
Fixed some protos.
2002-01-05 07:54:49 +00:00
jim winstead
b9d68b8e9d
Apparently multi_convert_to_double_ex() didn't quite do what I
...
thought. Still need to handle numeric strings.
2002-01-05 03:56:38 +00:00
jim winstead
461e105069
Fixed pow(), and added finite(), isinf(), and isnan(). Also fixed
...
pow() tests.
@- Fixed pow(), and added finite(), isinf(), and isnan(). (Jim)
# Jeroen was on crack, and apparently flunked arithmetic. Names of new
# functions subject to change if people get persnickety about them.
# (They're currently the same as the underlying C library function
# names. Hope nobody forgets to update the tests if they change the
# names.)
# Oh, and pow() uses the new parameter-passing API now.
2002-01-05 03:45:11 +00:00
jim winstead
4b8f435b2a
good grief, positive powers of 0 are well-defined. (code fix coming.)
2002-01-05 02:16:16 +00:00
jim winstead
9a171d03e8
Be more aggressive in making sure that substring matches are valid in
...
ereg_replace before trying to use them.
# i could have sworn i fixed this in php3. ereg() has similar logic, i
# guess i just missed ereg_replace. fixing this lets
# ext/standard/tests/reg/012.phpt pass on my debian/unstable box
2002-01-05 01:59:11 +00:00
Zak Greant
6823fb1fe7
Surprising how tests can fail when they don't have any supporting data :) Thanks for the catch Jan and Jim
2002-01-05 01:58:44 +00:00
Stig Venaas
2ac2b22c9b
Made ldap_modify() an alias for ldap_mod_replace(). The two were identical.
...
#For more info, see my posting on php-dev Dec 25th.
2002-01-04 20:56:03 +00:00
jim winstead
f68b7c5f3e
Fixed segfault in wordwrap() when wrapping to zero width and using
...
multi-character break or trying to force cut (bug #12768 , now fails
and issues a warning because forcing a zero-width cut doesn't make
sense). Also converted to new paramater-passing API and avoid making
an extra copy of the return values.
# also added tests.
@- Fixed segfault in wordwrap() when wrapping to zero width and using
@ multi-character break or trying to force cut (bug #12768 ). (Jim)
2002-01-04 19:48:08 +00:00
Sterling Hughes
1808802279
Added the O_NOCTTY option, for terminal i/o.
2002-01-04 19:42:31 +00:00
Hartmut Holzgraefe
0195cc8364
ncurses is useless in webserver modules
2002-01-04 14:15:51 +00:00
Hartmut Holzgraefe
25534467c7
more unquoted messages with kommas fixed
2002-01-04 14:15:25 +00:00
Hartmut Holzgraefe
5a8b199454
always quote messages with [...], *especialy* when using kommas in the text
2002-01-04 14:13:53 +00:00
Hartmut Holzgraefe
e69e9be289
proto fixes
2002-01-04 14:10:05 +00:00
Hartmut Holzgraefe
5560c7a686
use predefined function instead of hardcoded test
2002-01-04 14:08:50 +00:00
Hartmut Holzgraefe
dda970500e
proto fix
2002-01-04 14:08:25 +00:00
Hartmut Holzgraefe
3edcf21dda
proto fix
2002-01-04 13:51:03 +00:00
Hartmut Holzgraefe
ec89317ff2
check for library existance before adding them
2002-01-04 12:27:01 +00:00
Frank M. Kromann
5d0ac50c8b
Making error handling thread safe. Thanks to Paco Ortiz <fjortiz@comunet.es>
2002-01-03 23:08:21 +00:00
Hartmut Holzgraefe
c9bc54abc3
fix for bug #14832 : basename with 2nd parm corrupts source string
2002-01-03 20:20:35 +00:00
Markus Fischer
7603d13733
- Now use ZE's builtin zend_zval_type_name().
2002-01-03 14:32:36 +00:00
Markus Fischer
7f428de370
- domxml_node_add_child(): Perform deep copy before adding child to prevent
...
double memory freeing.
# I wonder how this could work before.
2002-01-03 13:20:04 +00:00
Markus Fischer
84b948a15f
- FTP_BINARY is more common instead of FTP_IMAGE.
2002-01-03 07:57:58 +00:00
Thies C. Arntzen
21cc717bac
protos fixes by Wolfgang Drews
2002-01-03 06:57:22 +00:00
Egon Schmid
e941df5d1a
Please, no punctuation mark at the end of the description.
2002-01-03 05:55:22 +00:00
Zak Greant
8c8b49ed20
Adding key_exists alias for array_key_exists, at the request of One-Who-Shall-Not-Be-Named-Because-He-Is-On-Vacation
2002-01-02 21:21:48 +00:00
Markus Fischer
f7bd38413e
- Corrected proto for ftp_connect() (new optional parameter for initial
...
custom timeout).
2002-01-02 15:01:15 +00:00
Markus Fischer
9bde60d148
- Added ftp_set_option(), ftp_get_option() and support for setting a
...
custom timeout.
# Adding custom buffer size would be next, no promises though.
2002-01-02 14:58:17 +00:00
jim winstead
8e6a16984a
jpeg2wbmp,png2wbmp: fix prototypes; _php_image_convert: simplify argument count checking
2002-01-02 01:25:48 +00:00
Markus Fischer
83ccb3e511
- Fixed ftp_fget() and ftp_mkdir() protos.
2002-01-02 01:05:10 +00:00
Markus Fischer
7c197409ae
- Corrected proto for ftp_fget().
2002-01-02 00:42:11 +00:00
Markus Fischer
8559f372fd
- Switched to zend_parse_parameters(), unified error/warning messages,
...
use real resources instead of integers, adjusted prototypes (hope I got
them all).
2002-01-01 22:15:22 +00:00
Adam Dickmeiss
a1432aa89a
Removal of non-essential parameters for non-piggyback search.
2002-01-01 14:09:03 +00:00
Jon Parise
a2d83ca4a4
Match the table style of the other single-row info entries.
2001-12-31 19:46:30 +00:00
Vlad Krupin
543077d915
Now dbase_pack() actually truncates the resulting .dbf file to the right
...
size (possibly fixing bug #6852 #3 ).
@Make dbase_pack() truncate the file to the right size. (Vlad)
2001-12-31 12:52:34 +00:00
Vlad Krupin
2f0cd79621
Verified and fixed bug 6852 #2 . Now memo fields are 10 butes long, not 9.
...
That does not seem to affect how the code works except when creating a new
structure, in which case 'M' fields used to get created with size 9.
@Fixed bug 6852 #2 . Mem fields are now 10 bytesin size, not 9. (Vlad)
2001-12-31 10:23:30 +00:00
Vlad Krupin
431c1f1d31
Verified and fixed bug 6852 #1 . No more null byte after terminating 0x0D.
...
Verified that the problem is real when creating new files and writing
a record. Both fixed and old versions seem to be able to somehow read
and write already existing files properly though.
@Fixed bug 6852 #1 . No more null byte after terminating 0x0D. (Vlad)
2001-12-31 09:13:08 +00:00
Egon Schmid
cc121adc54
Oops, missed one proto.
2001-12-31 05:37:19 +00:00
Egon Schmid
97e03e1573
Fixed some protos.
2001-12-31 05:25:30 +00:00
Egon Schmid
831dfbd011
Fixed some protos.
2001-12-31 04:57:25 +00:00
Georg Richter
69ce6a99a4
some prototypes changed
2001-12-30 19:14:12 +00:00
Zak Greant
f01745896f
chdir: corrected proto, converted to zend_parse_parameters
2001-12-30 10:13:08 +00:00
Zak Greant
3ac1646ef2
Corrected bug in php_mysql_fetch_hash() that prevented columns with NULL values from having both numeric and associative indexes. (Bug 14291)
2001-12-30 10:00:26 +00:00
Zak Greant
59a45acca6
chroot: corrected prototype, converted to zend_parse_parameters
2001-12-30 09:50:41 +00:00
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