Ilia Alshanetsky
4b83b189fe
Fixed bug #19971 (optimized the file() function).
...
The file() function is now also binary safe.
2002-10-18 20:39:49 +00:00
Wez Furlong
9b87199e2a
Improve file().
...
Patch by Tal Peer <tal@php.net >
2002-10-18 16:55:47 +00:00
Andrei Zmievski
92d61459c0
@- Fixed an infinite loop in setlocale() when only invalid locale names
...
@ were passed in the array. (patch by Pal Loberg, pallo@initio.no ).
2002-10-18 13:07:50 +00:00
Tal Peer
af3493d30c
Changed fribidi_get_charsets() return value to also include the constant
...
itself (as the key).
2002-10-18 08:59:15 +00:00
Yasuo Ohgaki
5693bd4cdf
Added tests for new functions
2002-10-18 07:52:09 +00:00
Yasuo Ohgaki
7094b48b23
Added pg_get_pid()
2002-10-17 23:41:34 +00:00
Ilia Alshanetsky
30c16baac2
Renamed word_count to str_word_count to comply with naming conventions.
...
Thanks Andi, for catching this oversight.
2002-10-17 22:44:44 +00:00
Tal Peer
56f744e0df
Improved fribidi_charset_info() slightly
2002-10-17 18:32:16 +00:00
Tal Peer
b941224d5d
New functions:
...
fribidi_get_charsets()
fribidi_charset_info()
@- Added function fribidi_get_charsets() (Tal)
@- Added function fribidi_charset_info() (Tal)
2002-10-17 18:04:43 +00:00
Harald Radi
84c9395f18
@ fixes bugs #19156 and #19544 (memleak)
2002-10-17 16:21:00 +00:00
Ilia Alshanetsky
cdf39db369
Added support for file:/. Thanks to Thies for noticing the problem.
2002-10-17 13:59:55 +00:00
Thies C. Arntzen
58d1ee0915
@- Added Oracle TIMESTAMP type to oci8 extension. (thies)
2002-10-17 08:09:31 +00:00
Yasuo Ohgaki
601a507ad6
Added async message function - pg_get_notify()
2002-10-17 07:58:46 +00:00
Yasuo Ohgaki
29d16f67f4
Remove mysql_result_seek() alias.
2002-10-17 07:24:04 +00:00
foobar
9870028d05
Fix this for Wez and his antique ucd-snmp
2002-10-17 06:39:55 +00:00
foobar
258177fafa
Fix the phpize build
2002-10-17 05:06:53 +00:00
foobar
fcfa4ea62f
Part 1 of fixing the shared build
2002-10-17 04:42:22 +00:00
foobar
d1c252b48b
--with-zlib-dir was missing. Needed for phpize builds
2002-10-17 04:21:53 +00:00
Ilia Alshanetsky
47b57f2569
Added word_count() function that allows counting of words inside a string.
...
The function also allows the user to retrieve all the words from a string.
2002-10-17 03:27:19 +00:00
foobar
8aaa004980
ws fixes
2002-10-17 02:51:22 +00:00
Harald Radi
7bacb2fcc4
@ changed the VARIANT class to be able to create arrays of all types
...
@ and not only VT_VARIANT
2002-10-16 23:56:33 +00:00
Rasmus Lerdorf
ebfd9aaa47
Fix for bug #19941
2002-10-16 22:34:44 +00:00
Rui Hirokawa
6f46548412
modified zend_bool handling code.
2002-10-16 14:08:47 +00:00
Rui Hirokawa
22f44fa673
*** empty log message ***
2002-10-16 13:37:49 +00:00
Rui Hirokawa
585eefca14
fixed a problem when mbstring.encoding_translation is defined per directory basis.
2002-10-16 13:27:40 +00:00
Rui Hirokawa
e5f81ee881
fixed a problem when mbstring.encoding_translation is defined per directory basis.
2002-10-16 13:22:57 +00:00
foobar
16de7dd8a7
- Fixed memleak when connection fails.
...
- Fixed snmpget() to work with net-snmp
- Fixed the error messages to use the new style.
2002-10-16 02:33:47 +00:00
foobar
e99b3cdff2
Some more compatibility fixes for net-snmp vs ucd-snmp
2002-10-16 00:58:15 +00:00
foobar
3c863a6da1
- Fix the last commit..(thanks to Harrie Hazewinkel <harrie@lisanza.net>)
2002-10-16 00:29:56 +00:00
Edin Kadribasic
4a7c12a210
Added win32 project file.
2002-10-16 00:02:32 +00:00
Wez Furlong
2f6952c936
Nope, that last one wasn't a leak in main/streams.c, it was
...
file_get_contents misinterpreting the result...
2002-10-15 16:45:26 +00:00
Sterling Hughes
c2624f4269
Fix a problem relating to these structure symbols being redefined on LFS
...
systems.
Fix by Sascha Schumann <sascha@apache.org >
2002-10-15 16:41:39 +00:00
Wez Furlong
30f9c47d61
Fix for 19906.
...
gzeof has different semantics from feof, in that gzeof will return true
if the read position is at EOF, even if the most recent read was 100%
successful.
feof will return true only (usually) if the most recent fread failed.
2002-10-15 16:01:00 +00:00
Sterling Hughes
57440cc984
hopefully silence compile warnings on Solaris related to HUGEVAL being
...
undefined.. HUGEVAL is defined (well the manual would indicate so) in
stdlib.h, not math.h.
Bug #: 19807
2002-10-15 14:51:01 +00:00
Andrei Zmievski
c65c182693
Upgrade to version 3.92.
2002-10-15 13:59:58 +00:00
Ilia Alshanetsky
b4348434be
Fixed the output_handler ini setting.
...
Code cleanup.
2002-10-15 12:48:21 +00:00
Ilia Alshanetsky
04db537d97
Added tests for %e & %E
2002-10-15 12:08:02 +00:00
Ilia Alshanetsky
95312e994e
Fixed bug #4232 . (Added support for %e and %E to printf/sprintf)
2002-10-15 12:07:36 +00:00
Derick Rethans
1a08e5b622
- Staying consistent with other tests
2002-10-15 06:37:05 +00:00
Wez Furlong
94ef7bc81e
Don't use streams-level buffer on zlib streams.
2002-10-15 02:27:15 +00:00
foobar
23706f18d6
Make this thing to compile with net-snmp-5.0.x
2002-10-15 00:43:34 +00:00
Marcus Boerger
d396d9c7ce
remove ob_end_clean() and instead use ini section
...
#Derick you're right this was no good idea. I just left it over after testing
#the test.
2002-10-15 00:35:05 +00:00
foobar
9618e4e854
This test should not print out the error (which is correct).
2002-10-14 23:09:48 +00:00
Ilia Alshanetsky
aba1996d95
Fixed bug #19649 .
2002-10-14 18:13:18 +00:00
Ilia Alshanetsky
fed3b964ea
Added float printing tests.
2002-10-14 16:31:56 +00:00
Ilia Alshanetsky
99f2fc81f3
Fixed a bug (introduced in previous patch) that caused non-double values to
...
be converted to 0 by printf/sprint functions when %f format is specified.
2002-10-14 16:03:16 +00:00
foobar
1fa263a4ec
This is not zval..
2002-10-14 02:46:52 +00:00
Wez Furlong
86e60a2d7a
@- fgets($fp) (with no length parameter) now uses a buffer as long as the
...
@ the next line available from the $fp. Previously, there was a 1KB limit.
@ (Wez)
2002-10-14 02:28:35 +00:00
Wez Furlong
39f8d4c971
Add a sanity check and more verbose output in the case of an error.
2002-10-14 02:25:51 +00:00
Wez Furlong
70b796b143
(php_socket_errno) win32 errno compatible macro.
...
(php_socket_strerror) win32 compatible strerror replacement.
Add an E_NOTICE when a socket write fails.
2002-10-13 22:01:40 +00:00