Sascha Schumann
e24f505bf9
Identifiers which begin with an underscore are reserved. Changed
...
_PHP_SOCKETS_H to PHP_SOCKETS_H.
2000-07-03 06:45:07 +00:00
Rasmus Lerdorf
78ec5a54a0
Use AC_CHECK_HEADERS(unistd.h) instead
2000-07-03 05:25:00 +00:00
Chris Vandomelen
21abde5ca1
* Makefile.in
...
config.m4
php_sockets.h
sockets.c
sockets.php:
- Added files needed for Unix-style sockets support in PHP.
2000-07-03 04:35:57 +00:00
Sascha Schumann
cd754d7825
Rename macros which begin with underscore to appropiate macros. The general
...
rule is:
macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
2000-07-03 00:41:19 +00:00
Sascha Schumann
16017f6d78
Change header protection macros to conform to standard.
...
Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment"
All identifiers that begin with an underscore and either an uppercase
letter or another underscore are always reserved for any use by the
implementation.
2000-07-02 23:46:51 +00:00
Stanislav Malyshev
4d1f03839c
Fix couple of crashes on error conditions
...
Make session_module_name really work
2000-07-02 16:27:39 +00:00
Andi Gutmans
b9037f7d69
- Make PHP compile again under Windows.
...
- Please be careful when you make such changes.
2000-07-02 15:12:34 +00:00
Kristian Köhntopp
0249137148
unlink() is not a function related to HAVE_SYMLINK. It is being
...
used to delete files (actually, in Unix, names of files, as in
Unix nobody has deleted a file, ever).
2000-07-02 13:41:26 +00:00
Rui Hirokawa
074f52f382
added new functions: pg_setclientencoding, pg_clientencoding in Postgres-7.0.
2000-07-02 08:59:44 +00:00
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