Sterling Hughes
b87f5e93a3
revert + note.
2000-07-01 22:39:27 +00:00
Sterling Hughes
a43572123c
- strdup -> estrdup
...
- check whether return_value array is initialized.
2000-07-01 21:34:45 +00:00
Andi Gutmans
50e9b1fe36
- Commit tiny patch to remove redundant code by Amit Schreiber.
2000-07-01 12:23:09 +00:00
Sterling Hughes
f5385608c1
stylistic modifications.
2000-07-01 01:43:37 +00:00
Sterling Hughes
8745b71fc6
definition.
2000-07-01 01:42:51 +00:00
Sterling Hughes
51370ab76c
@- Allow cybercash to compile as a DL module. (Sterling)
...
-Allow cybercash to compile as a DL module.
-Stylistic changes.
-Add RETURN_STRINGL + Z_*_PP macros
2000-07-01 01:37:11 +00:00
Sterling Hughes
857e80f5c6
Fix bug 4813. Fixed by greg@darkphoton.com
2000-06-30 22:44:20 +00:00
Sterling Hughes
7f7c14d9f5
@- Fixed the dbase_create function. (Sterling)
...
Fixed the dbase_create function.
2000-06-30 21:21:17 +00:00
Andrei Zmievski
1ca7f07d1a
Typo.
2000-06-30 19:40:42 +00:00
Dan Kalowsky
5f81cba573
updates for the SolidEE to work for 3.5 with PHP4.0.1. Still causes warning of "integer from pointer used without typecast" but does not seem to effect the final build any. have not found a correction yet. has not shown the SQLParamData bug either, but unknown if it is closed as i was unable to reproduce it.
...
basically fixed the config.m4 file, and added a #define of HAVE_SOLID_35, due to the solidee 3.5 vs all other solidee systems being drastically different. and solidtech providing no means for testing what version you are using.
does not include fixes for the linux users of glibc2 (automatically assumes libc5). temporary work around, link your /usr/local/solid/lib files from a scll2x23 or scll2x30 to a scllux30 or scllux23 name... suggestions to automate this are welcome.
2000-06-30 19:22:52 +00:00
Zeev Suraski
5660a80cfc
First Sybase-DB fix patch
2000-06-30 16:24:17 +00:00
Uwe Steinmann
33471de02a
- using more of the zend API
2000-06-30 09:46:39 +00:00
Sam Ruby
2d8b72535f
Fix garbage in warning strings, and IllegalArgumentException on
...
assignments which require data type conversions.
2000-06-30 04:48:46 +00:00
Zeev Suraski
7fb72c1726
Fixed opendir() thoroughly
2000-06-29 21:51:40 +00:00
Andi Gutmans
1dcee33866
- Get rid of absolute path
2000-06-29 16:08:02 +00:00
Andi Gutmans
bd8aeb5342
- Make pgsql compile on Windows.
2000-06-29 16:00:30 +00:00
Stanislav Malyshev
a6b31f04cd
Lowercase class name before checking for it
...
# I didn't really check it - have no WDDX
2000-06-29 14:50:23 +00:00
Stanislav Malyshev
740fc2f5de
Lowercase class name before looking for it
2000-06-29 14:49:23 +00:00
Kristian Köhntopp
02cad904ee
ezmlm_hash() function also available for php4.
2000-06-29 14:07:10 +00:00
Stanislav Malyshev
e8c219fef2
Make fgets not use maximal buffer length always, but shrink buffer
...
if it's too big.
2000-06-29 13:34:55 +00:00
Stanislav Malyshev
1d46433bfa
Try to fix #5271 - crash when $HTTP_SESSION_VARS is already defined
...
via "global"
# I'm not sure it's fastest fix possible, but at least it should remove the
# crash
2000-06-29 13:09:27 +00:00
Andrei Zmievski
49365eea79
Oops, didn't mean to commit that.
2000-06-28 20:09:04 +00:00
Andrei Zmievski
29e8e565c6
@- Added an optional parameter to preg_replace() that can be used to
...
@ specify how many replacements to make. (Andrei)
2000-06-28 20:07:26 +00:00
Joey Smith
b952c2c95a
Added note about creating PDF documents in memory.
...
This is not quite complete, due to a bug in pdflib 3.0.
2000-06-28 11:44:32 +00:00
Sascha Schumann
50595370e0
Cosmetic name change
2000-06-27 23:09:49 +00:00
Jouni Ahto
8b8f191e59
# Reverting as requested.
2000-06-27 22:25:27 +00:00
Jouni Ahto
1dfe76f5f6
- dba_[p]open accepts now a new parameter, which kind of database to create
...
(DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and
mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists.
# Asked on the list 4 1/2 hours ago if anyone's got to say something to this,
# no response, so I'm assuming it's ok. And yes, I did test this.
2000-06-27 21:36:26 +00:00
Zeev Suraski
c860633741
Fixed a bug in opendir(), which prevented readdir() from working properly if
...
the $dir argument wasn't explicitly specified
2000-06-27 18:44:30 +00:00
Jouni Ahto
9322b9d9a5
(pg_loreadall) Was using zval ** but forgot to convert to use
...
zend_get_parameters_ex(). Fixes #5244 .
2000-06-27 13:26:04 +00:00
Thies C. Arntzen
e834812a06
(fgetcsv) fixed leak
2000-06-27 09:55:52 +00:00
Thies C. Arntzen
9eb2c1efb1
@- Fixed a possible crash in the LDAP modify code. (Eric Kilfoil)
2000-06-27 09:28:05 +00:00
Zeev Suraski
52dd20177c
Removed 8KB limit on line length of the file() function
2000-06-26 20:52:04 +00:00
Zeev Suraski
33d4092590
- Disabled dl() when PHP is being used as a module inside a multithreaded web
...
server - it didn't work before, and caused weird results (Zeev)
2000-06-26 18:27:12 +00:00
Andi Gutmans
229b170885
- Don't depend on USE_PATH being equal to 1. Use #define value
2000-06-26 18:19:35 +00:00
Andrei Zmievski
4010b422dd
Separate plain name returned by php_sapi_module() and pretty name
...
used for output.
2000-06-26 18:05:55 +00:00
Egon Schmid
bcb308c522
Fixed some protos.
2000-06-26 17:57:46 +00:00
Zeev Suraski
90feef368b
- Please NEVER copy fopen_wrappers.c functions to modules. They are ugly
...
- enough as is and need cleaning up. Duplicating the mess makes things just
- worse and prevents bug fixes in the functions from propogating throughout
- PHP.
- This fix is untested so someone who uses zlib, please test it and report
- back.
2000-06-26 17:40:24 +00:00
Stanislav Malyshev
8fd20c3ec7
Make exec() fwork on Unix again
2000-06-26 17:12:38 +00:00
Jouni Ahto
92b963bb2e
- Fixed another missing test for existing functions in libgd.
...
# This too should go in 4.0.1 if just possible.
2000-06-26 15:23:52 +00:00
Kristian Köhntopp
2c32d120b2
Corrected a syntax error: Macro requires braces.
2000-06-26 14:55:38 +00:00
Kristian Köhntopp
c54fa54e36
Added function php_sapi_name() as written by Stefan Livieratos.
2000-06-26 14:43:37 +00:00
Jouni Ahto
29e5cf81bf
- Test gdImagePaletteCopy and define HAVE_LIBGD15 if found.
...
- s/HAVE_LIBGD13/HAVE_LIBGD15/ in ImagePaletteCopy, ImageCopyMerge.
# This really should go into 4.0.1 or we'll get a lot of complaints from
# people using older versions of gd (because it still supports gif).
2000-06-26 12:23:02 +00:00
Stefan Roehrich
ca7d7dbc01
Fix for configure not setting the library path.
2000-06-26 08:53:36 +00:00
Zeev Suraski
4afe6d0f60
Make the zlib DLL work with the stock zlib library
2000-06-25 19:00:38 +00:00
Zeev Suraski
7da710c060
- Update .dsp
...
- Add Win32 'spec' file
2000-06-25 18:54:55 +00:00
Zeev Suraski
1be47784eb
imap_sendmail.[ch] are missing... Whomever added them, please cvs add them and then
...
readd them to the project...
2000-06-25 18:29:05 +00:00
Egon Schmid
2deed22e5c
Now its a todo.
2000-06-25 17:55:13 +00:00
Zeev Suraski
10e0303620
Get rid of a warning
2000-06-25 17:54:52 +00:00
Zeev Suraski
a6b201c18c
PHPAPI is invalid here...
2000-06-25 17:54:14 +00:00
Egon Schmid
9f0eba9f10
It was Jouni: Prevent Hartmut finding this until it is actually implemented...
2000-06-25 17:21:04 +00:00