Colin Viebrock
f07b32969f
Never added this ...
2001-01-23 21:08:13 +00:00
Thies C. Arntzen
dd7eb4284b
fix a couple of warnings
2001-01-23 17:55:17 +00:00
MySQL Team
800f555b70
Upgrade ext/mysql/libmysql to version 3.23.32. One notable bug fix is
...
that the client can now connect to a server which is using a default
charset other than latin1.
2001-01-23 16:48:50 +00:00
Thies C. Arntzen
d36858681a
#found this by playing with phpMyAdmin.
2001-01-23 15:30:27 +00:00
Thies C. Arntzen
373e830117
fixed crash in add_index_bool.
2001-01-23 15:30:18 +00:00
3ffba3d033
ChangeLog update
2001-01-23 02:09:14 +00:00
55f7053c00
NEWS update
2001-01-23 02:09:09 +00:00
jim winstead
36ef109f1a
jouni was added as an author of the docs
2001-01-23 00:50:49 +00:00
Andrei Zmievski
b56006b5b2
If we can't call custom replacement function, don't change the subject
...
string.
2001-01-22 22:05:04 +00:00
Andrei Zmievski
63f73bfe13
@- Improved str_replace() to accept an array for any parameter - similar
...
@ to preg_replace(). (Andrei)
2001-01-22 21:39:55 +00:00
Andrei Zmievski
57f99633ce
Make add_index_zval() available to the outside world.
2001-01-22 20:40:41 +00:00
Andrei Zmievski
5afcfc4498
Don't need to check for out-of-memory condition.
2001-01-22 19:42:29 +00:00
Andrei Zmievski
5068444dfe
Z-ify the source.
2001-01-22 19:29:44 +00:00
Daniel Beulshausen
7357ee8fa4
rename php_mssql70.dll to php_mssql.dll, as we have only one mssql extension
2001-01-22 19:15:32 +00:00
Andrei Zmievski
21aeba29d0
@- Fixed extract() to properly prefix numeric keys when EXTR_PREFIX_ALL is
...
@ used. (Andrei)
@- Added EXTR_PREFIX_INVALID flag to extract() to automatically prefix
@ string keys that do not constitute valid variable names. (Andrei)
2001-01-22 17:27:02 +00:00
a4e0f9371a
ChangeLog update
2001-01-22 02:09:11 +00:00
544f79b30c
NEWS update
2001-01-22 02:09:08 +00:00
Rasmus Lerdorf
0d0a8f55d6
Kill warning
2001-01-22 01:13:49 +00:00
Zeev Suraski
3793dc18f2
Sigh. Even less sleep than I thought :) Really fix it this time.
2001-01-22 01:10:21 +00:00
Zeev Suraski
9a02c9993d
Too much work, not enough sleep... Fix hash lookup
2001-01-22 01:08:28 +00:00
Zeev Suraski
fbbdb1ddf7
Update and pastify NEWS
2001-01-22 00:11:43 +00:00
Zeev Suraski
6255a24f1c
Don't overwrite PATH_TRANSLATED if it exists
2001-01-22 00:06:52 +00:00
Rasmus Lerdorf
67cdb386a4
This probably should have a NEWS entry
2001-01-21 17:36:46 +00:00
Andi Gutmans
8769a693c9
- BeOS apparently doesn't have realpath(). Improve the previously
...
commited patch.
2001-01-21 17:35:31 +00:00
Rasmus Lerdorf
83cf6629ec
@BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
...
BeOS patch from svanegmond@bang.dhs.org modified somewhat by Rasmus
2001-01-21 17:29:15 +00:00
Andi Gutmans
3353ad7e6e
- Make people happy who like the Zend version number bumped up in parallel
...
with PHP.
2001-01-21 11:43:34 +00:00
5c867551fe
ChangeLog update
2001-01-21 02:09:12 +00:00
Sterling Hughes
95bf259c29
Fix the scheme handler support and make it compile on win32 systems.
2001-01-20 23:42:03 +00:00
Andi Gutmans
ef95a346f1
- Patch from Sterling. Add API calls to add zval's as array indeces/
...
object properties. Add _ex functions which take the string length as an
argument for better performance.
2001-01-20 19:16:38 +00:00
Sascha Schumann
5d03ac038d
Revert last completely broken patch.
2001-01-20 10:10:50 +00:00
Chuck Hagenbuch
dea0e01fa8
install the various HTML/* files
2001-01-20 05:39:26 +00:00
Rui Hirokawa
d5550b4706
added: EXPERIMENTAL
2001-01-20 02:59:59 +00:00
5a233fb7c2
ChangeLog update
2001-01-20 02:09:19 +00:00
07413645f2
NEWS update
2001-01-20 02:09:16 +00:00
Jason Greene
c14a3c5072
Desired functionality can be achieved with array_sum/array_count.
2001-01-19 22:55:41 +00:00
foobar
ee73470370
@- Added URL support for getimagesize() function (Jani)
...
# tested with all imagetypes. Also the iptc works.
2001-01-19 16:52:40 +00:00
Sam Liddicott
60e8fa617a
Added muscat to EXTENSIONS as it should be there all along
...
PR:
Submitted by:
Reviewed by:
Obtained from:
2001-01-19 16:12:36 +00:00
Sascha Schumann
fd83f5e1a4
Bump PHP_API_VERSION
2001-01-19 16:04:27 +00:00
Derick Rethans
78c88541f1
- Added a notice about the wordwrap function fix
...
#- suggested by Jani for people depending on the buggy behaviour
2001-01-19 16:03:22 +00:00
Sascha Schumann
96ba644e9f
Make the code match the comment.
...
Prior to this change, the upload code tried to add mangled names to
the global HTTP_POST_FILES array, resulting in all kind of weird behaviour.
After this change, multi-dimensional form elements are treated correctly
and consistently.
2001-01-19 15:39:35 +00:00
foobar
809bf95a90
Added some missing EXPERIMENTAL files plus some missing extensions
...
into EXTENSIONS file.
2001-01-19 13:43:41 +00:00
foobar
5dcf6618bc
@- Added xslt_set_scheme_handler() function (carmelo@akooe.com)
2001-01-19 11:44:12 +00:00
Andi Gutmans
0a3761e283
- For Sterling. I wonder if not all of the API functions should take the
...
- key_length as a parameter in order to save that strlen().
2001-01-19 08:40:49 +00:00
2016ae4a79
ChangeLog update
2001-01-19 02:09:24 +00:00
7fe074d752
NEWS update
2001-01-19 02:09:21 +00:00
Derick Rethans
82d58bdc4a
- Added the pg_lolseek function, which allows for arbitrary seeking within
...
a large object, and the pg_lotell call, which can be used to find the
current file offset for a large object (Submitted by: Adam Haberlach
<adam@newsnipple.com>).
@- Added the pg_lolseek and pg_lotell functions (Derick)
2001-01-18 22:17:05 +00:00
Derick Rethans
9a3cb4559f
- Fix for bug #8367 (wordwrap not cutting correctly)
2001-01-18 21:46:24 +00:00
Sterling Hughes
405d11e604
Fix the proto
2001-01-18 20:49:12 +00:00
Alex Akilov
ddf488970c
Support AIX/HP shared lib extensions and j2sdk1.3.0 (hotspot)
2001-01-18 18:36:23 +00:00
Sam Liddicott
ec966598f4
Some decent credits and such in the phpinfo page
2001-01-18 16:16:29 +00:00