Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1 |
|
#
dbf2c8ab |
| 03-Nov-2004 |
Moriyoshi Koizumi |
- Don't show grep outputs
|
#
ae78d7d4 |
| 03-Nov-2004 |
Moriyoshi Koizumi |
- Checks for Darwin'ish systems that uses Mach-O, which apparently doesn't support weak symbol aliasing at this time.
|
Revision tags: PRE_NEW_VM_GEN_PATCH |
|
#
db507dd1 |
| 04-Oct-2004 |
Andi Gutmans |
- Commit the variable fetch optimization. - Extensions which delete global variables need to use new special function - delete_global_variable() (I'm about to rename it) to remove them. -
- Commit the variable fetch optimization. - Extensions which delete global variables need to use new special function - delete_global_variable() (I'm about to rename it) to remove them. - Will post to internals@ or via commit messages if there's anything else.
show more ...
|
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1, php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3 |
|
#
9a88c2d6 |
| 07-Oct-2003 |
Rasmus Lerdorf |
MFB bison configure test fix
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE |
|
#
db50cd25 |
| 03-Oct-2003 |
foobar |
Aligned configure help texts.
|
Revision tags: RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7 |
|
#
22c6bc13 |
| 07-Sep-2003 |
Stanislav Malyshev |
check for mach-o/dyld.h - needed for non-PHP ZE build
|
Revision tags: php-4.3.3, php-4.3.3RC4 |
|
#
ab9dcec2 |
| 11-Aug-2003 |
Masaki Fujimoto |
- added script encoding support to Zend Engine 2. this enables ZE2 to gracefully parse scripts written in UTF-8 (with BOM), UTF-16, UTF-32, Shift_JIS, ISO-2022-JP etc... (when configured
- added script encoding support to Zend Engine 2. this enables ZE2 to gracefully parse scripts written in UTF-8 (with BOM), UTF-16, UTF-32, Shift_JIS, ISO-2022-JP etc... (when configured with '--enable-zend-multibyte' and '--enable-mbstring')
show more ...
|
Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1, 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 |
|
#
70fff751 |
| 20-Mar-2003 |
Stanislav Malyshev |
Add stdlib.h too - it is needed fot strto{ld}
|
Revision tags: php-4.3.2RC1 |
|
#
e9b5e340 |
| 25-Feb-2003 |
foobar |
- Fixed bug #14245 ('make install' fails on AIX when using --with-apxs).
|
Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
4c8473d6 |
| 19-Jan-2003 |
Zeev Suraski |
relabel
|
Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2 |
|
#
5c12ee24 |
| 15-Nov-2002 |
Andi Gutmans |
- MFZE1
|
Revision tags: BEFORE_RENAMING, php-4.3.0RC1, php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1 |
|
#
f9765904 |
| 23-Aug-2002 |
Andi Gutmans |
- Add \n to configure fprintf
|
Revision tags: dev |
|
#
c4789fef |
| 25-Jul-2002 |
foobar |
Fixed 3 major failures in this test: 1. Tests work better when they are actually run.. 2. When file is opened, it should be closed sometime too. 3. AC_TRY_RUN cleans after itse
Fixed 3 major failures in this test: 1. Tests work better when they are actually run.. 2. When file is opened, it should be closed sometime too. 3. AC_TRY_RUN cleans after itself (rm -f conftest.*), so it's good idea to read the values while the file still exists. # # James, TEST BEFORE YOU COMMIT!!!!!!! # # Andi, I get these results (in Linux/i386): # # ZEND_MM_ALIGNMENT 4 # ZEND_MM_ALIGNMENT_LOG2 2 # # Weren't these supposed to be 8 and 3 ? #
show more ...
|
#
5626fc5a |
| 24-Jul-2002 |
James Cox |
move testing for the alignment values into configure.
|
#
79ef1c16 |
| 24-Jul-2002 |
James Cox |
ws fixes.
|
Revision tags: php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2 |
|
#
1ae6ee54 |
| 24-Jun-2002 |
Sebastian Bergmann |
IMHO, ZTS should no longer be labeled experimental.
|
Revision tags: 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 |
|
#
79d71a17 |
| 22-Apr-2002 |
Sebastian Bergmann |
MFZE1: Change default value of inline-opt to yes (Sascha).
|
Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1, help, php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH, php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog |
|
#
4345f8a0 |
| 11-Dec-2001 |
Sebastian Bergmann |
MFZE1 (AIX fixes)
|
Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4 |
|
#
7f66d5e9 |
| 30-Nov-2001 |
Andi Gutmans |
- Fix typo
|
Revision tags: 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, php-4.0.7RC2 |
|
#
2a0a07b8 |
| 26-Aug-2001 |
Stanislav Malyshev |
Add dlsym underscore detection, by Jani Taskinen
|
Revision tags: php-4.0.7RC1, BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT |
|
#
609d58a4 |
| 06-Aug-2001 |
Zeev Suraski |
Merge from branch - move to standard C scanners in thread safe mode
|
Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3, php-4.0.6RC2 |
|
#
6cf6835a |
| 30-May-2001 |
Zeev Suraski |
Add missing check
|
#
260b4d0d |
| 16-May-2001 |
Zeev Suraski |
Merge memory usage into memory limit
|
Revision tags: php-4.0.6RC1 |
|
#
8ca106bf |
| 11-May-2001 |
Thies C. Arntzen |
added --enable-memory-usage-info
|
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 |
|
#
dde50d6a |
| 11-Mar-2001 |
Andi Gutmans |
- Fix for Solaris.
|