#
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 ...
|
#
bffe4cf2 |
| 28-Jul-2002 |
Stefan Esser |
Added sha1, sha1_file functions.
|
Revision tags: php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1, php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3 |
|
#
e3cc458d |
| 08-Apr-2002 |
foobar |
- Revert that change. Added a warning about this.
|
#
77c058a0 |
| 08-Apr-2002 |
foobar |
There's really no point in allowing using the system regex library.
|
#
23a3cc71 |
| 08-Apr-2002 |
foobar |
Using system regex lib seems not to work quite well when compiled with Apache.
|
Revision tags: php-4.2.0RC2 |
|
#
fb048880 |
| 26-Mar-2002 |
Sascha Schumann |
outcomment default linking against pam due to no feedback regarding its purpose
|
#
b00d9a5b |
| 21-Mar-2002 |
Hartmut Holzgraefe |
added fnmatch() and glob() functions could someone please check if i got the virtual dir stuff right?
|
Revision tags: php-4.2.0RC1, help |
|
#
9d9d39a0 |
| 07-Mar-2002 |
Sascha Schumann |
Please welcome the new build system. If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/b
Please welcome the new build system. If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
show more ...
|
Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog, php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1, php4, php-4.0.7RC3, POST_SUBST_Z_MACROS, PRE_SUBST_Z_MACROS |
|
#
5275b603 |
| 12-Sep-2001 |
foobar |
Enable chroot() only if SAPI is CGI.
|
Revision tags: php-4.0.7RC2, php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT, PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3 |
|
#
81af7edb |
| 07-Jun-2001 |
Rasmus Lerdorf |
Blowfish detection patch from Alexander Bokovoy <ab@avilink.net>
|
#
fadd1472 |
| 04-Jun-2001 |
foobar |
Fix bug: #9713
|
Revision tags: php-4.0.6RC2, php-4.0.6RC1 |
|
#
afdaee9e |
| 12-May-2001 |
Sascha Schumann |
Nuke more quotes
|
Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1 |
|
#
397c76d7 |
| 11-Mar-2001 |
Alexander Feldman |
Fixed a compatibility problem is some file functions (fgets, fputs, fread, fwrite). The ANSI standard says that if a file is opened in read/write mode, fseek() should be called before switchi
Fixed a compatibility problem is some file functions (fgets, fputs, fread, fwrite). The ANSI standard says that if a file is opened in read/write mode, fseek() should be called before switching from reading to writing and vice versa.
show more ...
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2 |
|
#
0afcb03d |
| 09-Jan-2001 |
Rui Hirokawa |
added iconv extension.
|
Revision tags: php-4.0.4pl1RC1, php-4.0.4REL |
|
#
6e1e78d1 |
| 15-Dec-2000 |
Stig Bakken |
@Added iconv() function (using libc or libiconv) (Stig)
|
Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3, php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE |
|
#
30c81ea5 |
| 19-Jul-2000 |
Rasmus Lerdorf |
Itanium patch from Steve Robb <steve@eu.c2.net> @ Itanium patch (Steve Robb)
|
Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH |
|
#
2472700d |
| 23-May-2000 |
Sascha Schumann |
Only print the attention thing, if the MD5 and DES checks failed.
|
Revision tags: php-4.0.0 |
|
#
db3d16dc |
| 17-May-2000 |
Sascha Schumann |
Add debug.log facility. If there are any obscure bugs in our build system, this will give us enough information to find and fix it.
|
Revision tags: php-4.0RC2 |
|
#
f51b56cf |
| 05-May-2000 |
Sascha Schumann |
Move dlopen in -ldl check to configure.in. This should ensure that if libdl exists, it will be always found. We define HAVE_LIBDL now always, if the function dlopen is found.
|