| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed minor typo. | foobar | 2002-02-27 | 1 | -1/+1 |
* | - Update version number | Derick Rethans | 2002-02-27 | 1 | -1/+1 |
* | The extensions build as shared were installed into wrong place | foobar | 2002-02-05 | 1 | -2/+11 |
* | Zend config sets ZEND_EXTRA_LIBS. Bugs 14452, 14602, 14616, 14824 | Adam Dickmeiss | 2002-02-03 | 1 | -1/+4 |
* | Revert revision 1.294. | Jon Parise | 2002-02-02 | 1 | -9/+1 |
* | Enable extensions to specify that they are not supposed to be | Edin Kadribasic | 2002-01-30 | 1 | -1/+1 |
* | - Reorganized stuff in configure.in and added a few comments | Marko Karppinen | 2002-01-26 | 1 | -98/+198 |
* | Improve detection of resolv.h on versions of Darwin, FreeBSD and Solaris | Marko Karppinen | 2002-01-25 | 1 | -1/+9 |
* | Relying only on host_alias is wrong | Marko Karppinen | 2002-01-25 | 1 | -0/+5 |
* | fix typo, found by edin | Sascha Schumann | 2002-01-24 | 1 | -1/+1 |
* | Don't build CLI, if an extension requests that. | Sascha Schumann | 2002-01-24 | 1 | -0/+7 |
* | Modified the build system to make certain extensions (pcntl, ncurses, | Edin Kadribasic | 2002-01-20 | 1 | -0/+6 |
* | Modified the build system to always build CLI SAPI. | Edin Kadribasic | 2002-01-12 | 1 | -1/+1 |
* | - Fixed the creation of pear-get script. | foobar | 2002-01-09 | 1 | -1/+2 |
* | Reverted Hartmut's patch as it caused more trouble than it solved. | foobar | 2002-01-09 | 1 | -2/+2 |
* | Added some consts for arguments in network.c declarations. Moved | Stig Venaas | 2002-01-06 | 1 | -0/+9 |
* | first PHP_EXTENSION_LIBS casualty :( | Hartmut Holzgraefe | 2002-01-04 | 1 | -1/+1 |
* | make configure more robust if extensions add libraries without | Hartmut Holzgraefe | 2002-01-03 | 1 | -1/+1 |
* | - Fixed the version detection of Bison. | foobar | 2001-12-10 | 1 | -6/+4 |
* | This makes the configure --help output more readable. | foobar | 2001-12-01 | 1 | -0/+16 |
* | s/\t/ / | David Reid | 2001-11-16 | 1 | -3/+3 |
* | Check that realpath is available. Bug: #9469 | foobar | 2001-10-23 | 1 | -0/+1 |
* | * bump version | Stig Bakken | 2001-10-15 | 1 | -1/+1 |
* | Remove obselete message and drop "divert(6)" which caused | Sascha Schumann | 2001-09-11 | 1 | -4/+0 |
* | Always quote the messages. | foobar | 2001-09-06 | 1 | -23/+23 |
* | HEAD has been 4.0.8-dev for some time now, so name it accordingly. | Sebastian Bergmann | 2001-08-30 | 1 | -1/+1 |
* | Further work on autoconf-2.5x support | Sascha Schumann | 2001-08-21 | 1 | -4/+6 |
* | Move PHP_SUBSTs to configure.in. | Sascha Schumann | 2001-08-21 | 1 | -0/+6 |
* | nuke some apparently harmful spaces | Sascha Schumann | 2001-08-21 | 1 | -1/+1 |
* | Keep crypt() working even if SNMP needs OpenSSL. | foobar | 2001-08-20 | 1 | -0/+1 |
* | Added "phptar" command as proof that the Archive_Tar class works. | Stig Bakken | 2001-08-19 | 1 | -1/+1 |
* | Added a check for libdmalloc whether it works (is found..) or not. | foobar | 2001-08-18 | 1 | -3/+8 |
* | Fix --with-pear=path too. | foobar | 2001-08-15 | 1 | -0/+1 |
* | Fixed bug: #12726. If --with-xxx is used in configure line without any | foobar | 2001-08-14 | 1 | -1/+1 |
* | Compile fix for oldie Linux systems (possibly others too) | Zeev Suraski | 2001-08-12 | 1 | -0/+1 |
* | This did not work as expected. Reverted. | foobar | 2001-08-07 | 1 | -1/+1 |
* | This was not supposed to be removed. | foobar | 2001-08-07 | 1 | -0/+1 |
* | Fix bug: #12604. Also made the configure script shown a little nicer in phpin... | foobar | 2001-08-06 | 1 | -3/+3 |
* | Fix bug: #9177 | foobar | 2001-08-04 | 1 | -1/+1 |
* | Revert this change - if you want to do this, do it in a 'make clean' | Rasmus Lerdorf | 2001-08-02 | 1 | -5/+0 |
* | Delete config.cache always. This makes config.nice a bit more useful. | foobar | 2001-08-02 | 1 | -1/+5 |
* | Fix build and add a mips-related preprocessor directive. | Sascha Schumann | 2001-07-28 | 1 | -1/+3 |
* | Fix broken text | Zeev Suraski | 2001-07-20 | 1 | -1/+1 |
* | (PHP nl_langinfo) Added function when provided by OS | Wez Furlong | 2001-07-04 | 1 | -0/+2 |
* | fix bug: #11693. Some systems have crypt() in libc. | foobar | 2001-06-26 | 1 | -4/+4 |
* | Check for PHP_SIGCHILD only if any of oracle libs is enabled. | foobar | 2001-06-24 | 1 | -3/+3 |
* | Moved some messages to the end of configure process so they are easier | foobar | 2001-06-23 | 1 | -8/+33 |
* | Fixed bug: #9239, check for IPV6 on netbsd, maybe others | foobar | 2001-06-14 | 1 | -1/+2 |
* | @Added "pearize" script to generate Makefile.in files for PEAR extensions | Stig Bakken | 2001-05-28 | 1 | -1/+1 |
* | @ - Fix disk_free_space() and disk_total_space() under FreeBSD. (jon) | Jon Parise | 2001-05-22 | 1 | -0/+1 |