1
0
mirror of https://github.com/php/php-src.git synced 2026-04-18 05:21:02 +02:00
Commit Graph

535 Commits

Author SHA1 Message Date
Sascha Schumann
2bfb11218f This branch will become 4.0.5. New entries should only be added to the
4.0.4 area, if you merge them.
2000-12-04 17:56:36 +00:00
a6e2642ac5 NEWS update 2000-12-04 02:09:10 +00:00
dc72565a91 NEWS update 2000-12-03 02:09:15 +00:00
66e3243ddd NEWS update 2000-11-30 02:09:08 +00:00
69e30c20c1 NEWS update 2000-11-29 02:09:10 +00:00
Sascha Schumann
6e7a9e2705 Add note about an old change 2000-11-28 01:38:51 +00:00
Sterling Hughes
939a8b31e7 Add get_defined_functions() and get_defined_vars(). Clean up constant() entry a bit.
# Are we not ready for a release yet?
2000-11-25 16:37:26 +00:00
a33a3925f9 NEWS update 2000-11-25 02:09:06 +00:00
b762691d4d NEWS update 2000-11-24 02:09:09 +00:00
a9f8aa69c9 NEWS update 2000-11-23 02:09:08 +00:00
Zeev Suraski
c476bce2f1 At long last, import the bcmath library, by Phil Nelson 2000-11-22 20:20:02 +00:00
231d1a12d1 NEWS update 2000-11-22 02:09:07 +00:00
Sterling Hughes
3c8cc8ab36 *** empty log message *** 2000-11-19 13:51:48 +00:00
3c48053ca8 NEWS update 2000-11-18 02:09:08 +00:00
Jason Greene
ac5e01e567 Decided not to clutter NEWS file with build fix, It is big enough already. 2000-11-17 15:41:02 +00:00
Andrei Zmievski
7059daa7ef Fix. 2000-11-17 14:21:31 +00:00
280461e06b NEWS update 2000-11-17 02:09:09 +00:00
Jason Greene
9f1eb35d6f Added ext/java fix line - I should learn to use '@' correctly : ) 2000-11-16 23:58:39 +00:00
Andrei Zmievski
3625a729a7 - Modified preg_replace() to take Perl-style $1 backreferences in addition
to \\n ones.
- Modified preg_grep() to always return the results with the keys
  from the original array.
2000-11-15 05:09:55 +00:00
60dd569a69 NEWS update 2000-11-14 02:09:10 +00:00
Zeev Suraski
0f7f5c2c0e - Import Jade Nicoletti's transparent gzip encoding support as an output
handler.  Works quite nicely!
- Fix buglets in output buffering
- Add output_handler INI directive
2000-11-13 18:54:37 +00:00
Uwe Steinmann
7534b9857a - Note about improved domxml 2000-11-10 10:37:43 +00:00
Colin Viebrock
ecaf64a362 oops, forgot to document it :) 2000-11-09 21:33:16 +00:00
64ef92eafb NEWS update 2000-11-08 02:09:11 +00:00
Zeev Suraski
c824ee09a0 Forgot to commit it... 2000-11-07 21:32:41 +00:00
407ac966f8 NEWS update 2000-11-07 02:09:08 +00:00
2906e61a06 NEWS update 2000-11-06 02:09:07 +00:00
foobar
303fe604e9 Forgot to add one note. Plus some beutifying. 2000-11-04 06:25:13 +00:00
f70f0909b6 NEWS update 2000-11-04 02:09:09 +00:00
Zeev Suraski
6d0749a95b Fix msql_close(), pg_close() and sybase_close() (Sybase CT) 2000-11-03 02:46:49 +00:00
Andi Gutmans
715ce15a6f *** empty log message *** 2000-11-03 00:57:05 +00:00
Zeev Suraski
6451d58455 Fix mysql_close() 2000-11-03 00:41:29 +00:00
Zeev Suraski
3c775e6446 Update NEWS 2000-11-02 23:18:08 +00:00
Zeev Suraski
816f1f7903 - Fixed a bug that caused PHP not to properly flush its output buffer, if more
than one output buffer was used
2000-11-02 16:46:30 +00:00
Zeev Suraski
18d1ecaa5e update NEWS 2000-11-02 12:14:49 +00:00
1b34b0bd89 NEWS update 2000-10-31 02:09:07 +00:00
1e00d43dd6 NEWS update 2000-10-30 02:09:06 +00:00
Zeev Suraski
f52a59062d parse_ini_file() supports a new optional 2nd argument that instructs it
to divide the directives to arrays according to the sections in which they
reside
2000-10-29 23:34:33 +00:00
Zeev Suraski
668b3e89f5 Forgot the @... 2000-10-29 22:45:46 +00:00
Sascha Schumann
009e5df030 This is actually user-visible. 2000-10-29 16:19:09 +00:00
Zeev Suraski
3dc7fc54a0 - URL-opened files now store the HTTP response header in $http_response_header
- Some layout updates
2000-10-28 01:31:56 +00:00
f302028e0e NEWS update 2000-10-28 01:09:08 +00:00
Sascha Schumann
01b4c07747 bunch of changes 2000-10-27 09:47:28 +00:00
Daniel Beulshausen
f610c44190 update 2000-10-26 18:23:51 +00:00
Andrei Zmievski
a35bf41670 Added array_sum() function. 2000-10-25 17:40:11 +00:00
Andrei Zmievski
e91a524490 Cleaned up. 2000-10-23 13:15:48 +00:00
Alexander Feldman
7c11cfaf03 Fixed a bug in session.c. If the user calls session_module_name with a
parameter, then the mod_data pointer is initialized to NULL and then
php_session_save_current_state did not check this value before referencing
the pointer. Added a check in php_session_save_current_state.
2000-10-23 13:10:01 +00:00
def5cb5332 NEWS update 2000-10-23 01:09:09 +00:00
6cd1273c43 NEWS update 2000-10-22 01:09:08 +00:00
Nikos Mavroyanopoulos
84bcbe7055 more news 2000-10-21 05:41:42 +00:00