History log of /PHP-8.0/ext/standard/config.m4 (Results 126 – 150 of 188)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.3, php-4.3.3RC4
# 66b910e8 09-Aug-2003 Marcus Boerger

Bugfix #24142, part 2


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 8dca948c 30-Jun-2003 foobar

- Moved the PEAR check after the extensions.
. added checks for the dependancies PEAR has.
- Moved PHP_REGEX checks to ext/standard/config.m4

# If someone knows the reason for PHP_

- Moved the PEAR check after the extensions.
. added checks for the dependancies PEAR has.
- Moved PHP_REGEX checks to ext/standard/config.m4

# If someone knows the reason for PHP_REGEX macro being where it was,
# please tell..

show more ...


Revision tags: php-5.0.0b1
# 10ec176f 28-Jun-2003 Sebastian Bergmann

Buckle your seatbelt, Dorothy, 'cause Aggregation is going bye-bye.


Revision tags: php-4.3.3RC1
# 89e2d04a 05-Jun-2003 foobar

Fix the regex issues with apache2handler


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# 0cec0bd8 27-Feb-2003 Wez Furlong

streams.c -> streamsfuncs.c
# argh!


# 5def83df 27-Feb-2003 Wez Furlong

Move streams specific stuff from ext/standard/file.c -> ext/standard/streams.c
Move win32 select implementation into win32/.
Will update win32 build in a moment.


# 28f4cb18 18-Feb-2003 foobar

nice() is part of libc, use AC_CHECK_FUNCS instead


# 0fd1009f 18-Feb-2003 Ilia Alshanetsky

Added nice() function, which allows changing of priority for the current
process.


# ea8d11cc 16-Feb-2003 Moshe Doron

@ new idate() function.
@ new date_sunrise() function.
@ new date_sunset() function.
#since i have no premission updating the win32 project file, i'm sending patch on the list.


Revision tags: php-4.3.1
# f9f4644a 14-Feb-2003 foobar

- Don't add libcrypt if the crypt() function is provided already.
(by libc, like in HP-UX)


# b81ea669 13-Feb-2003 Wez Furlong

cli should be allowed to have the chroot() function.


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# dea44dfc 22-Jan-2003 Anil Madhavapeddy

typo


# 1a314027 15-Jan-2003 Wez Furlong

- Move proc_open code to a source file of it's own.
- Tidy up that netware mess by performing a configure check which will
define the symbol PHP_CAN_SUPPORT_PROC_OPEN if PHP can support pro

- Move proc_open code to a source file of it's own.
- Tidy up that netware mess by performing a configure check which will
define the symbol PHP_CAN_SUPPORT_PROC_OPEN if PHP can support proc_open.
- Protected the proc_open specific code with #ifdef PHP_CAN_SUPPORT_PROC_OPEN
so that user-space scripts can use function_exists and react accordingly.

** Heads Up Win32: You need to add ext/standard/proc_open.c to the DSP and
** #define PHP_CAN_SUPPORT_PROC_OPEN in the w32 config header.

show more ...


# f58628ca 01-Jan-2003 Wez Furlong

Move rot13 filter into a new filters.c source file.
Tidy up some other filter related code.

# win32 -> someone please add user_filters.c and filters.c to the .dsp


# 350b0bbe 31-Dec-2002 Wez Furlong

Implement user-space filters.
See ext/standard/tests/file/userfilters.phpt for an example of their use.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2
# 3ca6344e 19-Nov-2002 Marcus Boerger

-rename checkdnsrr to dns_check_record, keep old name as alias
-rename getmxrr to dns_get_mx, keep old name as alias
-added dns_get_record
@Added dns_get_record() which allows to retrieve

-rename checkdnsrr to dns_check_record, keep old name as alias
-rename getmxrr to dns_get_mx, keep old name as alias
-added dns_get_record
@Added dns_get_record() which allows to retrieve DNS information about
@a host. (Marcus, Pollita)

show more ...


Revision tags: BEFORE_RENAMING, php-4.3.0RC1
# d8837750 30-Oct-2002 Hartmut Holzgraefe

getopt with long options reverted to configure problems
(may find the wrong getopt.h so needed structures are not defined :( )


Revision tags: php-4.3.0pre2
# 0e28eaf5 24-Oct-2002 Hartmut Holzgraefe

trying to fix #20063


# 6bf422d6 24-Oct-2002 Sascha Schumann

Make PHP compile out-of-the-box with uClibc


# f93096ec 21-Oct-2002 foobar

Removed tabs and combined those multiple AC_CHECK_FUNCS calls to one.


# b67b00ef 21-Oct-2002 Hartmut Holzgraefe

getopt() now supports long options on platforms that have getopt_long()
getopt() now working independant of register_argc_argv settings


Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 8634346e 01-Oct-2002 foobar

- Removed unnecessary dlopen checks. (this is done in Zend.m4 already)


# 6477b0b5 30-Sep-2002 David Reid

Use the built in autoconf test for fnmatch. Simply using the
AC_CHECK_FUNCS seems to give false positives on beos and reading
the comments on other systems as well.


# 14a6cc88 19-Sep-2002 Colin Viebrock

Change phpinfo() to use CSS styling instead of HTML code.

It doesn't render as nicely as it used to on older browsers, but it
does result in smaller files, and opens the door to using yo

Change phpinfo() to use CSS styling instead of HTML code.

It doesn't render as nicely as it used to on older browsers, but it
does result in smaller files, and opens the door to using your own CSS
to style it differently.

There is a patch to Zend/zend_ini.c, but I don't have enough Karma, so
Derick has the patch.

show more ...


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1, dev
# e5fa36ee 02-Aug-2002 Hartmut Holzgraefe

added money_format() function
this is similar to C-libs strfmon(), using the same format string
semantics but a different function prototype, so i decided to
give it a more speaking name

added money_format() function
this is similar to C-libs strfmon(), using the same format string
semantics but a different function prototype, so i decided to
give it a more speaking name similar to number_format()

show more ...


12345678