1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
Commit Graph

8146 Commits

Author SHA1 Message Date
Sascha Schumann 637e8e14aa There might be more systems which do not support chroot, so we check
for the existence of it.

Additionally, if chroot is not supported, the warn_not_available function
is invoked now.
2001-02-15 05:21:27 +00:00
Zeev Suraski c239da7e66 Fix the PostgreSQL fix... 2001-02-15 02:15:36 +00:00
0a446bc274 ChangeLog update 2001-02-15 02:09:11 +00:00
Derick Rethans 8cef8a9ca1 - chroot does not work on windows 2001-02-15 00:43:44 +00:00
foobar 28b2869ac8 This should make detecting the version of Oracle libs a bit more accurate
to avoid the 'missing libcore4' errors. (e.g. on AIX)
Bug reports: #9027, #8905
2001-02-14 21:41:40 +00:00
Jon Parise 0450aecb8c Fix build. 2001-02-14 20:10:15 +00:00
Sergey Kartashoff 59e1b2cd4e mnoGoSearch config.m4 freebsd compatibility fix. 2001-02-14 14:39:40 +00:00
Sergey Kartashoff 3fc482b207 Added mnogosearch version checking into config.m4.
Some proto fixes.
2001-02-14 14:27:46 +00:00
Stanislav Malyshev e4f4983cdc allow more extensions with resources 2001-02-14 13:17:49 +00:00
Thies C. Arntzen ecaeac5881 ocifreedesc() now spits a NOTICE when called the "wrong" way. 2001-02-14 13:06:03 +00:00
Derick Rethans b972771971 - Added the notification of the chroot function addition
#- I forgot this with the initial commit
2001-02-14 11:27:28 +00:00
Derick Rethans 2648283b5b - Added an extra chdir("/"); as sugested by Sascha 2001-02-14 11:02:54 +00:00
Derick Rethans 4a54a15fc6 - Added the chroot function for changing root in a script.
#- This can be usefull when using PHP in a shell environment, or when PHP
#  runs as CGI which needs a little more security
2001-02-14 10:48:48 +00:00
Sascha Schumann f5874e9758 Add note about removing the requirement that you need to include the
respective class definition before using a session variable of the type
object.

This has been the best suggestion so far and is very likely to be adopted
in the near future.

Submitted by: Hartmut Holzgraefe
2001-02-14 10:12:29 +00:00
Thies C. Arntzen ab6bd757ec *** empty log message *** 2001-02-14 08:16:03 +00:00
9adb1d771b ChangeLog update 2001-02-14 02:09:15 +00:00
a3f0f0c279 NEWS update 2001-02-14 02:09:12 +00:00
Thies C. Arntzen 9d6f117938 remove stupid PGSQL warning 2001-02-13 20:13:14 +00:00
Adam Dickmeiss 9d8c1fb983 Bug fix: Record retrieval (present) is termiated on error. 2001-02-13 20:02:53 +00:00
Thies C. Arntzen f6925611fb @- PostgreSQL now does a rollback at the end of a request on every
@  persistent connection. This is done by doing an "empty" transaction
@  on the connection (This was advised by someone from the PostgreSQL
@  core-team). If you leave transactions open on your page you will see a
@  "NOTICE:  BEGIN: already a transaction in progress" message in your
@  apache error_log. This message is created by the PostgreSQL libs - we can
@  do nothing about it. (Thies)
2001-02-13 18:28:24 +00:00
Thies C. Arntzen 79a38a1c3a @- fixes PostgeSQL pg_connect() bug. We would sometimes close the default
@  link by acciedent. (Patch by: aja@nlgroup.ca)
2001-02-13 16:54:48 +00:00
Thies C. Arntzen 9a631384f3 remove unneded comments 2001-02-13 15:58:58 +00:00
Zeev Suraski f3063553c3 Move version registration to a more correct place 2001-02-13 13:53:42 +00:00
c2f1a45b24 ChangeLog update 2001-02-13 02:09:12 +00:00
880db726f7 NEWS update 2001-02-13 02:09:09 +00:00
Adam Dickmeiss 4ea3336962 Implemented yaz_present, yaz_scan, yaz_scan_result, yaz_ccl_conf,
yaz_ccl_parse and yaz_itemorder. Updated documentation.
2001-02-12 23:31:11 +00:00
Rainer Schaaf 4c21de658f added module support (for dl()) for PDFlib
the PDF files now tell that they are generated by the PHP binding.
2001-02-12 17:50:39 +00:00
Andi Gutmans 4afacc0a7c - Remove two unused functions 2001-02-12 15:49:24 +00:00
Andi Gutmans 033190cbcf - Fix warning
PR:
Submitted by:
Reviewed by:
Obtained from:
2001-02-12 15:47:38 +00:00
Andi Gutmans 488d808748 - Fix whitespace. 2001-02-12 15:18:05 +00:00
Zeev Suraski d854b26e43 Fix a bug that could cause corruption in case of an error during
get_zval_ptr()
2001-02-12 15:16:11 +00:00
Thies C. Arntzen 201342385e @- Improved OCI8 dead-session detection. (Patch by: George Schlossnagle) 2001-02-12 14:36:28 +00:00
Thies C. Arntzen fc7d103b73 fixed possible leak in imap_search 2001-02-12 11:57:22 +00:00
6b906ba742 ChangeLog update 2001-02-12 02:09:16 +00:00
Anders Johannsen c484140cfa Fixed indentation problems related to use of TAB instead of spaces 2001-02-12 00:38:28 +00:00
Anders Johannsen 7eb2ad0d81 The Cmd:: class implements an abstraction for various ways
of executing commands (directly using the backtick operator,
as a background task after the script has terminated using
register_shutdown_function() or as a detached process using nohup).
2001-02-11 21:39:13 +00:00
Sean Bright 733977e4bd Added note about get_meta_tags bugfix 2001-02-11 14:38:25 +00:00
Sean Bright ef2e1a72cf Fix for bug #4556
# This is pretty much a total rewrite of get_meta_tags using a simple
# handwritten tokenizer.  It might be overkill, but it works.
2001-02-11 02:38:40 +00:00
bc26a67a54 ChangeLog update 2001-02-10 02:09:09 +00:00
Hartmut Holzgraefe 766bdbc919 make _php_image_convert configuration-aware 2001-02-09 21:14:30 +00:00
Hartmut Holzgraefe d8a83a3722 libjpeg-not-installed protection 2001-02-09 21:04:45 +00:00
Rasmus Lerdorf e0c4bd742e Stray ] 2001-02-09 16:42:55 +00:00
Rasmus Lerdorf 4877d13ffa What the heck is CUT? Assume someone meant UTC here. And fix a
warning.
2001-02-09 15:28:23 +00:00
Sergey Kartashoff 279588aa12 Added UDM_PARAM_FIRST_DOC and UDM_PARAM_LAST_DOC mnoGoSearch extenstion
result parameters. Example updated.
2001-02-09 13:29:20 +00:00
Andi Gutmans e0b2a5f583 - Remove duplicate code and do a tiny optimization in DO_FCALL 2001-02-09 12:47:57 +00:00
David Hedbor 140279fc7b Fixed PHP authentication and some other minor things. 2001-02-09 05:32:42 +00:00
7a6df789cf ChangeLog update 2001-02-09 02:09:35 +00:00
Boian Bonev e7a148a758 fixed SIGSEGV in vpopmail_auth_user when optional arg apop is not set 2001-02-08 23:31:01 +00:00
Andrei Zmievski 6b0d9e19e1 *** empty log message *** 2001-02-08 19:11:47 +00:00
Sascha Schumann 9db16758b3 Make fprintf's optional 2001-02-08 16:26:18 +00:00