foobar
a49d98b499
fixed the comment..
25 years ago
Aaron Bannert
b2f9b6fb16
Apache does a full load, unload, load cycle for each DSO module.
This patch makes sure that any startup actions that are performed
for PHP don't happen until the second load (the second call to
the post_config hook), and it also prevents subsequent calls
to the initialization routines.
Suggested By: Cliff Woolley
PR: 16475, 16754
25 years ago
Stig Bakken
3460eedfca
* add "_lastmodified" timestamp to registry files (don't trust filemtime)
25 years ago
dc49f3cd0a
NEWS update
25 years ago
0cb2b488f7
ChangeLog update
25 years ago
Stig Bakken
1ac4caa680
0.9.1 release notes ++
25 years ago
Stig Bakken
31d02d2bb8
* make validator work again
25 years ago
foobar
c3a6cbbc42
Fixed the extension name.
25 years ago
Stig Bakken
da684c5a00
* roll out 1.2 release
25 years ago
foobar
4586a989ef
Wrong variable used here..
25 years ago
foobar
5aed99b456
ws fix
25 years ago
Markus Fischer
a8b633bfa2
- Fix proto.
25 years ago
Markus Fischer
be013212bc
- Fix pcntl_waitpid() [ Fixes #16766 ].
25 years ago
Sascha Schumann
1d22766fb1
Add #ifdef.. around F_SETFD.
25 years ago
Derick Rethans
e31793414d
Fix TSRMLS_CC thingies.
25 years ago
Harald Radi
51e797f1e3
some type cleanup work
25 years ago
Uwe Steinmann
fc851f342a
- replace_child() will not add a child twice
- domxml_open_mem() drops old optional parameter to switch between reading
from a string or a file.
- new optional parameter for domxml_open_mem() which set the mode how the
document shall be parsed
25 years ago
Hartmut Holzgraefe
4852dd3569
apache_child_terminate() returns status as bool
proto fixes
25 years ago
Yasuo Ohgaki
417f299d0e
Remove unneeded 'return'.
25 years ago
Yasuo Ohgaki
e6780384ad
Fix possible wide char prolem.
Fix empty output when no conversion is performed.
# Derick, this needs to be merged.
25 years ago
Stig Bakken
722cd4fa17
* use PEAR_Common::downloadHttp()
25 years ago
Stig Bakken
e22ee6a085
* downloadHttp: pass the total number of bytes downloaded as parameter
to the 'done' callback
25 years ago
Stig Bakken
124c63b333
* moved these "class variables" to global variables and added static methods for getting
them: maintainer_roles, release_states, dependency_types, dependency_relations,
file_roles, replacement_types
* added downloadHttp method with status callback support (can be used by installers
to show download progress)
25 years ago
Uwe Steinmann
1e9000e315
- added new function DomDocument->ids (subject to change)
25 years ago
Uwe Steinmann
d4c273c3a7
- get_element_by_id() doesn't use xpath anymore but searches in
xmlDoc->ids as provided by libxml.
- New function DomDocument->ids() returns a list of ids (subject to change)
- replace_node() doesn't make a copy of the new node if it has no parents
25 years ago
Sascha Schumann
cab34e6b05
No need for an ifelse here (which was lacking a char anyway :-)
25 years ago
Yasuo Ohgaki
e7e0eddadd
Make pg_convert/pg_insert/pg_select/pg_update/pg_delete a bit more flexible.
pg_convert() may ignore, NOT NULL and/or DEFAULT.
pg_insert/pg_update/pg_select/pg_update may return query string.
25 years ago
foobar
f54f199906
This was not supposed to be uncommented..yet.
25 years ago
foobar
dace2eca03
Part 4 of apache sapi build fixes:
- Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset
redefinition warning is gone now.
25 years ago
foobar
eb18c5c38c
Part 3 of static apache build fixes:
- Use the PHP_CFLAGS when compiling the php4 module in apache tree.
- Use the apache include dir only when compiling sapi/apache
o Fixes the fnmatch.h issue Wez complained about :)
25 years ago
foobar
50f91c18fb
Part 2 of static apache build fixes:
- Added 2 variables to be used in libphp4.module
o Apparently autoconf 2.53 screws abs_srcdir
- Made INCLUDES and EXTRA_INCLUDES available to be used with AC_OUTPUT()
o Not related to the static apache build issues
25 years ago
foobar
3679c6e054
Part 1 of commits to fix some issues with static apache (1.3.x) compile:
- Made the OPENSSL_INCDIR available to be added in the PHP_CFLAGS
in libphp4.module
- Make it possible to set SAPI specific include dirs
25 years ago
foobar
675ff2d811
Missing date for 4.2.0
25 years ago
d16ea58e8b
ChangeLog update
25 years ago
foobar
ae2e36a4e5
Changed the error for 'no upload' to E_NOTICE so that it doesn't
pollute the logs too much.
@- Fixed possible crash bug in HTTP uploads. (Patch: Lucas Schroeder)
25 years ago
Rui Hirokawa
36e51815ad
fixed access problem when japanese Shift_JIS character is used as directory name. Some characters in Shift_JIS are including 0x5c (slash) as second byte.
25 years ago
Sascha Schumann
303a784822
remove unnecessary casts
# if you mind the bogus warnings, you can either switch the compiler
# or decrease the warning level
25 years ago
Sascha Schumann
5a83ad6dc1
Set the close-on-exec flag for fds. Child processes should not inherit
the fd.
Also rip out the broken O_EXCL use. Our file names are not unique and
this left a small window open where creating a session file would fail
(a, b notice that the file does not exist; a creates the file successfully;
b tries to create, but fails due to O_EXCL).
25 years ago
Jim Jagielski
a6117a874e
Typo in error string
25 years ago
Harald Radi
894aac6e19
set up a proxy object when requesting a reference to a variable
25 years ago
Harald Radi
b29604fefc
fixes a warning when compiling under win32
25 years ago
Marko Karppinen
42555b189e
Refine the OS X support a bit
25 years ago
Marko Karppinen
2cd85ac084
Merged the Mac OS X compile changes from the Apache 1.3 SAPI.
--with-apxs2 should now work on Mac OS X / Darwin.
# Not tested, though. So shoot me! :)
25 years ago
Marko Karppinen
e7ccaf4fb9
Prettify the NEWS entries
# So that Jani doesn't have to do it every time!
25 years ago
Marko Karppinen
2580f11aa8
Let's pretend this is up-to-date now
25 years ago
Harald Radi
94ba23998f
changes related to the latest commit of the zend engine
25 years ago
Harald Radi
6ac6cb1040
added get_class_entry callback handler to the
object handlers structure
25 years ago
Edin Kadribasic
6c491a5654
Reverting my previous patch.
25 years ago
Sebastian Bergmann
79d71a17a5
MFZE1: Change default value of inline-opt to yes (Sascha).
25 years ago
Harald Radi
2afbbd2e4f
fixed linkage warning under win32
25 years ago