Commit Graph

751 Commits

Author SHA1 Message Date
David Soria Parra
ab0eff9a14 MFH: Fix a typo 2009-02-01 21:52:07 +00:00
Johannes Schlüter
fd3942f4ce Back to -dev 2009-01-28 22:09:55 +00:00
Johannes Schlüter
42023008b9 PHP 5.3.0beta1 2009-01-28 21:38:45 +00:00
Scott MacVicar
8911ba1c62 Add support for the older style bind 8 functions, this adds support for OS X to use all of the dns_* functions. 2009-01-11 23:37:16 +00:00
Ilia Alshanetsky
540242dc2d [DOC]
Added gethostname() to return the current system host name.
2008-12-31 14:30:38 +00:00
Nuno Lopes
7c910b94cf make *printf() functions do not read strings past their specified length (if any) 2008-12-12 23:43:18 +00:00
Johannes Schlüter
a2266a7782 Back to -dev 2008-12-03 21:01:52 +00:00
Johannes Schlüter
2cfbe8c9ff 5.3.0. Alpha 3 2008-12-03 20:40:59 +00:00
David Soria Parra
fe8d326d57 Fix test for auto_cflags and explictly set GCC="no" if we detect suncc 2008-12-03 19:53:45 +00:00
Scott MacVicar
ceabdbb483 MFH Add asprintf, use regular system malloc and free and add checks in configure.in for the functions 2008-11-27 19:45:27 +00:00
David Soria Parra
978129fd9b MFH: Feature request #46595. Use cc as default compiler and fallback to gcc. 2008-11-17 15:17:49 +00:00
David Soria Parra
47e909faed MFH: Detect Sun C compiler and set default flags if it is used 2008-11-06 20:42:11 +00:00
Johannes Schlüter
606e0f26a0 back to dev 2008-09-01 20:51:57 +00:00
Johannes Schlüter
8df3c31d86 dev -> release 2008-09-01 20:30:44 +00:00
Johannes Schlüter
fe0e4c2606 back to dev 2008-08-01 00:46:20 +00:00
Johannes Schlüter
346b97afb4 5.3.0alpha1 2008-08-01 00:09:24 +00:00
Jani Taskinen
f92026e0ac MFH:CS 2008-07-30 23:32:02 +00:00
Jani Taskinen
cbb5dac4de MFH:- Fixed the fix for not requiring C++ always 2008-07-27 15:05:39 +00:00
Jani Taskinen
395e75bc5d MFH: Fixed a minor problem in not enabling c++/g++ when not needed. 2008-07-25 12:36:34 +00:00
Jani Taskinen
7efc1a2e97 MFH: sync configure.in with HEAD (where applicable) 2008-07-21 10:17:36 +00:00
Jani Taskinen
6c351b544c -nuke weird char 2008-07-16 16:29:37 +00:00
Jani Taskinen
8558c090e9 MFH:- Prevent errors in CVS builds when bison is not there (for Sean :) 2008-07-16 16:22:43 +00:00
Dmitry Stogov
d5ef2f466c Added support for lambda functions and closures 2008-07-14 09:49:03 +00:00
Marcus Boerger
040e19d9b2 - MFH Fix style 2008-06-02 16:58:19 +00:00
Jani Taskinen
80ce5fcdc5 - PCRE is always there, no need for this check anymore 2008-06-02 14:13:04 +00:00
Marcus Boerger
631484e2c7 - Add phar command as installable command 2008-05-31 20:02:57 +00:00
Marcus Boerger
ae0ee180ac - MFH Add pharcmd to default targets if present 2008-05-31 19:27:31 +00:00
Antony Dovgal
e1cb67310c MFH 2008-05-23 19:10:39 +00:00
Gwynne Raskind
acfc6bd9e1 MFH: force use of BSD sed for OS X hack (patch by Alexey Zakhlestin) 2008-04-15 16:31:36 +00:00
Gwynne Raskind
eade375f56 fix the darwin 9 hack again; add the -O2 back in to avoid performance loss when not compiling for debug 2008-04-01 02:37:02 +00:00
Marcus Boerger
af316021e8 - Rewrite scanner to be based on re2c instead of flex
The full patch is available as:
  http://php.net/~helly/php-re2c-5.3-20080316.diff.txt
  This is against php-re2c repository version 98
  An older patch against version 97 is available under:
  http://php.net/~helly/php-re2c-97-20080316.diff.txt
2008-03-16 21:06:55 +00:00
Gwynne Raskind
62ba50b762 MFH: Fix Darwin 9/Mac OS X 10.5 build problems, or at least patch them 2008-03-09 14:27:25 +00:00
Marcus Boerger
2633dcab46 - MFH Allow zend_extensions to be build inside ext and tested with 'make test' 2008-02-17 20:50:03 +00:00
Dmitry Stogov
fb50ef1aab Reverted memrchr() patch, because it is broken on linux 64-bit 2008-02-14 10:25:22 +00:00
Dmitry Stogov
9fdaddc56d Use memrchr() instead of zend_memrchr() if available. (Nuno) 2008-02-13 16:22:01 +00:00
Dmitry Stogov
240fa244c3 Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) 2008-01-30 09:41:12 +00:00
Dmitry Stogov
71592cec06 Added garbage collector 2008-01-22 09:27:48 +00:00
Marcus Boerger
fb7306822d - MFH glob stream wrapper (part 1) 2007-11-06 11:50:52 +00:00
Jani Taskinen
aa3eee1dce MFH:- Moved the old regex functions to own extension: ereg 2007-10-05 15:00:09 +00:00
Nuno Lopes
c2f78aae37 lcov 1.6 also works correctly 2007-10-05 14:48:32 +00:00
Jani Taskinen
69bea4d736 - Sync with configure.in from HEAD (the CGI stuff is as ini options nowadays) 2007-10-05 12:34:48 +00:00
Jani Taskinen
2bc631fb40 MFH:- Added common getopt implementation to core.
MFH:- Added long-option feature to getopt().
MFH:- Made getopt() available on win32 systems.
MFH:  Patch by: David Soria Parra <dsp@php.net>
[DOC]: These changes will be available from 5.3+

# Note: Fixed also tests and synced basic_functions.c with HEAD.
2007-10-01 12:40:54 +00:00
Sebastian Bergmann
a748ada212 Bump version. 2007-09-27 05:24:50 +00:00
Sebastian Bergmann
78e0e02179 Back to -dev. 2007-08-30 07:40:13 +00:00
Ilia Alshanetsky
493b67b518 5.2.4 2007-08-29 23:36:11 +00:00
Ilia Alshanetsky
6ed33cd46d Back to dev 2007-08-23 22:53:52 +00:00
Ilia Alshanetsky
43a3524f49 5.2.4RC3 2007-08-23 22:39:02 +00:00
Jani Taskinen
c6a7e4cad4 MFH:- Part 1 of fixing problems with runpath switch (make --disable-rpath work for real) 2007-08-20 14:28:45 +00:00
Ilia Alshanetsky
2526d4f752 Back to dev 2007-08-17 00:38:23 +00:00
Ilia Alshanetsky
7f91d94c1d 5.2.4RC2 2007-08-17 00:35:39 +00:00