Revision tags: PRE_ISSET_TYPE |
|
#
eb54c032 |
| 20-Dec-1999 |
Evan Klinger |
Ex API
|
Revision tags: PRE_LIBZEND_TO_ZEND |
|
#
3ee4e65c |
| 18-Dec-1999 |
Zeev Suraski |
More php3_ annihilation
|
Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH |
|
#
1c617361 |
| 26-Nov-1999 |
Sascha Schumann |
Use thread-safe versions of localtime and gmtime
|
Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2 |
|
#
37988933 |
| 08-Oct-1999 |
Jouni Ahto |
(PHP gmmktime) Should now give right values. Note that there was never need for the acrobacy adjusting the time for GMT. mktime() fills tm_gmtoff with just the r
(PHP gmmktime) Should now give right values. Note that there was never need for the acrobacy adjusting the time for GMT. mktime() fills tm_gmtoff with just the right offset to add. @- Fixed gmmktime() so that the following should always be true: gmmktime([args]) == mktime([args]) + date('Z', mktime([args])) (Jouni) # Heh, conforming to the rules anyway...
show more ...
|
Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split, PRE_DELAYED_ARRAY_FETCH_PATCH |
|
#
ce6db81d |
| 28-Aug-1999 |
Philippe Verdy |
semicolon syntax error
|
#
1dcee0c8 |
| 28-Aug-1999 |
Philippe Verdy |
Bug in gmmktime(): it produced wrong results in New Foundland, Central Australia, India, Iran, and Java, with half-hour timezones.
|
Revision tags: php-4.0b2 |
|
#
3cb1eb04 |
| 02-Aug-1999 |
Zeev Suraski |
Removed '3' from key functions in PHP (maintained compatibility through php3_compat.h)
|
#
98037c42 |
| 02-Aug-1999 |
Andrey Hristov |
Updated proto
|
#
71ffa09f |
| 27-Jul-1999 |
Andi Gutmans |
- strttotime is compiled in on win32 again.
|
#
8f51f72d |
| 26-Jul-1999 |
Andi Gutmans |
- Fix the new operator incompatibility. - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to com
- Fix the new operator incompatibility. - I commented PHP_FUNCTION(strtotime) in datetime.c because it stopped win32 from compiling. This needs to be fixed!!! - Check out libzend to compile the tree now.
show more ...
|
Revision tags: BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE |
|
#
d9f6ea2f |
| 24-Jul-1999 |
Rasmus Lerdorf |
Fix broken build
|
#
9dd45ec8 |
| 23-Jul-1999 |
Andrey Hristov |
Ported strtotime() function.
|
Revision tags: php-4.0b1 |
|
#
64dae03e |
| 22-Jul-1999 |
Andrey Hristov |
-Ported all remaining date() options -Made array_walk() work somewhat, but it's not possible to change array values from inside the walk function yet
|
#
3ff606a9 |
| 20-Jul-1999 |
Andrey Hristov |
Added 'n' option to date().
|
#
f8fdee1c |
| 20-Jul-1999 |
Andrey Hristov |
Fix for bug #1750.
|
#
c5724cbd |
| 16-Jul-1999 |
Zeev Suraski |
License update
|
Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1 |
|
#
e205a674 |
| 27-Jun-1999 |
Sascha Schumann |
more porting
|
#
bdbdaa43 |
| 15-Jun-1999 |
Rasmus Lerdorf |
gmmktime() fix
|
Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE |
|
#
39691bed |
| 16-May-1999 |
Sascha Schumann |
conv_proto *.[ch]
|
#
7942eaf3 |
| 26-Apr-1999 |
Zeev Suraski |
* Plenty of thread safety and Win32 work. * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP w
* Plenty of thread safety and Win32 work. * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP will NOT work if compiled against the static library! * Removed yesterday's php4libts project (with php4dllts, it's obsolete). This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also dependant on the thread-unsafe DLL.
show more ...
|
#
3b195581 |
| 24-Apr-1999 |
Sascha Schumann |
bugfix port
|
#
0818d96c |
| 24-Apr-1999 |
Zeev Suraski |
A lot of cleanups... Removed old thread-safe code and other redundant code and files
|
#
6f7c0ede |
| 23-Apr-1999 |
Zeev Suraski |
Remove tls.[ch]
|
#
dcc16af8 |
| 21-Apr-1999 |
Sascha Schumann |
port some fixes, add compat routines
|
#
257de2ba |
| 17-Apr-1999 |
Stig Bakken |
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extensio
First commit of re-structuring phase one. We have started using automake in sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.
show more ...
|