]>
granicus.if.org Git - php/log
David Croft [Sat, 22 Jul 2000 01:12:24 +0000 (01:12 +0000)]
wordwrap function from Chris Russel <russel@yorku.ca>
differences from his patch:
- wordwrap width and wrap-string now optional parameters
(default to 75 and "\n" respectively)
- wordwrap_byte is now just an automatic special case of wordwrap
- Zend API compliant
@- Added new function "wordwrap" to wordwrap long strings from Chris
@ Russel <russel@yorku.ca> (David Croft)
<changelog@php.net> [Sat, 22 Jul 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 22 Jul 2000 01:09:04 +0000 (01:09 +0000)]
NEWS update
foobar [Sat, 22 Jul 2000 00:34:22 +0000 (00:34 +0000)]
Forgot those constants.
Sam Ruby [Fri, 21 Jul 2000 22:08:50 +0000 (22:08 +0000)]
Pass PHP arrays to Java as hash tables; minor cleanup
Joey Smith [Fri, 21 Jul 2000 19:58:38 +0000 (19:58 +0000)]
INI stuff labelled sybase.* should be sybct.*.
Thanks to dean.bennett@home.com.
foobar [Fri, 21 Jul 2000 19:00:21 +0000 (19:00 +0000)]
@- Added four additional arguments: attrsonly, sizelimit, timelimit, deref which
@ were missing in ldap_search(), ldap_list() and ldap_read() functions (Jani)
@- Fixed a bug in ldap_search/list/read() which prevented returning the partial
@ results when 'Sizelimit exceeded' error occurred. (Jani Taskinen)
# And nuked some compile time warnings. Took a while to get this commit message
# written..I hope I got it right. =)
Sterling Hughes [Fri, 21 Jul 2000 18:34:37 +0000 (18:34 +0000)]
New naming sequence for PEAR_Error
- PEAR_ERROR -> PEAR_Error
- $CLASSNAME -> $classname
New naming sequence for Exceptions
- ExceptionFileFind -> FileFindException.
Rasmus Lerdorf [Fri, 21 Jul 2000 16:39:18 +0000 (16:39 +0000)]
Fix this address
Zeev Suraski [Fri, 21 Jul 2000 15:54:10 +0000 (15:54 +0000)]
Fix Win32 build
Hartmut Holzgraefe [Fri, 21 Jul 2000 15:50:37 +0000 (15:50 +0000)]
column size for date in imap_headers increased (see bug id #5699)
Andrei Zmievski [Fri, 21 Jul 2000 15:29:59 +0000 (15:29 +0000)]
(php_addslashes) Fixed stop condition - it should only take into account
the length of the string, not the characters.
Sterling Hughes [Fri, 21 Jul 2000 06:47:18 +0000 (06:47 +0000)]
Add PEAR_ERROR class for returning exception objects.
# This is the basic idea that Ulf proposed, its obviously
# going to be subject to modifications.
Ken Coar [Fri, 21 Jul 2000 03:21:56 +0000 (03:21 +0000)]
Undo numerical format regression introduced by the fix of the
zero-precison %s formatting.
<changelog@php.net> [Fri, 21 Jul 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 21 Jul 2000 01:09:04 +0000 (01:09 +0000)]
NEWS update
Hartmut Holzgraefe [Thu, 20 Jul 2000 23:08:26 +0000 (23:08 +0000)]
fix for bug #5707
Sterling Hughes [Thu, 20 Jul 2000 17:15:25 +0000 (17:15 +0000)]
fix 5705
.
Andrei Zmievski [Thu, 20 Jul 2000 15:27:16 +0000 (15:27 +0000)]
# There you go, Wico.
Fix bug $5676.
@- Fixed preg_replace() to automatically escape quotes in matched
@ strings when using /e modifier. (Andrei)
Sterling Hughes [Thu, 20 Jul 2000 02:48:44 +0000 (02:48 +0000)]
Fix dbase_create() for real.
<changelog@php.net> [Thu, 20 Jul 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Thu, 20 Jul 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update
David Croft [Wed, 19 Jul 2000 18:55:12 +0000 (18:55 +0000)]
automatically initialise library at first use if necessary
automatically cleanup library at request end if user hasn't done so
libpfpro library version shown on phpinfo()
David Croft [Wed, 19 Jul 2000 18:51:55 +0000 (18:51 +0000)]
# remove leading _ from #define
Rasmus Lerdorf [Wed, 19 Jul 2000 16:19:40 +0000 (16:19 +0000)]
Itanium patch from Steve Robb <steve@eu.c2.net>
@ Itanium patch (Steve Robb)
<changelog@php.net> [Wed, 19 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Wed, 19 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update
Sascha Schumann [Tue, 18 Jul 2000 22:38:22 +0000 (22:38 +0000)]
typo
Sascha Schumann [Tue, 18 Jul 2000 22:34:42 +0000 (22:34 +0000)]
Fix building ingres_ii as a shared module
Zeev Suraski [Tue, 18 Jul 2000 20:40:23 +0000 (20:40 +0000)]
Shutup a gcc warning
Zeev Suraski [Tue, 18 Jul 2000 20:32:39 +0000 (20:32 +0000)]
Forgot to link this function...
Zeev Suraski [Tue, 18 Jul 2000 20:08:06 +0000 (20:08 +0000)]
This is probably the oldest bug in PHP :)
Luckily it's unlikely we're ever actually bitten by this bug.
Andrei Zmievski [Tue, 18 Jul 2000 19:13:14 +0000 (19:13 +0000)]
Fixed compilation errors.
Andreas Karajannis [Tue, 18 Jul 2000 18:16:56 +0000 (18:16 +0000)]
Added myself
Andrei Zmievski [Tue, 18 Jul 2000 16:37:58 +0000 (16:37 +0000)]
Don't touch ChangeLog, please. It's automagically generated from commit
messages.
Ken Coar [Tue, 18 Jul 2000 16:34:30 +0000 (16:34 +0000)]
Bring forward the zero-precision (%.0s) string formatting fix
from PHP3. (After being nagged by Thies. :-) Whee! My first
PHP4 commit..
Stig Bakken [Tue, 18 Jul 2000 11:02:28 +0000 (11:02 +0000)]
@Set default include_path so PEAR files can be reached (Stig)
Sterling Hughes [Tue, 18 Jul 2000 05:52:03 +0000 (05:52 +0000)]
Patch STDOUT support.
<changelog@php.net> [Tue, 18 Jul 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Tue, 18 Jul 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update
Hénot David [Mon, 17 Jul 2000 23:57:36 +0000 (23:57 +0000)]
Added new function ii_autocommit()
Hénot David [Mon, 17 Jul 2000 23:21:42 +0000 (23:21 +0000)]
Made ingres_ii module compile with its new name
Stig Bakken [Mon, 17 Jul 2000 22:52:08 +0000 (22:52 +0000)]
@Added "pear" executable, requires CGI version installed (Stig)
Egon Schmid [Mon, 17 Jul 2000 21:50:35 +0000 (21:50 +0000)]
Fixed some protos. Only one line for the description.
Hénot David [Mon, 17 Jul 2000 21:29:30 +0000 (21:29 +0000)]
Added extension ii for Ingres II native support.
@- Added extension ii for Ingres II native support. See README in ext/ii
@ directory. (David H)
Zeev Suraski [Mon, 17 Jul 2000 21:13:44 +0000 (21:13 +0000)]
Build fixes
Zeev Suraski [Mon, 17 Jul 2000 20:51:47 +0000 (20:51 +0000)]
- Made Interbase compile under Win32, cleaned warnings
@- Added Win32 project for the Interbase module (Zeev)
Ben Mansell [Mon, 17 Jul 2000 17:18:02 +0000 (17:18 +0000)]
Minor adjustments to compile-advice
Uwe Steinmann [Mon, 17 Jul 2000 15:44:24 +0000 (15:44 +0000)]
- Cannot see any good reason why the test script in the dir of
the extension, though it is in tests as well
Andrei Zmievski [Mon, 17 Jul 2000 13:37:26 +0000 (13:37 +0000)]
*** empty log message ***
Stanislav Malyshev [Mon, 17 Jul 2000 10:22:30 +0000 (10:22 +0000)]
Fix crash in stripcslashes("") (#5628)
<changelog@php.net> [Mon, 17 Jul 2000 01:13:01 +0000 (01:13 +0000)]
ChangeLog update
Andi Gutmans [Sun, 16 Jul 2000 22:33:42 +0000 (22:33 +0000)]
- Beautify Zeev's patch a bit.
Zeev Suraski [Sun, 16 Jul 2000 20:08:26 +0000 (20:08 +0000)]
Update news
Sterling Hughes [Sun, 16 Jul 2000 19:37:33 +0000 (19:37 +0000)]
Add CURL support (http://curl.haxx.se).
# Currently pretty experimental, and labeled so, it
# only really works with the CGI version. I wanted
# to get the sources in CVS, so I could give a
# reference point for some issues, and get more
# extensive testing...
#
# Does anyone know how long it is going to be till
# the next minor release?
Rasmus Lerdorf [Sun, 16 Jul 2000 18:51:00 +0000 (18:51 +0000)]
Tiny wording fix
Zeev Suraski [Sun, 16 Jul 2000 16:40:21 +0000 (16:40 +0000)]
Implement parent::foo()
<changelog@php.net> [Sun, 16 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sun, 16 Jul 2000 01:09:05 +0000 (01:09 +0000)]
NEWS update
Egon Schmid [Sat, 15 Jul 2000 16:09:18 +0000 (16:09 +0000)]
Some cosmetic changes.
Zeev Suraski [Sat, 15 Jul 2000 15:41:20 +0000 (15:41 +0000)]
Add more extended_info calls
Thies C. Arntzen [Sat, 15 Jul 2000 14:54:04 +0000 (14:54 +0000)]
fixed uninitilized var in ZTS mode.
Egon Schmid [Sat, 15 Jul 2000 14:35:41 +0000 (14:35 +0000)]
Some cosmetic changes.
Thies C. Arntzen [Sat, 15 Jul 2000 14:15:10 +0000 (14:15 +0000)]
@- You can now call Ora_Error() without prameters to get the reason
@ for a failed connection attempt. (Kirill Maximov)
Egon Schmid [Sat, 15 Jul 2000 13:00:41 +0000 (13:00 +0000)]
Some cosmetic changes.
David Croft [Sat, 15 Jul 2000 05:24:22 +0000 (05:24 +0000)]
#.cvsignore file for ext/pfpro
David Croft [Sat, 15 Jul 2000 05:08:22 +0000 (05:08 +0000)]
merged changes from Signio module by John Donagher <john@webmeta.com>
David Croft [Sat, 15 Jul 2000 03:07:49 +0000 (03:07 +0000)]
test file for pfpro
Rasmus Lerdorf [Sat, 15 Jul 2000 01:54:59 +0000 (01:54 +0000)]
.
David Croft [Sat, 15 Jul 2000 01:13:40 +0000 (01:13 +0000)]
@- New extension "pfpro" for interface with Signio Payflow Pro (David Croft)
New extension pfpro to interface with Signio Payflow Pro library for
credit card processing etc
<changelog@php.net> [Sat, 15 Jul 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Sat, 15 Jul 2000 01:09:04 +0000 (01:09 +0000)]
NEWS update
Rasmus Lerdorf [Fri, 14 Jul 2000 22:07:57 +0000 (22:07 +0000)]
Add IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants for
imagetypes() function
@ Add IMG_GIF, IMG_JPG, IMG_JPEG, IMG_PNG and IMG_WBMP constants for
@ imagetypes() function (Rasmus)
Rasmus Lerdorf [Fri, 14 Jul 2000 21:51:31 +0000 (21:51 +0000)]
Add ImageTypes() function which returns a bitfield with the supported
image formats. 1=gif, 2=jpeg, 4=png and 8=wbmp
@ Add ImageTypes() function which returns a bitfield with the supported
@ image formats. 1=gif, 2=jpeg, 4=png and 8=wbmp (Rasmus)
Zeev Suraski [Fri, 14 Jul 2000 20:00:24 +0000 (20:00 +0000)]
Improve register_resource_ex() infrastructure
Zeev Suraski [Fri, 14 Jul 2000 19:42:59 +0000 (19:42 +0000)]
Hopefully this will stop the php_mysql.dll questions that haunt us...
Rasmus Lerdorf [Fri, 14 Jul 2000 18:46:13 +0000 (18:46 +0000)]
Make it possible to specify an empty string as a thousands-seperator
in number_format()
@ Make it possible to specify an empty string as a thousands-seperator
@ in number_format()
Egon Schmid [Fri, 14 Jul 2000 18:42:35 +0000 (18:42 +0000)]
Protos fixed.
Rasmus Lerdorf [Fri, 14 Jul 2000 13:13:25 +0000 (13:13 +0000)]
Shared module support for LDAP extension
@ Shared module support for LDAP extension (Troels Arvin)
Mike Waychison [Fri, 14 Jul 2000 08:12:53 +0000 (08:12 +0000)]
(imap_mail) Fixed a sizing of the arg parameter array. Was causing
Seg-Faults if rpath was specified.
@ Fixed a bug with imap_mail where apache would segfault if the rpath
@ parameter was specified.
# ouch.
<changelog@php.net> [Fri, 14 Jul 2000 01:09:09 +0000 (01:09 +0000)]
ChangeLog update
<changelog@php.net> [Fri, 14 Jul 2000 01:09:06 +0000 (01:09 +0000)]
NEWS update
Rasmus Lerdorf [Fri, 14 Jul 2000 01:08:59 +0000 (01:08 +0000)]
Use dashes and short day name in cookies since some browsers seem picky
about this
@ Use dashes and short day name in cookies since some browsers seem picky
@ about this (Rasmus)
Egon Schmid [Thu, 13 Jul 2000 20:55:22 +0000 (20:55 +0000)]
The description for protos need no period.
Vlad Krupin [Thu, 13 Jul 2000 20:39:14 +0000 (20:39 +0000)]
- Making pspell compile as a shared module
- fix a couple typos
@ Making pspell compile as a shared module
Egon Schmid [Thu, 13 Jul 2000 19:09:32 +0000 (19:09 +0000)]
Fixed protos.
Egon Schmid [Thu, 13 Jul 2000 18:44:57 +0000 (18:44 +0000)]
Fixed protos.
Egon Schmid [Thu, 13 Jul 2000 18:27:10 +0000 (18:27 +0000)]
Forgotten to change.
Egon Schmid [Thu, 13 Jul 2000 18:21:40 +0000 (18:21 +0000)]
Corrected some protos.
Zeev Suraski [Thu, 13 Jul 2000 17:52:00 +0000 (17:52 +0000)]
Fix disable_functions feature
Zeev Suraski [Thu, 13 Jul 2000 17:29:59 +0000 (17:29 +0000)]
*** empty log message ***
Stanislav Malyshev [Thu, 13 Jul 2000 09:17:39 +0000 (09:17 +0000)]
make -c in stand-alone mode work again.
Setting ini_path after php_module_startup doesn't do much good -
since php_module_startup reads .ini.
# This fix is very ugly. Everyone is welcome to make better fix
# that won't report errors twice and won't scan argument 3 times
<changelog@php.net> [Thu, 13 Jul 2000 01:09:07 +0000 (01:09 +0000)]
ChangeLog update
Thies C. Arntzen [Wed, 12 Jul 2000 16:37:46 +0000 (16:37 +0000)]
fix ZTS startup without filename (thanx purify!)
Uwe Steinmann [Wed, 12 Jul 2000 12:50:58 +0000 (12:50 +0000)]
- The pdfclock example using cpdf
Thies C. Arntzen [Wed, 12 Jul 2000 12:00:17 +0000 (12:00 +0000)]
unset active_symbol_table on zend-shutdown.
Thies C. Arntzen [Wed, 12 Jul 2000 11:59:09 +0000 (11:59 +0000)]
(php_error) only set php_errormsg if we (still) have an active_symbol_table.
Andi Gutmans [Wed, 12 Jul 2000 03:57:26 +0000 (03:57 +0000)]
- By mistake recommited bad entry
Andi Gutmans [Wed, 12 Jul 2000 03:55:28 +0000 (03:55 +0000)]
- Add some Zend Engine changes to the NEWS file
<changelog@php.net> [Wed, 12 Jul 2000 01:09:08 +0000 (01:09 +0000)]
ChangeLog update