Hartmut Holzgraefe
5390b6a291
fix for bug #5707
2000-07-20 23:08:26 +00:00
Sterling Hughes
0690bca499
fix 5705
...
.
2000-07-20 17:15:25 +00:00
Andrei Zmievski
9de5b9e04a
# There you go, Wico.
...
Fix bug $5676.
@- Fixed preg_replace() to automatically escape quotes in matched
@ strings when using /e modifier. (Andrei)
2000-07-20 15:27:16 +00:00
Sterling Hughes
8a6f3f80f2
Fix dbase_create() for real.
2000-07-20 02:48:44 +00:00
David Croft
4e526516e2
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()
2000-07-19 18:55:12 +00:00
David Croft
89874a4b0d
# remove leading _ from #define
2000-07-19 18:51:55 +00:00
Rasmus Lerdorf
30c81ea5c5
Itanium patch from Steve Robb <steve@eu.c2.net>
...
@ Itanium patch (Steve Robb)
2000-07-19 16:19:40 +00:00
Sascha Schumann
0216ab891b
typo
2000-07-18 22:38:22 +00:00
Sascha Schumann
6da67bf234
Fix building ingres_ii as a shared module
2000-07-18 22:34:42 +00:00
Zeev Suraski
327e33972b
Shutup a gcc warning
2000-07-18 20:40:23 +00:00
Andrei Zmievski
7edad11a74
Fixed compilation errors.
2000-07-18 19:13:14 +00:00
Ken Coar
0ca493768b
Bring forward the zero-precision (%.0s) string formatting fix
...
from PHP3. (After being nagged by Thies. :-) Whee! My first
PHP4 commit..
2000-07-18 16:34:30 +00:00
Stig Bakken
7bb67a6200
@Set default include_path so PEAR files can be reached (Stig)
2000-07-18 11:02:28 +00:00
Sterling Hughes
bb5987fe74
Patch STDOUT support.
2000-07-18 05:52:03 +00:00
Hénot David
63a31786b6
Added new function ii_autocommit()
2000-07-17 23:57:36 +00:00
Hénot David
00d67abd30
Made ingres_ii module compile with its new name
2000-07-17 23:21:42 +00:00
Egon Schmid
41d3f4dbbf
Fixed some protos. Only one line for the description.
2000-07-17 21:50:35 +00:00
Hénot David
15ff1d211b
Added extension ii for Ingres II native support.
...
@- Added extension ii for Ingres II native support. See README in ext/ii
@ directory. (David H)
2000-07-17 21:29:30 +00:00
Zeev Suraski
896d64be10
Build fixes
2000-07-17 21:13:44 +00:00
Zeev Suraski
1237a33c79
- Made Interbase compile under Win32, cleaned warnings
...
@- Added Win32 project for the Interbase module (Zeev)
2000-07-17 20:51:47 +00:00
Uwe Steinmann
eb3bc5aba6
- Cannot see any good reason why the test script in the dir of
...
the extension, though it is in tests as well
2000-07-17 15:44:24 +00:00
Andrei Zmievski
8f96ea6b20
*** empty log message ***
2000-07-17 13:37:26 +00:00
Stanislav Malyshev
7b9d2e33bf
Fix crash in stripcslashes("") ( #5628 )
2000-07-17 10:22:30 +00:00
Sterling Hughes
6787071417
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?
2000-07-16 19:37:33 +00:00
Rasmus Lerdorf
246999a51f
Tiny wording fix
2000-07-16 18:51:00 +00:00
Egon Schmid
7a0d047a68
Some cosmetic changes.
2000-07-15 16:09:18 +00:00
Thies C. Arntzen
cef6cc1ec0
fixed uninitilized var in ZTS mode.
2000-07-15 14:54:04 +00:00
Egon Schmid
23b56e3c64
Some cosmetic changes.
2000-07-15 14:35:41 +00:00
Thies C. Arntzen
31dae9e367
@- You can now call Ora_Error() without prameters to get the reason
...
@ for a failed connection attempt. (Kirill Maximov)
2000-07-15 14:15:10 +00:00
Egon Schmid
9194a0fb12
Some cosmetic changes.
2000-07-15 13:00:41 +00:00
David Croft
09c9d44399
merged changes from Signio module by John Donagher <john@webmeta.com>
2000-07-15 05:08:22 +00:00
David Croft
9ee9eaab3a
test file for pfpro
2000-07-15 03:07:49 +00:00
David Croft
467917cbde
@- 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
2000-07-15 01:13:40 +00:00
Rasmus Lerdorf
3c10e038e2
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)
2000-07-14 22:07:57 +00:00
Rasmus Lerdorf
2f960d70b9
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)
2000-07-14 21:51:31 +00:00
Rasmus Lerdorf
e3fd1edc49
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()
2000-07-14 18:46:13 +00:00
Egon Schmid
0bba8eeae1
Protos fixed.
2000-07-14 18:42:35 +00:00
Rasmus Lerdorf
c78d180231
Shared module support for LDAP extension
...
@ Shared module support for LDAP extension (Troels Arvin)
2000-07-14 13:13:25 +00:00
Mike Waychison
99b85d1919
(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.
2000-07-14 08:12:53 +00:00
Rasmus Lerdorf
1d0ae2cde4
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)
2000-07-14 01:08:59 +00:00
Egon Schmid
411280eb9d
The description for protos need no period.
2000-07-13 20:55:22 +00:00
Vlad Krupin
9936548993
- Making pspell compile as a shared module
...
- fix a couple typos
@ Making pspell compile as a shared module
2000-07-13 20:39:14 +00:00
Egon Schmid
d041052428
Fixed protos.
2000-07-13 19:09:32 +00:00
Egon Schmid
28f38ea4fe
Fixed protos.
2000-07-13 18:44:57 +00:00
Egon Schmid
7ad2213278
Forgotten to change.
2000-07-13 18:27:10 +00:00
Egon Schmid
86dfb4c292
Corrected some protos.
2000-07-13 18:21:40 +00:00
Danny Heijl
641b0aa2d3
- typo
2000-07-11 17:53:02 +00:00
Danny Heijl
ec6861733b
- Work-around for ESQL/C bug with BLOBs and NULL values (Danny).
2000-07-11 17:47:16 +00:00
Sam Ruby
4ef7cb0700
Fix for problem noted by Jay Greenspan on TurboLinux machines
2000-07-11 17:33:14 +00:00
Andrei Zmievski
c9c425d625
Updated comments.
2000-07-11 16:51:04 +00:00